<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Official Bluehost Blog &#187; Websites</title>
	<atom:link href="http://www.bluehost.com/blog/category/educational/websites/feed" rel="self" type="application/rss+xml" />
	<link>http://www.bluehost.com/blog</link>
	<description></description>
	<lastBuildDate>Fri, 10 May 2013 21:19:03 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>The Ultimate Guide to Supercharging Your WordPress Blog</title>
		<link>http://www.bluehost.com/blog/educational/websites/the-ultimate-guide-to-supercharging-your-wordpress-blog-2097?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=the-ultimate-guide-to-supercharging-your-wordpress-blog</link>
		<comments>http://www.bluehost.com/blog/educational/websites/the-ultimate-guide-to-supercharging-your-wordpress-blog-2097#comments</comments>
		<pubDate>Mon, 22 Apr 2013 17:05:09 +0000</pubDate>
		<dc:creator>Guest</dc:creator>
				<category><![CDATA[Account Tips]]></category>
		<category><![CDATA[Websites]]></category>

		<guid isPermaLink="false">https://www.bluehost.com/blog/?p=2097</guid>
		<description><![CDATA[Nobody likes a slow website. Poor website performance results in fewer visitors. For online merchants, slow-loading pages lead to shopping cart abandonment and loss of sales. Underlying the experiential problems, website performance has a huge impact on SEO and search rankings. When your page rank falls, the number of visits decrease, and your revenue stream [...]]]></description>
				<content:encoded><![CDATA[<div>
<div><img title="Protected: The Ultimate Guide to Supercharging Your WordPress Blog" alt="Protected: The Ultimate Guide to Supercharging Your WordPress Blog" src="http://twhhwpuploads.7243103canadainc.netdna-cdn.com/wp-content/uploads/2013/04/dreamstime_s_12876620_speed.jpg" width="100%" /></div>
</div>
<div></div>
<p>Nobody likes a slow website. Poor website performance results in fewer visitors. For online merchants, slow-loading pages lead to shopping cart abandonment and loss of sales. Underlying the experiential problems, website performance has a huge impact on SEO and search rankings. When your page rank falls, the number of visits decrease, and your revenue stream will suffer. Unless you have optimized your site, it’s highly likely that some elements of your code are leaking page load time. Milliseconds add up, and the fixes may be simple. First, you need to identify the leaks.<span id="more-2097"></span></p>
<h3>What is Slowing Down Your Blog?</h3>
<p>As you prepare to optimize your website, it is important to determine what is impacting page load times. To test the speed of your website, go to <a href="http://www.thewebhostinghero.com/speed/" target="_blank">http://www.thewebhostinghero.com/speed/</a> and enter the URL of a web page you would like to analyze.</p>
<p>Once the speed test is completed, have a look at the <strong>Performance Grade</strong> and <strong>PageSpeed</strong> reports. Those reports will provide you with various tips to improve the performance of your website.</p>
<h3>Don’t Spend Your Money… Yet!</h3>
<p>As you analyze the results of the speed test, you will see that are many on-page factors that can contribute to increased load times. Before you start spending money on content delivery networks and other online optimization services, it is advisable to make all the on-page adjustments possible. If your code is resource-intensive, optimization services won’t make a significant difference, and your return on investment will fall flat.</p>
<h3>On-Page Optimization Tips</h3>
<p>For this tutorial, our example site is a vanilla WordPress installation on a Bluehost shared hosting account with only the Akismet plugin installed. We generated fictional content with the <a href="http://wordpress.org/extend/plugins/wp-example-content/" target="_blank">WP Example Content</a> plugin and then removed the plugin.</p>
<p>Before we start optimizing our WordPress blog, let’s see how it actually performs. Here are the summary results from the speed test:</p>
<p><img alt="wordpress-optimization-1" src="http://twhhwpuploads.7243103canadainc.netdna-cdn.com/wp-content/uploads/2013/04/wordpress-optimization-11.jpg" width="404" height="192" /></p>
<p>As we perform the optimization tasks described below, we will constantly monitor the website’s speed it to determine which changes have the most impact.</p>
<p>Let’s start optimizing our WordPress blog.</p>
<p><strong>Optimization Tip #1: Reduce and Compress Images</strong></p>
<p>For your images to load as quickly as possible, it is important to resize them <em>before</em> uploading them to your website. Don’t upload images larger than what you actually need to display. Scaling images in the HTML code might display them as desired, but it won’t reduce its original file size. For example, a JPG image that is 800×800 pixels with a 100kb file size will take just as long to load when coded to display at a 200×200 size as it would if you displayed it at full size. If you optimize the JPG to only 200×200 before you upload it, you might be able to get it down to 20kb and reduce the load time significantly.</p>
<p>The PNG image format is actually the best choice as it allows to store high quality images with a high level of compression. Unfortunately, PNG files are usually large due to the simple fact that they are not compressed.</p>
<p>To compress PNG images, you can use <a href="http://tinypng.org/" target="_blank">TinyPNG.org</a>, a free online tool that allows you to compress PNG files without losing quality while preserving alpha transparency.</p>
<p>By compressing island.png, the only PNG file on our blog, we saved 324 KB, reducing our file size from 409 KB to 93 KB. Below you can see the difference in loading times for both versions of the image. Notice that the transferred image size is not the actual size of the image, since it is compressed using Gzip by the web server. The actual image size is much larger. There is still an improvement in load time; the compressed images loads about 27% faster than the original one:</p>
<p><img alt="wordpress-optimization-2" src="http://twhhwpuploads.7243103canadainc.netdna-cdn.com/wp-content/uploads/2013/04/wordpress-optimization-2.jpg" width="600" height="65" /></p>
<p><strong>Optimization Tip #2: Reduce the number of requests</strong></p>
<p>When a browser retrieves all of the elements of a web page, it will not simultaneously download more than five (5) elements from the same host. Therefore, the more files that your web page has, the longer it will take to load it, no matter how small the files are.</p>
<p>If you have multiple CSS and Javascript documents, it is a good practice to combine them to reduce the number of requests made to the web server.</p>
<p><strong>Optimization Tip #3: Minify HTML, Javascript and CSS</strong></p>
<p>Remove extra spaces and line breaks from your source code to reduce the amount of data transferred and decrease the load time. The following plugins are some of the easiest ways to dynamically minimize the documents:</p>
<ol>
<li><strong><a href="http://www.mandar-marathe.com/wp-compress-html" target="_blank">WordPress Compress HTML</a></strong>: This plugin will compress HTML content exclusively and requires no configuration. Simply install and active it.</li>
<li><strong><a href="http://betterwp.net/wordpress-plugins/bwp-minify/" target="_blank">Better WordPress Minify</a></strong>: This plugin will “minify” Javascript and CSS documents exclusively and is completely configurable. A “minify” process combines multiple CSS or Javascript files, removing unnecessary whitespace and comments, and then serves them with gzip encoding and optimized client-side cache headers. If you decide to activate Javascript compression, make sure to test your website thoroughly, as it could break your scripts. This plugin also gives you the possibility of excluding certain files from the compression process.</li>
<li><a href="http://wordpress.org/extend/plugins/wp-minify/" target="_blank"><strong>WP Minify</strong></a>: This plugin can minify HTML, Javascript and CSS documents.</li>
</ol>
<p>If you would rather not use a plugin to compress CSS and Javascripts documents, it is also possible to minify them by using some online tools such as these:</p>
<ul>
<li><strong><a href="http://cssminifier.com/" target="_blank">CSSMinifier.com</a></strong></li>
<li><strong><a href="http://javascript-minifier.com/" target="_blank">Javascript-Minifier.com</a></strong></li>
</ul>
<p>If you use online tools to compress your files, make sure to keep a copy of the original sources files in case you need to edit them later.</p>
<p>Here’s how compressing HTML and CSS files translates into load time reductions:</p>
<p><img alt="wordpress-optimization-4" src="http://twhhwpuploads.7243103canadainc.netdna-cdn.com/wp-content/uploads/2013/04/wordpress-optimization-4.jpg" width="542" height="77" /></p>
<p><img alt="wordpress-optimization-3" src="http://twhhwpuploads.7243103canadainc.netdna-cdn.com/wp-content/uploads/2013/04/wordpress-optimization-3.jpg" width="463" height="75" /></p>
<p><strong>Optimization Tip #4: Leverage Browser Caching</strong></p>
<p>By specifying a longer caching period for your web page components (HTML, images, Javascripts, CSS documents, etc.), web browsers will cache these elements locally so that they don’t need to be downloaded from the server each time the page is accessed.</p>
<p>In order to leverage browser caching, create a file named .htaccess at the root of your blog (ie.: /public_html/path/to/blog). If an .htaccess file already exists, append this code to the end of it:</p>
<div>
<pre><span style="color: #666699;">AddType image/x-icon .ico</span></pre>
<pre><span style="color: #666699;">&lt;IfModule mod_headers.c&gt;
# YEAR
&lt;FilesMatch "\.(ico|gif|jpg|jpeg|png|flv|pdf)$"&gt;
 Header set Cache-Control "max-age=29030400"
&lt;/FilesMatch&gt;
# WEEK
&lt;FilesMatch "\.(js|css|swf)$"&gt;
 Header set Cache-Control "max-age=604800"
&lt;/FilesMatch&gt;
# 24 HOURS
&lt;FilesMatch "\.(html|htm|txt|php)$"&gt;
 Header set Cache-Control "max-age=86400"
&lt;/FilesMatch&gt;
&lt;/IfModule&gt;</span></pre>
</div>
<p>Another option is to add an <em>Expires</em> header by appending this code to your .htaccess file:</p>
<div>
<pre><span style="color: #666699;">AddType image/x-icon .ico</span></pre>
<pre><span style="color: #666699;">&lt;IfModule mod_expires.c&gt;
ExpiresActive On
ExpiresByType image/gif A29030400
ExpiresByType image/png A29030400
ExpiresByType image/jpeg A29030400
ExpiresByType image/x-icon A29030400
ExpiresByType application/pdf A29030400
ExpiresByType application/x-javascript A604800
ExpiresByType text/plain A86400
ExpiresByType text/css A604800
&lt;/IfModule&gt;</span></pre>
</div>
<p>Using the htaccess directives above will instruct web browsers to cache files for a period based on file type:</p>
<ul>
<li>Image files: 1 year</li>
<li>Javascript, CSS and SWF files: 1 week</li>
<li>HTML and PHP files: 24 hours</li>
</ul>
<p><strong>Optimization Tip #5: Enabling GZip Compression</strong></p>
<p>By enabling GZip, the web server will compress files on the fly before sending them to the web browser. This significantly reduces the total size of a web page. In some cases, GZip is enabled by default by the web hosting provider. But if that’s not the case, you can add this code to your .htaccess file:</p>
<div>
<pre><span style="color: #666699;">&lt;ifmodule mod_deflate.c&gt;</span></pre>
<pre><span style="color: #666699;">AddOutputFilterByType DEFLATE image/gif image/png image/jpeg image/x-icon
application/pdf application/javascript application/x-javascript text/plain
text/html text/css text/x-component text/xml application/json
&lt;/ifmodule&gt;</span></pre>
</div>
<p><strong>Optimization Tip #6: Add a Caching Plugin</strong></p>
<p>Caching pages on your WordPress blog will significantly decrease processing time. When a web page is generated by WordPress, the caching plugin will store the output in a database. The next time the page is requested, it will be retrieved from the cache for faster rendering. Another benefit of caching pages is that it decreases server load, leaving more resources available for other processes.</p>
<p>There are various WordPress cache plugins that can accomplish this, but the best one, by far, is WP Super Cache. From my experience, it is the most efficient caching plugin and it plays well with other WordPress plugins. Here’s a quick and dirty step-by-step guide to installing and configuring WP Super Cache:</p>
<ol>
<li>Download and install WP Super Cache from <a href="http://wordpress.org/extend/plugins/wp-super-cache/" target="_blank">http://wordpress.org/extend/plugins/wp-super-cache/</a></li>
<li>Activate the plugin and go to <strong>Settings &gt; WP Super Cache</strong>.</li>
<li>Under the <strong>Easy</strong> tab, select <strong>Caching On</strong> and click <strong>Update Status</strong>.</li>
<li>Click the <strong>Advanced</strong> tab and check the following parameters:
<ul>
<li><em>Cache hits to this website for quick access.</em></li>
<li><em>Use mod_rewrite to serve cache files.</em></li>
<li><em>Compress pages so they’re served more quickly to visitors.</em></li>
<li><em>304 Not Modified browser caching. Indicate when a page has not been modified since last requested.</em></li>
<li><em>Don’t cache pages for <acronym title="Logged in users and those that comment">known users</acronym>.</em></li>
<li><em>Cache rebuild. Serve a supercache file to anonymous users while a new file is being generated.</em></li>
</ul>
</li>
<li>Click on <strong>Update Status</strong>.</li>
<li>Scroll down the <strong>Advanced</strong> settings page and click the <strong>Update Mod_Rewrite Rules</strong> button below the <strong>Mod Rewrite Rules</strong> section.</li>
<li>Scroll down to <strong>Expiry Time &amp; Garbage Collection</strong> and select <strong>Timer</strong> next to <strong>Scheduler</strong>. Click on <strong>Change Expiration</strong>.</li>
<li>Click the <strong>Preload</strong> tab set the preload cache process to be executed every 720 minutes (twice a day). You can decrease this value if you have a lot of activity on your blog.</li>
<li>Click the <strong>Update Settings</strong> button.</li>
<li>You can chose to preload the cache right away by clicking on <strong>Preload Cache Now</strong> but this is optional.</li>
</ol>
<p>Caching pages will increase the first byte time of our speed test because there’s less processing involved.</p>
<p>Let’s see how that translates into performance improvements, compared to our initial results:</p>
<p><a href="http://www.bluehost.com/blog/wp-content/uploads/2013/04/Screen-Shot-2013-04-18-at-1.12.00-PM.jpg"><img class="alignnone size-full wp-image-2106" alt="Screen Shot 2013-04-18 at 1.12.00 PM" src="http://www.bluehost.com/blog/wp-content/uploads/2013/04/Screen-Shot-2013-04-18-at-1.12.00-PM.jpg" width="404" height="168" /></a></p>
<p>By simply applying these on-site optimization tips, the load time has improved by 89%.</p>
<h3>Using a Content Delivery Network</h3>
<p>If your website has a high level of traffic, you might want to take things a step further and use a Content Delivery Network (CDN). A CDN will replicate the content of your website on multiple servers that are located around the world. Visitors will download your website from the location that is geographically closest to them.</p>
<p>There are several CDN services out there that employ various technologies. Some CDN services will only cache CSS documents, Javascript, and media files (images files, videos, etc.), while others will cache the content of your pages, too.</p>
<p>For this tutorial, we’ll be using Cloudflare, a CDN that can cache all of the static resources of your website and decreases load time for your visitors, no matter where they are geographically located.</p>
<p>Here’s how to use CloudFlare with your WordPress blog:</p>
<ol>
<li>Go to your Bluehost control panel and click the CloudFlare icon.</li>
<li>Enter your email address below “Enable CloudFlare” and click on <strong>Next</strong>.</li>
<li>Once your account is created, you’ll be prompted to enter your website’s domain name.</li>
<li>Cloudflare will be scanning your website for a while, so you can watch the video in the meantime. Click on <strong>Continue</strong> when the scan is complete.</li>
<li>Cloudflare will present you with the suggested DNS records for your domain. If you need to add any records manually, you may do so now.</li>
<li>Click on <strong>I’ve added all missing records, continue</strong>.</li>
<li>Select the plan that you wish to use. For this tutorial, we’ll be using the Pro Plan.</li>
<li>Choose the performance level that you wish to use. We’ll select <strong>CDN + Full Optimizations </strong>for this tutorial.</li>
<li>Set the security level to <strong>Medium</strong> and click on <strong>Continue</strong>.</li>
<li>On the <strong>Confirm SSL</strong> page, click <strong>Continue to the final step</strong>.</li>
<li>Go to your domain registrar’s control panel and change the nameservers for your domain name to those given by CloudFlare. If Bluehost is your domain registrar, then you don’t need to update your nameservers, as your Bluehost account will be linked to your CloudFlare account.  Once you’ve updated your nameservers, it can take up to 48 hours before the traffic is directed to CloudFlare’s network.</li>
<li>Click on <strong>I’ve updated my nameservers, continue</strong>.</li>
<li>One the page titled <strong>My Websites</strong>, click the gear icon next to your domain name and select <strong>CloudFlare settings</strong>.</li>
<li>Select the <strong>Performance settings</strong> tab and set the following parameters:
<ul>
<li><em>Caching level: Agressive</em></li>
<li><em>Autominify: Check JS, CSS and HTML</em></li>
<li><em>Rocket Loader: Automatic</em></li>
<li><em>Website preloader: On</em></li>
</ul>
</li>
</ol>
<p>Let’s see how our WordPress blog performs after implementing CloudFlare:</p>
<p><a href="http://www.bluehost.com/blog/wp-content/uploads/2013/04/Screen-Shot-2013-04-18-at-1.11.41-PM.jpg"><img class="alignnone size-full wp-image-2105" alt="Screen Shot 2013-04-18 at 1.11.41 PM" src="http://www.bluehost.com/blog/wp-content/uploads/2013/04/Screen-Shot-2013-04-18-at-1.11.41-PM.jpg" width="615" height="184" /></a></p>
<p>Notice that the number of requests and the total size of the web page has increased since implementing CloudFlare. This is because CloudFlare pushes three (3) additional files: cloudflare.min.js, rocket.js and oracle.js. Fortunately, there is still an improvement of about 25% in load time. The real gain in using a CDN will be much more apparent for high traffic websites.</p>
<p>There are many other things you can do to improve the load time of your website. We&#8217;d love to hear how you optimize your site and what works for you!</p>
<p>&nbsp;</p>
<p><em>Stephane Brault is a veteran web developer and system administrator. He is the owner of <a title=" http://www.thewebhostinghero.com" href=" http://www.thewebhostinghero.com" target="_blank">TheWebHostingHero.com</a>, a website dedicated to providing tutorials, reviews and news about the web hosting industry.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bluehost.com/blog/educational/websites/the-ultimate-guide-to-supercharging-your-wordpress-blog-2097/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Transfer from Posterous to WordPress on Bluehost</title>
		<link>http://www.bluehost.com/blog/bluehost/how-to-transfer-from-posterous-to-bluehost-2040?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-transfer-from-posterous-to-bluehost</link>
		<comments>http://www.bluehost.com/blog/bluehost/how-to-transfer-from-posterous-to-bluehost-2040#comments</comments>
		<pubDate>Wed, 10 Apr 2013 21:30:44 +0000</pubDate>
		<dc:creator>Brittany Warnock</dc:creator>
				<category><![CDATA[Account Tips]]></category>
		<category><![CDATA[Bluehost]]></category>
		<category><![CDATA[Industry]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Websites]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[Posterous]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">https://www.bluehost.com/blog/?p=2040</guid>
		<description><![CDATA[Posterous may be going away, but don&#8217;t worry &#8211; Bluehost is here for you! As they announced in February, Posterous has been acquired by Twitter and as of April 30, 2013, the platform will shut down. To accommodate Posterous users that are looking for a new place for their content, Bluehost&#8217;s expert WordPress developers have [...]]]></description>
				<content:encoded><![CDATA[<p>Posterous may be going away, but don&#8217;t worry &#8211; Bluehost is here for you!</p>
<p style="text-align: center;"><a href="https://www.bluehost.com/blog/wp-content/uploads/2013/04/Posterous_To_Bluehost2.png"><img class="aligncenter size-medium wp-image-2085" title="Posterous_To_Bluehost" src="https://www.bluehost.com/blog/wp-content/uploads/2013/04/Posterous_To_Bluehost2-300x300.png" alt="" width="300" height="300" /></a></p>
<p>As they announced in February, Posterous has been acquired by Twitter and as of April 30, 2013, the platform will shut down. To accommodate Posterous users that are looking for a new place for their content, Bluehost&#8217;s expert WordPress developers have created an import tool for Posterous users to transfer all of their content from Posterous to WordPress on Bluehost without a hitch. And to make the transition even smoother, Bluehost is offering all previous Posterous users a <a href="http://www.bluehost.com/track/posteroustransfer/blog" target="_blank">special hosting price of $3.95/month</a> if they transfer to Bluehost before April 30.</p>
<p>Using the Bluehost import tool is easy. Follow these steps and you&#8217;ll be ready to go on WordPress in no time.<span id="more-2040"></span></p>
<p><strong>Instructions for using the Posterous-to-Bluehost importer: </strong></p>
<ol>
<li>Request your backup from posterous.com.
<p style="text-align: center;"><a href="https://www.bluehost.com/blog/wp-content/uploads/2013/04/posterous-backup1.png"><img class="aligncenter  wp-image-2043" title="posterous-backup" src="https://www.bluehost.com/blog/wp-content/uploads/2013/04/posterous-backup1.png" alt="" width="100%" /></a></p>
<p>&nbsp;</p>
<p style="text-align: center;"><a href="https://www.bluehost.com/blog/wp-content/uploads/2013/04/posterous-download2.png"><img class="aligncenter  wp-image-2047" title="posterous-download" src="https://www.bluehost.com/blog/wp-content/uploads/2013/04/posterous-download2.png" alt="" width="100%" /></a></p>
<p>&nbsp;</li>
<li>Install WordPress on your Bluehost account using Simple Scripts with the following steps:</li>
<li>
<p style="text-align: left;">- First <a href="http://www.bluehost.com/track/posteroustransfer/blog" target="_blank">register for a Bluehost account here for a special price of $3.95/month. </a><br />
- Then using the credentials emailed to you from Bluehost, log into your control panel.<br />
- Find the icon under site builders that shows WordPress and click.<a href="https://www.bluehost.com/blog/wp-content/uploads/2013/04/cpanel-wordpress.png"><img class="aligncenter  wp-image-2064" title="cpanel-wordpress" src="https://www.bluehost.com/blog/wp-content/uploads/2013/04/cpanel-wordpress.png" alt="" width="100%" /></a><br />
- You will then be taken to a SimpleScripts page.<br />
- Find WordPress and click the icon.<a href="https://www.bluehost.com/blog/wp-content/uploads/2013/04/ss-wordpress.png"><img class="aligncenter  wp-image-2066" title="ss-wordpress" src="https://www.bluehost.com/blog/wp-content/uploads/2013/04/ss-wordpress.png" alt="" width="100%" /></a><br />
- When you reach the next screen select &#8220;Install&#8221; not import(you will need the plugin mentioned later for that).<br />
- You will then reach a screen with some options, select any of the options you would like.<br />
- check the terms and conditions checkbox<br />
- click &#8220;Complete&#8221;<br />
- You can then use the login credentials to your WordPress admin to login and install the importer.</p>
</li>
<li><strong>Download the Posterous importer <a title="Bluehost Posterous Importer" href="https://www.bluehost.com/blog/wp-content/uploads/2013/04/bh-posterous-importer.zip">here</a>.</strong></li>
<li>Install the plugin using the upload method.<a href="https://www.bluehost.com/blog/wp-content/uploads/2013/04/posterous-wp-add.png"><img class="aligncenter  wp-image-2052" title="posterous-wp-add" src="https://www.bluehost.com/blog/wp-content/uploads/2013/04/posterous-wp-add.png" alt="" width="100%" /></a><a href="https://www.bluehost.com/blog/wp-content/uploads/2013/04/posterous-upload-new.png"><img class="aligncenter  wp-image-2053" title="posterous-upload-new" src="https://www.bluehost.com/blog/wp-content/uploads/2013/04/posterous-upload-new.png" alt="" width="100%" /></a><a href="https://www.bluehost.com/blog/wp-content/uploads/2013/04/posterous-upload-file.png"><img class="aligncenter  wp-image-2054" title="posterous-upload-file" src="https://www.bluehost.com/blog/wp-content/uploads/2013/04/posterous-upload-file.png" alt="" width="100%" /></a></li>
<li>Activate the plugin.<a href="https://www.bluehost.com/blog/wp-content/uploads/2013/04/posterous-plugin-activate.png"><img class="aligncenter  wp-image-2055" title="posterous-plugin-activate" src="https://www.bluehost.com/blog/wp-content/uploads/2013/04/posterous-plugin-activate.png" alt="" width="100%" /></a></li>
<li>Goto Tools-&gt; Import and select Posterous from the list.<a href="https://www.bluehost.com/blog/wp-content/uploads/2013/04/posterous-import.png"><img class="aligncenter  wp-image-2050" title="posterous-import" src="https://www.bluehost.com/blog/wp-content/uploads/2013/04/posterous-import.png" alt="" width="100%" /></a></li>
<li>Select a user to assign the posts to. (If you need to create a new user do so first)</li>
<li>Select the .zip file you got from Posterous</li>
<li>Click Start Import.</li>
</ol>
<p><em>Note: if your export from Posterous is too large you will need to follow the Advance import instructions.</em></p>
<p><strong>Advanced Import Instructions:</strong></p>
<ol>
<li>Request your backup from posterous.com.</li>
<li>Install WordPress on your Bluehost account using Simple Scripts.</li>
<li><strong>Download the Posterous importer <a href="https://www.bluehost.com/blog/wp-content/uploads/2013/04/bh-posterous-importer.zip" target="_blank">here</a>.</strong></li>
<li>Install the plugin using the upload method.</li>
<li>Activate the plugin.</li>
<li>Goto Tools-&gt; Import and select Posterous from the list.</li>
<li>Click “Goto Advanced Form”</li>
<li>Upload your UNZIPPED export from Posterous to the posterous folder in the current month (ex: wp-content/2013/04/posterous) using your FTP program.</li>
<li>Select a user to assign the posts to</li>
<li>Click Start Import.</li>
</ol>
<p><em>Note: the “Start Import” button will be disabled unless the folder is detected.</em></p>
<p>And if you have any trouble, just give our support team a call at (888) 401-4678 any time 24/7 and we&#8217;ll be there to help you.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bluehost.com/blog/bluehost/how-to-transfer-from-posterous-to-bluehost-2040/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>FAQ: How do I move my WordPress website to Bluehost?</title>
		<link>http://www.bluehost.com/blog/educational/faq-how-do-i-move-my-wordpress-website-to-bluehost-1787?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=faq-how-do-i-move-my-wordpress-website-to-bluehost</link>
		<comments>http://www.bluehost.com/blog/educational/faq-how-do-i-move-my-wordpress-website-to-bluehost-1787#comments</comments>
		<pubDate>Tue, 02 Apr 2013 18:28:57 +0000</pubDate>
		<dc:creator>Brittany Warnock</dc:creator>
				<category><![CDATA[Account Tips]]></category>
		<category><![CDATA[Educational]]></category>
		<category><![CDATA[Websites]]></category>

		<guid isPermaLink="false">http://www.bluehost.com/blog/?p=1787</guid>
		<description><![CDATA[If you already have a WordPress website up and running on another web host, moving it to a new hosting provider can be a little intimidating at first. Lots of people have questions: How do I get started? Will my site go down while I&#8217;m moving it? What do I do to make sure I [...]]]></description>
				<content:encoded><![CDATA[<p>If you already have a WordPress website up and running on another web host, moving it to a new hosting provider can be a little intimidating at first. Lots of people have questions: How do I get started? Will my site go down while I&#8217;m moving it? What do I do to make sure I don&#8217;t lose any files? Well, we&#8217;ve put together a guide to help you out.</p>
<h3>How do I move my WordPress website to Bluehost?</h3>
<p>At Bluehost, many of our customers use WordPress for their sites. So here is a step-by-step guide on how to move your WordPress site from another host to Bluehost with almost<strong> no downtime</strong>. There are a lot of steps in this process, but if you follow them one after the other, you should be able to transfer your website in no time.<span id="more-1787"></span></p>
<ol>
<li>To start, log into your current host and use a provided program (such as phpMyAdmin) to export your site&#8217;s database.</li>
<li>Use your preferred FTP program (such as <a href="http://filezilla-project.org" target="_blank">Filezilla</a> or <a href="http://cyberduck.ch" target="_blank">Cyberduck</a>) to download and save your wp-content folder (a.k.a. the files that make up your WordPress site.)</li>
<li>Log in to your Bluehost control panel.</li>
<li>Install WordPress using the SimpleScripts, one-click install tool.</li>
<li><a href="https://my.bluehost.com/cgi/help/ftpaccounts?utm_source=Blog&amp;utm_medium=Blog%2BPost&amp;utm_campaign=Support%2BReferral" target="_blank">Create an FTP account</a> in your Bluehost control panel so you can upload your files to your new WordPress site folder. When creating your FTP account, keep in mind that you might want to change its designated directory to something easily identifiable.</li>
<li>Launch your preferred FTP program and open a new connection. Log in with your new FTP account info.</li>
<li>Overwrite the existing wp-content folder with the one you downloaded from your previous host.</li>
<li>Open phpMyAdmin in the Database section of your Bluehost cPanel.</li>
<li>Select the database to which you want to import your data. You may need to look up this information. (To do so, go to the File Manager in your control panel and open your public_html folder. Then scroll down to find the wp-config file, right click the icon, select &#8220;Code Edit&#8221;, and then &#8220;Edit.&#8221; In the code edit window, scroll down to identify the database you should use.<img class="aligncenter  wp-image-1913" title="Screen Shot 2013-01-23 at 11.20.22 AM" src="http://www.bluehost.com/blog/wp-content/uploads/2013/01/Screen-Shot-2013-01-23-at-11.20.22-AM1.png" alt="" width="505" height="319" /><img class="aligncenter size-full wp-image-1915" title="Screen Shot 2013-01-23 at 11.23.06 AM" src="http://www.bluehost.com/blog/wp-content/uploads/2013/01/Screen-Shot-2013-01-23-at-11.23.06-AM1.png" alt="" width="191" height="305" /><img class="aligncenter size-medium wp-image-1916" title="Screen Shot 2013-01-23 at 11.26.08 AM" src="http://www.bluehost.com/blog/wp-content/uploads/2013/01/Screen-Shot-2013-01-23-at-11.26.08-AM1-300x235.png" alt="" width="300" height="235" /><img class="aligncenter size-medium wp-image-1917" title="Screen Shot 2013-01-22 at 11.21.59 AM" src="http://www.bluehost.com/blog/wp-content/uploads/2013/01/Screen-Shot-2013-01-22-at-11.21.59-AM1-300x59.png" alt="" width="300" height="59" /></li>
<li>Back in your phpMyAdmin window, once you&#8217;ve selected the correct database, you will see a list of tables. Drop these tables before you import your new data by selecting the &#8220;Check All&#8221; option at the bottom of the list and then selecting &#8220;Drop.&#8221;<img class="aligncenter  wp-image-1919" title="Screen Shot 2013-01-22 at 12.06.48 PM" src="http://www.bluehost.com/blog/wp-content/uploads/2013/01/Screen-Shot-2013-01-22-at-12.06.48-PM2-1024x513.png" alt="" width="573" height="287" /></li>
<li><span style="text-align: left;">Now it&#8217;s time to import! Go to the &#8220;Import&#8221; tab in phpMyAdmin. Choose &#8220;Browse your computer&#8221; and find the SQL database file that you exported from your previous site. (It should be named something similar to &#8220;bluepm1_wor2.sql&#8221;.) Make sure the SQL format is selected and click &#8220;Go.&#8221;</span><img class="aligncenter size-full wp-image-1920" title="Screen Shot 2013-01-22 at 12.13.05 PM" src="http://www.bluehost.com/blog/wp-content/uploads/2013/01/Screen-Shot-2013-01-22-at-12.13.05-PM1.png" alt="" width="592" height="138" /><img class="aligncenter size-full wp-image-1921" title="Screen Shot 2013-01-22 at 12.14.19 PM" src="http://www.bluehost.com/blog/wp-content/uploads/2013/01/Screen-Shot-2013-01-22-at-12.14.19-PM1.png" alt="" width="389" height="245" /></li>
<li><span style="text-align: left;">Here is an important step after you import your database. After your database is imported, check to learn the new table names. If your table names begin with &#8216;wp_&#8217; then you don&#8217;t need to make any changes. However, sometimes your tables will import with a name like &#8216;wrp-&#8217; Go to your file manager and open the wp-config file in your public_html folder.</span><img class="aligncenter size-medium wp-image-1898" title="Screen Shot 2013-01-23 at 11.03.27 AM" src="http://www.bluehost.com/blog/wp-content/uploads/2013/01/Screen-Shot-2013-01-23-at-11.03.27-AM-300x179.png" alt="" width="300" height="179" /><img class="aligncenter size-medium wp-image-1899" title="Screen Shot 2013-01-23 at 11.20.22 AM" src="http://www.bluehost.com/blog/wp-content/uploads/2013/01/Screen-Shot-2013-01-23-at-11.20.22-AM-300x189.png" alt="" width="300" height="189" /></li>
<li>Right click on wp-config, select &#8220;Code Edit&#8221;, and then select &#8220;Edit.&#8221;<img class="aligncenter size-medium wp-image-1900" title="Screen Shot 2013-01-23 at 11.23.06 AM" src="http://www.bluehost.com/blog/wp-content/uploads/2013/01/Screen-Shot-2013-01-23-at-11.23.06-AM-187x300.png" alt="" width="187" height="300" /><img class="aligncenter size-medium wp-image-1901" title="Screen Shot 2013-01-23 at 11.26.08 AM" src="http://www.bluehost.com/blog/wp-content/uploads/2013/01/Screen-Shot-2013-01-23-at-11.26.08-AM-300x235.png" alt="" width="300" height="235" /></li>
<li>Scroll down until you find the line &#8220;Stable Prefix&#8221; line. Edit it to read &#8216;wp_&#8217;.<img class="aligncenter size-medium wp-image-1902" title="Screen Shot 2013-01-23 at 11.16.19 AM" src="http://www.bluehost.com/blog/wp-content/uploads/2013/01/Screen-Shot-2013-01-23-at-11.16.19-AM-300x98.png" alt="" width="300" height="98" /></li>
<li>Now that you have your database and site files, it&#8217;s time to put everything on your temporary URL. This is how you move your site without any downtime.* First, in your phpMyAdmin site, select wp-options from the menu on the left of the screen. Then, select &#8220;Edit&#8221; on the &#8220;site url&#8221; line. (This will typically be line 1.) Paste in the temporary URL provided to you when you created your Bluehost account and click &#8220;Go.&#8221; (Tip: if you&#8217;re not sure what it is, it can be found in your Bluehost welcome e-mail.) *<em>Note: all of these previous steps can help anyone move their WordPress site. The following steps are for those are want to move their WordPress site without any downtime. </em><img class="aligncenter size-full wp-image-1922" title="Screen Shot 2013-01-22 at 1.44.09 PM" src="http://www.bluehost.com/blog/wp-content/uploads/2013/01/Screen-Shot-2013-01-22-at-1.44.09-PM1.png" alt="" width="191" height="278" /><img class="aligncenter  wp-image-1923" title="Screen Shot 2013-01-22 at 1.45.28 PM" src="http://www.bluehost.com/blog/wp-content/uploads/2013/01/Screen-Shot-2013-01-22-at-1.45.28-PM1.png" alt="" width="621" height="132" /><img class="aligncenter  wp-image-1924" title="Screen Shot 2013-01-22 at 1.48.36 PM" src="http://www.bluehost.com/blog/wp-content/uploads/2013/01/Screen-Shot-2013-01-22-at-1.48.36-PM2.png" alt="" width="477" height="228" /><span style="text-align: left;"><br />
</span></li>
<li style="text-align: -webkit-auto;"><span style="text-align: left;"> Repeat step 11 for your &#8220;Home&#8221; line in wp-options. (This is typically line 36.)</span><img class="aligncenter  wp-image-1925" title="Screen Shot 2013-01-22 at 2.00.15 PM" src="http://www.bluehost.com/blog/wp-content/uploads/2013/01/Screen-Shot-2013-01-22-at-2.00.15-PM2.png" alt="" width="568" height="52" /></li>
<li style="text-align: -webkit-auto;"><span style="text-align: left;">Now it&#8217;s time to see if your work has paid off. Enter the temporary URL into your internet browser and check to see if your site is there. If so, you&#8217;re nearly done!</span></li>
<li style="text-align: -webkit-auto;"><span style="text-align: left;">Log into your WordPress admin site to save your Permalinks. Go to &#8220;Permalinks&#8221; under the &#8220;Settings&#8221; tab of the dashboard and click &#8220;Save Changes.&#8221;</span><img class="aligncenter size-full wp-image-1896" title="Screen Shot 2013-01-23 at 10.39.36 AM" src="http://www.bluehost.com/blog/wp-content/uploads/2013/01/Screen-Shot-2013-01-23-at-10.39.36-AM.png" alt="" width="293" height="146" /><img class="aligncenter size-medium wp-image-1897" title="Screen Shot 2013-01-23 at 10.44.15 AM" src="http://www.bluehost.com/blog/wp-content/uploads/2013/01/Screen-Shot-2013-01-23-at-10.44.15-AM-300x274.png" alt="" width="300" height="274" /></li>
<li style="text-align: -webkit-auto;"><span style="text-align: left;">Before you can move from the temporary URL to your permanent one, you must change the nameservers associated with your domain to point to Bluehost. This can be done in the domain manager of your domain registrar, whether it be with Bluehost, or another registrar. Use the following: NS1.BLUEHOST.COM and NS2.BLUEHOST.COM. (This indicates that your site is hosted at Bluehost.com. The DNS change can take anywhere from a few hours to several days to propagate. Once it is finished you will be able to use your domain on your new site.)</span></li>
<li style="text-align: -webkit-auto;"><span style="text-align: left;">Once the DNS change in complete, log into your WordPress admin site and go to &#8220;General&#8221; under the &#8220;Settings&#8221; tab. Then, enter your domain into the &#8220;WordPress Address&#8221; and &#8220;Site Address&#8221; fields, and click &#8220;Save Changes.&#8221;</span><img class="aligncenter size-full wp-image-1926" title="Screen Shot 2013-01-22 at 2.37.18 PM" src="http://www.bluehost.com/blog/wp-content/uploads/2013/01/Screen-Shot-2013-01-22-at-2.37.18-PM1.png" alt="" width="294" height="144" /><img class="aligncenter size-full wp-image-1888" title="Screen Shot 2013-01-22 at 2.39.31 PM" src="http://www.bluehost.com/blog/wp-content/uploads/2013/01/Screen-Shot-2013-01-22-at-2.39.31-PM1.png" alt="" width="541" height="88" /></li>
<li style="text-align: -webkit-auto;"><span style="text-align: left;">The last step is to enter your domain URL into your internet browser to check to see if your site is live. If so, then congratulations! You have successfully moved your WordPress site to Bluehost.</span></li>
</ol>
<p style="text-align: left;">We know this is a lot of steps, but if you follow these instructions you should be good to go. And of course, if you need help at any point in this process, you can always contact our support team for help by calling us 24/7 at 888.401.4678 or through <a href="http://www.bluehost.com/cgi/chatlite?&amp;utm_source=Blog&amp;utm_medium=Blog%2BPost&amp;utm_campaign=Support%2BReferral" target="_blank">24/7 live chat</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bluehost.com/blog/educational/faq-how-do-i-move-my-wordpress-website-to-bluehost-1787/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FAQ: How can I speed up my website?</title>
		<link>http://www.bluehost.com/blog/bluehost/faq-how-can-i-speed-up-my-site-1773?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=faq-how-can-i-speed-up-my-site</link>
		<comments>http://www.bluehost.com/blog/bluehost/faq-how-can-i-speed-up-my-site-1773#comments</comments>
		<pubDate>Tue, 19 Feb 2013 20:54:39 +0000</pubDate>
		<dc:creator>Brittany Warnock</dc:creator>
				<category><![CDATA[Account Tips]]></category>
		<category><![CDATA[Bluehost]]></category>
		<category><![CDATA[Educational]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Websites]]></category>
		<category><![CDATA[caching]]></category>
		<category><![CDATA[cloudflare]]></category>
		<category><![CDATA[website speed]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.bluehost.com/blog/?p=1773</guid>
		<description><![CDATA[Website performance is a crucial component to online success. A slow site adversely affects eCommerce transactions, drains server resources, depresses SEO ranking, and frustrates visitors. Often, when customers notice that their website appears to have slowed down or requires several seconds to load, they call into our support team asking why their server is performing [...]]]></description>
				<content:encoded><![CDATA[<p>Website performance is a crucial component to online success. A slow site adversely affects eCommerce transactions, drains server resources, depresses SEO ranking, and frustrates visitors. Often, when customers notice that their website appears to have slowed down or requires several seconds to load, they call into our support team asking why their server is performing poorly. While server issues can, in rare instances, contribute to a lagging website, they are almost never the cause. More often than not, poor website performance has much more to do with the website itself, and how it is configured. Fortunately, there are a range of things you can do to optimize a website for better performance!</p>
<h3>How can I speed up my site?</h3>
<p><iframe src="http://www.youtube.com/embed/VvL7-nd6AKM?rel=0" frameborder="0" width="560" height="315"></iframe></p>
<p>It might help to imagine a website as if it were a car. To maximize a car&#8217;s performance, one must tune, clean, test, service, upgrade, and maintain it over time. The same goes for a website. Bluehost may maintain the best hardware in the industry, but the software underlying each and every website requires just as much attention and long-term care to ensure peak performance.</p>
<p>Here are some tips to keep your website lean and mean:</p>
<p><span id="more-1773"></span></p>
<ol>
<li><strong>Disable and remove unnecessary or unused software.</strong> This can include superfluous plugins, old themes, wasted add-ons, and other extra features that are just sitting there, unused. Often these elements clog your software in ways you can&#8217;t see and slow things down. The basic rule of thumb: if you&#8217;re not using it, get rid of it!</li>
<li><strong>Upload images in a size appropriate for the WEB.</strong> Images are one of the largest drains on website load times. Try to limit the amount of images you have on your website. When you do use imagery, make sure it is exported to the exact dimensions for the space it occupies and no larger. Also, compress images as much as possible without sacrificing image quality. There are countless <a href="http://www.imageoptimizer.net/Pages/Home.aspx">free utilities</a> online that do this.</li>
<li><strong>Install a caching plugin.  </strong>Caching is a process in which static HTML files of your website are created and given to visitors behind the scenes. Then when visitors come again to your site, any dynamic content (e.g. images) loads faster because the static material is already there, ready and waiting. If your site is a WordPress site, we recommend a plugin like WP Super Cache. You can also check out our <a href="https://my.bluehost.com/cgi/help/591?utm_source=Blog&amp;utm_medium=Blog%2BPost&amp;utm_campaign=Support%2BReferral" target="_blank">Bluehost Help Center article about WordPress caching plugins</a> for detailed instructions.</li>
<li><strong>Activate CloudFlare. </strong>CloudFlare is a fantastic caching tool for all websites &#8211; especially those that for one reason or another cannot utilize a caching plugin. CloudFlare maintains a cache of particular files from your website, typically those that are traditionally problematic or require longer load times. It then stores this information on various servers all over the world. This effectively places your website closer visitors, making it load faster. With your Bluehost account, you can enable CloudFlare on your site for free! Check out our <a href="https://my.bluehost.com/cgi/help/cloudflare?utm_source=Blog&amp;utm_medium=Blog%2BPost&amp;utm_campaign=Support%2BReferral" target="_blank">Bluehost Help Center article</a> for further details.</li>
</ol>
<p>These are just a few ways to quickly and easily speed up your site. You can further examine how your website is performing by using a site like <a href="http://gtmetrix.com" target="_blank">GTmetrix</a>. Services like these sometimes even offer insight as to what particular website elements need to be optimized!</p>
<p>When your website is tuned and running well, more of your server resources can be devoted to serving actual traffic and visitors, instead of doing heavy lifting with slow, heavy, sluggish website software. Make sure to keep your website lean and mean and you&#8217;ll be guaranteed to have more success!</p>
<p>If you need help with any of these steps, you can always contact our Bluehost Help Center by calling us 24/7 at 888.401.4678 or through <a href="http://www.bluehost.com/cgi/chatlite?&amp;utm_source=Blog&amp;utm_medium=Blog%2BPost&amp;utm_campaign=Support%2BReferral" target="_blank">24/7 live chat</a>. Don&#8217;t miss our next post that will explain the difference between various types of domain settings.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bluehost.com/blog/bluehost/faq-how-can-i-speed-up-my-site-1773/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FAQ: How do I backup my website?</title>
		<link>http://www.bluehost.com/blog/bluehost/faq-how-do-i-backup-my-website-1776?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=faq-how-do-i-backup-my-website</link>
		<comments>http://www.bluehost.com/blog/bluehost/faq-how-do-i-backup-my-website-1776#comments</comments>
		<pubDate>Fri, 08 Feb 2013 17:55:10 +0000</pubDate>
		<dc:creator>Brittany Warnock</dc:creator>
				<category><![CDATA[Account Tips]]></category>
		<category><![CDATA[Bluehost]]></category>
		<category><![CDATA[Educational]]></category>
		<category><![CDATA[Websites]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[backup]]></category>

		<guid isPermaLink="false">http://www.bluehost.com/blog/?p=1776</guid>
		<description><![CDATA[If you&#8217;re a Bluehost customer, chances are you&#8217;ve called our support staff at one time or another. After all, they&#8217;re there to help! But with tens of thousands of people now signing up for a Bluehost account every month, we wondered if there weren&#8217;t a few particular questions our support reps received more often than others. [...]]]></description>
				<content:encoded><![CDATA[<p>If you&#8217;re a Bluehost customer, chances are you&#8217;ve called our support staff at one time or another. After all, they&#8217;re there to help! But with tens of thousands of people now signing up for a Bluehost account every month, we wondered if there weren&#8217;t a few particular questions our support reps received more often than others. Sure enough, there are! So we&#8217;ve put together several posts to answer these &#8220;frequently asked questions.&#8221; We hope they help our new customers, and perhaps even you long-time Bluehost experts.</p>
<h3>How do I backup my website?</h3>
<p><iframe src="http://www.youtube.com/embed/rZxRhBH15Uw" frameborder="0" width="560" height="315"></iframe></p>
<p>One of the most important things you can do is make sure all of your data and content is regularly backed up. Websites take a lot of time, energy, and even money to develop, so you want to make sure your investment is protected. Most Bluehost customers seem to understand this, as they frequently call in asking how to best ensure a proper backup of their websites.</p>
<p>First, some good news: At Bluehost, we perform complimentary backups of your entire account data on a monthly, weekly, and even daily basis! So you can rest assured your data is protected against loss. Should you ever need or want a prior version of your files, here&#8217;s how to access and restore these automated backups.</p>
<p><span id="more-1776"></span></p>
<h3><strong>Access system backups with these simple steps:</strong></h3>
<ol>
<li>Log into your Bluehost control panel.</li>
<li>Go to the &#8220;Files&#8221; section and select &#8220;Site Backup and Restore.&#8221;</li>
<li>Select from the list which aspect of your website you wish to backup or restore.<img class="aligncenter" title="Screen Shot 2013-01-21 at 8.45.18 AM" src="http://www.bluehost.com/blog/wp-content/uploads/2013/01/Screen-Shot-2013-01-21-at-8.45.18-AM-194x300.png" alt="" width="194" height="300" /></li>
<li>Choose which system backup or restore option you prefer, either a daily, weekly, or monthly version.<img class="aligncenter" title="Screen Shot 2013-01-21 at 8.49.37 AM" src="http://www.bluehost.com/blog/wp-content/uploads/2013/01/Screen-Shot-2013-01-21-at-8.49.37-AM-300x228.png" alt="" width="300" height="228" /></li>
<li><span style="text-align: center;">From the download window, select a format in which to save your backup and click &#8220;Start Archiving&#8221;.</span></li>
</ol>
<p style="text-align: center;"><a href="http://www.bluehost.com/blog/wp-content/uploads/2013/01/Screen-Shot-2013-01-21-at-8.50.47-AM.png"><img class="aligncenter" title="Screen Shot 2013-01-21 at 8.50.47 AM" src="http://www.bluehost.com/blog/wp-content/uploads/2013/01/Screen-Shot-2013-01-21-at-8.50.47-AM-300x228.png" alt="" width="300" height="228" /></a></p>
<p>These automated backups can serve as a great safety net against loss. But to truly protect your data, you should perform regular manual backups, particularly after any significant work has been done on your account. Fortunately creating a manual backup is simple. Here&#8217;s how to do it:</p>
<h3><strong>Create your own backup with these simple steps:</strong></h3>
<p>First, if you are using a CMS, blog, or eCommerce platform, make sure you create a backup of your database.</p>
<ol>
<li>Log into your Bluehost control panel and open the phpMyAdmin tool.</li>
<li>Identify the relevant database on the left-hand side.</li>
<li>Select the &#8220;Export&#8221; tab.<a href="http://www.bluehost.com/blog/wp-content/uploads/2013/01/Screen-Shot-2013-01-21-at-9.03.27-AM1.png"><img class="aligncenter  wp-image-1907" title="Screen Shot 2013-01-21 at 9.03.27 AM" src="http://www.bluehost.com/blog/wp-content/uploads/2013/01/Screen-Shot-2013-01-21-at-9.03.27-AM1.png" alt="" width="379" height="291" /></a></li>
<li>Make sure the format is &#8220;SQL&#8221;</li>
<li>Click &#8220;Go.&#8221;</li>
<li>Once the download is complete, save your exported files in a safe place, such as an external hard drive or cloud storage solution.</li>
</ol>
<p>Once you&#8217;ve backed up any important databases, the final step involves backing up any website content.</p>
<ol>
<li>Create an FTP account from your Bluehost control panel if you don&#8217;t already have one.</li>
<li>Open your preferred FTP program (e.g. Filezilla or Cyberduck) and connect to your account with your FTP information.</li>
<li>Download all your website files.</li>
<li>Save your files in a safe place, perhaps along with your saved database files.</li>
</ol>
<p>&nbsp;</p>
<p>Backing up files is one of the most important aspects to building and maintaining a successful website. Unfortunately, not many people take a proactive role in this process. Because Bluehost makes automated backups regularly, this helps spare a lot of customers who didn&#8217;t know better a lot of grief. But just the same, now that you know how to create your own backups, make sure you do so!</p>
<p>And if you ever need help backing up your site, visit the <a href="https://my.bluehost.com/cgi/help/?utm_source=Blog&amp;utm_medium=Blog%2BPost&amp;utm_campaign=Support%2BReferral" target="_blank">Bluehost Help Center</a> for detailed instructions, or just give our support team a call 24/7 at 888.401.4678. Stay tuned for our next post about how to speed up a slow website!</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bluehost.com/blog/bluehost/faq-how-do-i-backup-my-website-1776/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Building a business website: Choosing a Web Host</title>
		<link>http://www.bluehost.com/blog/bluehost/building-a-business-website-choosing-a-web-host-1516?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=building-a-business-website-choosing-a-web-host</link>
		<comments>http://www.bluehost.com/blog/bluehost/building-a-business-website-choosing-a-web-host-1516#comments</comments>
		<pubDate>Mon, 08 Oct 2012 15:40:20 +0000</pubDate>
		<dc:creator>Bluehost</dc:creator>
				<category><![CDATA[Bluehost]]></category>
		<category><![CDATA[Educational]]></category>
		<category><![CDATA[Websites]]></category>
		<category><![CDATA[building]]></category>
		<category><![CDATA[choosing a web host]]></category>
		<category><![CDATA[creating]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[small business websites]]></category>

		<guid isPermaLink="false">http://www.bluehost.com/blog/?p=1516</guid>
		<description><![CDATA[Web hosting is one of the most important decisions you make as you begin the process of building your website. But what is hosting exactly? And how do you decide which host to go with out of the hundreds available?  Think of hosting as your website’s home. Without web hosting, your website wouldn’t be online [...]]]></description>
				<content:encoded><![CDATA[<p style="text-align: center;"><img class="aligncenter  wp-image-1567" style="border: 1px solid black;" title="Optimized-servers" src="http://www.bluehost.com/blog/wp-content/uploads/2012/09/Optimized-servers.jpg" alt="" width="100%" /></p>
<p><em>Web hosting is one of the most important decisions you make as you begin the process of building your website. But what is hosting exactly? And how do you decide which host to go with out of the hundreds available? </em></p>
<p>Think of hosting as your website’s home. Without web hosting, your website wouldn’t be online and available to users around the world. Hosting companies, like Bluehost, provide space on their servers for customers to store websites, thereby making them accessible through the internet 24/7.</p>
<p>But with the hundreds of different web hosting providers, how do you choose? How do you know you’re picking the right one? Here are a few factors to take into consideration.</p>
<p><span id="more-1516"></span></p>
<p><strong>Price</strong></p>
<p>This is where most people start when they’re deciding on a hosting provider. But while it’s a good place to start, it shouldn’t be the deciding factor.  It’s important to remember: you get what you pay for. More often than not, the cheapest option isn’t always the best. Take a look at the fundamental needs of your site and compare hosting options that satisfy those needs first. Otherwise you will likely end up spending more in the long run in terms of money, time, and even frustration.</p>
<p><strong>Technical Specifications</strong></p>
<p>Not all web hosts are created equal. Many hosts make similar claims, but there are often big differences “under the hood” that translate into significantly different hosting experiences. And as most websites these days feature a lot of content, it’s more important than ever to find hosting providers with the hardware to back up their claims. First off, find a hosting provider that builds and operates their own hardware. Find a host with enough RAM, processing power, and disk storage space for your website’s needs. Finally, look for information about reliability and server up time. This is important so as to ensure your website is always up and running when visitors come.</p>
<p><strong>Support</strong></p>
<p>This is a big one. If your site ever experiences problems you can’t fix, the fastest way to get things up and running is usually to speak with a real person who knows what they’re doing. Make sure your host provides great customer service. See what contact options are available when you need help (i.e. toll-free phone number, email, chat, etc.) Also consider when are they available and whether their support is in-house or outsourced.</p>
<p><strong>Interface (Control Panel)</strong></p>
<p>Make sure your hosting provider has an interface that is easy to understand and use. If you can’t figure out what you’re working with, it’ll <img class="alignright size-full wp-image-1566" style="border: 1px solid black;" title="Optimized-serversquare" src="http://www.bluehost.com/blog/wp-content/uploads/2012/09/Optimized-serversquare.jpg" alt="" width="150" height="150" />make building a website much more confusing then it needs to be. Tasks such as installing WordPress, setting up email, configuring FTP accounts, etc&#8230; should be easy to find. Some hosting providers let you play with a demo hosting account, so take advantage of the opportunity to test their platform before you sign up.</p>
<p><strong>Features</strong></p>
<p>Finally, consider what makes your top hosting choices <em>special. </em>Do they offer extra features if you decided to host with them such as regular backups, a free domain name, etc. Are their tools up to date and easy to use? Do they offer upgrades and add-ons in-house to make it easy to expand your hosting account when you need to?</p>
<p>These are just some of the important factors to consider when selecting your web host.  As you outline your website, you’ll start to understand more about what should matter most to you. We hope you find these tips useful. Let us know if you have any additional questions in the comments below.</p>
<p>Tiffany<br />
Bluehost</p>
<p>&nbsp;</p>
<p><em>p.s. </em>Want to learn more or to see if Bluehost is a fit for you? Give us a call at (888) 401-4678. We’re happy to answer any questions you might have.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bluehost.com/blog/bluehost/building-a-business-website-choosing-a-web-host-1516/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Building a Business Website? Plan.</title>
		<link>http://www.bluehost.com/blog/bluehost/building-a-business-website-create-a-plan-1511?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=building-a-business-website-create-a-plan</link>
		<comments>http://www.bluehost.com/blog/bluehost/building-a-business-website-create-a-plan-1511#comments</comments>
		<pubDate>Mon, 01 Oct 2012 14:47:52 +0000</pubDate>
		<dc:creator>Bluehost</dc:creator>
				<category><![CDATA[Bluehost]]></category>
		<category><![CDATA[Educational]]></category>
		<category><![CDATA[Websites]]></category>
		<category><![CDATA[building]]></category>
		<category><![CDATA[creating]]></category>
		<category><![CDATA[small business]]></category>
		<category><![CDATA[website goals]]></category>

		<guid isPermaLink="false">http://www.bluehost.com/blog/?p=1511</guid>
		<description><![CDATA[While there are several things you’ll need to help get your site online, nothing is more important than first clearly defining your goals. Doing so, more than anything else, reveals which requirements are most important for your website so you can make a comprehensive plan that will take you successfully across the finish line. So [...]]]></description>
				<content:encoded><![CDATA[<p style="text-align: center;"><img class="aligncenter  wp-image-1518" style="border: 1px solid black;" title="Optimized-blueprint" src="http://www.bluehost.com/blog/wp-content/uploads/2012/09/Optimized-blueprint.jpg" alt="" width="100%" /></p>
<p>While there are several things you’ll need to help get your site online, nothing is more important than first clearly defining your goals. Doing so, more than anything else, reveals which requirements are most important for your website so you can make a comprehensive plan that will take you successfully across the finish line. So what are key factors to consider?</p>
<p><span id="more-1511"></span>As when starting a business, launching your business website should begin with a plan. Determining key information early on informs the entire site building process and inevitably saves you a lot of time, energy, and resources. While each business is a little different, we’ve listed three key points that everyone should consider when preparing to create a business website.</p>
<p><strong>1. Determine your Goals. </strong></p>
<p>Before you can begin to solve a problem, it helps to know what the problem is. Ask yourself questions to identify what your website is intended to accomplish. For example: What kind of website do I want?<em> </em>Should the website serve principally to present information? Does this information need to change regularly? Will my website sell a product online?</p>
<p>Also consider what changes may happen over time. Ask yourself what future plans exist for your business. Answering questions like these is the first step toward outlining the type of website you should build.</p>
<p><strong>2. Understand your message and your audience.</strong></p>
<p>Your website will present a message to each and ever visitor, so it is important to think about what you want to communicate. <img class="alignright size-full wp-image-1519" style="border: 1px solid black;" title="Optimized-square" src="http://www.bluehost.com/blog/wp-content/uploads/2012/09/Optimized-square.jpg" alt="" width="150" height="150" />The message you craft will help you not only identify your target audience, but will affects your website’s look and feel, design, content, presentation, etc&#8230; So it’s important to determine it as soon as possible. Make sure your messaging is clear, concise and easy to understand.</p>
<p>And remember, nothing should influence your messaging more than the audience to which it is intended, i.e. your future website visitors. Think about both who will visit your site as well as who you want to reach. Will existing customers visit your website? Potential customers? What is the goal of your messaging?</p>
<p><em>TIP:</em> A good technique to get new ideas is to study websites of competitors or other businesses striving to achieve similar goals as you. Visit these sites and ask yourself questions like: What is the purpose of this website? What are they selling? Is the message clear? Did it compel me to learn more? A good website should be able to answer these important questions immediately.</p>
<p>3. <strong>Time and budget.</strong></p>
<p>It’s great to have a vision of the perfect website, but remember to factor in real-world constraints. Be realistic about your budget and the amount of time you have to invest in building your website. Will you be building the website yourself? Will your site feature an e-commerce feature? Don’t forget to factor in the cost of web hosting, domain names, and advertising. We recommend writing everything down and adjusting different factors based on your allotted budget. Some areas may have more flexibility then others depending on your priorities.</p>
<p>There are several more factors to consider as you delve into building your website, but these are some great places at which to start the process. With a strong understanding of these three considerations, you’ll be better equipped to craft a strong plan. And remember, the more detailed your plan, the less likely you will run into snags as you proceed.</p>
<p>&nbsp;</p>
<p>Tiffany<br />
Bluehost</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bluehost.com/blog/bluehost/building-a-business-website-create-a-plan-1511/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why is it important to have website for your business?</title>
		<link>http://www.bluehost.com/blog/bluehost/why-is-it-important-to-have-website-for-your-business-1406?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=why-is-it-important-to-have-website-for-your-business</link>
		<comments>http://www.bluehost.com/blog/bluehost/why-is-it-important-to-have-website-for-your-business-1406#comments</comments>
		<pubDate>Tue, 11 Sep 2012 14:44:34 +0000</pubDate>
		<dc:creator>Bluehost</dc:creator>
				<category><![CDATA[Bluehost]]></category>
		<category><![CDATA[Educational]]></category>
		<category><![CDATA[Websites]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[importance]]></category>
		<category><![CDATA[why a website is important]]></category>

		<guid isPermaLink="false">http://www.bluehost.com/blog/?p=1406</guid>
		<description><![CDATA[With over 2.2 billion people online, the internet has revolutionized how we find and share information. The online world is moving at a rapid pace and doesn’t show any signs of slowing. For businesses, a web presence has become a fundamental part of success. But why is a presence on the web so important? How [...]]]></description>
				<content:encoded><![CDATA[<p style="text-align: center;"><img class="aligncenter  wp-image-1411" style="border: 1px solid black;" title="banner" src="http://www.bluehost.com/blog/wp-content/uploads/2012/09/Optimized-Untitled-1-1.jpg" alt="" width="100%" /></p>
<p><em>With over 2.2 billion people online, the internet has revolutionized how we find and share information. The online world is moving at a rapid pace and doesn’t show any signs of slowing. For businesses, a web presence has become a fundamental part of success. But why is a presence on the web so important? How significant is the impact of being online? We’re glad you asked.</em></p>
<p><span id="more-1406"></span></p>
<p>After several years with Fidelity Investments, in 1996 Richard Sexton decided to step away from the corporate world and follow his passion by opening Himal Home Gallery, a local home furnishings store in his hometown of North Carolina.</p>
<p>“I didn’t have any experience in running a retail operation. [The] learning curve had its fair share of mistakes,” Sexton said. “Going online early and choosing to use Google products were some of the better moves.”</p>
<p>During the ‘90s, no one knew for certain if there was a place for small businesses online or if they could find success there. But Sexton took the chance and launched a website for Himal Home Gallery.  The online presence gave Sexton’s small business a great deal of attention and the small shop took off. In 2000, Sexton relaunched the furniture store as Carolina Rustica, focusing primarily on wrought-iron furniture, their best selling item.</p>
<p>“We started with a small 500 square-foot booth in an antique mall and now our gallery is almost 20,000 square feet,” Sexton said. “Through the web, we could reach a much larger audience, and we began to invest in marketing activities that could connect us with us potential customers. I am very happy with the results. Our sales have increased 50% year on year.”</p>
<p>Carolina Rustica is just one of the many small businesses that found great success establishing an online presence.  But can their model apply to other business types? Can business that don’t sell products online still find a success with a website? Is having a business website really that important?</p>
<p><strong>Yes, absolutely</strong>.</p>
<p>Never before has the world been able to connect across the globe and interact so easily. Think about the last time you needed to know something, anything — chances are you went to look it up online. The Internet has completely changed the way we live and how we gather information. Not only is it now our primary source of information, but it has revolutionized the way businesses operate and communicate with customers.</p>
<p>Websites and the online tools that promote them should be the focal point of all advertising and marketing for all businesses, big or small. Here’s why:</p>
<p><strong>Because people are online.</strong> If you’re looking for an audience, more customers, or people to influence, the web is where your business needs to be. With over 78% of adult Americans using the Internet and an astounding 2.2 billion people online worldwide, it’s no surprise that small businesses with websites experience an average of 39% greater revenue per year than those without websites, according to the Small Business Administration.</p>
<p style="text-align: center;"><img class="aligncenter  wp-image-1416" style="border: 1px solid black;" title="stats" src="http://www.bluehost.com/blog/wp-content/uploads/2012/09/Untitled-3.png" alt="" width="100%" /></p>
<p>But what if my consumers aren’t online? At Bluehost, we get asked this question all the time.  For example, sometimes our clients refer to their consumers from an older demographic. We always tell them that they would be surprised at the amount of adults over 50 using the Internet.</p>
<p>When Roy Williams (business guru and New York Times bestselling author of “Secret Formulas of the Wizard of Ads”) was giving the keynote at a trades conference in Las Vegas, the chairman of the organization asked him to avoid mentioning the Internet because nearly all their 1,600 members were over the age of 55. Surprised by his request, Williams decided to start the talk by asking the crowd, “How many of you have used a search engine within the past seven days to research a product or service you were considering purchasing?” Almost instantly, over 95 percent of the members raised their hands.</p>
<p><em>A personal example: My gramps is an old-fashioned man who frankly didn’t care for computers until after he retired in 2002. But now at 70, he can’t get enough of his iPad or sharing vacation pictures with his friends on Facebook. (Yes, that’s right, my gramps is on Facebook with his friends). When I asked him why he changed his mind about the Internet, he simply said, “It’s convenient. That’s where everybody and everything is. It’s the fastest way to do or find or share anything.”</em></p>
<p>Your consumers are online, <strong>trust us</strong>.</p>
<p><strong>Because it establishes credibility.</strong> When consumers can’t find a company online it raises a red flag. Does this company really exist? Can I trust them? Are they trying to scam me? People are more skeptical than ever.  Even when consumers don’t purchase online, they research and look online before they buy. In fact, 58 percent of global online consumers said they more likely to trust a company with “owned media,” such as a company with a website, versus one who doesn’t (Nielsen Advertising Survey, 2012).</p>
<p>When you have a good website, it gives people a peace of mind about your business. Whether you’re selling a product or service, or simply providing information, it’s important for your business to have a web presence in order to establish credibility.</p>
<p><strong>Because it’s a great way to build your brand.</strong> A website lets you brand your business like never before. Websites give you unlimited freedom to determine how your business looks to your customers. Websites are flexible and can grow as yours business evolves, and they also allow your business to be available around the clock, even during off business hours. Add to this that websites are one of the most cost-effective tools available and it’s obvious why so many businesses now leverage a website.</p>
<p><img class="alignright" style="border: 1px solid black;" title="square" src="http://www.bluehost.com/blog/wp-content/uploads/2012/09/Optimized-Untitled-2.jpg" alt="" width="150" height="150" /></p>
<p>Business branding through the web will help you develop a stronger reputation to millions around the world. Potential customers will be able to research your business and find good reviews about the product or service you provide. In fact, consumers say they trust online consumer reviews second from personal recommendations (Nielsen Advertising Survey, 2012). Think of your website as an extension of your sales staff, helping you nurture and generate leads by educating people on your products or services.</p>
<p><strong>Because it is the best way to engage with prospective customers.</strong> Word of mouth has and always will be the most trusted form of advertisement. 92 percent of consumers around the world say they trust earned media, such as word-of-mouth and recommendations from friends and family, above all other forms of advertising (Nielsen Advertising Survey 2012).</p>
<p>With a website, you make it easy for consumers to share your business. With a simple link, they can instantly access all your business information. And with social media platforms such as Twitter and Facebook, it’s now even easier for people the to share things they love or recommend. When you have a website, you give these recommendations a place to go. Websites serves as central place for potential customers to learn more about why your business is so great.</p>
<p><strong>We’re here to help you be successful.</strong> A website is the foundation for a web presence, which is the first step to making your business successful. The task may seem a bit daunting, but we’re here to help guide you through the entire process.  At Bluehost, we want you to be successful, so we work hard to give you all the tools you need. Throughout the next couple months, we’ll be going over, step-by-step, the entire process of building a website and establishing a strong web presence for your business. From layout to design, creating content, measuring analytics, to learning about different promotional tools, etc., we’re here to help you every step of the way!</p>
<p>Tiffany<br />
Bluehost</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bluehost.com/blog/bluehost/why-is-it-important-to-have-website-for-your-business-1406/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Importance of having an SSL Certificate</title>
		<link>http://www.bluehost.com/blog/bluehost/importance-of-having-an-ssl-certificate-1256?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=importance-of-having-an-ssl-certificate</link>
		<comments>http://www.bluehost.com/blog/bluehost/importance-of-having-an-ssl-certificate-1256#comments</comments>
		<pubDate>Thu, 06 Sep 2012 15:08:06 +0000</pubDate>
		<dc:creator>Bluehost</dc:creator>
				<category><![CDATA[Bluehost]]></category>
		<category><![CDATA[Products]]></category>
		<category><![CDATA[Websites]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[ssl certificate]]></category>

		<guid isPermaLink="false">http://www.bluehost.com/blog/?p=1256</guid>
		<description><![CDATA[SSL certificates encrypt all information passing to and from your website. This includes sensitive information such as usernames, passwords, email addresses, personal information, and even credit card numbers! This is one reason an SSL Certificates is required in order to to accept credit card payments on a website. To best address your needs, Bluehost provides [...]]]></description>
				<content:encoded><![CDATA[<p>SSL certificates encrypt all information passing to and from your website. This includes sensitive information such as usernames, passwords, email addresses, personal information, and even credit card numbers! This is one reason an SSL Certificates is required in order to to accept credit card payments on a website.</p>
<p><iframe src="http://www.youtube.com/embed/9Tk2DZB7oLE" frameborder="0" width="560" height="315"></iframe></p>
<p>To best address your needs, Bluehost provides various SSL certificates featuring different levels of protection. Protect your visitors and give them confidence that your website is secure. Learn more about Bluehost&#8217;s SSL certificate options by visiting the “Upgrades” tab in your Bluehost control panel.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bluehost.com/blog/bluehost/importance-of-having-an-ssl-certificate-1256/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Protect &amp; Accelerate your Website with CloudFlare</title>
		<link>http://www.bluehost.com/blog/bluehost/protect-accelerate-you-website-with-cloudflare-1204?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=protect-accelerate-you-website-with-cloudflare</link>
		<comments>http://www.bluehost.com/blog/bluehost/protect-accelerate-you-website-with-cloudflare-1204#comments</comments>
		<pubDate>Tue, 04 Sep 2012 15:10:07 +0000</pubDate>
		<dc:creator>Bluehost</dc:creator>
				<category><![CDATA[Account Tips]]></category>
		<category><![CDATA[Bluehost]]></category>
		<category><![CDATA[Products]]></category>
		<category><![CDATA[Websites]]></category>
		<category><![CDATA[cloudflare]]></category>
		<category><![CDATA[Optimization]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://www.bluehost.com/blog/?p=1204</guid>
		<description><![CDATA[Here at Bluehost, we are dedicated to providing our customers with the best, most powerful tools available. To that end, we’ve recently teamed up with CloudFlare to help you enhance your website’s speed and security. And the best part? You can enable CloudFlare for FREE with every Bluehost account! CloudFlare is an advanced content delivery [...]]]></description>
				<content:encoded><![CDATA[<p><iframe src="http://www.youtube.com/embed/qA_yl3E7cnc" frameborder="0" width="560" height="315"></iframe></p>
<p>Here at Bluehost, we are dedicated to providing our customers with the best, most powerful tools available. To that end, we’ve recently teamed up with CloudFlare to help you enhance your website’s speed and security. And the best part? You can enable CloudFlare for FREE with every Bluehost account!</p>
<p><span id="more-1204"></span></p>
<p>CloudFlare is an advanced content delivery network (CDN) that provides optimal performance and security to your website. With over 14 data centers around the world, their CDN automatically caches your static website files. While dynamic content remains on your Bluehost web server, static files are physically closer to visitors. CloudFlare then uses a technology called Anycast to route your visitors to their nearest data center, helping your website load faster for visitors, regardless of where they’re located. On average, websites using CloudFlare has 65% fewer requests and uses 60% less bandwidth.</p>
<p>Using their intelligent global network, CloudFlare also blocks threats and limits abusive bots and crawlers from wasting bandwidth and sever sources.</p>
<p>We integrated CloudFlare into our Bluehost systems so that it’s easy for you to install and start using in minutes. Simply log into your Bluehost control panel (cPanel) and click on the “Upgrades” tab. From there, you can decide which CloudFlare plan is best for your site(s) and then click “Install” to get started.</p>
<p>CloudFlare comes in two plans: Basic and Pro. The basic CloudFlare plan is <strong>absolutely FREE</strong> and includes faster site performance, broad security protection, and basic reporting.</p>
<p>If you’re looking for maximum optimization, CloudFlare also offers a pro plan for $14.99, which includes real time statistic reporting, mobile optimization, advanced site security, advanced reporting, and even greater site performance improvements.</p>
<p>We’re excited to be working with CloudFlare to make your website, even better! If you have any questions regarding CloudFlare or how to get started, leave a comment below or call us anytime, 24/7, at 888-401-4678.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bluehost.com/blog/bluehost/protect-accelerate-you-website-with-cloudflare-1204/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
