<?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>blogio blogging blog &#187; hosting</title>
	<atom:link href="http://blogio.net/blog/tag/hosting/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogio.net/blog</link>
	<description>blogging about blogging...</description>
	<lastBuildDate>Mon, 09 Nov 2009 11:18: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>Would you survive a Digg?</title>
		<link>http://blogio.net/blog/2008/12/16/would-you-survive-a-digg/</link>
		<comments>http://blogio.net/blog/2008/12/16/would-you-survive-a-digg/#comments</comments>
		<pubDate>Tue, 16 Dec 2008 08:18:38 +0000</pubDate>
		<dc:creator>Nico</dc:creator>
				<category><![CDATA[plugins]]></category>
		<category><![CDATA[traffic]]></category>
		<category><![CDATA[WordPress settings]]></category>
		<category><![CDATA[Digg]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[Start Blogging]]></category>
		<category><![CDATA[traffic generation]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://blogio.net/blog/?p=98</guid>
		<description><![CDATA[It’s probably every webmasters dream to have his or her site featured on the front page of Digg. A lot of website owners, however, still have nightmares about the day they got Dugg. The avalanche of visitors hitting your site &#8230; <a href="http://blogio.net/blog/2008/12/16/would-you-survive-a-digg/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>It’s probably every webmasters dream to have his or her site featured on the front page of Digg. A lot of website owners, however, still have nightmares about the day they got Dugg. The avalanche of visitors hitting your site can cause a number of bad things to happen.</p>
<p><strong>Getting shut down by your hosting provider</strong><br />
The sudden increase of traffic can cause some alarm bells to go of at your hosting provider. Some server administrators will mistake the ridiculously high hits on your site for a DDoS attack and take your site offline.</p>
<p>You can prevent this from happening by letting your hosting provider know that a page from your site made the front page of Digg. This is, of course, providing you know you have been Dugg.</p>
<p>Another reason, your web hosting provider might have, to take your site offline, is that your account has used up it’s available traffic resources. A page with only a few images and scripts can easily add up to a few hundred kb of data being transferred on a single page load. </p>
<p>Looking at my website statistics, it seems that my average page size is about 35 KB. If I would be running on a hosting account with a 10 GB a month data limit, I would be able to serve about 285.000 pages a month. That is plenty for most sites, but being on the front page of Digg can drive crazy amounts of visitors to your site, which can chew up your 10 GB plan in no time.</p>
<p>But there is something that can be far worse than having your site taken offline for reaching the bandwidth limit: it’s having your site stay online after using up your monthly bandwidth and<br />
<span id="more-98"></span><br />
<strong>being presented with a bandwidth over usage bill.</strong><br />
Most hosting providers have ridiculous fees for any bandwidth you use on top of what’s included in your hosting plan. <strong><a href="http://blogio.net/blog/2008/12/11/pay-attention-to-the-small-print/">This happened to me last year</a></strong>. One of my dedicated servers used more than the plans bandwidth. The bill I was presented was quite high, but I managed to get the hosting provider to cancel the bill.</p>
<p>Having your site shut down or being billed extra can be easily avoided. In case the billing or shutdown would be caused by exceeding your hosting plans allowed amount of traffic, you can simply make your pages smaller. Avoid over usage of images, as they are the biggest items on any page, byte size wise. The images used on your page could be saved with a little higher compression ratio or you could offload the images to a different hosting account to share the bandwidth load. If you don’t have a second hosting account, you could host the images on a free image hosting site, there are plenty of free ones available to you.</p>
<p>It is also very common to have your hosting account disabled for using to much of the servers resources. This won’t happen on a dedicated server, but if you are on a shared hosting account, they can shut your site down for putting too much stress on the servers processor, which will affect other clients websites hosted on the same server. This too is easy to avoid. Have a look at your WordPress blog. Everything is stored in a database. The blog title, the tagline, the post title, the post text, the categories, the tags and much more. </p>
<div style="float: right; padding-left: 10px;"><script type="text/javascript"><!--
google_ad_client = "pub-8733861721324501";
/* inpost */
google_ad_slot = "3331804443";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script><br />
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div>
<p>When a page is requested for viewing, the software will read all the necessary information from the database. Compiling a single page involves running a lot of queries. Your web server is good at running queries and retrieving the needed information from the database at lightning speeds, but there are limits. With a few dozen page requests every second, the server will soon have trouble keeping up. Remember that there can easily be over a hundred other websites running on the same server. </p>
<p>Running all these queries to build a single page is not really necessary though, once the page has been created by the php code, it can be stored as a static html file. The next visitor can be presented with the html output directly, which probably uses at least 90% less processing power. Don’t worry if this sounds a bit too technical to you, there is an easy way to implement this method in your WordPress blog, its called caching and there is a nice plugin available: <strong><a href="http://ocaoimh.ie/wp-super-cache/">WP Super Cache by Donncha O Caoimh</a></strong></p>
<p>Don’t wait implementing these until you hit the front page of Digg. Once you are on the page, there will not be much you can do. These measures should be in place before the traffic avalanche hits you. Even if it never happens, it’s better to be save than sorry. So, be prepared! </p>
]]></content:encoded>
			<wfw:commentRss>http://blogio.net/blog/2008/12/16/would-you-survive-a-digg/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Pay attention to the small print!</title>
		<link>http://blogio.net/blog/2008/12/11/pay-attention-to-the-small-print/</link>
		<comments>http://blogio.net/blog/2008/12/11/pay-attention-to-the-small-print/#comments</comments>
		<pubDate>Thu, 11 Dec 2008 20:59:19 +0000</pubDate>
		<dc:creator>Nico</dc:creator>
				<category><![CDATA[Start Blogging]]></category>
		<category><![CDATA[domain registration]]></category>
		<category><![CDATA[hosting]]></category>

		<guid isPermaLink="false">http://blogio.net/blog/?p=100</guid>
		<description><![CDATA[Most hosting providers and domain registrars hide stuff they don’t want you to know about in their “general terms and conditions”, “terms of service” or “acceptable use policy” you agree on those when you sign up for their service. It’s &#8230; <a href="http://blogio.net/blog/2008/12/11/pay-attention-to-the-small-print/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Most hosting providers and domain registrars hide stuff they don’t want you to know about in their “general terms and conditions”, “terms of service” or “acceptable use policy” you agree on those when you sign up for their service. It’s that 40 page long document you scroll thru to click the “I agree” checkbox at the bottom. </p>
<p>Some domain registrars have high fees to transfer your domain to another registrar. easyspace.com, for example,  charges $22 to transfer your domain or $37 to change the owner! Their 45 page long Terms &#038; Conditions includes:</p>
<blockquote><p>You agree that you may not transfer a domain name registration to another domain name registrar during the first sixty (60) days from the effective date of the initial domain name registration with us. After that time, you may transfer your domain name registration to a third party domain name registrar of your choice, <strong>subject to our then-current policies and procedures</strong> incorporated herein by reference.</p></blockquote>
<p>Note the marked part! Basically they can add whatever they want after you have agreed! <span id="more-100"></span> I use <strong><a href="http://blogio.net/blog/index.php?recommends=13">Dynadot</a></strong> for all my domain registrations and they don’t charge for domain transfers or owner changes at all and they have some of the lowest pricing.</p>
<p>The same kind of hidden fees can be found with hosting services. The dedicated servers I have running all come with 2000GB of traffic included and I used about another 20GB on one of them. Yes, 20GB is a lot of traffic, more than most shared hosting plans include, but in this case it was only 1% more then I had paid for. The invoice I got, on top of my regular hosting fee, was enough to cover the expenses for another dedicated server, plus setup cost! </p>
<div style="float: right; padding-left: 10px;"><script type="text/javascript"><!--
google_ad_client = "pub-8733861721324501";
/* inpost */
google_ad_slot = "3331804443";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script><br />
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div>
<p>Already knowing about the high price of usage beyond the plans included bandwidth, I always keep a close eye on how much I use. But it turned out that the traffic reports you can view in cpanel are not what the billing is based on. The traffic used on the server is measured at the switch that the server is connected to. You can see those numbers too, but only after you ask for it!</p>
<p>After opening a support ticket for this issue, I got the standard reply. Something like: I can’t help you, the invoice has been created and has to be paid or your server will be taken offline. After mailing with both the support and billing departments a few times, and basically being told the same shit again, I looked up who is in charge and gave him a call. Within a few minutes I had access to the traffic stats on the switch and the extra bandwidth bill had been canceled. It’s all about talking to the right guy.</p>
<p>Costs like these are often not easy to spot. The endlessly long terms &#038; conditions you have to agree upon are almost always too long to read and even if you manage to read the whole thing, you will probably not understand half of it because of the way things are formulated. </p>
<p>But don’t despair, sites like <strong><a href="http://www.webhostingtalk.com/">Web Hosting Talk</a></strong> are a good place to find out about which hosting provider is good and which ones will screw you. Remember Google is your friend, when it comes to finding reviews about companies. Do your homework before signing up for anything!</p>
]]></content:encoded>
			<wfw:commentRss>http://blogio.net/blog/2008/12/11/pay-attention-to-the-small-print/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Step three: hosting</title>
		<link>http://blogio.net/blog/2008/11/24/step-three-hosting/</link>
		<comments>http://blogio.net/blog/2008/11/24/step-three-hosting/#comments</comments>
		<pubDate>Mon, 24 Nov 2008 20:41:51 +0000</pubDate>
		<dc:creator>Nico</dc:creator>
				<category><![CDATA[Start Blogging]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://blogio.net/blog/?p=26</guid>
		<description><![CDATA[Once you have your domain name registered, you will need to sign up for a hosting account. Hosting accounts come in many forms and sizes. Think about what you want to put on your website, so you can get a &#8230; <a href="http://blogio.net/blog/2008/11/24/step-three-hosting/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Once you have your domain name registered, you will need to sign up for a hosting account. Hosting accounts come in many forms and sizes. Think about what you want to put on your website, so you can get a hosting account that can handle the task. My preferred blog software is WordPress, which needs php and MySQL running on the server, other software packages might require a windows server and asp. Make sure you know exactly what type of hosting you need before signing up for one.</p>
<p>A server running on Linux is usually cheaper, because it doesn’t require an expensive software license like Windows servers. Php and MySQL are also free to run unlike Microsoft’s SQL server. </p>
<p>Another option would be to host your website at home, but I would not recommend it, even if you have the knowledge to run your own server. No matter how well you manage your server, there are tons of things that can go wrong and bring your website down. When things go wrong it is usually when you are not there to fix it, preferably when you just left for a long weekend away. When you sign up for a hosting account, the hosting provider will look after the server and make sure your website is accessible day and night.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogio.net/blog/2008/11/24/step-three-hosting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

