<?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>Host Wordpress</title>
	<atom:link href="http://hostwordpress.org/feed" rel="self" type="application/rss+xml" />
	<link>http://hostwordpress.org</link>
	<description>The Best Place To Host Wordpress</description>
	<lastBuildDate>Sat, 22 May 2010 02:06:29 +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>Optimizing WordPress For High Traffic Scenarios</title>
		<link>http://hostwordpress.org/optimizing/optimizing-wordpress-for-high-traffic-scenarios</link>
		<comments>http://hostwordpress.org/optimizing/optimizing-wordpress-for-high-traffic-scenarios#comments</comments>
		<pubDate>Sat, 22 May 2010 02:06:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Optimizing]]></category>

		<guid isPermaLink="false">http://hostwordpress.org/?p=75</guid>
		<description><![CDATA[WordPress is an amazing platform for creating great content. One of it&#8217;s downfalls is that out of the box it&#8217;s not great at delivering your great content to lots and lots of people very quickly. Since WordPress is based on PHP and a MySQL database, it needs to literally create every page before you can see it on your screen.<a href="http://hostwordpress.org/optimizing/optimizing-wordpress-for-high-traffic-scenarios">...Read the Rest...</a>]]></description>
			<content:encoded><![CDATA[<p>WordPress is an amazing platform for creating great content. One of it&#8217;s downfalls is that out of the box it&#8217;s not great at delivering your great content to lots and lots of people very quickly. Since WordPress is based on PHP and a MySQL database, it needs to literally create every page before you can see it on your screen. This involves processing code, making trips to the database, then wrapping it up and sending it to your web browser. </p>
<p>Luckily, industrious coders have created several solutions to this problem, and you can be serving thousands or hundreds of thousands of pages per day without a problem. The easiest to impliment solution is &#8220;caching&#8221;. Since most of your WordPress pages and posts are not changing second by second, they don&#8217;t need to be made &#8220;fresh&#8221; every time someone asks for them. Instead, you create a &#8220;flat&#8221; html file that you can send to people who ask for your page. This is great because it eliminates the need for WordPress to go back and forth to the database. If you&#8217;re on shared hosting and your site speed is suffering, this is the fastest easiest way to see dramatic improvements as shared hosting is notorious for having slow databases.</p>
<p>The plugin to most easily accomplish this is called WP Super Cache. It creates flat files it serves and if a page changes, it will generate a new flat file just as soon as it can. There is even a mode called, &#8220;Lockdown&#8221; that you can enable to see even higher performance gains. This is really important if you&#8217;re trying to squeeze every last bit of power out of your server &#8212; something you&#8217;d be doing if you hit the front page of Digg or had a post go hot on Slashdot. These sites will send vast amounts of traffic very quickly and can crash your server if you have WordPress configured out of the box.</p>
<p>Perhaps you&#8217;ve got a pretty popular website with lots of pictures. Your site is speedy, but the pictures are slow to load and are starting to use up a lot of bandwidth. This can be an expensive problem not just in terms of hosting bills. If customers are getting impatient for pictures to load, you&#8217;re potentially losing visitors to nothing other than poor attention span. You could have the best website in the world, but if it&#8217;s slow people will leave. Google has gone out on a limb to support this fact. They now include your site speed as one of the factors determining your ranking on their search engine.</p>
<p>The answer to large files could be a Virtual Dedicated Server AKA Virtual Private Server, or it could be a CDN (Content Delivery Network). The advantage to using a content delivery network is that you can stay with your current host, and just use the CDN for hosting the high bandwidth items. One of the best CDN&#8217;s is Amazon S3, or Simple Storage System. They have datacenters all over the world with huge pipes to the internet, ready to serve out your pictures, video, or audio at a moments notice, all the while you remain on your shared hosting. The advantage to this approach is that you get to use the &#8220;Costco&#8221; model of hosting: because you&#8217;re buying in bulk (With thousands of others), the prices are dirt cheap. S3 prices start at .15/GB for storage and .15/GB for transfer. I&#8217;ve gotten bills from amazon for $0.36 for a whole month of hosting. Since you&#8217;re only paying for what you use, it can be very cost effective.</p>
<p>Taking all of your pages and moving all your pictures can be a very complicated process. To expedite this, there is a phenomenal plugin called W3 Total Cache. It has all the features of WP Super Cache to make flat files, but it will also serve as a liaison between WordPress and Amazon; automatically uploading your images to Amazon as you upload them to WordPress. Additionally, it will replace all the link you&#8217;ve created to locally hosted files with their S3 URL&#8217;s. If you ever decide to turn off the plugin, your page just goes back to the way it was on your shared hosting. The performance between hosting with Amazon S3 and shared hosting can be orders of magnitude different.</p>
]]></content:encoded>
			<wfw:commentRss>http://hostwordpress.org/optimizing/optimizing-wordpress-for-high-traffic-scenarios/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What Is Cloud Hosting?</title>
		<link>http://hostwordpress.org/hosting/what-is-cloud-hosting</link>
		<comments>http://hostwordpress.org/hosting/what-is-cloud-hosting#comments</comments>
		<pubDate>Thu, 13 May 2010 01:04:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Hosting]]></category>

		<guid isPermaLink="false">http://hostwordpress.org/?p=55</guid>
		<description><![CDATA[Cloud Hosting is very simply using more than one computer to house and serve your data. For years, the model has always been your computer talking to another computer out there somewhere in the vast depths of the internet. If that foreign computer crashed, died, blew up, or was disconnected, and you didn&#8217;t have a good backup, you were cooked.<a href="http://hostwordpress.org/hosting/what-is-cloud-hosting">...Read the Rest...</a>]]></description>
			<content:encoded><![CDATA[<p>Cloud Hosting is very simply using more than one computer to house and serve your data. For years, the model has always been your computer talking to another computer out there somewhere in the vast depths of the internet. If that foreign computer crashed, died, blew up, or was disconnected, and you didn&#8217;t have a good backup, you were cooked.</p>
<p>Enter Google. Google was the first company to really popularize the cloud. Instead of buying &#8220;enterprise&#8221; grade computer, they decided they&#8217;d use commodity computer hardware that was readily available, and cheap. Because these computers are more prone to failure under heavy load, they needed a way to insure they wouldn&#8217;t be losing any data when these computer inevitably gave up the ghost. They wrote a program that each of the computers runs called the Google File System. It says, in essence: Each piece of data must be stored in no less than 3 places, each on separate computers, on separate networks. This way no matter what kind of failure condition there is, the data will still exist and be accessible. This approach was so radical that many people shunned it, until it starting working really well for Google. Once that happened, companies with lots of resources started asking themselves, &#8220;Why not us?&#8221;</p>
<p>If you use Gmail, or many of the other Google services, you are using Google&#8217;s cloud computer, but beyond this, they never opened up their resources for the public. Amazon, the internet retailer of books, electronics, and just about everything else took the exact opposite approach: We have all this computing power, if you want some of it, we&#8217;ll sell you how ever much you&#8217;d like, at an insanely cheap price. Other companies have followed suit and now Cloud hosting and Cloud computing are the hot buzzwords you&#8217;ll see. The advantages of hosting &#8220;in the cloud&#8221; are:</p>
<ul>
<li>Greater reliability</li>
<li>Scale. If you get hit with 2 million visitors, no problem, just buy more space &#8220;in the cloud&#8221;.</li>
<li>Redundancy. Since your data is stored multiple places, it&#8217;s backed up before it&#8217;s been backed up.</li>
<li>Speed. The cloud is HUGE and able to serve things very quickly.</li>
<li>Cost. Since the infrastructure is already there, and you&#8217;re buying only what you use, it can be very cheap to host in the cloud. I got a hosting bill from Amazon for $.03 last month.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://hostwordpress.org/hosting/what-is-cloud-hosting/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Choose WordPress Hosting</title>
		<link>http://hostwordpress.org/hosting/choose-a-wordpress-host</link>
		<comments>http://hostwordpress.org/hosting/choose-a-wordpress-host#comments</comments>
		<pubDate>Sat, 01 May 2010 03:40:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Hosting]]></category>

		<guid isPermaLink="false">http://hostwordpress.org/?p=7</guid>
		<description><![CDATA[If you&#8217;re moving to WordPress from another platform, or a hosted platform to WordPress.org, one of the biggest questions I receive as a WordPress expert is,&#8221;Who do I host with?&#8221;. There isn&#8217;t one answer that is going to be able to cover everyone. WordPress is a very dynamic piece of software, and depending on what you&#8217;re doing with it, you&#8217;re<a href="http://hostwordpress.org/hosting/choose-a-wordpress-host">...Read the Rest...</a>]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re moving to WordPress from another platform, or a hosted platform to WordPress.org, one of the biggest questions I receive as a WordPress expert is,&#8221;Who do I host with?&#8221;. There isn&#8217;t one answer that is going to be able to cover everyone. WordPress is a very dynamic piece of software, and depending on what you&#8217;re doing with it, you&#8217;re hosting requirements may change. Let&#8217;s review the main things to consider when choosing a hosting plan:</p>
<ul>
<li>Price &#8211; If your website gets 1.1 million hits/day but you only have a $20 hosting budget, this will pose a problem.</li>
<li>Support &#8211; Every second your site is down you&#8217;re losing time, money, and branding power. Great support is VERY important. If you don&#8217;t want to or don&#8217;t know how to upgrade WordPress.org, you should consider this.</li>
<li>Space &#8211; You may have just a couple of files or you may have lots and lots of high resolution pictures. You&#8217;ll need a place for these files to live.</li>
<li>Bandwidth &#8211; Even if you have just a couple of pictures, if they get accessed 2o million times, you&#8217;ll need to make sure you have enough bandwidth to handle the transfer.</li>
</ul>
<p>My first consideration when choosing WordPress hosting is the number of websites I am dealing with. This usually gives you an idea of the bandwidth, databases, and space you&#8217;ll be needing. If you have only one site with a few visitors , you&#8217;d be in great shape using a service like <a href="/outbound/pagely.php">Page.ly</a> or a basic account at <a href="/outbound/hostgator.php">HostGator</a>. However, if you have multiple sites with numerous visitors, you&#8217;re going to need something quite a bit more substantial.</p>
<p>1) <strong>Support</strong>. This isn&#8217;t doesn&#8217;t just come in the form of people you call when your site starts acting funny. There are many things that go on behind the scenes you&#8217;ll want to consider. The security of WordPress depends heavily on the servers in which it resides. If the host doesn&#8217;t update to the latest versions of PHP, mySQL, or apply patches to the linux operating system, you may find that your blog becomes the new home of some Russian hacker. Finally, WordPress itself needs to be updated. It&#8217;s very important that you keep current on your updates. In recent version, WordPress has added a one-click upgrade option, but your host must support and you must be do it. If you go with a hosting company like <a href="/outbound/pagely.php">Page.ly</a>, they&#8217;ll update the WordPress install for you automatically in addition to the server software.</p>
<p>2) <strong>Price</strong>. The prices for WordPress hosting can vary from a cup of coffee to a a few nights in a 5 star hotel. What you need to decide is how critical your site is. Can you handle 10 minutes of downtime per month? How about 2 hours? How about if you fluff up an upgrade and your site is down for 6 hours before support can help you? The &#8220;Cup of Coffee&#8221; plan isn&#8217;t going to have the same great response to problems or downtime that the &#8220;5 star Hotel plan&#8221; will have. If every minute counts, don&#8217;t skimp. If you just want to post pictures of your dog, the cup of coffee plan is fine, if you want to be on the front page of Digg everyday, you&#8217;re going to need something substantially more powerful.</p>
<p>3) <strong>Space</strong>. WordPress needs space. It doesn&#8217;t just need space on a hard disk, or space in RAM, it also needs space in a database, and it needs &#8216;space&#8217; in the processing realm. Some of the premium themes available for WordPress are gorgeous, but extremely resource intensive. They resize pictures, ping other websites and process cron jobs behind the scenes. It&#8217;s very important your hosting can keep up with all of these or your site is going to suffer in speed and reliability. Google has now publicly said that they are considering speed as a factor in ranking, so if your site is slow, you&#8217;re jeopardizing your ability to rank highly in Google, and likely, other search engines as well.</p>
<p>4) <strong>Bandwidth</strong>. Bandwidth is a difficult concept to explain to laymen. The best way to describe it is to think of it as the water coming to your house. That water starts somewhere else and ends up in your tub, but you have to pay to get it there. That is the essence of bandwidth. Every picture, every piece of text, every video has to to travel to you. If you have just a few visitors, you&#8217;ll probably never consider bandwidth. If you hit the front page of Digg, you could eat up your bandwidth in a single day. Make sure you buy for where you COULD be, not where you are. That said, as much as we love Fluffers the cat sitting on your keyboard, she probably won&#8217;t make the front page of Digg.</p>
<p>Finally, there are intangible things you&#8217;ll need to consider when choosing hosting. Let&#8217;s say you have a host with super fast support, they always pick up the phone, but they are really big jerks. Having someone belittle your for 20 minutes while they tool around in your .htaccess isn&#8217;t my idea of fun. So you&#8217;ve got to consider the people you&#8217;re working with, the services they offer, and where you&#8217;re comfortable. Switching WordPress hosts isn&#8217;t as difficult as people would like you to believe, and if you&#8217;re unhappy with where you are, you should consider a change.</p>
]]></content:encoded>
			<wfw:commentRss>http://hostwordpress.org/hosting/choose-a-wordpress-host/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Page.ly</title>
		<link>http://hostwordpress.org/hosting/pagely-managed-wordpress-hosting</link>
		<comments>http://hostwordpress.org/hosting/pagely-managed-wordpress-hosting#comments</comments>
		<pubDate>Sat, 01 May 2010 03:37:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Hosting]]></category>

		<guid isPermaLink="false">http://hostwordpress.org/?p=4</guid>
		<description><![CDATA[Almost a year ago I met a guy who shared my name (Josh) that ran a company that offered managed WordPress hosting. At the time, I couldn&#8217;t really figure out why it was a worthwhile endeavor until the most recent hacks on WordPress. Imagine if you didn&#8217;t have to worry about administering your server, keeping WordPress up to date, and<a href="http://hostwordpress.org/hosting/pagely-managed-wordpress-hosting">...Read the Rest...</a>]]></description>
			<content:encoded><![CDATA[<p>Almost a year ago I met a guy who shared my name (Josh) that ran a company that offered managed WordPress hosting. At the time, I couldn&#8217;t really figure out why it was a worthwhile endeavor until the most recent hacks on WordPress. Imagine if you didn&#8217;t have to worry about administering your server, keeping WordPress up to date, and keeping your site running: This is the appeal of Page.ly. If you&#8217;re in the business of putting out great content, you&#8217;re probably not in the business of preventing PHP Exploits from running amok on your website.</p>
<p>If you haven&#8217;t considerd Page.ly to host your new (or existing) WordPress site consider the following:</p>
<ul>
<li>Page.ly is managed. Critical updates are pushed after they come out. You could be on a beach in Bermuda &#8212; no problem.</li>
<li>Page.ly is FAST. Not only do they have lots of heavy iron serving your website, but making an account takes less than 2 minutes WITH a domain. You probably can&#8217;t even download WordPress in that time.</li>
<li>Great support. Fanatical support. If you&#8217;re unhappy, they&#8217;re all ears.</li>
</ul>
<p>If you are a new customer, they&#8217;ll even give you a brand new domain name to get started with. That&#8217;s pretty sweet, and for $15/month, it&#8217;s hard to go wrong with managed hosting. It doesn&#8217;t matter where you are or what you&#8217;re doing, if a critical WordPress upgrade comes out, you can be assured that it&#8217;s going to get handled. That kind of security is of intangible value if you like your site always being available.</p>
]]></content:encoded>
			<wfw:commentRss>http://hostwordpress.org/hosting/pagely-managed-wordpress-hosting/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

