<?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>Icethunder.net &#187; Tutorials</title>
	<atom:link href="http://www.icethunder.net/category/webhosting/tutorials/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.icethunder.net</link>
	<description>Your place for webhosting stuff!</description>
	<lastBuildDate>Tue, 16 Aug 2011 13:15:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>VPS optimization</title>
		<link>http://www.icethunder.net/2010/vps-optimization/</link>
		<comments>http://www.icethunder.net/2010/vps-optimization/#comments</comments>
		<pubDate>Sat, 15 May 2010 18:27:37 +0000</pubDate>
		<dc:creator>Icethunder</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[VPS hosting]]></category>
		<category><![CDATA[hosting tutorial]]></category>
		<category><![CDATA[to remember!]]></category>
		<category><![CDATA[VPS]]></category>
		<category><![CDATA[vps managed unmanaged]]></category>

		<guid isPermaLink="false">http://www.icethunder.net/?p=422</guid>
		<description><![CDATA[I talked a lot recently  about how optimization of your code helps keep problems out of your way during your shared hosting life. Today I would like to give you something more to think about and possibly use. It&#8217;s a great &#8220;How To&#8221; from one of the greatest hosting forums I have come across so far. It&#8217;s from [...]]]></description>
			<content:encoded><![CDATA[<p>I talked a lot recently  about how optimization of your code helps keep problems out of your way during your shared <a href="http://www.icethunder.net/uploads/2010/05/photo_15930_20100501.jpg" rel="lightbox[422]"><img class="alignleft size-medium wp-image-423" title="photo_15930_20100501" src="http://www.icethunder.net/uploads/2010/05/photo_15930_20100501-300x199.jpg" alt="" hspace="6" width="300" height="199" /></a>hosting life. Today I would like to give you something more to think about and possibly use. It&#8217;s a great &#8220;How To&#8221; from one of the greatest hosting forums I have come across so far.</p>
<p><a title="VPS tutorial" href="http://www.webhostingtalk.com/showthread.php?t=468168" target="_blank">It&#8217;s from webhostingtalk.com and they have one really great tutorial on their forum. [click for the link]</a></p>
<p>It&#8217;s not great because it&#8217;s from this forum, but because it&#8217;s provided by people like you and me. It&#8217;s from people for people and there are lots of great things in there! <strong>One more reason to start your search for a web host on a forum instead of on a review web site <img src='http://www.icethunder.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </strong></p>
<p>For those of you who do not like to blindly click on links I will post a few preview quotes from the guide, but you will get much more as soon as you visit this forum. there you can ask questions about your specific needs <img src='http://www.icethunder.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<blockquote><p>Restrict SSH Access<br />
To restrict and secure SSH access, bind sshd to a single IP that is different than the main IP to the server, and on a different port than port 22.</p>
<p>SSH into server and login as root.<br />
Note: You can download Putty by Clicking Here (<a href="http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html" target="_blank">http://www.chiark.greenend.org.uk/~s&#8230;/download.html</a>). It&#8217;s a clean running application that will not require installation on Windows-boxes.</p>
<p>At command prompt type:<br />
pico /etc/ssh/sshd_config<span id="more-422"></span></p>
<p>Scroll down to the section of the file that looks like this:<br />
#Port 22<br />
#Protocol 2, 1<br />
#ListenAddress 0.0.0.0<br />
#ListenAddress ::</p>
<p>Uncomment and change<br />
#Port 22<br />
to look like<br />
Port 5678 (choose your own 4 to 5 digit port number (49151 is the highest port number AND do not use 5678 <img title="Smilie" src="http://www.webhostingtalk.com/images/smilies/smile.gif" border="0" alt="" /> lol )</p>
<p>Uncomment and change<br />
#Protocol 2, 1<br />
to look like<br />
Protocol 2</p>
<p>Uncomment and change<br />
#ListenAddress 0.0.0.0<br />
to look like<br />
ListenAddress 123.123.123.15 (use one of your own IP Addresses that has been assigned to your server)</p>
<p>Note 1: If you would like to disable direct Root Login, scroll down until you find<br />
#PermitRootLogin yes<br />
and uncomment it and make it look like<br />
PermitRootLogin no</p></blockquote>
<p>As you can see even a task like securing your SSH is an important thing and it&#8217;s covered on this forum! Have a nice day and try to ask questions to use the advantages of the  forum to it&#8217;s maximum <img src='http://www.icethunder.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p><a href="http://www.freedigitalphotos.net/images/view_photog.php?photogid=721">Image: renjith krishnan / FreeDigitalPhotos.net</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.icethunder.net/2010/vps-optimization/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using CMS instead of your own coded plain html ;)</title>
		<link>http://www.icethunder.net/2010/using-cms-instead-of-your-own-coded-plain-html/</link>
		<comments>http://www.icethunder.net/2010/using-cms-instead-of-your-own-coded-plain-html/#comments</comments>
		<pubDate>Thu, 13 May 2010 18:18:29 +0000</pubDate>
		<dc:creator>Icethunder</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Web Hosting Newbies]]></category>
		<category><![CDATA[basic newbie]]></category>
		<category><![CDATA[hosting tutorial]]></category>
		<category><![CDATA[WH Reaction]]></category>

		<guid isPermaLink="false">http://www.icethunder.net/?p=414</guid>
		<description><![CDATA[I think it&#8217;s great when you are able to start your own web presence with your own coded web site. But if you do not feel like you are able to code a web site, or that a plain html/css/php web site is not enough for you and you are not that much happy about [...]]]></description>
			<content:encoded><![CDATA[<p>I think it&#8217;s great when you are able to start your own web presence with your own coded web site. But if you do not feel like you are able to code a web site, or that a plain html/css/php web site is not enough for you and you are not that much happy about updating it manually every now and then&#8230;than here is  a possible solution <img src='http://www.icethunder.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<h2>Use Content Management Systems [CMS]</h2>
<p>When you are starting to build your online web site you are standing before a decision. You need to decide whether you will code the whole thing yourself and use plain html/css/php for your web site. But this route is not very funny. It&#8217;s because you are not able to use the advantages of databases and the data stored in them!<span id="more-414"></span></p>
<p><strong>It is good, if you are trying to only host a static web site, but if you are trying to host a real web site.</strong> A web site with dynamic content. A web site with users and their input, than you need to find a solution which best fits your needs. You could build your own database driven solution, or you could use an already existing system. You might think, that this costs a lot of money, bu the opposite is true! you can use  a CMS and only then you will see the difference.</p>
<p><strong>CMS systems are a very popular choice, because they make the administration of content, whole web sites, users and data  very easy. </strong>They give you a back-end and you are able to manage the whol eweb site from it with ease! All you need is to install the chosen CMS on your server and start to feel the difference. One thing to note here is, that you will need to follow the developpers and their &#8220;security&#8221; announcement as CMS [as all database driven systems] are less secure, than a static html and thus they are a good goal for hackers and crackers and security updates are release now and then.</p>
<p><strong>To use a CMS is a great thing as you are not limited only by static web pages</strong>, but you can make your web site very creative and full of life. You can use widgets, add-ons or other extensions offered with your CMS <img src='http://www.icethunder.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<h2>Free and paid CMS&#8217;s</h2>
<p>If you think, that the CMS way is the way to go, than you should know, that there are two options. You can either go the free route and enjoy the free life, or you can buy a CMS solution, but the pure fact, that it&#8217;s paid does not mean it&#8217;s better <img src='http://www.icethunder.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  [!!!]. Many free CMS systems are far better then the majority of paid solutions and the only advantage is, that you might get support from the company which developed the product and you bought it from, but there are huge communities behind free projects <img src='http://www.icethunder.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> <strong> And a big community is sometimes better then a company support!!!</strong></p>
<p>Do your homework and decide what better fits your bill! Have a nice day and see you next time!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.icethunder.net/2010/using-cms-instead-of-your-own-coded-plain-html/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>In web hosting You need to have realistic plans!</title>
		<link>http://www.icethunder.net/2010/you-need-to-have-realistic-plans/</link>
		<comments>http://www.icethunder.net/2010/you-need-to-have-realistic-plans/#comments</comments>
		<pubDate>Wed, 12 May 2010 09:04:20 +0000</pubDate>
		<dc:creator>Icethunder</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Web Hosting Newbies]]></category>
		<category><![CDATA[1and1]]></category>
		<category><![CDATA[basic newbie]]></category>
		<category><![CDATA[hosting rules]]></category>
		<category><![CDATA[hosting tutorial]]></category>
		<category><![CDATA[paid hosting]]></category>
		<category><![CDATA[to remember!]]></category>
		<category><![CDATA[unlimited hosting]]></category>
		<category><![CDATA[webspace]]></category>

		<guid isPermaLink="false">http://www.icethunder.net/?p=409</guid>
		<description><![CDATA[Hosting a web site online is a great thing. It gives you so many new opportunities. And even more opportunities are waiting for you to be discovered! But there is one thing you need to keep i your mind. You need to have a clear vision of what you can really get from a shared [...]]]></description>
			<content:encoded><![CDATA[<p>Hosting a web site online is a great thing. It gives you so many new opportunities. And even more opportunities are waiting for you to be discovered! But there is one thing you need to keep i your mind. You need to have a clear vision <a href="http://www.icethunder.net/uploads/2010/05/photo_15905_20100501.jpg" rel="lightbox[409]"><img class="alignleft size-medium wp-image-410" title="The world of www and web hosting " src="http://www.icethunder.net/uploads/2010/05/photo_15905_20100501-300x187.jpg" alt="" hspace="6" width="300" height="187" /></a>of what you can really get from a shared hosting environment at a certain host and with a certain budget.</p>
<h2>Your budget matters</h2>
<p>You may have seen many ad&#8217;s with hosts offering plans for $ 5 and less and others offering the same features for $30 per month. <strong>When you see such a big difference in prices you should start to wonder how is it possible?</strong> Well, sometimes the price difference is irrelevant, but sometimes it&#8217;s an indicator of the level of service you will get for your money. Many times you are told by the hosting community at different hosting forums, that in web hosting you get what you pay for, but it does not mean, that a shared hosting packages should cost $50 to provide you with a great service. I would say, that this saying is 90% true while with a VPS or dedicated hosting provider, because there you are renting the whole machine. But while with a shared hosting provider you should be able to get a good level of service for around $10 per month <img src='http://www.icethunder.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> <span id="more-409"></span></p>
<h2>The purpose of your web site matters</h2>
<p><strong>Another very important thing, that matters is your web site&#8217;s purpose.</strong> It is what intentions do you have with your web site. Do you want to host mainly video, or audio files, or you will turn it into a blog? This is very crucial when considering different hosting companies and you should always know what you are intending to put on the server.</p>
<p><strong><a href="http://www.icethunder.net/uploads/2010/05/photo_8725_20091014.jpg" rel="lightbox[409]"><img class="alignleft size-medium wp-image-411" title="Think, before you hit enter in web hosting" src="http://www.icethunder.net/uploads/2010/05/photo_8725_20091014-300x200.jpg" alt="" hspace="6" width="300" height="200" /></a>Some companies don&#8217;t allow media and streaming web sites</strong> on their servers<strong>, but some do </strong>and thus you need to know the stuff you will put on the hosting companies servers to make the right decision!</p>
<h2>The technology matters</h2>
<p>In today&#8217;s world of virtualization it may not play such a huge role, but it&#8217;s always very good to know what your web site needs. What underlying software needs to be installed on the server your web site is hosted on<strong>. You can&#8217;t host a website, that is streaming music on a server without the required software which allows for streaming media</strong> <img src='http://www.icethunder.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  Thus you need to make sure beforehand, that the chosen host has all what your web site needs to be up and running <img src='http://www.icethunder.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>The other part of this &#8220;technology matters&#8221; thing is that you need to make sure you are familiar with the environment. Basically this is about the control panel the host is using. <strong>Different hosting control panels require different knowledge.</strong> Some are easier to work with and some are not. I need to tell you, that there is nothing like a standard control panel and nothing else. There are many control panels and some hosting companies even use their own and thus you might be sometimes surprised how they look and how they feel.</p>
<p><strong>Personally I have used three control panels over the course of the time and I have seenwo t great control panels and one very bad&#8230; </strong>. The very bad was from a Slovak hosting company [<em><strong>it was really archaic...and poor - and it was used to control a paid web service!!!</strong></em>] and the other two have been the 1and1 control panel and the Cpanel control panel. The latter two are really a joy to work with.</p>
<p>Hopefully this post has given you some reason and things to think about. Have a nice day and see you next time here at Icethunder.net!</p>
<p><a href="http://www.freedigitalphotos.net/images/view_photog.php?photogid=721">Image1: renjith krishnan / FreeDigitalPhotos.net</a></p>
<p><a href="http://www.freedigitalphotos.net/images/view_photog.php?photogid=851">Image2: Danilo Rizzuti / FreeDigitalPhotos.net</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.icethunder.net/2010/you-need-to-have-realistic-plans/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Should you use your own email or a Gmail mail?</title>
		<link>http://www.icethunder.net/2010/should-you-use-your-on-email-or-a-gmail-mail/</link>
		<comments>http://www.icethunder.net/2010/should-you-use-your-on-email-or-a-gmail-mail/#comments</comments>
		<pubDate>Mon, 10 May 2010 15:33:53 +0000</pubDate>
		<dc:creator>Icethunder</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Web Hosting Newbies]]></category>
		<category><![CDATA[basic newbie]]></category>
		<category><![CDATA[email accounts]]></category>
		<category><![CDATA[hosting tutorial]]></category>
		<category><![CDATA[to remember!]]></category>

		<guid isPermaLink="false">http://www.icethunder.net/?p=399</guid>
		<description><![CDATA[I though, this would be a nice topic to start the week with. Many times you are standing before the decision. You have bought a domain name and now you do have a hosting for it as well. The next step is to bring the whole web site to life. And now comes the question. [...]]]></description>
			<content:encoded><![CDATA[<p>I though, this would be a nice topic to start the week with. Many times you are standing before the decision. You have bought a domain name and now you do have a hosting for it as well. The next step is to bring the whole web site to life. And now comes the question. <strong>Should you use your own mail address e.g. your_name(at)your_domain.com, or should you go with a third party email solution e.g. Gmail or Yahoo! Mail?</strong></p>
<h2>Looking professional</h2>
<p>The answer to the question is basically about how you want to be seen. Do you want to have a professionally looking image, or it&#8217;s not that important for you?<strong> This is the basic question you need to ask yourself. If you are trying to sell some kind of product, or service, than the image is an important thing for you and I think, it would make much more sense</strong> to go with your own email address. It adds the professional look and feel. You can always direct your customers to a third party mail address afterwards.<span id="more-399"></span></p>
<p>An own email address is not only about the image. It also helps to identify you on the Internet. Many people could <a href="http://www.icethunder.net/uploads/2010/05/photo_15630_20100426.jpg" rel="lightbox[399]"><img class="alignleft size-medium wp-image-400" title="What email option to choose?" src="http://www.icethunder.net/uploads/2010/05/photo_15630_20100426-300x202.jpg" alt="" hspace="6" width="300" height="202" /></a>register with your name at third party email services, but only you can create an email account based on your domain name!<strong> It is adds security and trustworthiness !!!</strong></p>
<p><strong>You don&#8217;t need to worry about how many mail accounts you will need </strong>and it&#8217;s good to start with just one, or two and add more if you will need them. Many hosts offer you the option to create hundreds of accounts, but you need to know, that they can share the same web space. This means you could be able to create 1000 accounts, but they would all share the same 2GB of storage <img src='http://www.icethunder.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<h2>Looking secure, but less professional and trustworthy</h2>
<p>I would like to take back this headline, namely the part, that this is looking less trustworthy. <strong>It&#8217;s very trustworthy, but only as long as your clients really know you and know that you are using a third party service.</strong> Else it is not very trustworthy as virtually anyone could create an e-mail account with Yahoo! Mail or Lycos and they could start to pretend they are you!</p>
<p>Use this very carefully and be sure to advertise to your clients what address is yours and what service you are using!!! To use third party services is a good thing if you are trying to get more out of your email as they tend to offer far more things and add-ons, than you could use with your own e-mail account based on your domain name.</p>
<p><a href="http://www.freedigitalphotos.net/images/view_photog.php?photogid=1152">Image: jscreationzs / FreeDigitalPhotos.net</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.icethunder.net/2010/should-you-use-your-on-email-or-a-gmail-mail/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Why is it a good thing to have a back up strategy in place? [II.]</title>
		<link>http://www.icethunder.net/2010/why-is-it-a-good-thing-to-have-a-back-up-strategy-in-place-ii/</link>
		<comments>http://www.icethunder.net/2010/why-is-it-a-good-thing-to-have-a-back-up-strategy-in-place-ii/#comments</comments>
		<pubDate>Sun, 09 May 2010 08:27:14 +0000</pubDate>
		<dc:creator>Icethunder</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Web Hosting Newbies]]></category>
		<category><![CDATA[back up]]></category>
		<category><![CDATA[basic newbie]]></category>
		<category><![CDATA[hosting rules]]></category>
		<category><![CDATA[hosting tutorial]]></category>
		<category><![CDATA[to remember!]]></category>
		<category><![CDATA[WH Reaction]]></category>

		<guid isPermaLink="false">http://www.icethunder.net/?p=396</guid>
		<description><![CDATA[The examples of back up strategies I talked about in my last article [click] are not the only ones. there are of course many more and it depends mostly on you and your needs. Today I would like to expand on the last article a little bit more. To back up something, or better said [...]]]></description>
			<content:encoded><![CDATA[<p>The examples of back up strategies I talked about in my<a title="Why is it a good thing to have a back up strategy in place?" href="http://www.icethunder.net/2010/05/08/why-is-it-a-good-thing-to-have-a-back-up-strategy-in-place-i/" target="_blank"> last article [click]</a> are not the only ones. there are of course many more and it depends mostly on you and your needs. Today I would like to expand on the last article a little bit more. To back up something, or better said to have a back up strategy in place if something happens does not only mean to back up your web space data, database tables, but it can be understood in a much wider view.</p>
<h2>What more back up strategies could be used?</h2>
<h2><span style="font-weight: normal; font-size: 13px;">We all know, that data are very valuable to use. We own a web site and users leave interactions on the sites, web sites change every day, we update them from time to time and thus data is valuable, but there is one more thing we could consider as very important. </span><span style="font-size: 13px;"><span style="text-decoration: underline;">It&#8217;s our email messages!!!<span id="more-396"></span><br />
</span></span></h2>
<p><span style="font-size: 13px;"><strong>It&#8217;s the area of backing up our email communication.</strong></span><span style="font-weight: normal; font-size: 13px;"> It might not look like a very important thing, but believe <a href="http://www.icethunder.net/uploads/2010/05/photo_15627_20100426.jpg" rel="lightbox[396]"><img class="alignleft size-medium wp-image-397" title="Email messages" src="http://www.icethunder.net/uploads/2010/05/photo_15627_20100426-300x202.jpg" alt="" hspace="6" width="300" height="202" /></a>me sometimes t pays off a lot! When I started my first online web site I had to send mails to get some approval to use some pictures and I forgot to back up the emails the people send me back. Well, and thus  I had to go through he same process once again. </span></p>
<p><span style="font-weight: normal; font-size: 13px;">But imagine you would be operating a commercial web site and it goes down. You are receiving tons of important emails every day and you would possible loose all your email&#8230; You should not count on the hosting company, that they do have back ups! Maybe the back ups will not be available and thus you will loose all the important mails.</span></p>
<p>In cases like this it&#8217;s good to have a back up, or emergency, strategy in place. <strong>It can be as simple as downloading all your emails for OFFLINE</strong> use trough a mail client like Mozilla Thunderbird, <strong>or you could use a third party email service </strong>like Gmail or Yahoo! Mail. Third party email services might look less professional, but you do not have to worry so much, as you emails are in a safe place outside your host. Thus if the hosting company encounters any problems you are safe <img src='http://www.icethunder.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>It depends only on the level of professionalism you need and on your own judgement. If you regard your email messages as very valuable always back them up. It might help you one time in the future! Don&#8217;t forget, that your files and messages are hosted on hardware outside your reach by a web hosting company.<strong> Hardware can brake down and no back up could be available. It&#8217;s always better to be prepared </strong> <img src='http://www.icethunder.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Have a nice day and good luck in the next week!</p>
<p><a href="http://www.freedigitalphotos.net/images/view_photog.php?photogid=1152">Image: jscreationzs / FreeDigitalPhotos.net</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.icethunder.net/2010/why-is-it-a-good-thing-to-have-a-back-up-strategy-in-place-ii/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why is it a good thing to have a back up strategy in place? [I.]</title>
		<link>http://www.icethunder.net/2010/why-is-it-a-good-thing-to-have-a-back-up-strategy-in-place-i/</link>
		<comments>http://www.icethunder.net/2010/why-is-it-a-good-thing-to-have-a-back-up-strategy-in-place-i/#comments</comments>
		<pubDate>Sat, 08 May 2010 13:46:17 +0000</pubDate>
		<dc:creator>Icethunder</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Web Hosting Newbies]]></category>
		<category><![CDATA[back up]]></category>
		<category><![CDATA[basic newbie]]></category>
		<category><![CDATA[hosting rules]]></category>
		<category><![CDATA[hosting tutorial]]></category>
		<category><![CDATA[to remember!]]></category>
		<category><![CDATA[WH Reaction]]></category>

		<guid isPermaLink="false">http://www.icethunder.net/?p=393</guid>
		<description><![CDATA[Yesterday, when I wrote the article about domain names and hosting , I thought about another very similar topic. It&#8217;s about the subject of back up strategy. What back up strategies do I have in place and what back up strategies are there. I know it might sound a little bit too secure, but it [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday, when I wrote the article about domain names and hosting , I thought about another very similar topic. It&#8217;s about the subject of back up strategy. What back up strategies do I have in place and what back up strategies are there. I know it might sound a little bit too secure, but it is always good to be prepared for bad things on the Internet!</p>
<h2>What back-up strategies can be employed?</h2>
<p>Basically, what this question tries to ask is what can be backed-up and what can not be. And it tries to ask what should be backed-up and for what reason. I think, that many of you will agree with me, that your data are very valuable to you and thus they deserve to be backed-up while hosted by a third party. But even when you host your data yourselves it&#8217;s a very good idea to back everything up!<span id="more-393"></span></p>
<h3>Database back-up</h3>
<p>You can back up different parts of your web site and the first thing I would perform is a very often database back up. It should be your first line of defense. To have a database back up is crucially important if something bad happens. But with a database back up you can get your data back very easily and quickly.</p>
<p><a href="http://www.icethunder.net/uploads/2010/05/photo_12110_20100203.jpg" rel="lightbox[393]"><img class="alignleft size-medium wp-image-394" title="A back up of your hosting accoutn can save you money!" src="http://www.icethunder.net/uploads/2010/05/photo_12110_20100203-300x300.jpg" alt="A back up of your hosting accoutn can save you money!" hspace="6" width="300" height="300" /></a>Database systems do have a back up feature build in, or there is another very easy way to back your whole database data up. you just need to read the documentation and figure out the best way.</p>
<h3>Whole web space back-up</h3>
<p>Another approach you could take i to back up your entire web space. This is performed by backing up the whole directory and all it&#8217;s contents. It requires a lot of additional disk space when performed, but this way you will not lose anything. Remember to back up the database as well, if it is not included and is hosted on a different server. This is very important, because the web files themselves are not that much valuable without the database <img src='http://www.icethunder.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Always remember to download the back up to a different place and do not hold it on the same server as your web site! The server goes down and so doe your back up&#8230; .</p>
<h3>Important files back up</h3>
<p>In this scenario you just back up the most important files and folders your site needs and leave the rest of the site untouched. It&#8217;s good mostly when you really care only about the important parts of your web site and don&#8217;t regard other parts to be as important.</p>
<p>Once again, you should remember, that if you need the database data you need to perform a database back up as well&#8230;.</p>
<p><strong>I think, that many </strong>of you might come up with far better back up strategies. You are maybe even using a far better strategy. If you will like sharing your strategy with the rest of the world don&#8217;t hesitate to leave a comment and describe it <img src='http://www.icethunder.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />   Have a nice day!</p>
<p><a href="http://www.freedigitalphotos.net/images/view_photog.php?photogid=659">Image: Salvatore Vuono / FreeDigitalPhotos.net</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.icethunder.net/2010/why-is-it-a-good-thing-to-have-a-back-up-strategy-in-place-i/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why is it a good idea not to register your domain at your host?</title>
		<link>http://www.icethunder.net/2010/why-is-it-a-good-idea-not-to-register-your-domain-at-your-host/</link>
		<comments>http://www.icethunder.net/2010/why-is-it-a-good-idea-not-to-register-your-domain-at-your-host/#comments</comments>
		<pubDate>Fri, 07 May 2010 17:00:50 +0000</pubDate>
		<dc:creator>Icethunder</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Web Hosting Newbies]]></category>
		<category><![CDATA[WH Reaction]]></category>
		<category><![CDATA[basic newbie]]></category>
		<category><![CDATA[domain name]]></category>
		<category><![CDATA[to remember!]]></category>

		<guid isPermaLink="false">http://www.icethunder.net/?p=386</guid>
		<description><![CDATA[Maybe I have written about this subject before, but today I run across a forum post at webhostingtalk.com talking exactly about this issue. Well, it&#8217;s not an issue as it&#8217;s more like a philosophy. It&#8217;s all about : why it&#8217;s not a good idea to have your domain name registered with your hosting company. There [...]]]></description>
			<content:encoded><![CDATA[<p>Maybe I have written about this subject before, but today I run across a forum post at webhostingtalk.com talking exactly about this issue. Well, it&#8217;s not an issue as it&#8217;s more like a philosophy.</p>
<p>It&#8217;s all about : <strong>why it&#8217;s not a good idea to have your domain name registered with your hosting company</strong>. There are many opinions, but so far I think, that the majority thinks it&#8217;s never a good thing to make such a move. Many people like safety and thus I do not understand why would anyone want to expose himself to possible trouble.</p>
<p>The trouble is linked with the fact, that if your hosting company gets into trouble and you will not act quickly, or you will not even have the chance to act, than not only your web site hosted with that company gets into trouble, but you will not be even able to move your domain elsehewre! And this is a big security and service problem.<span id="more-386"></span></p>
<p>Basically when buying a domain name you have two options. <strong>You can register your domain name with a special domain name registrar</strong> like name.com, namecheap.com or godaddy.com , <strong>or you can register your domain name trough your hosting company</strong>. The first option gives you the feeling of of safety. It&#8217;s because your <a href="http://www.icethunder.net/uploads/2010/05/photo_12136_20100204.jpg" rel="lightbox[386]"><img class="alignleft size-medium wp-image-389" title="Connect" src="http://www.icethunder.net/uploads/2010/05/photo_12136_20100204-300x225.jpg" alt="Icethunder.net" hspace="6" width="300" height="225" /></a>domain is independent and you can change your name servers at any time. The second option is less safe and it let&#8217;s you exposed if something bad happens to our hosting company.</p>
<p>It might look like a waste of time to register a domain name with company X and buy your hosting at company Y, but it pays back a lot as soon as you hit any possible trouble!</p>
<p><strong>I like to have an option to manage my domain independently of my hosting</strong> as it gives me the chance to quickly move the domain if  something bad happens. It is only a matter of 48hours [and less!] for the name servers to propagate and my web site is operational again.</p>
<h4>Consider this:</h4>
<ul>
<li>Name server propagation around the whole world less than 48hours [sometimes even much much less!]</li>
<li>Back ups of your web site &#8211; you can instantly upload and pretend nothing happened <img src='http://www.icethunder.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </li>
<li>A one month fee to a new host less $8&#8230;</li>
</ul>
<h4>On the other side: <span style="font-weight: normal;">If you have a domain and hosting with the same company</span></h4>
<ul>
<li>If the company is under an online attack &#8211; you are in trouble&#8230;</li>
<li>If the company disappears &#8211; you are in trouble</li>
<li>If there are long lasting technical problems &#8211; you are in trouble</li>
<li><strong>In all these cases you would have a hard time to quickly move to a new location!</strong></li>
</ul>
<p>I don&#8217;t say it&#8217;s a NO-NO, but it is a bad idea and it&#8217;s always more clever to divide the risk between two places <img src='http://www.icethunder.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  Think about this the next time you buy a domain name from/trough your hosting company. Is it worth it the time you save? Wouldn&#8217;t it be more secure to do it the other way and divide the risk? Have a nice day and a great weekend!</p>
<p><a href="http://www.freedigitalphotos.net/images/view_photog.php?photogid=659">Image: Salvatore Vuono / FreeDigitalPhotos.net</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.icethunder.net/2010/why-is-it-a-good-idea-not-to-register-your-domain-at-your-host/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why the image of a hosting company matters? [II.]</title>
		<link>http://www.icethunder.net/2010/why-the-image-of-a-hosting-company-matters-ii/</link>
		<comments>http://www.icethunder.net/2010/why-the-image-of-a-hosting-company-matters-ii/#comments</comments>
		<pubDate>Thu, 06 May 2010 15:53:56 +0000</pubDate>
		<dc:creator>Icethunder</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Web Hosting Newbies]]></category>
		<category><![CDATA[WH Reaction]]></category>
		<category><![CDATA[basic newbie]]></category>
		<category><![CDATA[hosting rules]]></category>
		<category><![CDATA[hosting tutorial]]></category>
		<category><![CDATA[to remember!]]></category>

		<guid isPermaLink="false">http://www.icethunder.net/?p=381</guid>
		<description><![CDATA[As said in the previous article the image of a hosting company is &#8220;constructed&#8221; of many different pieces and working only on one of them is a very bad idea. Hosting companies should concentrate on the most important factors which are influencing a customer&#8217;s experience and the word of mouth will most probably bring them [...]]]></description>
			<content:encoded><![CDATA[<p>As said in the previous article the image of a hosting company is &#8220;constructed&#8221; of many different pieces and working only on one of them is a very bad idea. Hosting companies should concentrate on the most important factors which are influencing a customer&#8217;s experience and the word of mouth will most probably bring them tons of new customers even without the need to spend excessive money on advertisement campaigns.</p>
<h2>What company would I choose?</h2>
<p>I talked mostly in general until now and I would like to give my own opinion. Maybe you are asking who I would go with if I would have the choice. Well, I am a comfortable person and I am not willing to sit behind the PC for 24/7 and watch if my site is operational and if there is no problem. And thus I am very concerned about the support level and service level. <span id="more-381"></span></p>
<p>I need to know, that the company I am with provides me with a great service and that their support is really prepared to help me out if there is some kind of problem. But I am not too careless and I am monitoring my web site trough third party services. I am monitoring my web sites up-time and other things to be assured, that everything is OK.</p>
<p><a href="http://www.icethunder.net/uploads/2010/05/photo_14155_20100320.jpg" rel="lightbox[381]"><img class="alignleft size-medium wp-image-382" title="Are you frightened of searching for a host?" src="http://www.icethunder.net/uploads/2010/05/photo_14155_20100320-300x199.jpg" alt="Are you frightened of searching for a host?" hspace="5" width="300" height="199" /></a>I would never decide after seeing tons of ad&#8217;s and I would always perform my own research. I would use &#8220;my big GBY&#8221;  engine [Google, Bing, Yahoo!] to search for everything regarding the company I would be considering to go with.</p>
<p>This kind of testing and researching is not an easy and short thing and thus I always spend at least one week on research and then I do my plans with confidence. If everything goes wrong even despite this hard procedure, than I can rest assured, that I have done the research I<br />
could and sometimes it&#8217;s all about luck <img src='http://www.icethunder.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Hopefully this helped you a little bit as not only providing you with technical things is important. Sometimes it&#8217;s good to hear what people who went trough a hosting search process for more than one time use as their strategy to don&#8217;t make the wrong move. Feel free to leave your experience in the comments area <img src='http://www.icethunder.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Have a nice day!</p>
<p><a href="http://www.freedigitalphotos.net/images/view_photog.php?photogid=987">Image: graur razvan ionut / FreeDigitalPhotos.net</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.icethunder.net/2010/why-the-image-of-a-hosting-company-matters-ii/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why to search for good offers at hosting forums… (2.)</title>
		<link>http://www.icethunder.net/2010/why-to-search-for-good-offers-at-hosting-forums%e2%80%a6-2/</link>
		<comments>http://www.icethunder.net/2010/why-to-search-for-good-offers-at-hosting-forums%e2%80%a6-2/#comments</comments>
		<pubDate>Tue, 04 May 2010 06:27:50 +0000</pubDate>
		<dc:creator>Icethunder</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Web Hosting Newbies]]></category>
		<category><![CDATA[basic newbie]]></category>
		<category><![CDATA[hosting rules]]></category>
		<category><![CDATA[hosting tutorial]]></category>
		<category><![CDATA[paid hosting]]></category>
		<category><![CDATA[to remember!]]></category>
		<category><![CDATA[WH Reaction]]></category>

		<guid isPermaLink="false">http://www.icethunder.net/?p=377</guid>
		<description><![CDATA[The question is the same as in my previous post, but I would like to expand on it. Many of you might say and think, that my critique towards review sites is not justified. That even hosting forums place advertisement links and banners on their web sites. Well, that&#8217;s true. I agree that even hosting [...]]]></description>
			<content:encoded><![CDATA[<p>The question is the same as in my previous post, but I would like to expand on it. Many of you might say and think, that my critique towards review sites is not justified. That even hosting forums place advertisement links and banners on their web sites. Well, that&#8217;s true. I agree that even hosting forums do this, but there is one big difference.</p>
<h2>The difference between hostin forums and hosting review sites</h2>
<p>The big difference I am talking about is, that while on a review site you see tons of ad&#8217;s. But in contrast while on a forum you usually see only 1 or 2 banners&#8230;<strong> I know its because of the lack of space, but it&#8217;s still great</strong> <img src='http://www.icethunder.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Did you ever visit a hosting forum? There is no so much free space to post ad&#8217;s and thus the space is limited. Hosting forums are limited by the space they can use for ad&#8217;s and it&#8217;s fine, because the ad&#8217;s do not distract you. Hosting forums and review sites do need to generate some kind of revenue and thus placing ad&#8217;s is the perfect way and I agree with this, but every owner has to decide whether his site should turn into an ad mess or be a great resource for knowledge and opinion&#8230; .<span id="more-377"></span>And this is the big difference between them. Even review sites could be of high value, but many times the ad&#8217;s just brake their image apart <img src='http://www.icethunder.net/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<h2>Why to use hosting forums instead?</h2>
<p>As I said previously, it&#8217;s mainly because there you can get so much more. You are able to speak to people with different levels of knowledge, experience and even more &#8211; you are able to ask your future hosting provider if there is a representative registered!</p>
<p><strong>The second most important thing about using hosting forums is the pure fact</strong>, that there you can find lots of hosting reviews provided by individuals and checked by hosting forum admins. And this is just great. If someone talks badly about a company on a review site in the comment area no one really checks his version, but hosting forums [at least the one I am using the most] check if the review is a true one or not! That&#8217;s just so much better.</p>
<p><strong>The third reason why to check hosting forums on a regular basis is, that</strong> they are the place where smaller, but not worse<strong> hosts promote their products</strong>. These hosts do not have the ad budget the big hosting companies have, but they have many times a much better image. they offer better service and price, but you have to choose carefully <img src='http://www.icethunder.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  What if the next day a better offer pops up? <img src='http://www.icethunder.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Try to leave your opinion in the comments area. What do you use usually more often? Review sites or hosting forums and what do you think about them? Have a nice day and see you next time!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.icethunder.net/2010/why-to-search-for-good-offers-at-hosting-forums%e2%80%a6-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why to search for good offers at hosting forums&#8230;</title>
		<link>http://www.icethunder.net/2010/why-to-search-for-good-offers-at-hosting-forums/</link>
		<comments>http://www.icethunder.net/2010/why-to-search-for-good-offers-at-hosting-forums/#comments</comments>
		<pubDate>Mon, 03 May 2010 18:37:11 +0000</pubDate>
		<dc:creator>Icethunder</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Web Hosting Newbies]]></category>
		<category><![CDATA[WH Reaction]]></category>
		<category><![CDATA[basic newbie]]></category>
		<category><![CDATA[hosting rules]]></category>
		<category><![CDATA[hosting tutorial]]></category>
		<category><![CDATA[to remember!]]></category>

		<guid isPermaLink="false">http://www.icethunder.net/?p=374</guid>
		<description><![CDATA[HI! I was wondering today about what&#8217;s the best source for a general human to search for some web hosting offers. As you might know I am not very keen to believe the different &#8220;review web sites&#8221; as many of them just do not offer you a independent reviews and opinions. And thus I am [...]]]></description>
			<content:encoded><![CDATA[<p>HI! I was wondering today about what&#8217;s the best source for a general human to search for some web hosting offers. As you might know<strong> I am not very keen to believe the different &#8220;review web sites&#8221; as many of them just do not offer you a independent reviews and opinions.</strong> And thus I am much more happy with different forums where you are able to get so much more back. You are able to speak to people who used the host previously. You are able to ask question a representative who is also a member of the forum. and there are some more advantages. All in all a hosting forums is in my opinion a much better place for finding good and trustworthy answers to your questions.</p>
<h2>Why to trust hosting forums?</h2>
<p>Frankly, I think you for sure asked this question.<strong> My answer is as  previously stated: a forum is a mix of humans. </strong>There are so many different people registered, that you are able to get your questions answered just in a couple of minutes. I know not all of the answers are really great, but they at least try to be helpful. And the most important part of all -&gt; the answers and opinions are independent and provided by more than one human <img src='http://www.icethunder.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> <span id="more-374"></span></p>
<p>At first it might seem very chaotic, but I think, there is no beter place to ask questions and get them answered really quickly&#8230; . All the forums do offer you the option t search trough different categories to find exactly what you are searching for. The answers to your questions are just a few keystrokes away <img src='http://www.icethunder.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<h2>Why are review sites not like forums?</h2>
<p>I believe, that most of the review sites started with a really good aim. They wanted to help the casual user to find the right host. They provided hosting reviews and opinions, but somewhere down the road they realized, that they need money to stay up. And they started to sell ad space.</p>
<p>First they used AdSense and other ad networks and then the opportunity came and hosting companies started to offer them affiliate money to promote a certain host in a certain place for a certain amount of money. And this is what I dislike a lot. While on a review site you, are distracted by so many affiliate ad&#8217;s, that you start to ask yourself if it&#8217;s really true what the site owner writes on the web site! Is the opinion of the owner or review person really independent? Or how can they actually review 50+ sites in under 1 year?</p>
<p>For instance I only provide reviews of hosts I was with and this takes a lot of time <img src='http://www.icethunder.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  I have written an<a title="1and1 review" href="http://www.icethunder.net/tag/1and1-review/" target="_blank"> 1and1 review</a> [although it has not been  fully published, yet] and I am currently working on a review of Hawkhost. I was with each of them for at least 6 months!<span style="text-decoration: underline;"> <span style="color: #ff0000;"><strong>How can someone review a host he has never been a customer of?</strong></span></span></p>
<p>And the result of my last paragraph is, that it&#8217;s very hard for me to trust someone who has not thoroughly tested the company before and another big minus is, that user submitted ratings of hosting companies of these review sites are easily misused&#8230; .</p>
<p><strong>I don&#8217;t say to ignore review sites or to don&#8217;t use them, but be always aware, </strong>that not all of them should be 100% trusted and, that from time to time some of them [the bad apples] provide opinions based on cash they can generate&#8230; Always try to perform a good search and the results of such a search should not be based only on one sources, but the sources should be consisted of 3 and more sites <img src='http://www.icethunder.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>To be continued&#8230;.Have a nice and sunny day <img src='http://www.icethunder.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.icethunder.net/2010/why-to-search-for-good-offers-at-hosting-forums/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Basic hosting related questions you should ask (7.)</title>
		<link>http://www.icethunder.net/2010/basic-hosting-related-questions-you-should-ask-7/</link>
		<comments>http://www.icethunder.net/2010/basic-hosting-related-questions-you-should-ask-7/#comments</comments>
		<pubDate>Sun, 02 May 2010 08:27:09 +0000</pubDate>
		<dc:creator>Icethunder</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Web Hosting Newbies]]></category>
		<category><![CDATA[basic newbie]]></category>
		<category><![CDATA[hosting tutorial]]></category>
		<category><![CDATA[paid hosting]]></category>
		<category><![CDATA[to remember!]]></category>

		<guid isPermaLink="false">http://www.icethunder.net/?p=372</guid>
		<description><![CDATA[We have covered a lot of ground in the recent articles and hopefully my small recapitulation has helped you as well. From today on we will only progress and do not look back OK, we will look back, but we will definitely make a progress. How to choose between so many hosting offers? Well, that&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p>We have covered a lot of ground in the recent articles and hopefully my small recapitulation has helped you as well. From today on we will only progress and do not look back <img src='http://www.icethunder.net/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  OK, we will look back, but we will definitely make a progress.</p>
<h2>How to choose between so many hosting offers?</h2>
<p>Well, that&#8217;s the question which should be answered by this whole series and blog and no single article is able to answer this. <strong>But in simple terms the best way is to:</strong></p>
<ul>
<li>Perform a research before actually signing up with a hosting company</li>
<li>Perform some estimations to know what you really will need</li>
<li>Ask on different hosting forums about your chosen hosting companies<span id="more-372"></span></li>
</ul>
<h2>What should be the decisive point?</h2>
<p>It depends on the type of project you are trying to find the hosting for. It can differ greatly from project to project, but in theory the more important a project is to you the more time should be invested into the research part. To perform a thorough research before signing up with anyone can prove to be very important in the long run. Less problems with support, service and many other things can be the reward for the time invested into the research, but as we all know time is the most valuable asset and there is not a lot of it in the world.</p>
<p>I regard the research part of the whole searching thing as the most important one. If you are able to find a great hosting provider, than you can be sure, he is able to give you more value for your money. Some of them treat their customers with high regards and try to help them even beyond the levels set in their ToS. And thus the time invested into the research can pay back even more <img src='http://www.icethunder.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<h2>Why are there so huge differences between hosts in pricing?</h2>
<p>Frankly, this is a question I tend to ask everytime I am on a new search for a web hosting package of &#8220;my dreams&#8221; <img src='http://www.icethunder.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  In pure theory th pricing should reflect the level of service you are provided, but I can tell you, that many times a $6.99 host can provide you with far better service than a $19.99 host&#8230; . It is all about the people who run the company, the companies etiquette and image.</p>
<p>Another important factor is where the hosting provider is located. The pricing could very well reflect the location as different areas in the world are priced differently and require different costs.</p>
<h2>Conclusion</h2>
<p>Well, this has been just a small reminder article to sum up some of my previous ones into a smaller format. If you have not read the previous ones this one gave you a short recap into what should matter the most on your search <img src='http://www.icethunder.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Have a nice day and see you next time. Don&#8217;t hesitate to ask questions or leave your comments <img src='http://www.icethunder.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.icethunder.net/2010/basic-hosting-related-questions-you-should-ask-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Searching for the right host (6.) – My criteria and journey [III.]</title>
		<link>http://www.icethunder.net/2010/searching-for-the-right-host-6-%e2%80%93-my-criteria-and-journey-iii/</link>
		<comments>http://www.icethunder.net/2010/searching-for-the-right-host-6-%e2%80%93-my-criteria-and-journey-iii/#comments</comments>
		<pubDate>Sat, 01 May 2010 09:21:22 +0000</pubDate>
		<dc:creator>Icethunder</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Web Hosting Newbies]]></category>
		<category><![CDATA[basic newbie]]></category>
		<category><![CDATA[ftp accounts]]></category>
		<category><![CDATA[hosting rules]]></category>
		<category><![CDATA[hosting tutorial]]></category>
		<category><![CDATA[paid hosting]]></category>
		<category><![CDATA[to remember!]]></category>

		<guid isPermaLink="false">http://www.icethunder.net/?p=370</guid>
		<description><![CDATA[Well, this is the last part of our small recapitulation of the previous articles. Hopefully these &#8220;recaps&#8221; have given you something to think about and helped you a little bit. In this part we will talk about the last couple of more important features we left out in the previous &#8220;recap&#8221; posts. The email accounts [...]]]></description>
			<content:encoded><![CDATA[<p>Well, this is the last part of our small recapitulation of the previous articles. Hopefully these &#8220;recaps&#8221; have given you something to think about and helped you a little bit. In this part we will talk about the last couple of more important features we left out in the previous &#8220;recap&#8221; posts.</p>
<h2>The email accounts</h2>
<p>I do not regard e-mail accounts to be that much important. It&#8217;s because you can still have your own e-mail account at Gmail or Yahoo and use this e-mail account for your web site needs as well. It is not required to have an own e-mail account associated with your domain name. <strong>But I can tell you, that it looks much better if you&#8217;re a representative of web site e.g. Icethunder.net and send e-mails from addresses like some_name(at)Icethunder(dot)net.</strong><span id="more-370"></span></p>
<p>It looks much more professional this way an the only thing you should think while on your search for the best web hosting package is whether or not you will need more than a couple of aliases. Different companies offer you different amounts of e-mail aliases, but I think that most of the time you will be fine with e.g. 10 and less. But the amount of e-mail accounts you will need depends on the purpose you need them for. <strong>If you are a company with 50 employees</strong> and each needs and email address &#8211; you need 50 and more. But <strong>if you are only a blogger I think you will be perfectly fine with one or two</strong>.</p>
<p>Either way while starting your search you need to decide how many accounts you will need and if you can or can&#8217;t use Gmail, Yahoo or any other service instead. The other important thing to remember is, that even if you are allowed to create Unlimited number of accounts they all, most of the time, share the same quota [e.g. 2GB] and thus all the account together can&#8217;t store more, than 2GB of data [mails]. <strong>Be careful about this limit as it&#8217;s a standard one!</strong></p>
<h2>The FTP accounts</h2>
<p>I said it so many times &#8211; FTP is an insecure transfer protocol and thus don&#8217;t use it in public places and networks (read more<a title="FTP and SFTP - the difference" href="http://www.icethunder.net/2010/04/24/do-you-ever-wonder-today-difference-between-ftp-sftp/" target="_blank"> here</a>). Despite it&#8217;s lack of security it&#8217;s the feature of choice when you need to transfer data between your local computer and your server. It&#8217;s fast, but insecure and this should you keep in mind all the time!</p>
<p>I think you will not need more than one or two accounts if you are not hosting an upload web site.<strong> The only reason I can think of you would need more than two accounts is when you would host multiple web sites with different content</strong>. In this instance you would want to create as many accounts as there are web site to totally limit each account to exactly one domain name and thus web folder! It&#8217;s good for security reasons <img src='http://www.icethunder.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<h2>Add-on domains and Sub-domains</h2>
<p>An add-on domain is any domain you can host in your web space as allowed by your hosting company. You are given the right (an option) to host more then the domain name you signed up with. But all the domain names share the same bandwidth and web space.</p>
<p>A sub-domain is a domain created from your second level domain name. It&#8217;s like subdomain.main_domain.com where sub-domain is the name of your sub-domain and main_domain is the name of your domain name <img src='http://www.icethunder.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Sub-domains are pretty handy if you are trying to host different parts of your &#8220;portal&#8221; in different sections. You could have a mail.yourdomain.com just for your e-mail login interface etc.</p>
<p>Hosting companies tend to offer anywhere from +/-5 subdomains to unlimited and it&#8217;s the same with add-on domains. There is not standard for this as there is with nothing in web hosting. <img src='http://www.icethunder.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<h2>Conclusion</h2>
<p>For our small blog we have discussed and used for this mini tutorial I would look for a hosting provider who offers me at least  2 FTP accounts and 10+ sub-domains options. It&#8217;s because over the time I could decide to create a sub-domain for my &#8220;beta&#8221; testing, I could create a forum, other language mutations of the blog etc. And I definitely would want more than 2 FTP accounts to have the ability to assign each one of them to only one sub-domain, <strong>but I would definitely try to search for a host who would offer an SFTP instead of FTP.</strong> It would be a big bonus if I would find such a host. If you are not able to find such a host, than it&#8217;s OK and you can still manage the upload and download trough the web interface as the web interface tends to be trough HTTPS <img src='http://www.icethunder.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><strong>Have a nice day and see you next time!</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.icethunder.net/2010/searching-for-the-right-host-6-%e2%80%93-my-criteria-and-journey-iii/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Searching for the right host (6.) – My criteria and journey [II.]</title>
		<link>http://www.icethunder.net/2010/searching-for-the-right-host-6-%e2%80%93-my-criteria-and-journey-ii/</link>
		<comments>http://www.icethunder.net/2010/searching-for-the-right-host-6-%e2%80%93-my-criteria-and-journey-ii/#comments</comments>
		<pubDate>Fri, 30 Apr 2010 15:08:29 +0000</pubDate>
		<dc:creator>Icethunder</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Web Hosting Newbies]]></category>
		<category><![CDATA[basic newbie]]></category>
		<category><![CDATA[hosting rules]]></category>
		<category><![CDATA[hosting tutorial]]></category>
		<category><![CDATA[paid hosting]]></category>
		<category><![CDATA[to remember!]]></category>

		<guid isPermaLink="false">http://www.icethunder.net/?p=366</guid>
		<description><![CDATA[Well, the last time in this mini tutorial we have decided how much bandwidth my &#8220;blog&#8221; will need and what web spce it requires to host my web site. Now I will continue this journey. As said in my previous articles after you know how much resources you need it&#8217;s time to decide about what [...]]]></description>
			<content:encoded><![CDATA[<p>Well, the last time in this mini tutorial we have decided how much bandwidth my &#8220;blog&#8221; will need and what web spce it requires to host my web site. Now I will continue this journey. As said in my previous articles after you know how much resources you need it&#8217;s time to decide about what type of company you are searching for.</p>
<h2>Who am I searching for?</h2>
<p>I think it&#8217;s very important to have a good understanding of who you are searching for.<strong> You know what you need, from the resources point of view</strong>, and you should also know who you are trying to look for.</p>
<p><strong>I like to be sure, that everything is OK with any company before I give out any of my personal information.</strong> I always make a Google, Bing and Yahoo search before I sign up for anything online. You should not be careless as it could backfire in a bad way! <strong>As you can see I am not using only one search engine, but many of them.</strong> It&#8217;s because despite the fact, that Google is great, it still doesn&#8217;t catch all and using more engines gives you the extra feeling, that you have done a really good search.<span id="more-366"></span></p>
<p>At this point you need to make a decision. Will you only consider and look at big companies with big Ad budget, or will you look at the smaller, less visible ones as well? Does the size of the company plays a big role in your decision making? Will you prefer to go with a bigger company instead of a smaller one? These are just a few questions you should ask yourself.</p>
<p>I personally like to know a lot about the company before actually singing up with them and it does not have to be a big company. I am pretty happy with a smaller company as well. They just need to be known for providing good level of service, good support and service uptime.</p>
<p>A good way to find out if there are any problems, or &#8220;scandals&#8221; connected with a company is to search for</p>
<ul>
<li>&#8220;company name +
<ul>
<li>
<ul>
<li>
<ul>
<li> problem</li>
<li>scam</li>
<li>trouble</li>
<li>downtime</li>
<li>etc.</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
<p>But I am pretty sure you are able to come up with far better word combinations <img src='http://www.icethunder.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  Don&#8217;t hesitate to post your own clues and word combinations, in the comments section, you use when searching for truth <img src='http://www.icethunder.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<h2>The unlimited or not?</h2>
<p>I think, I have covered this a lot and in my previous article we have come up to the point when I told you, that we can be perfectly fine with 20GB of bandwidth and 1GB of web space and thus we have no need for unlimited things <img src='http://www.icethunder.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<h2>Conclusion</h2>
<p><strong>At this point of our mini series I would choose a reliable and very well known hosting service provider.</strong> I would not decide to look at companies offering unlimited, because as  I stated in the previous post out imaginary blog does not need huge amounts of resources <img src='http://www.icethunder.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Have a nice day and a great weekend <img src='http://www.icethunder.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.icethunder.net/2010/searching-for-the-right-host-6-%e2%80%93-my-criteria-and-journey-ii/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Searching for the right host (6.) &#8211; My criteria and journey [I.]</title>
		<link>http://www.icethunder.net/2010/searching-for-the-right-host-6-my-criteria-and-journey-i/</link>
		<comments>http://www.icethunder.net/2010/searching-for-the-right-host-6-my-criteria-and-journey-i/#comments</comments>
		<pubDate>Fri, 30 Apr 2010 12:25:00 +0000</pubDate>
		<dc:creator>Icethunder</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Web Hosting Newbies]]></category>
		<category><![CDATA[bandwidth calculate]]></category>
		<category><![CDATA[hosting rules]]></category>
		<category><![CDATA[hosting tutorial]]></category>
		<category><![CDATA[paid hosting]]></category>
		<category><![CDATA[to remember!]]></category>

		<guid isPermaLink="false">http://www.icethunder.net/?p=363</guid>
		<description><![CDATA[Lats couple of articles have been pretty general and I would say a little boring and many things are something I would call &#8211; common sense or knowledge and because of this I would like to offer you something more. I would like to take you on a small journey and show you how I [...]]]></description>
			<content:encoded><![CDATA[<p>Lats couple of articles have been pretty general and I would say a little boring and many things are something I would call &#8211; common sense or knowledge and because of this I would like to offer you something more. I would like to take you on a small journey and show you how I would evaluate and search for a host after I would have read the previous articles <img src='http://www.icethunder.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<h3>Prerequisites</h3>
<p>I would like to start my own new blog, but I am not satisfied with Blogger and similar services as they do not offer personalization in the way I want it <img src='http://www.icethunder.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<h2>The start of the hunt!</h2>
<p>First things first, and thus the one and most important thing here &#8211; evaluate and  come up with a number. How many resources I will need?<span id="more-363"></span></p>
<p>This is the question, and the only question, I ask before starting any search for hosting plans! I need to know what I need before I will try to search for something.</p>
<p>I estimate, that my blog could in the future attract some 1000 viewers per day and each load of the website will consume 0.5 MB of my bandwidth [I have some pretty pictures on my blog <img src='http://www.icethunder.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  ]. <strong>These numbers are the ones I need to figure out what bandwidth I will need.</strong> Remember, that it&#8217;s always better to have e.g. 25% more at the beginning than your actual need so you will not get into trouble later on <img src='http://www.icethunder.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p><em>1000 viewers * 0.5 MB * 30days/month = 15 000 MB = 15 GB [I know, that 1000MB is not 1GB, but it's easier this way <img src='http://www.icethunder.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  For the ones who wanna know it's 1024MB = 1GB]</em></p>
<p>Another my estimation is, that I will need to install WordPress for my blog and over the year I will write some 1000 articles <img src='http://www.icethunder.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  Each article will hold one picture. At the end of the day I know, that I will need:</p>
<p><em>1000 articles * 0.5MB per article = 500MB </em></p>
<p><strong><span style="color: #ff0000;">And as you can see although I am consuming 15GB of bandwidth per month I only need 500MB of web space!!!</span></strong></p>
<h2><span style="color: #ff0000;"><span style="color: #000000;">Conclusion of the first part</span></span></h2>
<p><span style="color: #ff0000;"><span style="color: #000000;"><strong>As you can see in this short example you do not really need unlimited for a blog</strong>! All you would need is  a host who offers you 20GB of bandwidth per month and 1GB of web space. This is all you need to run a blog.</span></span></p>
<p><span style="color: #ff0000;"><span style="color: #000000;">See you next time when I will expand this article a little bit <img src='http://www.icethunder.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  Have a nice day and see you later!</span></span></p>
<p><span style="color: #ff0000;"><span style="color: #000000;">[ad#Adsense360]</span></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.icethunder.net/2010/searching-for-the-right-host-6-my-criteria-and-journey-i/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What criteria to use when looking for the right host (5.)</title>
		<link>http://www.icethunder.net/2010/what-criteria-to-use-when-looking-for-the-right-host-5/</link>
		<comments>http://www.icethunder.net/2010/what-criteria-to-use-when-looking-for-the-right-host-5/#comments</comments>
		<pubDate>Thu, 29 Apr 2010 19:00:56 +0000</pubDate>
		<dc:creator>Icethunder</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Web Hosting Newbies]]></category>
		<category><![CDATA[basic newbie]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[hosting rules]]></category>
		<category><![CDATA[hosting tutorial]]></category>
		<category><![CDATA[to remember!]]></category>

		<guid isPermaLink="false">http://www.icethunder.net/?p=360</guid>
		<description><![CDATA[Well, let&#8217;s cover the last few of the more valuable features you should be thinking about when trying to estimate what you will consider important once you start your hosting search. I think, that all of you really like those sites with  &#8220;memory&#8221; . They know what you like, who you are and what you [...]]]></description>
			<content:encoded><![CDATA[<p>Well, let&#8217;s cover the last few of the more valuable features you should be thinking about when trying to estimate what you will consider important once you start your hosting search<strong>. I think, that all of you really like those sites with  &#8220;memory&#8221; . They know what you like, who you are and what you want</strong>. This miracle could be done by &#8220;simple&#8221; cookies file, but it also could be the work of a Database. Where I am absolutely sure a database is at work is when trying to run a blog, CMS [e.g. Joomla!] or your own database utilizing web site. And as you might already think, this last article will start with databases.</p>
<p><strong>I would rate this feature as one of the more important ones, as it&#8217;s not that important, that you don&#8217;t have 3000 e- mail account&#8217;s </strong>, but it&#8217;s definitely very important. If you are not able to create a database of your &#8220;dreams&#8221; for your web site your whole project is destined  to failure. It will not operate without it and thus it&#8217;s more important than email accounts <img src='http://www.icethunder.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<h2>The database</h2>
<p>Hosting companies do offer you the option to have a web site with a database support.<strong> This database thing is very important if you plan to deploy a web site with visitor registrations, clients orders, or a site which would publish some kind of content and would utilize for example a software like WordPress, Joomla!, e107.org etc. <span id="more-360"></span></strong></p>
<p><strong>There are no so an yoptions in the world of database and most of the time you will be offered three options:</strong></p>
<ul>
<li>MySQL [on Linux plans, maybe on Windows]</li>
<li>MS SQL [only on Windows]</li>
<li>Postrge/SQL [Linux...]</li>
</ul>
<p>And they all have something the other one does not have, or has implemented in some other way. It&#8217;s software and it&#8217;s produced by different companies and thus they can&#8217;t be too similar <img src='http://www.icethunder.net/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>All you should care about is to make sure you know what type of database system your web site will need to be operational <strong>as there is nothing worse, than buying something to just find out, that your site can&#8217;t even run with this kind of software</strong> <img src='http://www.icethunder.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<h2>Database &#8211; size, administration, numbers</h2>
<p>As said so many times before &#8211; the number of databases and the rules governing their usage differ from company to company and thus I can&#8217;t give you any &#8220;this is the one solution used by all&#8221; thing here <img src='http://www.icethunder.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  I can tell you, that most of the time you will be given the right [option] to have somewhere between 10- 30 databases created. The problem is, that companies tend to restrict the size of one single database [e.g. 1and1's used to limit 1DB to 200MB's], or all your databases share the amount of disk space allotted to your account and thus limiting the amount of data you can store on your server.</p>
<p>The usual way of administering your database is trough a web interface, but I can &#8216;t say it&#8217;s the only one. You&#8217;ll maybe run across another option as well <img src='http://www.icethunder.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<h2>Conclusion &amp; opinion</h2>
<p><strong>You should always know what number of databases you will need and what size they could rise to. </strong>You as well need to know what type of database you will need as different vendors sell slightly different implementations of the same standard <img src='http://www.icethunder.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>[ad#Adsense360]</p>
<p>It might not seem as a very crucial thing, but believe me you want to be sure your site will be able to operate well. I have not come across to many hosting companies offering other DB system then those mentioned. In fact I have not seen any others at all, although there are far more DB&#8217;s than those three&#8230; .</p>
<p>I would rate this feature as one of the more important ones, as it&#8217;s not that important, that you don&#8217;t have 3000 e- mail account&#8217;s , but it&#8217;s definitely very important. If you are not able to create a database of your &#8220;dreams&#8221; for your web site your whole project is destined  to failure. It will not operate without it and thus it&#8217;s more important than email accounts <img src='http://www.icethunder.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p><strong>Some examples:</strong></p>
<ul>
<li>WordPress, Joomla!, e107.org, Drupal other CMS&#8217;s = MySQL [most of the time the database of choice <img src='http://www.icethunder.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  ]</li>
</ul>
<h3><strong>To remember:</strong></h3>
<ul>
<li>number of db&#8217;s you need</li>
<li>size your db&#8217;s will need</li>
<li>db type your site will be able to be run with</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.icethunder.net/2010/what-criteria-to-use-when-looking-for-the-right-host-5/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

