<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: The Few Cause Problems for the Majority</title>
	<atom:link href="http://blog.hawkhost.com/2009/04/08/the-few-cause-problems-for-the-majority/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.hawkhost.com/2009/04/08/the-few-cause-problems-for-the-majority/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=the-few-cause-problems-for-the-majority</link>
	<description>All things Hawk Host</description>
	<lastBuildDate>Fri, 30 Jul 2010 15:00:24 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Jeremy</title>
		<link>http://blog.hawkhost.com/2009/04/08/the-few-cause-problems-for-the-majority/comment-page-1/#comment-711</link>
		<dc:creator>Jeremy</dc:creator>
		<pubDate>Thu, 28 May 2009 17:57:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.hawkhost.com/blog/?p=345#comment-711</guid>
		<description>Just signed up today. Although I studied computer science at university, I&#039;m pretty much a beginner when it comes to creating complex sites, considering server load etc. so knowing some of the common errors is good, I&#039;ll try and remember to avoid them.</description>
		<content:encoded><![CDATA[<p>Just signed up today. Although I studied computer science at university, I&#8217;m pretty much a beginner when it comes to creating complex sites, considering server load etc. so knowing some of the common errors is good, I&#8217;ll try and remember to avoid them.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://blog.hawkhost.com/2009/04/08/the-few-cause-problems-for-the-majority/comment-page-1/#comment-693</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Thu, 23 Apr 2009 06:00:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.hawkhost.com/blog/?p=345#comment-693</guid>
		<description>Thank you Tony for the quick response! I cannot say enough about how you handle this company. Mark my words, I&#039;m telling everyone I see to host their sites with HawkHost. It&#039;s been so tough to find a honest host as of late. I was on the PC-Core bandwagon before they screwed me over by shutting down their business overnight. You guys have been great. Take care of yourself.</description>
		<content:encoded><![CDATA[<p>Thank you Tony for the quick response! I cannot say enough about how you handle this company. Mark my words, I&#8217;m telling everyone I see to host their sites with HawkHost. It&#8217;s been so tough to find a honest host as of late. I was on the PC-Core bandwagon before they screwed me over by shutting down their business overnight. You guys have been great. Take care of yourself.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tony</title>
		<link>http://blog.hawkhost.com/2009/04/08/the-few-cause-problems-for-the-majority/comment-page-1/#comment-691</link>
		<dc:creator>Tony</dc:creator>
		<pubDate>Wed, 22 Apr 2009 15:04:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.hawkhost.com/blog/?p=345#comment-691</guid>
		<description>Scripts hosted on our servers.  If it&#039;s hosted elsewhere we don&#039;t care as the constant refreshing isn&#039;t hitting our servers.</description>
		<content:encoded><![CDATA[<p>Scripts hosted on our servers.  If it&#8217;s hosted elsewhere we don&#8217;t care as the constant refreshing isn&#8217;t hitting our servers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://blog.hawkhost.com/2009/04/08/the-few-cause-problems-for-the-majority/comment-page-1/#comment-689</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Wed, 22 Apr 2009 08:33:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.hawkhost.com/blog/?p=345#comment-689</guid>
		<description>This might be a dumb question, but are we allowed to use shoutboxes such as provided by: shoutmix.com?

Or are we talking about scripts hosted within HawkHost&#039;s servers?

Thanks in advance!</description>
		<content:encoded><![CDATA[<p>This might be a dumb question, but are we allowed to use shoutboxes such as provided by: shoutmix.com?</p>
<p>Or are we talking about scripts hosted within HawkHost&#8217;s servers?</p>
<p>Thanks in advance!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tony</title>
		<link>http://blog.hawkhost.com/2009/04/08/the-few-cause-problems-for-the-majority/comment-page-1/#comment-685</link>
		<dc:creator>Tony</dc:creator>
		<pubDate>Sun, 12 Apr 2009 17:24:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.hawkhost.com/blog/?p=345#comment-685</guid>
		<description>What you&#039;re doing is fine.  It&#039;s more like this:


&lt;?php include(&quot;http://someothersite.com/sidebar.php&quot;); ?&gt;  

That&#039;s what some people do which is slow for the users,  uses your bandwidth, is unreliable and uses way more resources on the server.

I doubt many are using them since I outlined all the problems.  Most are going to use file paths rather than url based.</description>
		<content:encoded><![CDATA[<p>What you&#8217;re doing is fine.  It&#8217;s more like this:</p>
<p>< ?php include("http://someothersite.com/sidebar.php"); ?>  </p>
<p>That&#8217;s what some people do which is slow for the users,  uses your bandwidth, is unreliable and uses way more resources on the server.</p>
<p>I doubt many are using them since I outlined all the problems.  Most are going to use file paths rather than url based.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: andrew</title>
		<link>http://blog.hawkhost.com/2009/04/08/the-few-cause-problems-for-the-majority/comment-page-1/#comment-684</link>
		<dc:creator>andrew</dc:creator>
		<pubDate>Sat, 11 Apr 2009 22:23:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.hawkhost.com/blog/?p=345#comment-684</guid>
		<description>No, i was talking about using the php tag &quot;php get_sidebar();&quot;. Am I allowed to use this or this thing is also slowing my site. From your post I understand I must have a skin that has the sidebar integrated into main page, not inside another page called sidebar.php. Maybe I am wrong, correct me.</description>
		<content:encoded><![CDATA[<p>No, i was talking about using the php tag &#8220;php get_sidebar();&#8221;. Am I allowed to use this or this thing is also slowing my site. From your post I understand I must have a skin that has the sidebar integrated into main page, not inside another page called sidebar.php. Maybe I am wrong, correct me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tony</title>
		<link>http://blog.hawkhost.com/2009/04/08/the-few-cause-problems-for-the-majority/comment-page-1/#comment-683</link>
		<dc:creator>Tony</dc:creator>
		<pubDate>Sat, 11 Apr 2009 21:01:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.hawkhost.com/blog/?p=345#comment-683</guid>
		<description>Well I&#039;m not sure what you point you&#039;re referring to.  If it&#039;s about the poorly made plugins I don&#039;t see why you&#039;d want to use a plugin that makes your site take 20 seconds to load.</description>
		<content:encoded><![CDATA[<p>Well I&#8217;m not sure what you point you&#8217;re referring to.  If it&#8217;s about the poorly made plugins I don&#8217;t see why you&#8217;d want to use a plugin that makes your site take 20 seconds to load.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: andrew</title>
		<link>http://blog.hawkhost.com/2009/04/08/the-few-cause-problems-for-the-majority/comment-page-1/#comment-682</link>
		<dc:creator>andrew</dc:creator>
		<pubDate>Sat, 11 Apr 2009 13:46:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.hawkhost.com/blog/?p=345#comment-682</guid>
		<description>so i am not allow to use  in my blog?!</description>
		<content:encoded><![CDATA[<p>so i am not allow to use  in my blog?!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
