<?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>HelpMeHost</title>
	<atom:link href="http://www.helpmehost.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.helpmehost.com</link>
	<description>Your site for all things hosting!</description>
	<lastBuildDate>Fri, 24 Jul 2009 00:15:07 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>SEO Optimization Tips</title>
		<link>http://www.helpmehost.com/seo/seo-optimization-tips/</link>
		<comments>http://www.helpmehost.com/seo/seo-optimization-tips/#comments</comments>
		<pubDate>Fri, 24 Jul 2009 00:12:21 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[search engine optimization]]></category>
		<category><![CDATA[sem]]></category>
		<category><![CDATA[serp]]></category>

		<guid isPermaLink="false">http://www.helpmehost.com/?p=99</guid>
		<description><![CDATA[Search Engine Optimization is a very complex field of study.  I call it a &#8220;field of study&#8221; because it is not a finite subject but it is ever evolving and expanding.  Many of the recommendations listed here are based on personal experience, forum reading or other SEO sites.  First we will start with a discussion [...]]]></description>
		<wfw:commentRss>http://www.helpmehost.com/seo/seo-optimization-tips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQL Query format can prevent proper caching</title>
		<link>http://www.helpmehost.com/mysql/mysql-query-format-can-prevent-proper-caching/</link>
		<comments>http://www.helpmehost.com/mysql/mysql-query-format-can-prevent-proper-caching/#comments</comments>
		<pubDate>Fri, 10 Jul 2009 12:00:06 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[cache]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[query]]></category>

		<guid isPermaLink="false">http://www.helpmehost.com/?p=91</guid>
		<description><![CDATA[One of the questions many MySQL administrators struggle with is getting greater caching of queries.  It is important to remember that MySQL does not normalize a statement when it checks for a cache hit.  It uses the statement and other connection details sent by the client to attempt to match the queries.  Any difference in [...]]]></description>
		<wfw:commentRss>http://www.helpmehost.com/mysql/mysql-query-format-can-prevent-proper-caching/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reading vmstat in linux – Part 2</title>
		<link>http://www.helpmehost.com/dedicated/reading-vmstat-in-linux-%e2%80%93-part-2/</link>
		<comments>http://www.helpmehost.com/dedicated/reading-vmstat-in-linux-%e2%80%93-part-2/#comments</comments>
		<pubDate>Tue, 07 Jul 2009 13:46:11 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Dedicated]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[linux performance]]></category>

		<guid isPermaLink="false">http://www.helpmehost.com/?p=30</guid>
		<description><![CDATA[In the second part of this series, we are going to target 3 different types of potential bottlenecks that a system might suffer from.  Specifically these are:

IO Bound
CPU Bound
Memory Bound

Most performance problems can be placed into one of these categories.  By using what we learned in Part 1, we can use the information from vmstat [...]]]></description>
		<wfw:commentRss>http://www.helpmehost.com/dedicated/reading-vmstat-in-linux-%e2%80%93-part-2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Reading vmstat in linux &#8211; Part 1</title>
		<link>http://www.helpmehost.com/linux/reading-vmstat-in-linux-part-1/</link>
		<comments>http://www.helpmehost.com/linux/reading-vmstat-in-linux-part-1/#comments</comments>
		<pubDate>Sun, 28 Jun 2009 13:31:17 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[linux performance]]></category>

		<guid isPermaLink="false">http://helpmehost.com/?p=13</guid>
		<description><![CDATA[Linux comes with many tools to enable administrators to evaluate the performance of a system.  One of these very useful tools is vmstat.  Vmstat is available on most unix distributions and is included by default on many modern Linux distributions.  As with most Linux commands, built in help is available via the [...]]]></description>
		<wfw:commentRss>http://www.helpmehost.com/linux/reading-vmstat-in-linux-part-1/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Server Clustering Solutions</title>
		<link>http://www.helpmehost.com/dedicated/server-clustering-solutions/</link>
		<comments>http://www.helpmehost.com/dedicated/server-clustering-solutions/#comments</comments>
		<pubDate>Sat, 27 Jun 2009 22:42:24 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Dedicated]]></category>
		<category><![CDATA[clusters]]></category>
		<category><![CDATA[load balancers]]></category>

		<guid isPermaLink="false">http://helpmehost.com/?p=7</guid>
		<description><![CDATA[One of the mainstays of our hosting business is the service and support of high usage PHP-MySQL applications.  There are many ways to support these types of environments.  One of the ways that we are assisting our customers is by providing implementation of server clustering.]]></description>
		<wfw:commentRss>http://www.helpmehost.com/dedicated/server-clustering-solutions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Inaugural Post</title>
		<link>http://www.helpmehost.com/general/inaugural-post/</link>
		<comments>http://www.helpmehost.com/general/inaugural-post/#comments</comments>
		<pubDate>Fri, 26 Jun 2009 01:17:16 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://helpmehost.com/?p=4</guid>
		<description><![CDATA[Welcome to the first post of HelpMeHost.Com.  This blog is dedicated to all things hosting. ]]></description>
		<wfw:commentRss>http://www.helpmehost.com/general/inaugural-post/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
