<?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>WhereToHost.net &#187; Hosting Providers</title>
	<atom:link href="http://www.wheretohost.net/news/category/hosting-providers/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wheretohost.net/news</link>
	<description>Your source for web hosting industry news.</description>
	<lastBuildDate>Sat, 20 Nov 2010 12:00:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Go Daddy Offering $12.99 SSL Certs</title>
		<link>http://www.wheretohost.net/news/go-daddy-offering-12-99-ssl-certs/</link>
		<comments>http://www.wheretohost.net/news/go-daddy-offering-12-99-ssl-certs/#comments</comments>
		<pubDate>Sat, 20 Nov 2010 11:59:13 +0000</pubDate>
		<dc:creator>TheAdmin</dc:creator>
				<category><![CDATA[Deals and Discounts]]></category>
		<category><![CDATA[Go Daddy]]></category>
		<category><![CDATA[Hosting Providers]]></category>
		<category><![CDATA[Main Site]]></category>
		<category><![CDATA[WhereToHost News]]></category>

		<guid isPermaLink="false">http://www.wheretohost.net/news/?p=143</guid>
		<description><![CDATA[Pricing on SSL certificates tends to range from the very cheap (~$15) to the very expensive ($300 and up).  We&#8217;ve become aware of a special at Go Daddy currently offering 50% off their Secure Sockets Layer certificate for only $12.99. Save 50% Now on Go Daddy SSL Certificates! Only $12.99! Enjoy!]]></description>
			<content:encoded><![CDATA[<p>Pricing on SSL certificates tends to range from the very cheap (~$15) to the very expensive ($300 and up).  We&#8217;ve become aware of a special at Go Daddy currently offering 50% off their Secure Sockets Layer certificate for only $12.99.</p>
<p><a href="http://www.dpbolvw.net/click-3306967-10379064?sid=WTHNEWS" target="_top">Save 50% Now on Go Daddy SSL Certificates! Only $12.99!</a><img src="http://www.lduhtrp.net/image-3306967-10379064" border="0" alt="" width="1" height="1" /></p>
<p>Enjoy!</p>
        ]]></content:encoded>
			<wfw:commentRss>http://www.wheretohost.net/news/go-daddy-offering-12-99-ssl-certs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tutorial: Nginx Hosting and WordPress Optimizations on DreamHost VPS</title>
		<link>http://www.wheretohost.net/news/tutorial-nginx-hosting-and-wordpress-optimizations-on-dreamhost-vps/</link>
		<comments>http://www.wheretohost.net/news/tutorial-nginx-hosting-and-wordpress-optimizations-on-dreamhost-vps/#comments</comments>
		<pubDate>Sat, 23 Oct 2010 09:07:44 +0000</pubDate>
		<dc:creator>TheAdmin</dc:creator>
				<category><![CDATA[DreamHost]]></category>
		<category><![CDATA[Green Web Hosts]]></category>
		<category><![CDATA[Hosting Providers]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.wheretohost.net/news/?p=123</guid>
		<description><![CDATA[We at WhereToHost.net love optimizations and service improvements that make websites respond and simply deliver content faster. Often times the first optimizations that come to mind are options like caching, using a CDN (content delivery network), minify content, and sending compressed output. Often times one of the options that is overlooked is changing the server [...]]]></description>
			<content:encoded><![CDATA[<p>We at <a title="Where To Host" href="http://www.wheretohost.net/">WhereToHost.net</a> love optimizations and service improvements that make websites respond and simply deliver content faster. Often times the first optimizations that come to mind are options like caching, using a CDN (content delivery network), minify content, and sending compressed output. Often times one of the options that is overlooked is changing the server software that runs your website.</p>
<div id="attachment_124" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.wheretohost.net/news/wp-content/uploads/2010/10/apache_vs_nginx.png"><img class="size-medium wp-image-124" title="apache_vs_nginx" src="http://www.wheretohost.net/news/wp-content/uploads/2010/10/apache_vs_nginx-300x78.png" alt="" width="300" height="78" /></a><p class="wp-caption-text">Apache Vs Nginx</p></div>
<p style="text-align: left;">Most hosting companies currently run the Apache web server, there are other options and from our testing Nginx (pronounced engine-X) is a real stand out. Nginx is extremely good at serving static content quickly with low and predictable memory usage.</p>
<blockquote>
<p style="text-align: left;">Nginx is one of a handful of servers written to address the <a title="http://www.kegel.com/c10k.html" rel="nofollow" href="http://www.kegel.com/c10k.html">C10K problem</a>. Unlike traditional servers, Nginx doesn&#8217;t rely on threads to handle requests. Instead it uses a much more scalable event-driven (asynchronous) architecture. This architecture uses small, but more importantly, <em>predictable</em> amounts of memory under load. Even if you don&#8217;t expect to handle thousands of simultaneous requests, you can still benefit from Nginx&#8217;s high-performance and small memory footprint. Nginx scales in all directions: from the smallest VPS all the way up to clusters of servers.</p>
</blockquote>
<p style="text-align: left;">Generally the ability to change web servers is not something offered by most hosts, however DreamHost does give this option with their Web VPS service, this article is a tutorial on switching your Apache server to Nginx and setup the W3-Total-Cache plugin to speed up your WordPress install.</p>
<h2>Before We Being</h2>
<p>Switching to Nginx is a big change, there are major differences between Apache and Nginx, among the most important is that your .htaccess file (that magic thing that makes your pretty permalinks work) will NOT work! Prepare to have some downtime if you are using permalinks.</p>
<h2>Prepare for the Move</h2>
<p>I generally recommend making this switch one site at a time, that means if you have more then one website  on your VPS setup a second server running Nginx, leave your original running Apache, it&#8217;ll cut down on the amount of downtime you have during the move. For the sake of this tutorial we&#8217;re going to pretend you&#8217;re only running one website on the VPS.</p>
<p>1) Log into ftp and create a folder within your home directory called nginx, within that folder create another called yourdomain.com, so for wheretohost.net it looks like this:</p>
<p>nginx/yourdomain.com/</p>
<p>This folder is where your website specific nginx rules are going to go, although these rules  can be complex we&#8217;re all very thankful that the basic WordPress rules are very simple. You&#8217;re going to create a file with the extension .conf, I normally put my wordpress rules into a file called wordpress.conf and it contains the following:</p>
<blockquote>
<div id="_mcePaste">if (!-e $request_filename) {</div>
<div id="_mcePaste">rewrite ^.*$ /index.php last;</div>
<div id="_mcePaste">}</div>
</blockquote>
<div>So save that wordpress.conf file in your nginx/yourdomain.com/ folder. If you ever had to modify the .htaccess file make sure you go through and convert any other rules in there to nginx compatible conf files, again this can get complicated but for most WordPress installs the above will work.</div>
<h2>Making The Switch</h2>
<p>As long as you have a Web VPS, DreamHost makes this part easy. Visit the DreamHost control panel and visit the VPS-&gt;Configure Server page. You&#8217;ll want to change the HTTP Server setting to &#8220;nginx&#8221;. Enable the PHP cache setting for that extra special boost only opcode caching can provide, plus we&#8217;re going to be using that as the basis of our WP cache setup! Save your settings and go get a cup of coffee, it&#8217;s going to take anywhere from 5 to 10 minutes for the change to take affect.</p>
<div id="attachment_127" class="wp-caption alignleft" style="width: 310px"><a href="http://www.wheretohost.net/news/wp-content/uploads/2010/10/dh_panel_ps_configuration.png" target="_blank"><img class="size-full wp-image-127   " title="dh_panel_ps_configuration" src="http://www.wheretohost.net/news/wp-content/uploads/2010/10/dh_panel_ps_configuration.png" alt="" width="300" height="370" /></a><p class="wp-caption-text">VPS Configure Server Page</p></div>
<h2>Test Your Site</h2>
<p>Finished that coffee already? Awesome, well welcome back! It&#8217;s time to check out your website, it should be responding already and doing so rapidly, unless you had a special setup everything should simply work.</p>
<p>Now it&#8217;s time to setup so cache, so let&#8217;s visit your WordPress dashboard. Go on, log in&#8230; good stuff!</p>
<h2>Install W3-Total-Cache</h2>
<div id="attachment_134" class="wp-caption alignleft" style="width: 310px"><a href="http://www.wheretohost.net/news/wp-content/uploads/2010/10/w3_total_cache_settings.png" target="_blank"><img class="size-full wp-image-134 " title="w3_total_cache_settings" src="http://www.wheretohost.net/news/wp-content/uploads/2010/10/w3_total_cache_settings.png" alt="" width="300" height="370" /></a><p class="wp-caption-text">W3 Total Cache Settings</p></div>
<p>Check your plugins and make sure you disable any other cache plugins &#8211; such as WP-SuperCache or wp-cache.</p>
<p>Visit your Plugins-&gt;Add New page in the dashboard and do a search for W3, the first result should be W3 Total Cache. Click on the &#8220;Install Now&#8221; link, confirm the install request, if all went well on the next page you&#8217;ll be able to click on the &#8220;Activate Plugin&#8221; link.</p>
<h2>Configure Cache</h2>
<p>If everything has gone smoothly you&#8217;ve now got a new menu on the bottom left of your WordPress dashboard section, it&#8217;s called &#8220;Performance&#8221;. Go click it, then check out the screenshot, since you&#8217;re running on a VPS and have XCache enabled use the opcode caching method for page, database, object cache, and minify.</p>
<h2 style="text-align: center;">That&#8217;s it, enjoy!</h2>
        ]]></content:encoded>
			<wfw:commentRss>http://www.wheretohost.net/news/tutorial-nginx-hosting-and-wordpress-optimizations-on-dreamhost-vps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is Green Hosting?</title>
		<link>http://www.wheretohost.net/news/what-is-green-hosting/</link>
		<comments>http://www.wheretohost.net/news/what-is-green-hosting/#comments</comments>
		<pubDate>Wed, 13 Oct 2010 11:11:04 +0000</pubDate>
		<dc:creator>TheAdmin</dc:creator>
				<category><![CDATA[Green Web Hosts]]></category>
		<category><![CDATA[Hosting Providers]]></category>
		<category><![CDATA[Information]]></category>
		<category><![CDATA[Main Site]]></category>

		<guid isPermaLink="false">http://www.wheretohost.net/news/?p=81</guid>
		<description><![CDATA[With so many companies out their saying they are green and listing the many different ways they adhere to that statement, I would like to start by breaking down &#8220;green&#8221;. Green is more than just a color; it has become a well known word used to describe eco-friendly businesses, products, people, and has become a [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_89" class="wp-caption alignright" style="width: 150px"><a href="http://www.wheretohost.net/news/wp-content/uploads/2009/12/dreamhost_green.gif"><img class="size-full wp-image-89  " title="DreamHost Green Hosting" src="http://www.wheretohost.net/news/wp-content/uploads/2009/12/dreamhost_green.gif" alt="dreamhost_green" width="140" height="140" /></a><p class="wp-caption-text">DreamHost Green Hosting</p></div>
<p style="text-align: left;">With so many companies out their saying they are green and listing the many different ways they adhere to that statement, I would like to start by breaking down &#8220;green&#8221;. Green is more than just a color; it has become a well known word used to describe eco-friendly businesses, products, people, and has become a symbol of environmentalism (we all know the political party by that name as well). Then there is that &#8220;carbon footprint&#8221; phrase being thrown around. So what IS a carbon footprint? Well, Wikipedia describes a carbon footprint as &#8220;the total set of greenhouse gas (GHG) emissions caused by an organization, event or product&#8221;. For simplicity of reporting, it is often expressed in terms of the amount of carbon dioxide, or its equivalent of other GHGs, emitted.&#8221;</p>
<p style="text-align: left;">So, we covered green, and the footprint, but what about a green business? According to Green America Today (<a href="http://www.greenamericatoday.org/">http://www.greenamericatoday.org/</a>) &#8220;Green businesses operate in ways that solve, rather than cause, both environmental and social problems. These businesses adopt principles, policies, and practices that improve the quality of life for their customers, their employees, communities, and the environment.&#8221;</p>
<p>What about green hosting? Thats what I really want to know!! Are they just green businesses? Well kind of, yes, but there is a bit more to it than that. More and more web hosting companies are finding ways to offset their carbon footprint, create their own energy, plant trees for new sign-ups, eliminate paper in the offices, switch to biodegradable cups and mugs, aluminum water bottles for the employees, offer incentives for carpooling, and more.</p>
<div id="attachment_88" class="wp-caption alignleft" style="width: 220px"><a href="http://www.wheretohost.net/news/wp-content/uploads/2009/12/1and1_green.png"><img class="size-medium wp-image-88 " title="1 and 1 Green Hosting" src="http://www.wheretohost.net/news/wp-content/uploads/2009/12/1and1_green-300x229.png" alt="1and1_green" width="210" height="160" /></a><p class="wp-caption-text">1 and 1 Green Hosting</p></div>
<p>There are a few ways that Green Hosting companies provide green hosting solutions to the customer. The first is with &#8220;eco-friendly&#8221; hosting, which makes up the majority of green hosting companies out there. Eco-friendly means that the particular web host purchases Renewable Energy Certificates or carbon credits which offsets their carbon footprint. Others, use things like solar or wind power to directly generate their own power. Most hosting companies, no matter which method they choose to power their servers, are using multiple methods to help the environment.</p>
<p>Being a green host, rather then a non-green hosting company, doesn&#8217;t necessarily make one host better than another. You should still weigh everything that is important to you and your business, such as what applications they support, the uptime, the price, whether they are eco-friendly or not, and more, before you make your decision. Green hosting, is however, a great way to add that little extra bit of help to the environment.</p>
        ]]></content:encoded>
			<wfw:commentRss>http://www.wheretohost.net/news/what-is-green-hosting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing Magento Commerce on DreamHost</title>
		<link>http://www.wheretohost.net/news/installing-magento-commerce-on-dreamhost/</link>
		<comments>http://www.wheretohost.net/news/installing-magento-commerce-on-dreamhost/#comments</comments>
		<pubDate>Tue, 29 Dec 2009 16:15:23 +0000</pubDate>
		<dc:creator>TheAdmin</dc:creator>
				<category><![CDATA[DreamHost]]></category>
		<category><![CDATA[Hosting Providers]]></category>
		<category><![CDATA[Shell Scripts]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.wheretohost.net/news/?p=80</guid>
		<description><![CDATA[Getting Magento installed on DreamHost has never been easier. GimmeSoda.com has a script which handles the install for you! Installing Magento Commerce on DreamHost &#8211; A PS machine is recommended! Click the link to read more.]]></description>
			<content:encoded><![CDATA[<p>Getting Magento installed on DreamHost has never been easier. GimmeSoda.com has a script which handles the install for you!</p>
<p><a title="Magento Commerce on DreamHost" href="http://www.gimmesoda.com/installing-magento-commerce-on-dreamhost/">Installing Magento Commerce on DreamHost &#8211; A PS machine is recommended!</a> Click the link to read more.</p>
        ]]></content:encoded>
			<wfw:commentRss>http://www.wheretohost.net/news/installing-magento-commerce-on-dreamhost/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quick (Mini) Twitter Contest</title>
		<link>http://www.wheretohost.net/news/quick-mini-twitter-contest/</link>
		<comments>http://www.wheretohost.net/news/quick-mini-twitter-contest/#comments</comments>
		<pubDate>Mon, 14 Dec 2009 10:39:48 +0000</pubDate>
		<dc:creator>TheAdmin</dc:creator>
				<category><![CDATA[Contest]]></category>
		<category><![CDATA[Hosting Providers]]></category>
		<category><![CDATA[Site News]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[WhereToHost News]]></category>

		<guid isPermaLink="false">http://www.wheretohost.net/news/?p=105</guid>
		<description><![CDATA[We&#8217;re looking to add more hosts to our system, but since things are a little on the tight side we want to make sure we&#8217;re picking YOUR popular hosting company. So we are running a quick twitter contest, here is what you need to do: 1) Follow @WhereToHost on twitter: http://twitter.com/WhereToHost 2) Send a message [...]]]></description>
			<content:encoded><![CDATA[<p>We&#8217;re looking to add more hosts to our system, but since things are a little on the tight side we want to make sure we&#8217;re picking YOUR popular hosting company. So we are running a quick twitter contest, here is what you need to do:</p>
<p>1) Follow @WhereToHost on twitter: <a title="WhereToHost on Twitter" href="http://twitter.com/WhereToHost">http://twitter.com/WhereToHost</a></p>
<p>2) Send a message @WhereToHost telling us who your favorite web host is and why.</p>
<p>We&#8217;ll look over the messages and select the most creative, that person will get a free domain &#8211; heck we may give more then one.</p>
<p>&#8211;The WTH Team!</p>
<p>JJ</p>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">http://twitter.com/WhereToHost</div>
        ]]></content:encoded>
			<wfw:commentRss>http://www.wheretohost.net/news/quick-mini-twitter-contest/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BlueHost.com Developing cPanel Backup Addon</title>
		<link>http://www.wheretohost.net/news/bluehostcom-developing-cpanel-backup-addon/</link>
		<comments>http://www.wheretohost.net/news/bluehostcom-developing-cpanel-backup-addon/#comments</comments>
		<pubDate>Mon, 26 Jan 2009 07:46:38 +0000</pubDate>
		<dc:creator>TheAdmin</dc:creator>
				<category><![CDATA[Hosting Providers]]></category>

		<guid isPermaLink="false">http://www.wheretohost.net/news/?p=49</guid>
		<description><![CDATA[Included in this post is information regarding the solution they have developed and plan to release; a kernel patch that creates a list of modified files which should be backed up.]]></description>
			<content:encoded><![CDATA[<div id="attachment_51" class="wp-caption alignleft" style="width: 203px"><img class="size-full wp-image-51" title="bluehost_logo" src="http://www.wheretohost.net/news/wp-content/uploads/2009/01/bluehost_logo.jpg" alt="BlueHost" width="193" height="72" /><p class="wp-caption-text">BlueHost</p></div>
<p>Bluehost.com president Matt Heaton posted to his blog on the 20th of January about <a title="The pain of backups, the sweetness of speed!" href="http://www.mattheaton.com/?p=179" target="_self">the pain of backups</a>. Included in this post is information regarding the solution they have developed and plan to release; a kernel patch that creates a list of modified files which should be backed up. Matt claims that using this system has given Bluehost an increase of 10x over their previous method of creating backups.</p>
<p>They also plan on releasing the addon they are creating. Check out the post over on <a title="Matt Heaton's Blog" href="http://www.mattheaton.com/" target="_self">Matt Heaton&#8217;s blog</a>.</p>
        ]]></content:encoded>
			<wfw:commentRss>http://www.wheretohost.net/news/bluehostcom-developing-cpanel-backup-addon/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>zenPhoto and DreamHost</title>
		<link>http://www.wheretohost.net/news/zenphoto-and-dreamhost/</link>
		<comments>http://www.wheretohost.net/news/zenphoto-and-dreamhost/#comments</comments>
		<pubDate>Thu, 15 Jan 2009 08:41:48 +0000</pubDate>
		<dc:creator>TheAdmin</dc:creator>
				<category><![CDATA[DreamHost]]></category>
		<category><![CDATA[Reviews]]></category>

		<guid isPermaLink="false">http://www.wheretohost.net/news/?p=30</guid>
		<description><![CDATA[Video help for getting zenPhoto gallery running on DreamHost.]]></description>
			<content:encoded><![CDATA[<h4>DreamHost and zenPhoto Review</h4>
<p>When looking over DreamHost and their compatibility with zenPhoto I found that they have an &#8220;Easy One Click&#8221; install available. This means two things:</p>
<ol>
<li> It extremely simple to go from nothing to installed in no time flat.</li>
<li>DreamHost and zenPhoto are extremely compatible.</li>
</ol>
<p>In fact I put together a quick video of the installation process. Enjoy!</p>
<p style="text-align: center;">[See post to watch Flash video]
<p style="text-align: center;"><a title="DreamHost Signup" href="http://www.wheretohost.net/goto/dreamhost_promo">Signup For DreamHost</a>! &#8211; Get $50 Off With &#8220;WTH&#8221; Promo Code</p>
<blockquote>
<h4>Features of zenPhoto &#8211; from the <a title="zenPhoto Website" href="http://www.zenphoto.org/">zenPhoto website</a>.</h4>
<ul>
<li>Internationalization/localization</li>
<li>Multi-lingual titles and descriptions</li>
<li>Plugin system</li>
<li>Slideshow</li>
<li>Automatically generated thumbnails, custom crops possible!, and sized-down images</li>
<li>Upload via FTP or via the admin interface</li>
<li>Move/copy/rename images and albums without loosing any data</li>
<li>Upload images, albums (folders) or even zip-archives</li>
<li>Comments on images and albums with powerful spam filters</li>
<li>AJAX-powered edit-while-you-browse</li>
<li>Sub albums; interface for moving/renaming images and albums.</li>
<li>Video support for Flash Video (.flv), MPEG4 (.mp4), Quicktime (.mov) and 3GP (.3gp)</li>
<li>Audio support for MP3 and MP4</li>
<li>Password protection for gallery and albums</li>
<li>EXIF and IPTC support</li>
<li>Watermarks for images</li>
<li>Powerful search with boolean expressions</li>
<li>Tags: Categorize you images with tags</li>
<li>Image and album rating</li>
<li>Dynamic albums: Generate albums from searches!</li>
<li>Highly customizable theme engine</li>
<li>rss for gallery, albums and comments</li>
<li>Multiple administrative users with varying rights</li>
<li>Cruft free, search engine friendly URLs with mod_rewrite</li>
</ul>
</blockquote>
        ]]></content:encoded>
			<wfw:commentRss>http://www.wheretohost.net/news/zenphoto-and-dreamhost/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>DreamHost, New Year&#8217;s Discounts</title>
		<link>http://www.wheretohost.net/news/dreamhost-new-years-discounts/</link>
		<comments>http://www.wheretohost.net/news/dreamhost-new-years-discounts/#comments</comments>
		<pubDate>Thu, 08 Jan 2009 03:13:07 +0000</pubDate>
		<dc:creator>TheAdmin</dc:creator>
				<category><![CDATA[Deals and Discounts]]></category>
		<category><![CDATA[Hosting Providers]]></category>
		<category><![CDATA[Main Site]]></category>
		<category><![CDATA[Discounts]]></category>
		<category><![CDATA[DreamHost]]></category>

		<guid isPermaLink="false">http://www.wheretohost.net/news/?p=22</guid>
		<description><![CDATA[It looks like DreamHost has had specials running since the first of the year! Unfortunately people who are barely hearing about this missed out on the 95%, 90%, and 80% off two year deals! The currently running discount (as of 01/07/09) is 20% off two years of hosting by using the 227 promo code. http://www.dreamhost.com/]]></description>
			<content:encoded><![CDATA[<div id="attachment_25" class="wp-caption alignleft" style="width: 166px"><a href="http://www.dreamhost.com/"><img class="size-full wp-image-25" title="DreamHost Logo" src="http://www.wheretohost.net/news/wp-content/uploads/2009/01/dhlogo.png" alt="DreamHost" width="156" height="33" /></a><p class="wp-caption-text">DreamHost</p></div>
<p>It looks like DreamHost has had specials running since the first of the year! Unfortunately people who are barely hearing about this missed out on the 95%, 90%, and 80% off two year deals!</p>
<p>The currently running discount (as of 01/07/09) is 20% off two years of hosting by using the 227 promo code.</p>
<p><a title="DreamHost" href="http://www.dreamhost.com/">http://www.dreamhost.com/</a></p>
        ]]></content:encoded>
			<wfw:commentRss>http://www.wheretohost.net/news/dreamhost-new-years-discounts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: basic
Database Caching 18/28 queries in 0.032 seconds using disk: basic

Served from: www.wheretohost.net @ 2012-02-06 08:43:28 -->
