<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	>
<channel>
	<title>Comments on: Ted, Where Should I Host My Website?</title>
	<atom:link href="http://www.spideysenses.com/2006/02/01/ted-where-should-i-host-my-website/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.spideysenses.com/2006/02/01/ted-where-should-i-host-my-website/</link>
	<description>Ted Rheingold's web journal</description>
	<pubDate>Thu, 09 Sep 2010 15:25:26 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Andrew Virender</title>
		<link>http://www.spideysenses.com/2006/02/01/ted-where-should-i-host-my-website/comment-page-1/#comment-292171</link>
		<dc:creator>Andrew Virender</dc:creator>
		<pubDate>Thu, 15 Oct 2009 15:30:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.spideysenses.com/2006/02/ted-where-should-i-host-my-website/#comment-292171</guid>
		<description>Nice thread here. One aspect I find essential for me is good  live tech support. You also want a company that is well established for years and where down time is minimal. That is particularly important when you have e-commerce site or may be selling one or two items. 

If you are going to make multiple sites, then get a reseller account. 

Any one know a good SEO hosting site? This is special hosting where you can host multiple domains on different IP addresses?</description>
		<content:encoded><![CDATA[<p>Nice thread here. One aspect I find essential for me is good  live tech support. You also want a company that is well established for years and where down time is minimal. That is particularly important when you have e-commerce site or may be selling one or two items. </p>
<p>If you are going to make multiple sites, then get a reseller account. </p>
<p>Any one know a good SEO hosting site? This is special hosting where you can host multiple domains on different IP addresses?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Salman</title>
		<link>http://www.spideysenses.com/2006/02/01/ted-where-should-i-host-my-website/comment-page-1/#comment-283703</link>
		<dc:creator>Salman</dc:creator>
		<pubDate>Sat, 18 Jul 2009 01:37:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.spideysenses.com/2006/02/ted-where-should-i-host-my-website/#comment-283703</guid>
		<description>Where are you guys hosted these days?</description>
		<content:encoded><![CDATA[<p>Where are you guys hosted these days?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: swerbo</title>
		<link>http://www.spideysenses.com/2006/02/01/ted-where-should-i-host-my-website/comment-page-1/#comment-153</link>
		<dc:creator>swerbo</dc:creator>
		<pubDate>Sun, 12 Feb 2006 03:16:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.spideysenses.com/2006/02/ted-where-should-i-host-my-website/#comment-153</guid>
		<description>Hey, not to knock the Squid, because lord knows they are a great host, and how could we live without the Squid List Calendar. BUT...

I've been using a host called LunarPages for years now, and they are one SWEET host with a ton of funcationality for almost ridiculously low prices. Their support has also been great whenever I've had a problem. They have starter accounts under $10 that provide 5 GIGS of space and 400 GIGS of bandwidth per month (lots of GUI control panel-based capability, but no shell access in the low level accounts). They probably won't cut it for some higher-end applications, but on the lower end, they offer an incredible deal for the money.

-- Swerb</description>
		<content:encoded><![CDATA[<p>Hey, not to knock the Squid, because lord knows they are a great host, and how could we live without the Squid List Calendar. BUT&#8230;</p>
<p>I&#8217;ve been using a host called LunarPages for years now, and they are one SWEET host with a ton of funcationality for almost ridiculously low prices. Their support has also been great whenever I&#8217;ve had a problem. They have starter accounts under $10 that provide 5 GIGS of space and 400 GIGS of bandwidth per month (lots of GUI control panel-based capability, but no shell access in the low level accounts). They probably won&#8217;t cut it for some higher-end applications, but on the lower end, they offer an incredible deal for the money.</p>
<p>&#8211; Swerb</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ted</title>
		<link>http://www.spideysenses.com/2006/02/01/ted-where-should-i-host-my-website/comment-page-1/#comment-146</link>
		<dc:creator>ted</dc:creator>
		<pubDate>Thu, 09 Feb 2006 15:25:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.spideysenses.com/2006/02/ted-where-should-i-host-my-website/#comment-146</guid>
		<description>Of course, how flippant of me .... With Dogster they key has been running our own name server, bind9 (on linux), before that we had a friend act as our name server. Once your registrar is pointed to this DNS, changing IPs is as easy as chaning the text file and restarting the name server. (not forgetting to reduce the TimeToLive(TTL) setting to a low amount like 10 minutes so it isn't cached for long.)

If you actually have to change the name server's IP with your registrar then yes, the situation you describe will require some more planning. If you trust the db on the new environment, you can point both the old and new webserver to that db so all data is stored at that one source. It's harder if you use files or other data sources for your data. But with a database (you trust) it should be pretty easy.

Also, I've found that the DNS change propogation takes btwen 24-48 hrs max. So I normally kick it off Friday 6pm PST. If I have to take a site down for a day (or view only), c'est la vie. A nice message for a one-time move is usually quite acceptible by users unless you've got them really addicted ;&#62;</description>
		<content:encoded><![CDATA[<p>Of course, how flippant of me &#8230;. With Dogster they key has been running our own name server, bind9 (on linux), before that we had a friend act as our name server. Once your registrar is pointed to this DNS, changing IPs is as easy as chaning the text file and restarting the name server. (not forgetting to reduce the TimeToLive(TTL) setting to a low amount like 10 minutes so it isn&#8217;t cached for long.)</p>
<p>If you actually have to change the name server&#8217;s IP with your registrar then yes, the situation you describe will require some more planning. If you trust the db on the new environment, you can point both the old and new webserver to that db so all data is stored at that one source. It&#8217;s harder if you use files or other data sources for your data. But with a database (you trust) it should be pretty easy.</p>
<p>Also, I&#8217;ve found that the DNS change propogation takes btwen 24-48 hrs max. So I normally kick it off Friday 6pm PST. If I have to take a site down for a day (or view only), c&#8217;est la vie. A nice message for a one-time move is usually quite acceptible by users unless you&#8217;ve got them really addicted ;&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Corking</title>
		<link>http://www.spideysenses.com/2006/02/01/ted-where-should-i-host-my-website/comment-page-1/#comment-144</link>
		<dc:creator>David Corking</dc:creator>
		<pubDate>Wed, 08 Feb 2006 19:30:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.spideysenses.com/2006/02/ted-where-should-i-host-my-website/#comment-144</guid>
		<description>You wrote: "As long as you keep the old host and new host live during the 24-72 hours update period users won’t know there was a change."

You are right, for a static site.

It is not so easy if you have any kind of dynamic content (perhaps blog comments or a web application.)  You will have to figure out a way to keep the content synchronized during the change.

The simplest way may be to just block updates for 72 hours (is this what you did with Dogster?)  But if the site is busy, you may disappoint many of your users, unless you invest time in configuring or customizing and testing a sophisticated synchronization tool.

A web store should be OK  - as long as you remember to update stock availability on both servers.   Each server should happily keep taking orders during the changeover (but for goodness sake do a trial run first.)

How did you keep the Dogster users happy during the IP change?</description>
		<content:encoded><![CDATA[<p>You wrote: &#8220;As long as you keep the old host and new host live during the 24-72 hours update period users won’t know there was a change.&#8221;</p>
<p>You are right, for a static site.</p>
<p>It is not so easy if you have any kind of dynamic content (perhaps blog comments or a web application.)  You will have to figure out a way to keep the content synchronized during the change.</p>
<p>The simplest way may be to just block updates for 72 hours (is this what you did with Dogster?)  But if the site is busy, you may disappoint many of your users, unless you invest time in configuring or customizing and testing a sophisticated synchronization tool.</p>
<p>A web store should be OK  - as long as you remember to update stock availability on both servers.   Each server should happily keep taking orders during the changeover (but for goodness sake do a trial run first.)</p>
<p>How did you keep the Dogster users happy during the IP change?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ted</title>
		<link>http://www.spideysenses.com/2006/02/01/ted-where-should-i-host-my-website/comment-page-1/#comment-138</link>
		<dc:creator>ted</dc:creator>
		<pubDate>Fri, 03 Feb 2006 19:39:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.spideysenses.com/2006/02/ted-where-should-i-host-my-website/#comment-138</guid>
		<description>Boris, in regards to going as cheap as you can as long as you can with web hosting is something I definitely recommend unless you have clear revenue expectations. Dogster started on a shared host and it was only after I took it down did I know I could risk hopping to a dedicated server.

&#62;Changing IP adresses etc while you growing isn’t what you want. So I still don’t know where to host…

This is not a problem in the slightest. When you change a host you simply update DNS entry with your domain registrar about where to point to the new host's nameservers. As long as you keep the old host and new host live during the 24-72 hours update period users won't know there was a change.

Another more technical option is for you to host your own nameserver fromt he get go so you have complete control over what IP to point to, but this requires a dedicated server from the get-go.</description>
		<content:encoded><![CDATA[<p>Boris, in regards to going as cheap as you can as long as you can with web hosting is something I definitely recommend unless you have clear revenue expectations. Dogster started on a shared host and it was only after I took it down did I know I could risk hopping to a dedicated server.</p>
<p>&gt;Changing IP adresses etc while you growing isn’t what you want. So I still don’t know where to host…</p>
<p>This is not a problem in the slightest. When you change a host you simply update DNS entry with your domain registrar about where to point to the new host&#8217;s nameservers. As long as you keep the old host and new host live during the 24-72 hours update period users won&#8217;t know there was a change.</p>
<p>Another more technical option is for you to host your own nameserver fromt he get go so you have complete control over what IP to point to, but this requires a dedicated server from the get-go.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Boris</title>
		<link>http://www.spideysenses.com/2006/02/01/ted-where-should-i-host-my-website/comment-page-1/#comment-137</link>
		<dc:creator>Boris</dc:creator>
		<pubDate>Fri, 03 Feb 2006 11:58:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.spideysenses.com/2006/02/ted-where-should-i-host-my-website/#comment-137</guid>
		<description>Hi Ted,

I think what every entrepreneur looks for is a cheap but scalable solution. In other words: almost free until you get visitors, then a bit more expensive when you get a bit more visitors and then still cheap when you turn into the next google (yeah, everything scalable expect the price!). So where do you go for that? It seems that when you start at Laughing squid you are in trouble when your business is succesful? Changing IP adresses etc while you growing isn't what you want. So I still don't know where to host...

Boris</description>
		<content:encoded><![CDATA[<p>Hi Ted,</p>
<p>I think what every entrepreneur looks for is a cheap but scalable solution. In other words: almost free until you get visitors, then a bit more expensive when you get a bit more visitors and then still cheap when you turn into the next google (yeah, everything scalable expect the price!). So where do you go for that? It seems that when you start at Laughing squid you are in trouble when your business is succesful? Changing IP adresses etc while you growing isn&#8217;t what you want. So I still don&#8217;t know where to host&#8230;</p>
<p>Boris</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Rafer</title>
		<link>http://www.spideysenses.com/2006/02/01/ted-where-should-i-host-my-website/comment-page-1/#comment-135</link>
		<dc:creator>Scott Rafer</dc:creator>
		<pubDate>Thu, 02 Feb 2006 14:55:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.spideysenses.com/2006/02/ted-where-should-i-host-my-website/#comment-135</guid>
		<description>Never, ever use rackspace for anything but the most braindead of projects. We had a 50% HDD failure rate for Feedster 1.0 when we were hosted there.</description>
		<content:encoded><![CDATA[<p>Never, ever use rackspace for anything but the most braindead of projects. We had a 50% HDD failure rate for Feedster 1.0 when we were hosted there.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard Yoo</title>
		<link>http://www.spideysenses.com/2006/02/01/ted-where-should-i-host-my-website/comment-page-1/#comment-134</link>
		<dc:creator>Richard Yoo</dc:creator>
		<pubDate>Wed, 01 Feb 2006 23:40:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.spideysenses.com/2006/02/ted-where-should-i-host-my-website/#comment-134</guid>
		<description>Ah... Webhosting... the foundation of any good web project....

Whats also interesting is that Laughing Squid is also a Rackspace customer... :)</description>
		<content:encoded><![CDATA[<p>Ah&#8230; Webhosting&#8230; the foundation of any good web project&#8230;.</p>
<p>Whats also interesting is that Laughing Squid is also a Rackspace customer&#8230; :)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
