<?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>Dave Enjoys &#187; Bluehost</title>
	<atom:link href="http://www.daveenjoys.com/tag/bluehost/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.daveenjoys.com</link>
	<description></description>
	<lastBuildDate>Tue, 07 Feb 2012 05:23:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Cloudflare&#8230;I think I&#8217;m in love!</title>
		<link>http://www.daveenjoys.com/2011/09/24/cloudflare-i-think-im-in-love/</link>
		<comments>http://www.daveenjoys.com/2011/09/24/cloudflare-i-think-im-in-love/#comments</comments>
		<pubDate>Sun, 25 Sep 2011 00:30:29 +0000</pubDate>
		<dc:creator>davemackey</dc:creator>
				<category><![CDATA[technology]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[Bluehost]]></category>
		<category><![CDATA[CDN]]></category>
		<category><![CDATA[Cloud computing]]></category>
		<category><![CDATA[CloudFlare]]></category>
		<category><![CDATA[Content delivery network]]></category>
		<category><![CDATA[Pingdom]]></category>
		<category><![CDATA[Virtual Private Server]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.daveenjoys.com/?p=2821</guid>
		<description><![CDATA[<p>Here is the problem. Folks like me run websites like this one and use shared hosts like <a href="http://www.bluehost.com/track/davidshq">Bluehost</a>. As the sites grow and our traffic increases the site speed slows down. This leaves folks like me in a difficult spot. How do we get our sites to run faster? We could move to a [...]]]></description>
			<content:encoded><![CDATA[<div class="zemanta-img" style="margin: 1em; display: block;">
<div class="wp-caption alignright" style="width: 110px"><a href="http://www.crunchbase.com/company/cloudflare"><img title="Image representing CloudFlare as depicted in C..." src="http://www.daveenjoys.com/wp-content/uploads/2011/09/67767v1-max-450x450.png" alt="Image representing CloudFlare as depicted in C..." width="100" height="41" /></a><p class="wp-caption-text">Image via CrunchBase</p></div>
</div>
<p>Here is the problem. Folks like me run websites like this one and use shared hosts like <a href="http://www.bluehost.com/track/davidshq">Bluehost</a>. As the sites grow and our traffic increases the site speed slows down. This leaves folks like me in a difficult spot. How do we get our sites to run faster? We could move to a <a class="zem_slink" title="Virtual private server" href="http://en.wikipedia.org/wiki/Virtual_private_server" rel="wikipedia">Virtual Private Server</a> (VPS). These are generally affordable but they also are much more manual than Bluehost. I can get a <a class="zem_slink" title="WordPress" href="http://wordpress.org" rel="homepage">WordPress</a> up and running in five minutes using Bluehost &#8211; whereas with a VPS I&#8217;m left working with the command-line &#8211; not only installing my own WordPress from scratch but also configuring Apache, <a class="zem_slink" title="MySQL" href="http://www.mysql.com" rel="homepage">MySQL</a>, and <a class="zem_slink" title="PHP" href="http://www.php.net/" rel="homepage">PHP</a>. A dedicated server offers the same problems at a higher price.</p>
<p>Then there is the option of going with a cloud-based service. These services are pretty attractive &#8211; the ability to scale is magnificent, but the price is somewhere between a VPS and a dedicated server &#8211; and usually costly enough that any ad revenues one receives will be consumed several times over by the hosting costs. Again, there is also the simplicity issue. I haven&#8217;t found a <a class="zem_slink" title="Cloud computing" href="http://en.wikipedia.org/wiki/Cloud_computing" rel="wikipedia">cloud service</a> that can compare to Bluehost for ease.</p>
<p>For some people this may not be as big of a concern. Some folks love delving into the code. I do too, but I also love creating and curating contents &#8211; and usually my focus is on the latter&#8230;and thus why I love Bluehosts streamlined and wizard-like interface.</p>
<p>Bluehost, unlike most other shared hosts, does offer a higher performance hosting option &#8211; still shared. I purchased this, but still was seeing my pages clock in (according to <a class="zem_slink" title="Pingdom" href="http://www.pingdom.com" rel="homepage">Pingdom</a>) at between 10-13 seconds in loading time. This simply isn&#8217;t acceptable if you want to keep folks attention.</p>
<p>This is where <a class="zem_slink" title="CloudFlare" href="http://www.cloudflare.com" rel="homepage">CloudFlare</a> comes into the picture. CloudFlare isn&#8217;t a replacement for your current hosting plan, but a supplement to it&#8230;and its not just for little hobbyists like myself &#8211; it can be used by smbs and the enterprise. The best part is that for the hobbyist the service is free, and for smb&#8217;s it is only $20/mo.!</p>
<p>CloudFlare offers all sorts of features &#8211; focusing around performance and security. We&#8217;ll focus mainly on the performance aspect. Lets talk for a moment about how the &#8220;big guys&#8221; make their sites load so fast:</p>
<ul>
<li><strong>Raw Processing Power</strong> &#8211; The big guys have lots of processing power to run their sites. A hobbyist on a shared host is one of hundreds of sites on a single physical server. The big guys use multiple physical servers with load balancing to provide massive amounts of computational power that can handle large loads of traffic.</li>
<li><strong><a class="zem_slink" title="Program optimization" href="http://en.wikipedia.org/wiki/Program_optimization" rel="wikipedia">Code Optimization</a></strong> &#8211; The big guys have the budgets and the time to commit coders who pour over the code again and again looking for ways to optimize the code, removing extraneous bulk and making the end-product that is delivered to the user as small and quick as possible.</li>
<li><strong><a class="zem_slink" title="Content delivery network" href="http://en.wikipedia.org/wiki/Content_delivery_network" rel="wikipedia">Content Distribution Network</a> (CDN)</strong> &#8211; The big guys also use servers in multiple locations to provide the same content. In this manner they are able to direct visitors to the servers that are geographically closest to them, reducing the amount of time it takes for data to travel from the server to the end user&#8217;s computer.</li>
</ul>
<p><del>Now, CloudFlare can&#8217;t really help us with the code optimization &#8211; but they can supplement our processing power and provide a content distribution network (CDN) and this is exactly what they do</del>. They take all of our static material (material not drawn from a database) and host it on their worldwide network of servers, providing local access to viewers and massive amounts of processing power.</p>
<p style="padding-left: 30px;"><strong>Update:</strong> This morning I was pleasantly surprised to have received a reply via Twitter to this post by CloudFlare CEO <a class="zem_slink" title="Matthew Prince" href="http://www.crunchbase.com/person/matthew-prince" rel="crunchbase">Matthew Prince</a> who wrote,</p>
<p style="padding-left: 30px;">&#8220;<a href="http://twitter.com/#%21/davidshq" rel="nofollow" data-screen-name="davidshq"><s>@</s><strong>davidshq</strong></a> thanks for the review. Only nit: actually we do code (HTML) optimization. Try CF&#8217;s Rocket Loader. Adds another 20% speed boost!&#8221;</p>
<p style="padding-left: 30px;">Sure enough, Matt wasn&#8217;t lying and I turned on Rocket Loader and Auto Minify to receive even greater speed boost as CloudFlare automatically compresses and expedites various aspects of my code.</p>
<p style="padding-left: 30px;">Granted, the &#8220;big guys&#8221; still have the advantage of coders who can review code line-by-line to remove slow code, but with all CloudFlare&#8217;s features, how much longer will this sort of manual optimization be necessary in all but the most severe cases?</p>
<p style="padding-left: 30px;">(For those like me who had a little trouble finding Rocket Loader, check out this <a href="http://support.cloudflare.com/cgi/kb/cloudflare-website-optimization-and-speed-features/is-cloudflare-rocket-loadertm-or-auto-minify-turned-on-by-default">CloudFare FAQ</a>)</p>
<p>&nbsp;</p>
<p>For those who are wondering, even sites like WordPress which utilize a database back-end are largely static sites when it comes to viewers. A technique to increase responsiveness of sites and reduce load is caching. This involves the creation of a static page containing the content that is pulled from the database. In this manner the content is pulled from the database once and then the users view the static pages. When a change is made to the content, the data is pulled from the database again and used to create an updated static page.</p>
<p>I&#8217;ve only been running CloudFlare for a little while on this site &#8211; but I&#8217;m already seeing tremendous performance gains &#8211; specifically in site speed. Before adding CloudFlare loading the main page of the site (directly from bluehost&#8217;s servers) was taking 10-13 seconds, now it averages between 5-7 seconds. This is a huge drop in loading time!</p>
<p>What is the practical result of all this? Well, it probably means that I could downgrade my bluehost account to the basic hosting and just rely on CloudFlare to provide the computational and geo-distributed power. It also means that folks like myself can wait much longer before needing to move to a more robust hosting solution.</p>
<p>This is truly an amazing service (especially for free!). It takes around five minutes to configure (literally!) and I&#8217;ve not even scratched the surface of the features that are offered &#8211; for example, a robust anti-spam intelligence that grows with its network of sites. So, if you haven&#8217;t already &#8211; go check CloudFlare out. No, I&#8217;m not on their payroll!</p>
<h6 class="zemanta-related-title" style="font-size: 1em;">Related articles</h6>
<ul class="zemanta-article-ul">
<li class="zemanta-article-ul-li"><a href="http://thenextweb.com/insider/2011/09/22/cloudflares-ceo-talks-about-the-broken-internet-and-how-to-fix-it/">CloudFlare&#8217;s CEO talks about the broken Internet, and how to fix it</a> (thenextweb.com)</li>
<li class="zemanta-article-ul-li"><a href="http://www.marketingtechblog.com/technology/cloudflare-speed-security/">The Fastest and Easiest Means of Speeding Up Your Site</a> (marketingtechblog.com)</li>
<li class="zemanta-article-ul-li"><a href="http://www.standalone-sysadmin.com/blog/2011/08/cloudflare-cdn/">CloudFlare CDN</a> (standalone-sysadmin.com)</li>
<li class="zemanta-article-ul-li"><a href="http://maltainfosec.org/archives/228-Review-Website-protection-using-CloudFlare.html">Review: Website protection using CloudFlare</a> (maltainfosec.org)</li>
<li class="zemanta-article-ul-li"><a href="http://gigaom.com/2011/07/12/cloudflare-funding/">CloudFlare gets $20M to make the web safe &#8211; and fast</a> (gigaom.com)</li>
<li class="zemanta-article-ul-li"><a href="http://arstechnica.com/tech-policy/news/2011/09/cloudflare-named-tech-pioneer-after-protecting-lulzsec-website.ars">CloudFlare named &#8220;tech pioneer&#8221; after protecting LulzSec website</a> (arstechnica.com)</li>
<li class="zemanta-article-ul-li"><a href="http://techcrunch.com/2011/09/01/cloudflare-dropbox-palantir-and-kickstarter-named-technology-pioneers-by-the-world-economic-forum/">CloudFlare, Dropbox, Palantir And Kickstarter Named Technology Pioneers By The World Economic Forum</a> (techcrunch.com)</li>
<li class="zemanta-article-ul-li"><a href="http://www.andrewsegawa.com/2011/07/increasing-websiteblog-speed-with-cloudflare-and-super-cache/">Increasing Website/blog Speed with CloudFlare and Super Cache</a> (andrewsegawa.com)</li>
<li class="zemanta-article-ul-li"><a href="http://www.tokitover.com/how-to-speed-up-your-wordpress-loading-times/">How To Speed Up Your WordPress Loading Times</a> (tokitover.com)</li>
<li class="zemanta-article-ul-li"><a href="http://onlineseoshop.wordpress.com/2011/09/18/how-to-transfer-your-domain-from-bluehost-for-123-reg-%25e2%2580%2593-123-reg-co-uk-and-bluehost-com/">How to transfer your domain from Bluehost For 123-Reg &#8211; 123-Reg.co.uk And Bluehost.com</a> (onlineseoshop.wordpress.com)</li>
<li class="zemanta-article-ul-li"><a href="http://www.christopherspenn.com/2011/08/unsolicited-review-cloudflare/">Unsolicited Review: Cloudflare</a> (christopherspenn.com)</li>
<li class="zemanta-article-ul-li"><a href="http://chimac.net/2011/08/09/godaddy-vs-bluehost-vs-fatcow-battle-of-wordpress-hosts/">GoDaddy vs BlueHost vs FatCow &#8211; Battle of WordPress hosts</a> (chimac.net)</li>
<li class="zemanta-article-ul-li"><a href="http://bjconquest.com/2011/07/18/cloudflare-makes-the-web-faster-safer/">CloudFlare Makes The Web Faster, Safer</a> (bjconquest.com)</li>
</ul>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Enhanced by Zemanta" href="http://www.zemanta.com/"><img class="zemanta-pixie-img" style="float: right;" src="http://img.zemanta.com/zemified_e.png?x-id=e754e378-95b6-43a2-92d7-50936978a7af" alt="Enhanced by Zemanta" /></a></div>

]]></content:encoded>
			<wfw:commentRss>http://www.daveenjoys.com/2011/09/24/cloudflare-i-think-im-in-love/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Bluehost Review.</title>
		<link>http://www.daveenjoys.com/2011/04/26/bluehost-review/</link>
		<comments>http://www.daveenjoys.com/2011/04/26/bluehost-review/#comments</comments>
		<pubDate>Tue, 26 Apr 2011 06:24:50 +0000</pubDate>
		<dc:creator>davemackey</dc:creator>
				<category><![CDATA[services]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[bandwidth]]></category>
		<category><![CDATA[Bluehost]]></category>
		<category><![CDATA[Central processing unit]]></category>
		<category><![CDATA[cpu share]]></category>
		<category><![CDATA[Domain Names]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[IP address]]></category>
		<category><![CDATA[matt heaton]]></category>
		<category><![CDATA[MediaWiki]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.daveenjoys.com/?p=2241</guid>
		<description><![CDATA[<p>When it comes to choosing a web hosting provider the options are nearly limitless. The first decision once has to make is what platform one&#8217;s website will run on. If one is using plain static <a class="zem_slink" title="HTML" rel="wikipedia" href="http://en.wikipedia.org/wiki/HTML">HTML</a>, which almost no one does completely anymore, then even this doesn&#8217;t really matter&#8230;but if you [...]]]></description>
			<content:encoded><![CDATA[<div class="zemanta-img" style="margin: 1em; display: block;">
<div class="wp-caption alignright" style="width: 310px"><a href="http://commons.wikipedia.org/wiki/File:Floridaserversfront1.jpg"><img title="Multiple racks of servers, and how a data cent..." src="http://www.daveenjoys.com/wp-content/uploads/2011/04/300px-Floridaserversfront1.jpg" alt="Multiple racks of servers, and how a data cent..." width="300" height="233" /></a><p class="wp-caption-text">Image via Wikipedia</p></div>
</div>
<p>When it comes to choosing a web hosting provider the options are nearly limitless. The first decision once has to make is what platform one&#8217;s website will run on. If one is using plain static <a class="zem_slink" title="HTML" rel="wikipedia" href="http://en.wikipedia.org/wiki/HTML">HTML</a>, which almost no one does completely anymore, then even this doesn&#8217;t really matter&#8230;but if you are in the 99% who will be using more than HTML, it is important to consider whether one wants a Windows or Linux host. When it comes to Linux options one of my favorites for the past several years has been <a href=" http://www.bluehost.com/track/davidshq">Bluehost</a>.</p>
<p>I&#8217;ve written about <a href="http://www.bluehost.com/track/davidshq">Bluehost</a> in the past, but I figure its time to give an update on how I think things are going. This time I&#8217;m going to start out with the bad and then move on to the good.</p>
<p><strong>The Bad:</strong></p>
<ul>
<li><strong>SLOW: </strong>This is very subjective, but I feel that my sites have been running significantly slower of late. Sometimes it can take 5-10 seconds for a page to load, and I&#8217;m on a 10 Mbps Verizon Fios connection with a fairly powerful machine! This is in part due to CPU throttling &#8211; an intelligent mechanism <a href="http://www.bluehost.com/track/davidshq">Bluehost</a> invented that ensures that no one site on a shared host can utilize all the bandwidth thus slowing other sites down&#8230;but even when my account isn&#8217;t being penalized with CPU throttling (and it is, fairly frequently), it still seems to oftentimes move at slow speeds. Let me add the caveat that I do run a fair number of sites off my single hosting account &#8211; and that I expect for the average single website (or even two or three websites), <a href="http://www.bluehost.com/track/davidshq">Bluehost</a> will continue to be a speedy option&#8230;but for us &#8220;power users&#8221; I&#8217;m wondering if Bluehost&#8217;s abilities are diminishing?</li>
<li><strong>OPTIONS:</strong> Bluehost allows you to do almost anything with your default account, but when it comes to adding on additional options &#8211; its really lacking in a few key areas. Sure, you can buy additional domains, get premium spam protection, and get a <a class="zem_slink" title="IP address" rel="wikipedia" href="http://en.wikipedia.org/wiki/IP_address">static IP address</a> &#8211; but what about the most basic &#8211; extra CPU and memory share? For folks like myself who apparently are pushing the bounds of whatever share Bluehost is giving us on a shared host, we sure could use a way to buy extra &#8220;slices&#8221; of CPU share. <a href="http://www.bluehost.com/track/davidshq">Bluehost</a> does offer a Pro package now which includes, amongst other things, &#8220;increased CPU and memory&#8221; &#8211; unfortunately, Bluehost doesn&#8217;t tell us how much CPU/memory (10%? 20%? 100%? 300%?) and the price at $19.95/mo. is a pretty steep step up from the base price of $6.95/mo. (yes, there are other features, but quite honestly I don&#8217;t care about free ssl certificates, domain privacy protection, or postini email filtering!).</li>
<li><strong>PRICING:</strong> The base product is nice and cheap, but they tag you decently on additional domain names. Each additional domain name costs $10/yr. &#8211; but I&#8217;ve got perhaps twenty domains &#8211; and it begins to add up. It&#8217;d be nice to see some decreases in pricing as number of domains purchased increases.</li>
</ul>
<p><strong>The Good:</strong></p>
<ul>
<li><strong>PRICING: </strong>The base product for $6.95/mo. has a ton of features built into it and will be more than adequate for most folks.</li>
<li><strong>RELIABILITY:</strong> As long as you don&#8217;t push the CPU share restrictions, <a href="http://www.bluehost.com/track/davidshq">Bluehost</a>seems to be an extremely reliable host (again, from my personal experiences).</li>
<li><strong>SIMPLE SCRIPTS: </strong>SimpleScripts is beautiful! It allows anyone to get a site up and running in minutes. SimpleScripts automatically deploys any of a large number of applications to your website in minutes at your request. Examples include <a class="zem_slink" title="WordPress" rel="homepage" href="http://wordpress.org">WordPress,</a> <a class="zem_slink" title="SugarCRM" rel="homepage" href="http://sugarcrm.com">SugarCRM</a>, Drupal, Moodle, SMF and <a class="zem_slink" title="PhpBB" rel="homepage" href="http://www.phpbb.com/">phpBB</a>, Coppermine, and <a class="zem_slink" title="MediaWiki" rel="homepage" href="http://www.mediawiki.org/">MediaWiki</a> along with dozens more.</li>
<li><strong>LIMITS:</strong> The base package includes some pretty significant features as I mentioned above &#8211; just a few that are really worth highlighting &#8211; unlimited monthly bandwidth, unlimited storage, and 100 <a class="zem_slink" title="MySQL" rel="homepage" href="http://www.mysql.com">MySQL</a> databases. This is really sweet!</li>
</ul>
<p><strong>Overall Conclusion:</strong></p>
<p>If you are running a single site or a few sites &#8211; go get <a href="http://www.bluehost.com/track/davidshq">Bluehost</a>. If you are a power user running a half-dozen or more sites&#8230;you may need to look elsewhere. I&#8217;m hoping <a href="http://www.mattheaton.com/">Matt Heaton</a> and company will add at least the ability to purchase additional CPU/memory shares soon&#8230;b/c I&#8217;m currently in the market for a new host for this power user&#8230;and considering options like AWS&#8230;though I&#8217;d prefer to stick with <a href="http://www.bluehost.com/track/davidshq">Bluehost</a> due to ease of use and flat storage/bandwidth handling which makes pricing significantly simpler.<strong><br />
</strong></p>
<h6 class="zemanta-related-title" style="font-size: 1em;">Related articles</h6>
<ul class="zemanta-article-ul">
<li class="zemanta-article-ul-li"><a href="http://chimac.net/2011/04/23/which-is-the-best-self-hosted-wp-host/">Which is the best self-hosted WP host?</a> (chimac.net)</li>
<li class="zemanta-article-ul-li"><a href="http://www.josephdantes.com/blogs/shorts/?p=746">Using Wikis To Write Books With CYBORGanization</a> (josephdantes.com)</li>
</ul>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Enhanced by Zemanta" href="http://www.zemanta.com/"><img class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/zemified_e.png?x-id=6a73dea2-1401-49f5-a6b9-2e09c28351f4" alt="Enhanced by Zemanta" /></a><span class="zem-script more-related pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>

]]></content:encoded>
			<wfw:commentRss>http://www.daveenjoys.com/2011/04/26/bluehost-review/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>BlueHost &#8211; Simple, Effective Web Hosting.</title>
		<link>http://www.daveenjoys.com/2008/07/16/bluehost-simple-effective-web-hosting/</link>
		<comments>http://www.daveenjoys.com/2008/07/16/bluehost-simple-effective-web-hosting/#comments</comments>
		<pubDate>Wed, 16 Jul 2008 23:44:28 +0000</pubDate>
		<dc:creator>davemackey</dc:creator>
				<category><![CDATA[web]]></category>
		<category><![CDATA[Bluehost]]></category>
		<category><![CDATA[Domain name]]></category>
		<category><![CDATA[drupal]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[joomla]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[phpbb]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[shared hosting]]></category>
		<category><![CDATA[Web hosting service]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[World Wide Web]]></category>

		<guid isPermaLink="false">http://www.daveenjoys.com/?p=21</guid>
		<description><![CDATA[<p>Its not uncommon for me to get asked, &#8220;What web host would you recommend for me to use when building a new website?&#8221; I figured now would be as good a time as any</p> <p>to post about one of the hosts I utilize. This host is great for beginners and advanced users alike. That said, [...]]]></description>
			<content:encoded><![CDATA[<p>Its not uncommon for me to get asked, &#8220;What web host would you recommend for me to use when building a new website?&#8221; I figured now would be as good a time as any</p>
<div class="wp-caption alignright" style="width: 188px"><a href="http://www.crunchbase.com/company/bluehost"><img class="zemanta-img-inserted zemanta-img-configured" title="Image representing Bluehost as depicted in Cru..." src="http://www.daveenjoys.com/wp-content/uploads/2012/01/21602v1-max-450x4501.png" alt="Image representing Bluehost as depicted in Cru..." width="178" height="39" /></a><p class="wp-caption-text">Image via CrunchBase</p></div>
<p>to post about one of the hosts I utilize. This host is great for beginners and advanced users alike. That said, I&#8217;ll also note right at the beginning that the instigator of this post was actually a server outage on <a href="http://www.bluehost.com/track/davidshq/">Bluehost</a>&#8216;s part. Yesterday I was writing a review of the movie Amazing Grace (don&#8217;t worry, I&#8217;ll rewrite it soon) when the <a href="http://www.bluehost.com/track/davidshq/">Bluehost</a> server went down. But no host is perfect and this is one of only a few times I have experienced any performance problems from <a href="http://www.bluehost.com/track/davidshq/">Bluehost</a>&#8216;s service.</p>
<p>First, lets talk about <a href="http://www.bluehost.com/track/davidshq/">Bluehost</a> from a beginner&#8217;s perspective. If you are looking to create a website or start a blog there are a few easy ways to get started. One is to hire someone to assist you in doing so (you can always hire me). Another is to utilize any of a number of free services that allow you to create sites/blogs easily &#8211; for example in the blogging arena one can get free accounts from blogger and wordpress. The third option, and the one I personally prefer, is utilizing a shared host. This scenario gives you the most flexibility. When determining what sort of host you should utilize ask yourself these questions:</p>
<ol>
<li>Do I enjoy technology? (If no, hire someone).</li>
<li>Do I want to learn more about web-based technologies? (If yes, utilize a shared host).</li>
<li>Do I have time to expend on learning new technologies? (If no, hire someone or utilize a free account).</li>
<li>Do I want a professional presence? (If yes, either hire someone or use a shared host and expect to spend a significant amount of time learning and experimenting).</li>
</ol>
<p>Should you decide to go with a shared host you face one additional large question: Do I want a Windows or a <a class="zem_slink" title="Linux" href="http://www.kernel.org/" rel="homepage">Linux</a> environment? If you are new to technology generally, I recommend Linux. In fact, unless you already utilize web-based technologies that are Windows specific I recommend Linux. Why? Because its built around a nice word &#8211; free. There is one exception. If you want to do custom product development rather than just building a straight-up site, you may want to consider using Windows for your development environment. Microsoft&#8217;s <a class="zem_slink" title="Microsoft Visual Studio" href="http://msdn.microsoft.com/vstudio/" rel="homepage">Visual Studio</a> is pretty kick-butt. I really enjoy <a class="zem_slink" title="ASP.NET" href="http://en.wikipedia.org/wiki/ASP.NET" rel="wikipedia">ASP.NET</a> and think it is great for developing applications in.</p>
<p>Okay&#8230;So we&#8217;ve decided to go with a Linux host. In that case, open an account with <a href="http://www.bluehost.com/track/davidshq/">Bluehost</a>. Here&#8217;s the main factors I consider killer about <a href="http://www.bluehost.com/track/davidshq/">Bluehost</a>:</p>
<ul>
<li>$6.95/mo. What? Yes. $6.95/mo. We eat that at McDonald&#8217;s in one lunch! That includes a free domain name (e.g. yourname.com), which is pretty huge since these usually cost around $10 in and of themselves.</li>
<li>Unlimited Hosting/File Transfer. You can store as much data as you want on their servers (okay, there are some exceptions, but generally&#8230;you&#8217;ll never run out of space) and you can also transfer as much information to and from the server as you want (again, some exceptions&#8230;but mainly apply to people who are trying to abuse the service).</li>
<li>Free <a class="zem_slink" title="MySQL" href="http://www.mysql.com/" rel="homepage">MySQL</a> Databases. MySQL Databases (or <a class="zem_slink" title="PostgreSQL" href="http://www.postgresql.org" rel="homepage">PostgreSQL</a>) are the backbone of most modern web applications. They store data in a way that makes it extremely easy and quick to retrieve.</li>
<li>SimpleScripts. Allows you to within two minutes deploy popular web applications including <a class="zem_slink" title="WordPress" href="http://wordpress.org/" rel="homepage">WordPress</a> (blogging), Joomla (cms), Drupal (cms), <a class="zem_slink" title="PhpBB" href="http://www.phpbb.com/" rel="homepage">phpBB</a> (forums), <a class="zem_slink" title="Zenphoto" href="http://www.zenphoto.org/" rel="homepage">Zenphoto</a> (photo gallery), Roundcube (webmail), and <a class="zem_slink" title="WikkaWiki" href="http://wikkawiki.org" rel="homepage">WikkaWiki</a> (wiki) amongst many others. Seriously &#8211; two minutes.</li>
<li><a href="http://www.bluehost.com/track/davidshq/">Bluehost</a> includes lots of other standard features like FTP, email, free advertising credits (<a class="zem_slink" title="Google" href="http://google.com" rel="homepage">Google,</a> Yahoo, Miva), and automatic backups.</li>
</ul>
<p>So what are you waiting for? There are no contracts. Even if you just want to familiarize yourself with some web-based technologies &#8211; open an account, use it for a few months, and then cancel. Its a great learning tool. No, it won&#8217;t run the next Google, but once you grow big enough and learn enough you can move to a larger host (we&#8217;ll talk about them in another post) who can handle your highest demands.</p>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Enhanced by Zemanta" href="http://www.zemanta.com/"><img class="zemanta-pixie-img" style="float: right;" src="http://img.zemanta.com/zemified_e.png?x-id=fc7462bd-9df4-4ef6-a988-e7b459288dba" alt="Enhanced by Zemanta" /></a></div>

]]></content:encoded>
			<wfw:commentRss>http://www.daveenjoys.com/2008/07/16/bluehost-simple-effective-web-hosting/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
<!-- This Quick Cache file was built for (  www.daveenjoys.com/tag/bluehost/feed/ ) in 0.47899 seconds, on Feb 10th, 2012 at 4:53 pm UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on Feb 10th, 2012 at 5:53 pm UTC -->
