<?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; Educational</title>
	<atom:link href="http://www.bluehost.com/blog/category/educational/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 do I transfer my domain name?</title>
		<link>http://www.bluehost.com/blog/bluehost/faq-how-do-i-transfer-my-domain-name-1779?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=faq-how-do-i-transfer-my-domain-name</link>
		<comments>http://www.bluehost.com/blog/bluehost/faq-how-do-i-transfer-my-domain-name-1779#comments</comments>
		<pubDate>Wed, 13 Mar 2013 22:16:44 +0000</pubDate>
		<dc:creator>Brittany Warnock</dc:creator>
				<category><![CDATA[Account Tips]]></category>
		<category><![CDATA[Bluehost]]></category>
		<category><![CDATA[Domains]]></category>

		<guid isPermaLink="false">http://www.bluehost.com/blog/?p=1779</guid>
		<description><![CDATA[Transferring a domain name is one of our most commonly asked questions. Because every domain registrar is different, it can be confusing to know what to do. Thankfully at Bluehost, we make it as easy as possible to transfer your domain registration to your account so you can manage all your domains and files under [...]]]></description>
				<content:encoded><![CDATA[<p>Transferring a domain name is one of our most commonly asked questions. Because every domain registrar is different, it can be confusing to know what to do. Thankfully at Bluehost, we make it as easy as possible to transfer your domain registration to your account so you can manage all your domains and files under one, well-maintained roof.</p>
<p>While we can&#8217;t imagine every possible system out there, the actual steps are almost always the same. (You can also visit our <a href="https://www.bluehost.com/cgi/info/transfer_help?utm_source=Blog&amp;utm_medium=Blog%2BPost&amp;utm_campaign=Support%2BReferral" target="_blank">Transfer Help Page</a> for specific instructions on many of the most common domain registrars.) Transfer any .<strong>com</strong>, .<strong>net</strong>, .<strong>org</strong>, .<strong>info</strong>, .<strong>us</strong>, or .<strong>biz</strong> domain to Bluehost by following these simple instructions.</p>
<p><iframe src="http://www.youtube.com/embed/xlyO8p4K8e4?rel=0" frameborder="0" width="560" height="315"></iframe></p>
<h3><span id="more-1779"></span>How do I transfer my domain name?</h3>
<p>First, you&#8217;ll need to access the domain registrar where the domain is currently registered. From here you will prepare the domain name for transfer. Every registrar is a little different, but you should be able to follow these general steps:</p>
<ol>
<li>Login and access the domain manager tools of your current registrar.</li>
<li>Update your contact info (particularly your e-mail address) so that Bluehost can reach you with important information both during and after the transfer process.</li>
<li>Ensure privacy options are disabled for the transfer process. Don&#8217;t worry, you can re-enable them when your domain is successfully transferred to Bluehost.</li>
<li>Update the nameservers to point to Bluehost. 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 complete the transfer process.)</li>
<li>Unlock your domain name.</li>
<li>Acquire your &#8220;transfer EPP code,&#8221; or authorization code. This should be provided to you. Copy this code down and login to your new registrar (Bluehost) to initiate the transfer.</li>
</ol>
<p>Once you&#8217;ve prepared your domain for transfer, all that&#8217;s left is to initiate the transfer from the new registrar (Bluehost).</p>
<ol>
<li>Visit the Domain Manager tab in your Bluehost control panel.</li>
<li>Select &#8220;Transfer a new domain to your account&#8221; from the Shortcuts menu on the top left-hand side.<a href="http://www.bluehost.com/blog/wp-content/uploads/2013/01/Screen-Shot-2013-01-15-at-8.44.48-AM1.png"><img class="aligncenter size-medium wp-image-1910" title="Screen Shot 2013-01-15 at 8.44.48 AM" src="http://www.bluehost.com/blog/wp-content/uploads/2013/01/Screen-Shot-2013-01-15-at-8.44.48-AM1-300x196.png" alt="" width="300" height="196" /></a></li>
<li>Type in the domain you wish to transfer and click continue.<img class="aligncenter size-medium wp-image-1811" title="Screen Shot 2013-01-21 at 9.56.58 AM" src="http://www.bluehost.com/blog/wp-content/uploads/2013/01/Screen-Shot-2013-01-21-at-9.56.58-AM-300x148.png" alt="" width="300" height="148" /></li>
<li>Enter the EPP code you received from your previous registrar and click continue.</li>
<li>Bluehost will e-mail a second verification code to the administrator e-mail associated with the domain. (Which is why it&#8217;s important to update your contact information before you start the transfer process.) Enter this verification code and click continue.<img class="aligncenter size-medium wp-image-1813" title="Screen Shot 2013-01-21 at 10.51.58 AM" src="http://www.bluehost.com/blog/wp-content/uploads/2013/01/Screen-Shot-2013-01-21-at-10.51.58-AM-300x67.png" alt="" width="300" height="67" /></li>
</ol>
<p>And that&#8217;s it! There&#8217;s a lot of behind the scenes work that goes on to make the transfer actually happen. It typically takes between 5 to 10 days to complete.</p>
<p>If you need extra help with a domain transfer, contact our support team at any time, 24/7 by calling us at 888.401.4678 or talking to us via <a href="http://www.bluehost.com/cgi/chatlite?&amp;utm_source=Blog&amp;utm_medium=Blog%2BPost&amp;utm_campaign=Support%2BReferral" target="_blank">live chat</a>. Stay tuned for our next post to learn how to move your WordPress website to Bluehost with almost zero downtime!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bluehost.com/blog/bluehost/faq-how-do-i-transfer-my-domain-name-1779/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>FAQ: What is the difference between add-on, parked, and sub-domains?</title>
		<link>http://www.bluehost.com/blog/educational/faq-what-is-the-difference-between-add-on-parked-and-subdomains-1771?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=faq-what-is-the-difference-between-add-on-parked-and-subdomains</link>
		<comments>http://www.bluehost.com/blog/educational/faq-what-is-the-difference-between-add-on-parked-and-subdomains-1771#comments</comments>
		<pubDate>Mon, 25 Feb 2013 10:49:33 +0000</pubDate>
		<dc:creator>Brittany Warnock</dc:creator>
				<category><![CDATA[Account Tips]]></category>
		<category><![CDATA[Domains]]></category>
		<category><![CDATA[Educational]]></category>

		<guid isPermaLink="false">http://www.bluehost.com/blog/?p=1771</guid>
		<description><![CDATA[One great thing about Bluehost is that you can host as many domains on one account as you like. And along with these unlimited domain names, there are various ways to use these domains on your account: as add-ons, parked, or sub-domains. However, our support team receives a lot of calls seeking to understand the [...]]]></description>
				<content:encoded><![CDATA[<p>One great thing about Bluehost is that you can host as many domains on one account as you like. And along with these unlimited domain names, there are various ways to use these domains on your account: as add-ons, parked, or sub-domains. However, our support team receives a lot of calls seeking to understand the difference between these domain types. So, to set the record straight for anyone who&#8217;s curious, here&#8217;s a clean-cut breakdown.</p>
<p><iframe src="http://www.youtube.com/embed/Lwd-HaMWKw8?rel=0" frameborder="0" width="560" height="315"></iframe><span id="more-1771"></span></p>
<p style="padding-left: 30px;"><strong>Primary Domain</strong><br />
This is the domain name assigned as your account&#8217;s &#8220;main&#8221; domain. It&#8217;s the domain you use to log into your account, as well as to identify your account to Bluehost representatives. There can only be one Primary domain name at a time on a given hosting account.</p>
<p style="padding-left: 30px;"><strong>Parked Domain<br />
</strong>Any domain set as a &#8220;parked&#8221; domain serves to point to the same content and website as your primary domain. This is helpful if you have one website but wish to have multiple domains point to it. For example, mycookiestore.com might be your primary domain, but you might also wish to register mycookiestore.net, mycookiestore.org, mycookiestore.biz, etc&#8230; and point them all to the same website.</p>
<p style="padding-left: 30px;"><strong>Add-On Domain<br />
</strong>This is any domain hosted and managed from your main hosting account, but that is linked to a separate website than your primary domain. Content and files for a separate website are stored in a unique folder within your public_html folder. Use domains as &#8220;add-ons&#8221; when you wish to create a completely separate website on your account with its own domain name, apart from the primary domain name.</p>
<p style="padding-left: 30px;"><strong>Sub-domain<br />
</strong>Subdomains are based on prefixes added before a given domain name. They are a great way to organize your site or create sub-websites that while different, still make sense to include under the same domain. For example, we&#8217;ve set our bluehost blog to be accessible via blog.bluehost.com. We also set our webmail to be accessible via mail.buehost.com. You can create as many sub-domains as you wish for any of your domain names.</p>
<p>As you can see, there are a lot of different ways to use your domain names with Bluehost. All of your domains on your account can always be managed from your domain manager. We work hard to make our domain manager super simple to use and completely full-featured. From there you can not only purchase or renew domains, but you can change how they are assigned to your account.</p>
<p>And if you&#8217;ve ever been curious how to transfer a domain, stay tuned. Our next post will go through this in detail!</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bluehost.com/blog/educational/faq-what-is-the-difference-between-add-on-parked-and-subdomains-1771/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Infographic: Web Hosting Compared</title>
		<link>http://www.bluehost.com/blog/bluehost/new-infographic-web-hosting-compared-1965?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=new-infographic-web-hosting-compared</link>
		<comments>http://www.bluehost.com/blog/bluehost/new-infographic-web-hosting-compared-1965#comments</comments>
		<pubDate>Thu, 21 Feb 2013 23:17:20 +0000</pubDate>
		<dc:creator>Brittany Warnock</dc:creator>
				<category><![CDATA[Bluehost]]></category>
		<category><![CDATA[Industry]]></category>
		<category><![CDATA[Products]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Dedicated Hosting]]></category>
		<category><![CDATA[shared hosting]]></category>
		<category><![CDATA[VPS]]></category>
		<category><![CDATA[web hosting]]></category>

		<guid isPermaLink="false">https://www.bluehost.com/blog/?p=1965</guid>
		<description><![CDATA[Shared hosting is the world&#8217;s most popular type of web hosting. But for those wanting more power, resources, or control, there are other great solutions to consider. In 2013, Bluehost is launching revolutionary VPS and dedicated server hosting, all backed by Bluehost&#8217;s legendary support and technology. We&#8217;ve created this infographic to explain how each type [...]]]></description>
				<content:encoded><![CDATA[<p>Shared hosting is the world&#8217;s most popular type of web hosting. But for those wanting more power, resources, or control, there are other great solutions to consider. In 2013, Bluehost is launching revolutionary VPS and dedicated server hosting, all backed by Bluehost&#8217;s legendary support and technology. We&#8217;ve created this infographic to explain how each type of hosting is different and help you decide which option is best for you!</p>
<p style="text-align: center;"> <a href="http://bluehost.com/web-hosting-compared?utm_source=Blog&amp;utm_medium=Infographic&amp;utm_campaign=VPS%2FDedicated%2BLaunch"><img class="aligncenter  wp-image-1982" title="web hosting compared" src="https://www.bluehost.com/blog/wp-content/uploads/2013/02/web_hosting_compared-0021.png" alt="web hosting compared" width="100%" /></a></p>
<p>&nbsp;</p>
<p>Click on the image to <a href="http://bluehost.com/web-hosting-compared?utm_source=Blog&amp;utm_medium=Infographic&amp;utm_campaign=VPS%2FDedicated%2BLaunch" target="_blank">view the full infographic</a> and visit us on <a href="http://www.facebook.com/bluehost" target="_blank">Facebook</a>, <a href="https://twitter.com/bluehost" target="_blank">Twitter</a>, and <a href="https://plus.google.com/+bluehost/posts" target="_blank">Google+</a> to let us know what you think. Stay tuned to find out exactly when you can expect VPS and dedicated hosting by Bluehost!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bluehost.com/blog/bluehost/new-infographic-web-hosting-compared-1965/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>Why Our Increasing Reliance on Hosting is a Good Thing!</title>
		<link>http://www.bluehost.com/blog/bluehost/why-our-increasing-reliance-on-hosting-is-a-good-thing-1758?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=why-our-increasing-reliance-on-hosting-is-a-good-thing</link>
		<comments>http://www.bluehost.com/blog/bluehost/why-our-increasing-reliance-on-hosting-is-a-good-thing-1758#comments</comments>
		<pubDate>Fri, 11 Jan 2013 01:41:06 +0000</pubDate>
		<dc:creator>Guest</dc:creator>
				<category><![CDATA[Bluehost]]></category>
		<category><![CDATA[Community]]></category>
		<category><![CDATA[Educational]]></category>
		<category><![CDATA[Industry]]></category>
		<category><![CDATA[industry]]></category>
		<category><![CDATA[web hosting]]></category>

		<guid isPermaLink="false">http://www.bluehost.com/blog/?p=1758</guid>
		<description><![CDATA[A decade ago, many people were content to hire someone to assist with tasks they couldn’t easily manage on their own.  Whether it was paying an electrician to install light fixtures, a doctor to diagnose disease or a housekeeper to help keep the floors clean, many people found it necessary or just plain practical to [...]]]></description>
				<content:encoded><![CDATA[<p>A decade ago, many people were content to hire someone to assist with tasks they couldn’t easily manage on their own.  Whether it was paying an electrician to install light fixtures, a doctor to diagnose disease or a housekeeper to help keep the floors clean, many people found it necessary or just plain practical to pay for help.  Today, however, consumers are flocking to the ‘do-it-yourself’ mentality; diagnosing themselves with the help of Dr. Google, building their own furniture with the help of IKEA, among other things. Some are even building their own websites with the help of a great web host, instead of paying a professional webmaster to launch the site.<span id="more-1758"></span></p>
<p>This shift in the consumer psyche is partially due to the increase in available information and guidance, and partially a result of a difficult economy. Consumers are driven to attempt new feats that they’d never otherwise consider, all in the hope of saving a few bucks.  In the realm of web hosting in particular, the DIY mentality shows no signs of slowing down. There’s no question that as these new webmasters become more capable and aware of the possibilities that come with building their own website, they will also become more dependent on their web hosting companies.  And this dependence is &#8211; perhaps surprisingly &#8211; not a bad thing.</p>
<h3>Here are some reasons why:</h3>
<ol>
<li>The more people attempt to build their own websites, the more web hosts will develop their services to meet the growing needs of their customers.  There’s no question that as individuals become consumers of the web hosting industry and don’t leave these decisions to professionals, there will be a shift in the desires of web hosting consumers. Top web hosts will continue to show expanded features and services to meet these evolving needs.</li>
<li>Those building websites for the first time depend on their web hosts to make the endeavor as simple as possible. The continued growth of this trend will prompt web hosts to simplify their web hosting services in new and innovative ways. This will be a significant advantage for consumers at all skill levels.  Though many web hosts entice consumers by offering the latest technologies such as PHP 5 and PostgreSQL databases, novice website builders are looking for the simplest technologies. The more new website builders rely on their web hosts, the more hosts will simplify and adapt their platforms accordingly.</li>
<li>Web hosting is evolving from a strictly technical field to one that comprises a lot of design elements, and consumers at all levels depend on their hosts to provide these services.  Whether via a drag-and-drop website builder or a wide array of website templates, web hosts have begun to help their clients build not only reliable websites, but beautiful sites – and this is a trend that is certain to extend into the future.</li>
</ol>
<h3><strong>One More Thing to Consider</strong></h3>
<p>It’s also important to consider that while DIY endeavors are becoming more popular, we are also living in an age where people are overstimulated and over-scheduled. They can only make time for things that are truly critical.  Some web hosting providers have already begun to offer mobile platforms through which webmasters can update their sites on-the-go. All of the top web hosts provide automatic site backups to protect their clients&#8217; information, without placing this burden on the webmaster.</p>
<p>Moving forward, webmasters will likely find it even more difficult to balance the burden of building and maintaining their websites while tending to their family, business or other obligations.  In turn, they will rely on their web hosts even more to provide support services, reliable uptime and easy access &#8211; things which can always be improved.  Though this situation may seem paradoxical, it is certainly one that will have long term benefits for webmasters worldwide.</p>
<p>&nbsp;</p>
<p><em>Jessica Stewart is a researcher at </em><a href="http://www.consumer-rankings.com/"><em>Consumer-Rankings.com</em></a><em> and specializes in covering the progress of </em><a href="http://www.consumer-rankings.com/hosting/"><em>the hosting industry</em></a><em>.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bluehost.com/blog/bluehost/why-our-increasing-reliance-on-hosting-is-a-good-thing-1758/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>New Year&#8217;s Website Resolutions</title>
		<link>http://www.bluehost.com/blog/bluehost/new-years-website-resolutions-1694?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=new-years-website-resolutions</link>
		<comments>http://www.bluehost.com/blog/bluehost/new-years-website-resolutions-1694#comments</comments>
		<pubDate>Wed, 09 Jan 2013 16:35:27 +0000</pubDate>
		<dc:creator>Brittany Warnock</dc:creator>
				<category><![CDATA[Account Tips]]></category>
		<category><![CDATA[Bluehost]]></category>
		<category><![CDATA[Community]]></category>
		<category><![CDATA[Educational]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Updates]]></category>
		<category><![CDATA[New Year]]></category>
		<category><![CDATA[Resolutions]]></category>

		<guid isPermaLink="false">http://www.bluehost.com/blog/?p=1694</guid>
		<description><![CDATA[Here at Bluehost, we have big plans for 2013. We&#8217;re hitting the ground running and want to help you do the same! One of our big, ongoing projects is to bring our website to the next level. To help you do so as well, we&#8217;ve put together a few ideas that can serve as great [...]]]></description>
				<content:encoded><![CDATA[<p style="text-align: center;"><img class="aligncenter  wp-image-1752" title="new-year-wide" src="http://www.bluehost.com/blog/wp-content/uploads/2013/01/new-year-wide1.png" alt="" width="100%" height="250" /></p>
<p>Here at Bluehost, we have big plans for 2013. We&#8217;re hitting the ground running and want to help you do the same! One of our big, ongoing projects is to bring our website to the next level. To help you do so as well, we&#8217;ve put together a few ideas that can serve as great New Year&#8217;s resolutions for your website.<span id="more-1694"></span></p>
<p>If you already have a website, consider these tips on how to improve it for the new year. Remember, technology changes fast, so staying on top of these resolutions will help you have a more successful site!</p>
<p>1. <strong>Regularly ensure your website is optimized for search engines.</strong> This will make your site easier for people to find and increase  your overall traffic because it will be more likely to appear in search engines results. There&#8217;s a range of things to do with search engine optimization. A good first step is to watch our instructional videos on <a href="http://www.youtube.com/watch?v=tqg3F-8jBec" target="_blank">what SEO is and how it works</a>, and <a href="http://www.youtube.com/watch?v=B4w8vDiUv_o&amp;feature=share&amp;list=PL6F3630784B97B1E0" target="_blank">how to grow your business with SEO</a>.</p>
<p>2. <strong>Look into updating your website design to make it &#8220;responsive.&#8221;</strong> Responsive websites collapse, expand, and re-arrange to optimally fit the window/screen its in. This makes your site look great and be easy to use no matter where it&#8217;s viewed.Learn more by watching the <a href="http://www.youtube.com/watch?v=7NgV7VWZsOk&amp;feature=share&amp;list=PL6F3630784B97B1E0" target="_blank">Bluehost video about about responsive designs</a>. Remember, more and more people are accessing the web from tablets, phones, and other mobile devices. Ensure your website is presented well in these formats.</p>
<p>3. <strong>Consider simplifying and cleaning up the overall design of your site.</strong>  Visitors should always be able to find what they&#8217;re looking for quickly and easily. Several design elements that used to be common have since been found to distract visitors from finding what they need. Avoid using mixed fonts and instead use a readable, clean font throughout your website. Nix any flashing or moving gifs. Remove heavy drop shadows and gradients and instead consider cleaner, flat colors and objects. Overall, try to examine your website with a critical eye and make any change that enhances both its appearance and functionality.</p>
<p>4.<strong> Make your website is as secure and protected as possible.</strong> One effective way to do this is to verify that your scripts are always up-to-date. Outdated scripts make a site vulnerable to hackers who exploit vulnerabilities inherent in old software. If you have a Bluehost account, you will see notifications in your cPanel alerting you when core updates are available. Also examine any plugins or themes and ensure they are updated as well. We made a fun video about website security. <a href="http://youtu.be/tqM3D83GBRE">Feel free to check it out for more tips.</a></p>
<p>&nbsp;</p>
<h3>If you don&#8217;t have a website, make one in 2013.</h3>
<p>Pretty much everyone needs a website these days, whether for a business, to promote your personal brand, to blog, for a family headquarters, etc&#8230; If you still don&#8217;t have one, here&#8217;s s a quick to-do list to help you get started:<a href="http://www.bluehost.com/blog/wp-content/uploads/2013/01/new-year-square1.png"><img class="size-full wp-image-1756 alignright" title="new-year-square" src="http://www.bluehost.com/blog/wp-content/uploads/2013/01/new-year-square1.png" alt="" width="150" height="150" /></a></p>
<p>1.<strong> Set up a hosting account and choose a domain name for your website.</strong> Bluehost accounts include a free domain name and it&#8217;s easy to get started. And one of the best perks of Bluehost is that you can chat with a real life expert and ask all the questions you need, even before you sign up. Just give them a call at 888.401.4678 or visit <a href="http://bluehost.com/track/blog/newyearsresolutions">bluehost.com</a> to chat with them online. They&#8217;re there to help, so make sure to use them!</p>
<p>2. <strong>Visit the <a href="http://www.youtube.com/user/bluehost" target="_blank">Bluehost YouTube Channel</a> and watch our instructional videos.</strong> We&#8217;ve been working hard to build up these resources to help you and have big plans to expand these in 2013. We already have series on <a href="http://www.youtube.com/playlist?list=PLCAC66DEEFFEDD36E" target="_blank">how to use WordPress</a> and <a href="http://www.youtube.com/playlist?list=PL03FA6FE383D1EDA4" target="_blank">how to use Weebly</a>. Both show you click-by-click, step-by-step, exactly how to build your very own website.</p>
<p>3. <strong>Try it out!</strong> Once you&#8217;ve watched some videos and done some research, dive in and start building your website. And if you need some help along the way, <a href="https://my.bluehost.com/cgi/help" target="_blank">call us</a> or <a href="http://www.bluehost.com/cgi/chatlite" target="_blank">live chat with us</a>; our 24/7 support team will be there to answer any questions you may have.</p>
<div></div>
<p>&nbsp;</p>
<p>These are a just a few things you can do to start the year off right with the help of Bluehost. <a href="http://www.bluehost.com/cgi/comingsoon/info" target="_blank">Click here to learn more about Bluehost&#8217;s plans for 2013.</a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bluehost.com/blog/bluehost/new-years-website-resolutions-1694/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
