<article>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#article10_02_22_0215236</id>
	<title>Things To Look For In a Web Hosting Company?</title>
	<author>timothy</author>
	<datestamp>1266849600000</datestamp>
	<htmltext>v1x writes <i>"I have had an account with my current web hosting company for a few years, with 3 domains being hosted there (using Linux/PHP/MySQL). Recently, all three of these websites stopped functioning, and upon checking the site, all my directory structures were intact, whereas all of the files were gone. Upon contacting their technical support, I was given the run-around, and later informed by one of their administrators that none of the files could be restored. Needless to say that I am looking for a different web hosting company at this point, but I would like to make a more informed choice than I did with the current company. I have read <a href="//ask.slashdot.org/story/05/01/31/1437251/What-Are-the-Best-Web-and-Email-Hosts">a similar Slashdot article</a> (from 2005) on the topic, but the questions posed there were slightly different."</i>

Reader mrstrano has a similar question: <i>"I am developing a web application and, after registering the domain, I am now looking for a suitable web hosting provider.
It should be cheap enough so I can start small, but should allow me to scale up if the web site is successful (as I hope).
The idea is simple enough so I do not need other investors to implement it. This also means that I don't have a lot of money to put on it
at the moment.
Users of the website will post their pictures (no, it's not going to be a porn website), so scalability might be an issue even with a moderately high
number of users.
I would like to find a good web hosting provider from day one, so I don't have to go through the pain of a data migration.
Which web host would you choose?"</i></htmltext>
<tokenext>v1x writes " I have had an account with my current web hosting company for a few years , with 3 domains being hosted there ( using Linux/PHP/MySQL ) .
Recently , all three of these websites stopped functioning , and upon checking the site , all my directory structures were intact , whereas all of the files were gone .
Upon contacting their technical support , I was given the run-around , and later informed by one of their administrators that none of the files could be restored .
Needless to say that I am looking for a different web hosting company at this point , but I would like to make a more informed choice than I did with the current company .
I have read a similar Slashdot article ( from 2005 ) on the topic , but the questions posed there were slightly different .
" Reader mrstrano has a similar question : " I am developing a web application and , after registering the domain , I am now looking for a suitable web hosting provider .
It should be cheap enough so I can start small , but should allow me to scale up if the web site is successful ( as I hope ) .
The idea is simple enough so I do not need other investors to implement it .
This also means that I do n't have a lot of money to put on it at the moment .
Users of the website will post their pictures ( no , it 's not going to be a porn website ) , so scalability might be an issue even with a moderately high number of users .
I would like to find a good web hosting provider from day one , so I do n't have to go through the pain of a data migration .
Which web host would you choose ?
"</tokentext>
<sentencetext>v1x writes "I have had an account with my current web hosting company for a few years, with 3 domains being hosted there (using Linux/PHP/MySQL).
Recently, all three of these websites stopped functioning, and upon checking the site, all my directory structures were intact, whereas all of the files were gone.
Upon contacting their technical support, I was given the run-around, and later informed by one of their administrators that none of the files could be restored.
Needless to say that I am looking for a different web hosting company at this point, but I would like to make a more informed choice than I did with the current company.
I have read a similar Slashdot article (from 2005) on the topic, but the questions posed there were slightly different.
"

Reader mrstrano has a similar question: "I am developing a web application and, after registering the domain, I am now looking for a suitable web hosting provider.
It should be cheap enough so I can start small, but should allow me to scale up if the web site is successful (as I hope).
The idea is simple enough so I do not need other investors to implement it.
This also means that I don't have a lot of money to put on it
at the moment.
Users of the website will post their pictures (no, it's not going to be a porn website), so scalability might be an issue even with a moderately high
number of users.
I would like to find a good web hosting provider from day one, so I don't have to go through the pain of a data migration.
Which web host would you choose?
"</sentencetext>
</article>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31226754</id>
	<title>Self-hosting and GoogleAppEngine comment</title>
	<author>beachdog</author>
	<datestamp>1266870480000</datestamp>
	<modclass>None</modclass>
	<modscore>1</modscore>
	<htmltext><p>I did a super budget prototype web site with self-hosting.</p><p>The factor that got me to do self hosting is the low power consumption of the WindPC. It consumes only  36 watts, which works out to around $6 per month. The system was strictly a prototype and I had no traffic during the trial period.</p><p>Self hosting didn't work as smoothly as I hoped. I had to set a fixed IP number in the home router to make the no-ip redirection work. So the WindPC served web pages. But the same change canceled the ability of the WindPC to do dns lookups and I ran out of energy relearning tcp-ip. A small but annoying project glitch. Another limit is I could not figure out how to make the WindPC run multiple web sites at the same time. Multi-homing it is called.</p><p>The system had these parts: A WindPC with 2 gigs of memory and 160 mb disk (on loan from a friend, I had to buy the memory),  free dns service from no-ip.com, CentOs 5.0, and the Rails application was the substruct open source ruby on rails. I copied the application or files between a development machine and the production box with SSH.</p><p>------------ I looked at Google AppEngine and I wrote a review of the O'Reilly book on the subject.</p><p>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; But the hard part about GoogleAppEngine is you can start a site for free. The hard thing about "free" is it drags the entire design and hosting solution towards GoogleAppEngine if you don't have any other choice criterion than out of pocket hobbyist cost.</p><p><a href="http://www.penlug.org/twiki/bin/view/Main/UsingGoogleAppEngine" title="penlug.org" rel="nofollow">http://www.penlug.org/twiki/bin/view/Main/UsingGoogleAppEngine</a> [penlug.org]</p></htmltext>
<tokenext>I did a super budget prototype web site with self-hosting.The factor that got me to do self hosting is the low power consumption of the WindPC .
It consumes only 36 watts , which works out to around $ 6 per month .
The system was strictly a prototype and I had no traffic during the trial period.Self hosting did n't work as smoothly as I hoped .
I had to set a fixed IP number in the home router to make the no-ip redirection work .
So the WindPC served web pages .
But the same change canceled the ability of the WindPC to do dns lookups and I ran out of energy relearning tcp-ip .
A small but annoying project glitch .
Another limit is I could not figure out how to make the WindPC run multiple web sites at the same time .
Multi-homing it is called.The system had these parts : A WindPC with 2 gigs of memory and 160 mb disk ( on loan from a friend , I had to buy the memory ) , free dns service from no-ip.com , CentOs 5.0 , and the Rails application was the substruct open source ruby on rails .
I copied the application or files between a development machine and the production box with SSH.------------ I looked at Google AppEngine and I wrote a review of the O'Reilly book on the subject .
                              But the hard part about GoogleAppEngine is you can start a site for free .
The hard thing about " free " is it drags the entire design and hosting solution towards GoogleAppEngine if you do n't have any other choice criterion than out of pocket hobbyist cost.http : //www.penlug.org/twiki/bin/view/Main/UsingGoogleAppEngine [ penlug.org ]</tokentext>
<sentencetext>I did a super budget prototype web site with self-hosting.The factor that got me to do self hosting is the low power consumption of the WindPC.
It consumes only  36 watts, which works out to around $6 per month.
The system was strictly a prototype and I had no traffic during the trial period.Self hosting didn't work as smoothly as I hoped.
I had to set a fixed IP number in the home router to make the no-ip redirection work.
So the WindPC served web pages.
But the same change canceled the ability of the WindPC to do dns lookups and I ran out of energy relearning tcp-ip.
A small but annoying project glitch.
Another limit is I could not figure out how to make the WindPC run multiple web sites at the same time.
Multi-homing it is called.The system had these parts: A WindPC with 2 gigs of memory and 160 mb disk (on loan from a friend, I had to buy the memory),  free dns service from no-ip.com, CentOs 5.0, and the Rails application was the substruct open source ruby on rails.
I copied the application or files between a development machine and the production box with SSH.------------ I looked at Google AppEngine and I wrote a review of the O'Reilly book on the subject.
                              But the hard part about GoogleAppEngine is you can start a site for free.
The hard thing about "free" is it drags the entire design and hosting solution towards GoogleAppEngine if you don't have any other choice criterion than out of pocket hobbyist cost.http://www.penlug.org/twiki/bin/view/Main/UsingGoogleAppEngine [penlug.org]</sentencetext>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225228</id>
	<title>Re:Things I look for</title>
	<author>uglybugger</author>
	<datestamp>1266768840000</datestamp>
	<modclass>None</modclass>
	<modscore>1</modscore>
	<htmltext><p>I had a couple of disastrous experiences with Bluehost, including having accounts suspended for generic ToS violation without notification and SSH access suspended because they'd changed their policies. They now require a copy of some photo identification, which is fine, but they didn't notify me and simply disabled access. Not good when sites are being published and backed up via rsync.</p><p>I've since discovered that even after I'd closed my account with them, they kept my personal and domain details despite being expressly instructed to remove them.</p><p>It depends on how much privacy and reliability mean to you, I guess.</p></htmltext>
<tokenext>I had a couple of disastrous experiences with Bluehost , including having accounts suspended for generic ToS violation without notification and SSH access suspended because they 'd changed their policies .
They now require a copy of some photo identification , which is fine , but they did n't notify me and simply disabled access .
Not good when sites are being published and backed up via rsync.I 've since discovered that even after I 'd closed my account with them , they kept my personal and domain details despite being expressly instructed to remove them.It depends on how much privacy and reliability mean to you , I guess .</tokentext>
<sentencetext>I had a couple of disastrous experiences with Bluehost, including having accounts suspended for generic ToS violation without notification and SSH access suspended because they'd changed their policies.
They now require a copy of some photo identification, which is fine, but they didn't notify me and simply disabled access.
Not good when sites are being published and backed up via rsync.I've since discovered that even after I'd closed my account with them, they kept my personal and domain details despite being expressly instructed to remove them.It depends on how much privacy and reliability mean to you, I guess.</sentencetext>
	<parent>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31224900</parent>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31226060</id>
	<title>Hostgator reasonably decent</title>
	<author>Animats</author>
	<datestamp>1266775380000</datestamp>
	<modclass>None</modclass>
	<modscore>1</modscore>
	<htmltext><p>
HostGator is surprisingly good for modest sites.  There are some undocumented headaches; for example, any MySQL transaction that runs more than a few seconds is killed.  Somewhat to my surprise, they're willing to host <a href="http://www.downside.com/" title="downside.com">Downside</a> [downside.com], which has a MySQL database of all SEC filings back to 2000, updated every night by a cron job.  They lost the database once, and they reloaded it from their backups.  It took a day, but it worked.
</p><p>
I dumped EZpublishing and Aplus for HostGator, and it seems to be working out OK.</p></htmltext>
<tokenext>HostGator is surprisingly good for modest sites .
There are some undocumented headaches ; for example , any MySQL transaction that runs more than a few seconds is killed .
Somewhat to my surprise , they 're willing to host Downside [ downside.com ] , which has a MySQL database of all SEC filings back to 2000 , updated every night by a cron job .
They lost the database once , and they reloaded it from their backups .
It took a day , but it worked .
I dumped EZpublishing and Aplus for HostGator , and it seems to be working out OK .</tokentext>
<sentencetext>
HostGator is surprisingly good for modest sites.
There are some undocumented headaches; for example, any MySQL transaction that runs more than a few seconds is killed.
Somewhat to my surprise, they're willing to host Downside [downside.com], which has a MySQL database of all SEC filings back to 2000, updated every night by a cron job.
They lost the database once, and they reloaded it from their backups.
It took a day, but it worked.
I dumped EZpublishing and Aplus for HostGator, and it seems to be working out OK.</sentencetext>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31227074</id>
	<title>Something like Linode / Slicehost</title>
	<author>01101010001010001010</author>
	<datestamp>1266832320000</datestamp>
	<modclass>Redundant</modclass>
	<modscore>0</modscore>
	<htmltext>Check out Linode.com - they are very good if you know what you are doing. It's a small outfit that has grown rapidly. It's Xen-based hosting and linux-based. Very good value for money and great service. One downside is that the backup program is still in beta, which makes me nervous as hell.

For a little bit more money there's Slicehost, who I think are now owned by Rackspace. The price/performance isn't as good as Linode, but they have proper backups. I'm reluctantly looking to move over there.

I'd only recommend one of those two if you are happy with command-line administration of a server / installation of packages etc.

Cheers</htmltext>
<tokenext>Check out Linode.com - they are very good if you know what you are doing .
It 's a small outfit that has grown rapidly .
It 's Xen-based hosting and linux-based .
Very good value for money and great service .
One downside is that the backup program is still in beta , which makes me nervous as hell .
For a little bit more money there 's Slicehost , who I think are now owned by Rackspace .
The price/performance is n't as good as Linode , but they have proper backups .
I 'm reluctantly looking to move over there .
I 'd only recommend one of those two if you are happy with command-line administration of a server / installation of packages etc .
Cheers</tokentext>
<sentencetext>Check out Linode.com - they are very good if you know what you are doing.
It's a small outfit that has grown rapidly.
It's Xen-based hosting and linux-based.
Very good value for money and great service.
One downside is that the backup program is still in beta, which makes me nervous as hell.
For a little bit more money there's Slicehost, who I think are now owned by Rackspace.
The price/performance isn't as good as Linode, but they have proper backups.
I'm reluctantly looking to move over there.
I'd only recommend one of those two if you are happy with command-line administration of a server / installation of packages etc.
Cheers</sentencetext>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31227484</id>
	<title>Re:slicehost</title>
	<author>Chris Cannam</author>
	<datestamp>1266838380000</datestamp>
	<modclass>None</modclass>
	<modscore>1</modscore>
	<htmltext><p><div class="quote"><p>I like slicehost for a number of reasons, but you have to be willing to use a command line because there is no GUI unless you install one (because you're getting a virtual server with full root access).</p></div><p>I currently use them, for the <a href="http://rosegardenmusic.com/" title="rosegardenmusic.com" rel="nofollow">Rosegarden</a> [rosegardenmusic.com] website among others (wonder whether I'll regret that link -- that's running on their most basic VPS package).  The connectivity appears good and I like the command-line-only approach.</p><p>What's not so good is that they only offer 64-bit distros with relatively little RAM for the price, so you can run out very easily (or pay a lot).</p><p>Really though, whatever you do your best approach to ensure you can bring up the site anywhere at short notice without losing a significant amount of data.  Run your own backups, manage the DNS elsewhere, and so on.  If you can afford it, maintain another ready copy of the site at a different provider.</p><p>Chris</p></div>
	</htmltext>
<tokenext>I like slicehost for a number of reasons , but you have to be willing to use a command line because there is no GUI unless you install one ( because you 're getting a virtual server with full root access ) .I currently use them , for the Rosegarden [ rosegardenmusic.com ] website among others ( wonder whether I 'll regret that link -- that 's running on their most basic VPS package ) .
The connectivity appears good and I like the command-line-only approach.What 's not so good is that they only offer 64-bit distros with relatively little RAM for the price , so you can run out very easily ( or pay a lot ) .Really though , whatever you do your best approach to ensure you can bring up the site anywhere at short notice without losing a significant amount of data .
Run your own backups , manage the DNS elsewhere , and so on .
If you can afford it , maintain another ready copy of the site at a different provider.Chris</tokentext>
<sentencetext>I like slicehost for a number of reasons, but you have to be willing to use a command line because there is no GUI unless you install one (because you're getting a virtual server with full root access).I currently use them, for the Rosegarden [rosegardenmusic.com] website among others (wonder whether I'll regret that link -- that's running on their most basic VPS package).
The connectivity appears good and I like the command-line-only approach.What's not so good is that they only offer 64-bit distros with relatively little RAM for the price, so you can run out very easily (or pay a lot).Really though, whatever you do your best approach to ensure you can bring up the site anywhere at short notice without losing a significant amount of data.
Run your own backups, manage the DNS elsewhere, and so on.
If you can afford it, maintain another ready copy of the site at a different provider.Chris
	</sentencetext>
	<parent>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225142</parent>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31226098</id>
	<title>Go dedicated.</title>
	<author>Anonymous</author>
	<datestamp>1266775680000</datestamp>
	<modclass>Informativ</modclass>
	<modscore>4</modscore>
	<htmltext><p>Shared hosting is like like living in a small house with fifty strangers. All of you have a job that requires you to go in and out all the time. And there is only one door.</p><p>Go for a cheap dedicated and unmanaged server and carefully manage your own backups. Watch out for 95\% billing if you have any real traffic needs. Look for reviews in forums like webhostingtalk, not review sites. As recommended by an earlier commenter, look at the nameservers and make sure you are buying from the actual provider and not a reseller. Look at the upstream providers of your selected server provider, tier-1 ISPs are good, as well as lots of bandwidth between your chosen ISP and the internet, and a good SLA. Avoid "shared 100mbps". Look for extra costs you may have to pay before actually making a contract - For example, many providers will charge ridiculous amounts of money for extra IP addresses or extra domains in some stupid exclusive control panel (*cough*Plesk*cough*). A good domain name registrar is name.com. A bad domain name registrar is godaddy. Buying your domain name from your server host is unthinkably stupid.</p></htmltext>
<tokenext>Shared hosting is like like living in a small house with fifty strangers .
All of you have a job that requires you to go in and out all the time .
And there is only one door.Go for a cheap dedicated and unmanaged server and carefully manage your own backups .
Watch out for 95 \ % billing if you have any real traffic needs .
Look for reviews in forums like webhostingtalk , not review sites .
As recommended by an earlier commenter , look at the nameservers and make sure you are buying from the actual provider and not a reseller .
Look at the upstream providers of your selected server provider , tier-1 ISPs are good , as well as lots of bandwidth between your chosen ISP and the internet , and a good SLA .
Avoid " shared 100mbps " .
Look for extra costs you may have to pay before actually making a contract - For example , many providers will charge ridiculous amounts of money for extra IP addresses or extra domains in some stupid exclusive control panel ( * cough * Plesk * cough * ) .
A good domain name registrar is name.com .
A bad domain name registrar is godaddy .
Buying your domain name from your server host is unthinkably stupid .</tokentext>
<sentencetext>Shared hosting is like like living in a small house with fifty strangers.
All of you have a job that requires you to go in and out all the time.
And there is only one door.Go for a cheap dedicated and unmanaged server and carefully manage your own backups.
Watch out for 95\% billing if you have any real traffic needs.
Look for reviews in forums like webhostingtalk, not review sites.
As recommended by an earlier commenter, look at the nameservers and make sure you are buying from the actual provider and not a reseller.
Look at the upstream providers of your selected server provider, tier-1 ISPs are good, as well as lots of bandwidth between your chosen ISP and the internet, and a good SLA.
Avoid "shared 100mbps".
Look for extra costs you may have to pay before actually making a contract - For example, many providers will charge ridiculous amounts of money for extra IP addresses or extra domains in some stupid exclusive control panel (*cough*Plesk*cough*).
A good domain name registrar is name.com.
A bad domain name registrar is godaddy.
Buying your domain name from your server host is unthinkably stupid.</sentencetext>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225702</id>
	<title>Re:Make sure you go over the contract very careful</title>
	<author>Anonymous</author>
	<datestamp>1266772260000</datestamp>
	<modclass>None</modclass>
	<modscore>0</modscore>
	<htmltext><p>I had the same issue with The Planet back when it was Rackshack.  Someone hacked our server and used it for a DDoS attack.  They unplugged it and refused to give us our data unless we paid them some insane amount of money via cashiers check.</p></htmltext>
<tokenext>I had the same issue with The Planet back when it was Rackshack .
Someone hacked our server and used it for a DDoS attack .
They unplugged it and refused to give us our data unless we paid them some insane amount of money via cashiers check .</tokentext>
<sentencetext>I had the same issue with The Planet back when it was Rackshack.
Someone hacked our server and used it for a DDoS attack.
They unplugged it and refused to give us our data unless we paid them some insane amount of money via cashiers check.</sentencetext>
	<parent>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225112</parent>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225488</id>
	<title>Get a VPS, host yourself</title>
	<author>i.r.id10t</author>
	<datestamp>1266770640000</datestamp>
	<modclass>None</modclass>
	<modscore>1</modscore>
	<htmltext><p>Get a vps and host yourself.  I've been a very happy customer of linode.com for years...  had one issue when their central routers were caught in the crossfire of a DDOS attempt... Great support, quick on help if needed, and the "machine" specs keep going up with no increase in fees...</p></htmltext>
<tokenext>Get a vps and host yourself .
I 've been a very happy customer of linode.com for years... had one issue when their central routers were caught in the crossfire of a DDOS attempt... Great support , quick on help if needed , and the " machine " specs keep going up with no increase in fees.. .</tokentext>
<sentencetext>Get a vps and host yourself.
I've been a very happy customer of linode.com for years...  had one issue when their central routers were caught in the crossfire of a DDOS attempt... Great support, quick on help if needed, and the "machine" specs keep going up with no increase in fees...</sentencetext>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31226070</id>
	<title>Things I look for...Ninnle!</title>
	<author>Anonymous</author>
	<datestamp>1266775440000</datestamp>
	<modclass>Offtopic</modclass>
	<modscore>-1</modscore>
	<htmltext>I look for Linux, of course...but not just any Linux.  For me, it has to be Ninnle.  Nothing else comes close in terms of security and stability.  Windoze?  Feh!<br><br>Ninnle Linux...the choice of a Ninnle Generation.<br><br>Brought to you by Ninnle Labs, creators of Ninnle Linux, Ninnle Office and the new Ninnle Browser!  Try Ninnle today!</htmltext>
<tokenext>I look for Linux , of course...but not just any Linux .
For me , it has to be Ninnle .
Nothing else comes close in terms of security and stability .
Windoze ? Feh ! Ninnle Linux...the choice of a Ninnle Generation.Brought to you by Ninnle Labs , creators of Ninnle Linux , Ninnle Office and the new Ninnle Browser !
Try Ninnle today !</tokentext>
<sentencetext>I look for Linux, of course...but not just any Linux.
For me, it has to be Ninnle.
Nothing else comes close in terms of security and stability.
Windoze?  Feh!Ninnle Linux...the choice of a Ninnle Generation.Brought to you by Ninnle Labs, creators of Ninnle Linux, Ninnle Office and the new Ninnle Browser!
Try Ninnle today!</sentencetext>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225280</id>
	<title>Low cost provider issues.</title>
	<author>millisa</author>
	<datestamp>1266769080000</datestamp>
	<modclass>None</modclass>
	<modscore>1</modscore>
	<htmltext><p>Low cost hosting providers rarely guarantee backup and restoration services as part of the low cost package.  It is often a separate item entirely that must be paid for in addition to the standard account.  Not only this, many of the shared/virtual private server type providers do not offer any guaranteed recovery period if the server you happen to be on goes down.  If you are experiencing an outage due to another user sharing your hardware being compromised and they take the server offline, often times the provider will do nothing to get your site back up and running quickly even if you have the data prepared to slam back onto a new system; You just end up having to wait.  (First hand recent experience with a one-and-one vps:  The hardware had a drive controller failure.  We have full backups of the VPS via bacula and if they were willing to give us a second vps on a new server at the same IP, we could have slammed the data back onto the server and been back up within the hour.  They instead made my customer wait 48 hours while they worked on trying to make that original server work.)</p><p>Regardless of who you pay for hosting, your data is your responsibility.  Their backups are worthless if you never actually prove they are usable yourself.  Plan for disaster ahead of time and you'll be better off.  Plan it at several different levels:  what happens when the data is corrupt?  What do you do if the server catches on fire?  What do you do if the city/region experiences a catastrophe?   What do you do when Joe Constructionworker is installing sprinklers next door and puts their backhoe through the datalines feeding the center?  If your provider is offering to cover any one of these with a solution (like paying them to backup the data for your restoration) find out how you get the databack and what kind of SLA's they have.  If they back it up, but it's a 24 hour process just to get to the point where you can restore things, that may not work for you.  Understanding your recovery process before you need to put it in place is one of the biggest failings of many users/companies offering web based service delivery.</p><p>Now, one of the more interesting lower cost providers I've run into lately is <a href="http://www.linode.com/" title="linode.com">Linode</a> [linode.com].  You have a bit more flexibility in dealing with scaling and failover and you can move your virtual private server to bigger and beefier hardware as your site grows.  They are working on an inhouse backup solution, but realistically if you care enough about your data, you'll regularly backup offsite with scripts or your favorite backup program (bacula anyone?).  Linode is targetted more towards those who can admin their systems themselves rather than needing pre-setup solutions with GUI's (not that you couldn't use something like Plesk yourself on it).  You can slowly scale your system hardwarewise to machines that have less and less shared users and you can even use multiple virtual servers with virtual load balancers in front of it (they have some interesting support for having a private lan between your virtuals that keeps the traffic 'local' and won't count against your bandwidth usage.  You could use multiple virtual nic's to do load balancing with LVS type setups if you wanted).</p></htmltext>
<tokenext>Low cost hosting providers rarely guarantee backup and restoration services as part of the low cost package .
It is often a separate item entirely that must be paid for in addition to the standard account .
Not only this , many of the shared/virtual private server type providers do not offer any guaranteed recovery period if the server you happen to be on goes down .
If you are experiencing an outage due to another user sharing your hardware being compromised and they take the server offline , often times the provider will do nothing to get your site back up and running quickly even if you have the data prepared to slam back onto a new system ; You just end up having to wait .
( First hand recent experience with a one-and-one vps : The hardware had a drive controller failure .
We have full backups of the VPS via bacula and if they were willing to give us a second vps on a new server at the same IP , we could have slammed the data back onto the server and been back up within the hour .
They instead made my customer wait 48 hours while they worked on trying to make that original server work .
) Regardless of who you pay for hosting , your data is your responsibility .
Their backups are worthless if you never actually prove they are usable yourself .
Plan for disaster ahead of time and you 'll be better off .
Plan it at several different levels : what happens when the data is corrupt ?
What do you do if the server catches on fire ?
What do you do if the city/region experiences a catastrophe ?
What do you do when Joe Constructionworker is installing sprinklers next door and puts their backhoe through the datalines feeding the center ?
If your provider is offering to cover any one of these with a solution ( like paying them to backup the data for your restoration ) find out how you get the databack and what kind of SLA 's they have .
If they back it up , but it 's a 24 hour process just to get to the point where you can restore things , that may not work for you .
Understanding your recovery process before you need to put it in place is one of the biggest failings of many users/companies offering web based service delivery.Now , one of the more interesting lower cost providers I 've run into lately is Linode [ linode.com ] .
You have a bit more flexibility in dealing with scaling and failover and you can move your virtual private server to bigger and beefier hardware as your site grows .
They are working on an inhouse backup solution , but realistically if you care enough about your data , you 'll regularly backup offsite with scripts or your favorite backup program ( bacula anyone ? ) .
Linode is targetted more towards those who can admin their systems themselves rather than needing pre-setup solutions with GUI 's ( not that you could n't use something like Plesk yourself on it ) .
You can slowly scale your system hardwarewise to machines that have less and less shared users and you can even use multiple virtual servers with virtual load balancers in front of it ( they have some interesting support for having a private lan between your virtuals that keeps the traffic 'local ' and wo n't count against your bandwidth usage .
You could use multiple virtual nic 's to do load balancing with LVS type setups if you wanted ) .</tokentext>
<sentencetext>Low cost hosting providers rarely guarantee backup and restoration services as part of the low cost package.
It is often a separate item entirely that must be paid for in addition to the standard account.
Not only this, many of the shared/virtual private server type providers do not offer any guaranteed recovery period if the server you happen to be on goes down.
If you are experiencing an outage due to another user sharing your hardware being compromised and they take the server offline, often times the provider will do nothing to get your site back up and running quickly even if you have the data prepared to slam back onto a new system; You just end up having to wait.
(First hand recent experience with a one-and-one vps:  The hardware had a drive controller failure.
We have full backups of the VPS via bacula and if they were willing to give us a second vps on a new server at the same IP, we could have slammed the data back onto the server and been back up within the hour.
They instead made my customer wait 48 hours while they worked on trying to make that original server work.
)Regardless of who you pay for hosting, your data is your responsibility.
Their backups are worthless if you never actually prove they are usable yourself.
Plan for disaster ahead of time and you'll be better off.
Plan it at several different levels:  what happens when the data is corrupt?
What do you do if the server catches on fire?
What do you do if the city/region experiences a catastrophe?
What do you do when Joe Constructionworker is installing sprinklers next door and puts their backhoe through the datalines feeding the center?
If your provider is offering to cover any one of these with a solution (like paying them to backup the data for your restoration) find out how you get the databack and what kind of SLA's they have.
If they back it up, but it's a 24 hour process just to get to the point where you can restore things, that may not work for you.
Understanding your recovery process before you need to put it in place is one of the biggest failings of many users/companies offering web based service delivery.Now, one of the more interesting lower cost providers I've run into lately is Linode [linode.com].
You have a bit more flexibility in dealing with scaling and failover and you can move your virtual private server to bigger and beefier hardware as your site grows.
They are working on an inhouse backup solution, but realistically if you care enough about your data, you'll regularly backup offsite with scripts or your favorite backup program (bacula anyone?).
Linode is targetted more towards those who can admin their systems themselves rather than needing pre-setup solutions with GUI's (not that you couldn't use something like Plesk yourself on it).
You can slowly scale your system hardwarewise to machines that have less and less shared users and you can even use multiple virtual servers with virtual load balancers in front of it (they have some interesting support for having a private lan between your virtuals that keeps the traffic 'local' and won't count against your bandwidth usage.
You could use multiple virtual nic's to do load balancing with LVS type setups if you wanted).</sentencetext>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31227106</id>
	<title>Colocation</title>
	<author>Nuitari The Wiz</author>
	<datestamp>1266833040000</datestamp>
	<modclass>None</modclass>
	<modscore>1</modscore>
	<htmltext><p>I look for colocation with a my own access card.<br>I also quiz the support staff I come into contact with basic network questions.</p></htmltext>
<tokenext>I look for colocation with a my own access card.I also quiz the support staff I come into contact with basic network questions .</tokentext>
<sentencetext>I look for colocation with a my own access card.I also quiz the support staff I come into contact with basic network questions.</sentencetext>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225818</id>
	<title>Re:Things I look for</title>
	<author>ducomputergeek</author>
	<datestamp>1266773400000</datestamp>
	<modclass>None</modclass>
	<modscore>1</modscore>
	<htmltext><p>Diddo on Pair Networks.  I've been using them for both hosting and for dedicated servers for 10 years.  The longest I've ever been on with tech support was 12 minutes.  That's not hold, that was the time from when I picked up the phone until the problem was solved.  They are consistently in the top 10 of up times in Netcrafts list month after month.  And they are 100\% FreeBSD.  If the server has a hardware problem, they don't bitch.  They get everything transferred to a new box and usually within minutes.</p><p>Buy an SSL, it's installed and up and running in less than an hour from purchase.</p><p>My list of cons:<br>Mail system is a bit restrictive.  You have to check email then you have a 90 minute window to send.  You can't write off-line and then it will not send until you've checked your email first.</p><p>VPS and Dedicated servers are managed only.  You do not have root access.  If you need anything beyond their standard config, it's $50 a pop to install PostgreSQL or extra Perl Modules.  That being said, almost any Perl module you'd want is already installed.  And the price for not having to worry about security patches and other problems...worth the one time $50 fee.</p><p>We use them for all our production servers.  Compared to what we had in development from another provider, lightyears beyond.  Yes the other provider was $99 vs. $300 per month per server, but at Pair we've had 0 downtime other than scheduled maintenance to upgrade the server os.</p><p>(I don't work for them.  I'm just a very, very happy client)</p></htmltext>
<tokenext>Diddo on Pair Networks .
I 've been using them for both hosting and for dedicated servers for 10 years .
The longest I 've ever been on with tech support was 12 minutes .
That 's not hold , that was the time from when I picked up the phone until the problem was solved .
They are consistently in the top 10 of up times in Netcrafts list month after month .
And they are 100 \ % FreeBSD .
If the server has a hardware problem , they do n't bitch .
They get everything transferred to a new box and usually within minutes.Buy an SSL , it 's installed and up and running in less than an hour from purchase.My list of cons : Mail system is a bit restrictive .
You have to check email then you have a 90 minute window to send .
You ca n't write off-line and then it will not send until you 've checked your email first.VPS and Dedicated servers are managed only .
You do not have root access .
If you need anything beyond their standard config , it 's $ 50 a pop to install PostgreSQL or extra Perl Modules .
That being said , almost any Perl module you 'd want is already installed .
And the price for not having to worry about security patches and other problems...worth the one time $ 50 fee.We use them for all our production servers .
Compared to what we had in development from another provider , lightyears beyond .
Yes the other provider was $ 99 vs. $ 300 per month per server , but at Pair we 've had 0 downtime other than scheduled maintenance to upgrade the server os .
( I do n't work for them .
I 'm just a very , very happy client )</tokentext>
<sentencetext>Diddo on Pair Networks.
I've been using them for both hosting and for dedicated servers for 10 years.
The longest I've ever been on with tech support was 12 minutes.
That's not hold, that was the time from when I picked up the phone until the problem was solved.
They are consistently in the top 10 of up times in Netcrafts list month after month.
And they are 100\% FreeBSD.
If the server has a hardware problem, they don't bitch.
They get everything transferred to a new box and usually within minutes.Buy an SSL, it's installed and up and running in less than an hour from purchase.My list of cons:Mail system is a bit restrictive.
You have to check email then you have a 90 minute window to send.
You can't write off-line and then it will not send until you've checked your email first.VPS and Dedicated servers are managed only.
You do not have root access.
If you need anything beyond their standard config, it's $50 a pop to install PostgreSQL or extra Perl Modules.
That being said, almost any Perl module you'd want is already installed.
And the price for not having to worry about security patches and other problems...worth the one time $50 fee.We use them for all our production servers.
Compared to what we had in development from another provider, lightyears beyond.
Yes the other provider was $99 vs. $300 per month per server, but at Pair we've had 0 downtime other than scheduled maintenance to upgrade the server os.
(I don't work for them.
I'm just a very, very happy client)</sentencetext>
	<parent>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225316</parent>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31226104</id>
	<title>Backups</title>
	<author>Anonymous</author>
	<datestamp>1266775740000</datestamp>
	<modclass>Insightful</modclass>
	<modscore>5</modscore>
	<htmltext>I used Webintellects - for several years. One day they had a hardware failure which took down my server. When they restored it - their backup process was found to be...lacking. They could only restore my site from a ONE YEAR OLD backup!
<p>
Long story short - If the data is critical - <b>trust no-one</b> - use multiple <b>different</b> sources which <b>you</b> control for the data!</p></htmltext>
<tokenext>I used Webintellects - for several years .
One day they had a hardware failure which took down my server .
When they restored it - their backup process was found to be...lacking .
They could only restore my site from a ONE YEAR OLD backup !
Long story short - If the data is critical - trust no-one - use multiple different sources which you control for the data !</tokentext>
<sentencetext>I used Webintellects - for several years.
One day they had a hardware failure which took down my server.
When they restored it - their backup process was found to be...lacking.
They could only restore my site from a ONE YEAR OLD backup!
Long story short - If the data is critical - trust no-one - use multiple different sources which you control for the data!</sentencetext>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225056</id>
	<title>Re:Things I look for</title>
	<author>Anonymous</author>
	<datestamp>1266767820000</datestamp>
	<modclass>Informativ</modclass>
	<modscore>3</modscore>
	<htmltext><blockquote><div><p>I like BlueHost. No, I don't work for them but they've been making me happy for quite a while.</p></div></blockquote><p>

I also like BlueHost.  No, I don't work for them either, but they've
been making me happy for quite a while too.</p><p>

There was one month when my site got a lot of traffic.  Over 100 GB of
bandwidth.  It was handled smoothly.</p><p>

I also like that they offer ssh access to your VM.</p></div>
	</htmltext>
<tokenext>I like BlueHost .
No , I do n't work for them but they 've been making me happy for quite a while .
I also like BlueHost .
No , I do n't work for them either , but they 've been making me happy for quite a while too .
There was one month when my site got a lot of traffic .
Over 100 GB of bandwidth .
It was handled smoothly .
I also like that they offer ssh access to your VM .</tokentext>
<sentencetext>I like BlueHost.
No, I don't work for them but they've been making me happy for quite a while.
I also like BlueHost.
No, I don't work for them either, but they've
been making me happy for quite a while too.
There was one month when my site got a lot of traffic.
Over 100 GB of
bandwidth.
It was handled smoothly.
I also like that they offer ssh access to your VM.
	</sentencetext>
	<parent>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31224900</parent>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225780</id>
	<title>On top of the usual stuff...</title>
	<author>Telephone Sanitizer</author>
	<datestamp>1266772980000</datestamp>
	<modclass>None</modclass>
	<modscore>1</modscore>
	<htmltext><p>Linux with your own BIN, PHP5, MySQL5, lots of bundled subdomains, high (or no) bandwidth caps, lots of email accounts and aliases, 24/7 support, guarantied 99.99\% uptime, nightly backups, etc.</p><p>Yeah, yeah. Obvious, right?<nobr> <wbr></nobr>...</p><p>What most people forget to look for are a security certificate so you can securely check your web-mail and SFTP/SSH in to your site; secure email and IMAP.<nobr> <wbr></nobr>...</p><p>Oh, and they should have a status page showing ongoing maintenance. That saves a lot of headaches.</p></htmltext>
<tokenext>Linux with your own BIN , PHP5 , MySQL5 , lots of bundled subdomains , high ( or no ) bandwidth caps , lots of email accounts and aliases , 24/7 support , guarantied 99.99 \ % uptime , nightly backups , etc.Yeah , yeah .
Obvious , right ?
...What most people forget to look for are a security certificate so you can securely check your web-mail and SFTP/SSH in to your site ; secure email and IMAP .
...Oh , and they should have a status page showing ongoing maintenance .
That saves a lot of headaches .</tokentext>
<sentencetext>Linux with your own BIN, PHP5, MySQL5, lots of bundled subdomains, high (or no) bandwidth caps, lots of email accounts and aliases, 24/7 support, guarantied 99.99\% uptime, nightly backups, etc.Yeah, yeah.
Obvious, right?
...What most people forget to look for are a security certificate so you can securely check your web-mail and SFTP/SSH in to your site; secure email and IMAP.
...Oh, and they should have a status page showing ongoing maintenance.
That saves a lot of headaches.</sentencetext>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225312</id>
	<title>as a (now former) web host system admin...</title>
	<author>bsDaemon</author>
	<datestamp>1266769380000</datestamp>
	<modclass>Interestin</modclass>
	<modscore>4</modscore>
	<htmltext>I was a system admin for a while at a web hosting company, though I left in December for another company in a different sector.  Quite frankly, the experience of the OP isn't that unusual.  Hell, some of people on my team would accidentally nuke fully-dedicated servers and then tell the customer that it was "russian hackers" or a "raid failure" instead of just owning up to it.  More often than not, I was the one getting stuck taking the call and trying to make things right, which is one of the reasons I got out of there.<br><br>We all know shit happens, and accidents can occur.  That doesn't excuse not owning up to it when they do.  In the case of the russian hacker excuse, the admin who came up with that gem tried to tell the senior admin that's what happened, too.  When he found out that he was lied to, he pretty much went ballistic.<br><br>That said, check the following stuff:<br><br>1) if they are advertising "unlimited bandwidth," what's the actual throughput that they're allowing -- especially if they phrase the actual offer as "unlimited data transfer."  Bandwidth usage is tied to memory usage, especially in the monitoring tools that come on cPanel-enabled servers, and so if you're pushing a lot of data it can spike your memory usage and<br><br>2) if they'd advertising "unlimited disk space," what are the limits at which their backups stop, if any?  whats the amount of disk space?  if you're doing shared hosting, which hopefully you're not, then that affects whether or not your account ends up getting moved, at least where I worked, a lot of the job on overnight rotations was moving accounts for disk space management.<br><br>3) what are their resource policies?  On shared servers, we'd kick people for using more than 1\% of CPU, generally.  On a VPS, it could get a little higher.<br><br>4) if you're looking for a VPS, check what platform they're using for hosting, whether its Xen, VZ, etc.  VZ doesn't track memory internal to the container, or really allow for swap space, etc.  So, if you were buying a 256M plan from us, you'd really get 1024M memory segmentation which was the "burstable," but memcached would leak out and suck up RAM from the whole server if it weren't installed right (and a lot of people in my department didn't know this or didn't care).  If you plan on using something like memcached, you'll want a hardware dedicated server, or a sufficiently large Xen container.<br><br>5) super-double check backup policy.  We wouldn't back up dedicated servers, for instance.  Backups could be configured to push to our array for a fee, or we could turn on local cpanel backups on the server, but if the disks really did go bad then you'd still be fucked if you weren't snapping copies back to yourself via FTP and keeping them local.  If you're looking for a VPS or shared hosting, then make sure you know the backup rules -- how much data, and how it gets backed up.  For instance, our setup used rsync over an NFS mount, which meant that we'd have a copy of the latest of everything that was there when the backup ran, but if something was corrupted before the backup, we'd have a backup of a broken file.<br><br>Some recommendations of companies other than the one I worked for, which I've used for various things and liked well enough are Slicehost and RootBSD.  They're both Xen-based, allow a really high level of autonomy, etc.  Slicehost pretty much lets you do everything yourself.  You can go from no server to vps with root in about 5 minutes with no human interaction.  RootBSD takes a bit longer to get set up, but their support people were always really helpful to me, and the added benefit of not being Linux-based, but using FreeBSD though OpenBSD is also a custom option as well.</htmltext>
<tokenext>I was a system admin for a while at a web hosting company , though I left in December for another company in a different sector .
Quite frankly , the experience of the OP is n't that unusual .
Hell , some of people on my team would accidentally nuke fully-dedicated servers and then tell the customer that it was " russian hackers " or a " raid failure " instead of just owning up to it .
More often than not , I was the one getting stuck taking the call and trying to make things right , which is one of the reasons I got out of there.We all know shit happens , and accidents can occur .
That does n't excuse not owning up to it when they do .
In the case of the russian hacker excuse , the admin who came up with that gem tried to tell the senior admin that 's what happened , too .
When he found out that he was lied to , he pretty much went ballistic.That said , check the following stuff : 1 ) if they are advertising " unlimited bandwidth , " what 's the actual throughput that they 're allowing -- especially if they phrase the actual offer as " unlimited data transfer .
" Bandwidth usage is tied to memory usage , especially in the monitoring tools that come on cPanel-enabled servers , and so if you 're pushing a lot of data it can spike your memory usage and2 ) if they 'd advertising " unlimited disk space , " what are the limits at which their backups stop , if any ?
whats the amount of disk space ?
if you 're doing shared hosting , which hopefully you 're not , then that affects whether or not your account ends up getting moved , at least where I worked , a lot of the job on overnight rotations was moving accounts for disk space management.3 ) what are their resource policies ?
On shared servers , we 'd kick people for using more than 1 \ % of CPU , generally .
On a VPS , it could get a little higher.4 ) if you 're looking for a VPS , check what platform they 're using for hosting , whether its Xen , VZ , etc .
VZ does n't track memory internal to the container , or really allow for swap space , etc .
So , if you were buying a 256M plan from us , you 'd really get 1024M memory segmentation which was the " burstable , " but memcached would leak out and suck up RAM from the whole server if it were n't installed right ( and a lot of people in my department did n't know this or did n't care ) .
If you plan on using something like memcached , you 'll want a hardware dedicated server , or a sufficiently large Xen container.5 ) super-double check backup policy .
We would n't back up dedicated servers , for instance .
Backups could be configured to push to our array for a fee , or we could turn on local cpanel backups on the server , but if the disks really did go bad then you 'd still be fucked if you were n't snapping copies back to yourself via FTP and keeping them local .
If you 're looking for a VPS or shared hosting , then make sure you know the backup rules -- how much data , and how it gets backed up .
For instance , our setup used rsync over an NFS mount , which meant that we 'd have a copy of the latest of everything that was there when the backup ran , but if something was corrupted before the backup , we 'd have a backup of a broken file.Some recommendations of companies other than the one I worked for , which I 've used for various things and liked well enough are Slicehost and RootBSD .
They 're both Xen-based , allow a really high level of autonomy , etc .
Slicehost pretty much lets you do everything yourself .
You can go from no server to vps with root in about 5 minutes with no human interaction .
RootBSD takes a bit longer to get set up , but their support people were always really helpful to me , and the added benefit of not being Linux-based , but using FreeBSD though OpenBSD is also a custom option as well .</tokentext>
<sentencetext>I was a system admin for a while at a web hosting company, though I left in December for another company in a different sector.
Quite frankly, the experience of the OP isn't that unusual.
Hell, some of people on my team would accidentally nuke fully-dedicated servers and then tell the customer that it was "russian hackers" or a "raid failure" instead of just owning up to it.
More often than not, I was the one getting stuck taking the call and trying to make things right, which is one of the reasons I got out of there.We all know shit happens, and accidents can occur.
That doesn't excuse not owning up to it when they do.
In the case of the russian hacker excuse, the admin who came up with that gem tried to tell the senior admin that's what happened, too.
When he found out that he was lied to, he pretty much went ballistic.That said, check the following stuff:1) if they are advertising "unlimited bandwidth," what's the actual throughput that they're allowing -- especially if they phrase the actual offer as "unlimited data transfer.
"  Bandwidth usage is tied to memory usage, especially in the monitoring tools that come on cPanel-enabled servers, and so if you're pushing a lot of data it can spike your memory usage and2) if they'd advertising "unlimited disk space," what are the limits at which their backups stop, if any?
whats the amount of disk space?
if you're doing shared hosting, which hopefully you're not, then that affects whether or not your account ends up getting moved, at least where I worked, a lot of the job on overnight rotations was moving accounts for disk space management.3) what are their resource policies?
On shared servers, we'd kick people for using more than 1\% of CPU, generally.
On a VPS, it could get a little higher.4) if you're looking for a VPS, check what platform they're using for hosting, whether its Xen, VZ, etc.
VZ doesn't track memory internal to the container, or really allow for swap space, etc.
So, if you were buying a 256M plan from us, you'd really get 1024M memory segmentation which was the "burstable," but memcached would leak out and suck up RAM from the whole server if it weren't installed right (and a lot of people in my department didn't know this or didn't care).
If you plan on using something like memcached, you'll want a hardware dedicated server, or a sufficiently large Xen container.5) super-double check backup policy.
We wouldn't back up dedicated servers, for instance.
Backups could be configured to push to our array for a fee, or we could turn on local cpanel backups on the server, but if the disks really did go bad then you'd still be fucked if you weren't snapping copies back to yourself via FTP and keeping them local.
If you're looking for a VPS or shared hosting, then make sure you know the backup rules -- how much data, and how it gets backed up.
For instance, our setup used rsync over an NFS mount, which meant that we'd have a copy of the latest of everything that was there when the backup ran, but if something was corrupted before the backup, we'd have a backup of a broken file.Some recommendations of companies other than the one I worked for, which I've used for various things and liked well enough are Slicehost and RootBSD.
They're both Xen-based, allow a really high level of autonomy, etc.
Slicehost pretty much lets you do everything yourself.
You can go from no server to vps with root in about 5 minutes with no human interaction.
RootBSD takes a bit longer to get set up, but their support people were always really helpful to me, and the added benefit of not being Linux-based, but using FreeBSD though OpenBSD is also a custom option as well.</sentencetext>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31227444</id>
	<title>SSH</title>
	<author>ObsessiveMathsFreak</author>
	<datestamp>1266837720000</datestamp>
	<modclass>None</modclass>
	<modscore>1</modscore>
	<htmltext><p>If the host doesn't provide ssh access on shared accounts, they're not a professional operation.</p><p>A few years ago, the industry moved away from SSH accounts due to a fad on the tech circuit which claimed they were more hassle than they were worth. The VPS factor was also involved, with virtualisation allowing companies to offer "vitual" servers with SSH access for double or triple the price of their shared accounts. End result: shared account holders got shafted as SSH access was dropped. From experience I can say it's like losing a limb. The utility of the account drops dramatically.</p><p>The real proof of this pudding is in how the larger hosting providers still provide SSH on shared accounts. It's clear that mass SSH access can be feasible, secure and affordable when companies actually make the effort. Unfortunately, most don't. I live in Ireland and out of the about 30 or so hosting providers, only one provides SSH on shared accounts; and <b>none</b> provide SSH on entry level shared accounts. Meanwhile, Hostgator charges $5 a month for virtually the works, including SSH. So much for buying local.</p><p>And for all those who say you should just upgrade to VPS (which is just another shared machine anyway), screw that. Not only does it cost treble or quadruple what a shared account will, you also have to administrate the server yourself, with all the headaches that will involve. Say what you like about shared hosting, but it provides a usable, maintained and feature rich environment right out of the box; no mess, no fuss. I just want to host a simple website and have a place online to log into and store my files; I don't want to pay for the privilege of another server to babysit.</p><p>SSH is the acid test. If the company doesn't offer it, they're not worth your time.</p></htmltext>
<tokenext>If the host does n't provide ssh access on shared accounts , they 're not a professional operation.A few years ago , the industry moved away from SSH accounts due to a fad on the tech circuit which claimed they were more hassle than they were worth .
The VPS factor was also involved , with virtualisation allowing companies to offer " vitual " servers with SSH access for double or triple the price of their shared accounts .
End result : shared account holders got shafted as SSH access was dropped .
From experience I can say it 's like losing a limb .
The utility of the account drops dramatically.The real proof of this pudding is in how the larger hosting providers still provide SSH on shared accounts .
It 's clear that mass SSH access can be feasible , secure and affordable when companies actually make the effort .
Unfortunately , most do n't .
I live in Ireland and out of the about 30 or so hosting providers , only one provides SSH on shared accounts ; and none provide SSH on entry level shared accounts .
Meanwhile , Hostgator charges $ 5 a month for virtually the works , including SSH .
So much for buying local.And for all those who say you should just upgrade to VPS ( which is just another shared machine anyway ) , screw that .
Not only does it cost treble or quadruple what a shared account will , you also have to administrate the server yourself , with all the headaches that will involve .
Say what you like about shared hosting , but it provides a usable , maintained and feature rich environment right out of the box ; no mess , no fuss .
I just want to host a simple website and have a place online to log into and store my files ; I do n't want to pay for the privilege of another server to babysit.SSH is the acid test .
If the company does n't offer it , they 're not worth your time .</tokentext>
<sentencetext>If the host doesn't provide ssh access on shared accounts, they're not a professional operation.A few years ago, the industry moved away from SSH accounts due to a fad on the tech circuit which claimed they were more hassle than they were worth.
The VPS factor was also involved, with virtualisation allowing companies to offer "vitual" servers with SSH access for double or triple the price of their shared accounts.
End result: shared account holders got shafted as SSH access was dropped.
From experience I can say it's like losing a limb.
The utility of the account drops dramatically.The real proof of this pudding is in how the larger hosting providers still provide SSH on shared accounts.
It's clear that mass SSH access can be feasible, secure and affordable when companies actually make the effort.
Unfortunately, most don't.
I live in Ireland and out of the about 30 or so hosting providers, only one provides SSH on shared accounts; and none provide SSH on entry level shared accounts.
Meanwhile, Hostgator charges $5 a month for virtually the works, including SSH.
So much for buying local.And for all those who say you should just upgrade to VPS (which is just another shared machine anyway), screw that.
Not only does it cost treble or quadruple what a shared account will, you also have to administrate the server yourself, with all the headaches that will involve.
Say what you like about shared hosting, but it provides a usable, maintained and feature rich environment right out of the box; no mess, no fuss.
I just want to host a simple website and have a place online to log into and store my files; I don't want to pay for the privilege of another server to babysit.SSH is the acid test.
If the company doesn't offer it, they're not worth your time.</sentencetext>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31228058</id>
	<title>Hurricane Electric?</title>
	<author>vlm</author>
	<datestamp>1266844800000</datestamp>
	<modclass>None</modclass>
	<modscore>1</modscore>
	<htmltext><p>Well, this is a pretty easy algorithm:</p><p>1) Pick a company, any company.</p><p>2) Is their name "Hurricane Electric" aka "he.net"?</p><p>3) If not, goto step 1 and try again.  If so, send yer money and open an account.</p><p>Reasonable and honest specifications, experienced, large scale company, professional, responsive, reliable, extremely technically skilled, fair price, gift economy.  Really can't do better.</p><p>What I mean by gift economy is they give back to the community in terms of free IPv6 tunnel brokers, free BGP looking glass, etc.  You get the feeling that your money is, at least in a small part, doing something useful for the community, not just making some MBA richer.  Although they are so highly respected, I figure they're absolutely hauling down cash anyway.</p><p>I have no connection with them other than having been a customer for many years, until I needed to do something so weird I needed a virtual host at linode.com (as opposed to a webhost).</p><p>Note that with web hosting, like any other service, you're worth what you're paying them per month and/or whatever their cost of sales is for your account, minus the headaches you cause them.  If you need $50K/mo worth of service, and you're paying $10/mo, you will end up unhappy.</p></htmltext>
<tokenext>Well , this is a pretty easy algorithm : 1 ) Pick a company , any company.2 ) Is their name " Hurricane Electric " aka " he.net " ? 3 ) If not , goto step 1 and try again .
If so , send yer money and open an account.Reasonable and honest specifications , experienced , large scale company , professional , responsive , reliable , extremely technically skilled , fair price , gift economy .
Really ca n't do better.What I mean by gift economy is they give back to the community in terms of free IPv6 tunnel brokers , free BGP looking glass , etc .
You get the feeling that your money is , at least in a small part , doing something useful for the community , not just making some MBA richer .
Although they are so highly respected , I figure they 're absolutely hauling down cash anyway.I have no connection with them other than having been a customer for many years , until I needed to do something so weird I needed a virtual host at linode.com ( as opposed to a webhost ) .Note that with web hosting , like any other service , you 're worth what you 're paying them per month and/or whatever their cost of sales is for your account , minus the headaches you cause them .
If you need $ 50K/mo worth of service , and you 're paying $ 10/mo , you will end up unhappy .</tokentext>
<sentencetext>Well, this is a pretty easy algorithm:1) Pick a company, any company.2) Is their name "Hurricane Electric" aka "he.net"?3) If not, goto step 1 and try again.
If so, send yer money and open an account.Reasonable and honest specifications, experienced, large scale company, professional, responsive, reliable, extremely technically skilled, fair price, gift economy.
Really can't do better.What I mean by gift economy is they give back to the community in terms of free IPv6 tunnel brokers, free BGP looking glass, etc.
You get the feeling that your money is, at least in a small part, doing something useful for the community, not just making some MBA richer.
Although they are so highly respected, I figure they're absolutely hauling down cash anyway.I have no connection with them other than having been a customer for many years, until I needed to do something so weird I needed a virtual host at linode.com (as opposed to a webhost).Note that with web hosting, like any other service, you're worth what you're paying them per month and/or whatever their cost of sales is for your account, minus the headaches you cause them.
If you need $50K/mo worth of service, and you're paying $10/mo, you will end up unhappy.</sentencetext>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225870</id>
	<title>Re:Make sure you go over the contract very careful</title>
	<author>ducomputergeek</author>
	<datestamp>1266773880000</datestamp>
	<modclass>None</modclass>
	<modscore>1</modscore>
	<htmltext><p>Ditto.  We rely on Pair Networks for our primary system, but we do have a back up with a different provider and we do our own back ups just in case.  The secondary system is not as powerful, but we rsync nightly and run Bucardo to do DB syncing  every 15 minutes.</p></htmltext>
<tokenext>Ditto .
We rely on Pair Networks for our primary system , but we do have a back up with a different provider and we do our own back ups just in case .
The secondary system is not as powerful , but we rsync nightly and run Bucardo to do DB syncing every 15 minutes .</tokentext>
<sentencetext>Ditto.
We rely on Pair Networks for our primary system, but we do have a back up with a different provider and we do our own back ups just in case.
The secondary system is not as powerful, but we rsync nightly and run Bucardo to do DB syncing  every 15 minutes.</sentencetext>
	<parent>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225112</parent>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225142</id>
	<title>slicehost</title>
	<author>Anonymous</author>
	<datestamp>1266768300000</datestamp>
	<modclass>Interestin</modclass>
	<modscore>3</modscore>
	<htmltext><p>I like slicehost for a number of reasons, but you have to be willing to use a command line because there is no GUI unless you install one (because you're getting a virtual server with full root access).</p><p>Though they do not offer cpanel or anything like that, they do have a minimal admin panel that you can use to configure DNS, MX and set up your server (as well as automate backups, which start at like 5 a month or so).</p><p>For 20 a month, you get a 256mb ram virtual slice and around a dozen linux distros you can select from with their admin panel for the slice. If you dont like any of the ones they provide (very unlikely) you can opt to install your own with a set of directions they provide on their wiki (the wiki is also very helpful when setting up your server for whatever you might want to do).</p><p>Whenever I need help with a server issue, they email fairly quick (same day) or they have a chat room with people who actually speak English as their first language (or know it well enough you would assume they do). Generally, the people helping you are the same ones who maintain their website or their servers as well, not outsourced help.</p><p>Some dont like that they dont have any sort of guaranteed uptime, but eh, I've never really had any servers I have go down for more than an hour or so and it's generally sometime at night if they do. The downtime is generally planned or even if its an emergency, they notify with enough time you can migrate files to another server.</p><p>For 20 a month and the freedom of having full server access to install what you want, I'd gladly pay. I still loath when I have some clients who only want to pay 3-5 or whatever a month at some lame shared hosting site and have to deal with cpanel or whatever else, because once you've used the command line and had full control on a remote server it's hard to go back to the panel interface, lol.</p></htmltext>
<tokenext>I like slicehost for a number of reasons , but you have to be willing to use a command line because there is no GUI unless you install one ( because you 're getting a virtual server with full root access ) .Though they do not offer cpanel or anything like that , they do have a minimal admin panel that you can use to configure DNS , MX and set up your server ( as well as automate backups , which start at like 5 a month or so ) .For 20 a month , you get a 256mb ram virtual slice and around a dozen linux distros you can select from with their admin panel for the slice .
If you dont like any of the ones they provide ( very unlikely ) you can opt to install your own with a set of directions they provide on their wiki ( the wiki is also very helpful when setting up your server for whatever you might want to do ) .Whenever I need help with a server issue , they email fairly quick ( same day ) or they have a chat room with people who actually speak English as their first language ( or know it well enough you would assume they do ) .
Generally , the people helping you are the same ones who maintain their website or their servers as well , not outsourced help.Some dont like that they dont have any sort of guaranteed uptime , but eh , I 've never really had any servers I have go down for more than an hour or so and it 's generally sometime at night if they do .
The downtime is generally planned or even if its an emergency , they notify with enough time you can migrate files to another server.For 20 a month and the freedom of having full server access to install what you want , I 'd gladly pay .
I still loath when I have some clients who only want to pay 3-5 or whatever a month at some lame shared hosting site and have to deal with cpanel or whatever else , because once you 've used the command line and had full control on a remote server it 's hard to go back to the panel interface , lol .</tokentext>
<sentencetext>I like slicehost for a number of reasons, but you have to be willing to use a command line because there is no GUI unless you install one (because you're getting a virtual server with full root access).Though they do not offer cpanel or anything like that, they do have a minimal admin panel that you can use to configure DNS, MX and set up your server (as well as automate backups, which start at like 5 a month or so).For 20 a month, you get a 256mb ram virtual slice and around a dozen linux distros you can select from with their admin panel for the slice.
If you dont like any of the ones they provide (very unlikely) you can opt to install your own with a set of directions they provide on their wiki (the wiki is also very helpful when setting up your server for whatever you might want to do).Whenever I need help with a server issue, they email fairly quick (same day) or they have a chat room with people who actually speak English as their first language (or know it well enough you would assume they do).
Generally, the people helping you are the same ones who maintain their website or their servers as well, not outsourced help.Some dont like that they dont have any sort of guaranteed uptime, but eh, I've never really had any servers I have go down for more than an hour or so and it's generally sometime at night if they do.
The downtime is generally planned or even if its an emergency, they notify with enough time you can migrate files to another server.For 20 a month and the freedom of having full server access to install what you want, I'd gladly pay.
I still loath when I have some clients who only want to pay 3-5 or whatever a month at some lame shared hosting site and have to deal with cpanel or whatever else, because once you've used the command line and had full control on a remote server it's hard to go back to the panel interface, lol.</sentencetext>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31226308</id>
	<title>Re:slicehost</title>
	<author>Korin43</author>
	<datestamp>1266778080000</datestamp>
	<modclass>None</modclass>
	<modscore>1</modscore>
	<htmltext>A while back I was looking at <a href="http://www.slicehost.com/" title="slicehost.com">Slicehost</a> [slicehost.com] and <a href="http://www.linode.com/" title="linode.com">Linode</a> [linode.com]. I ended up picking Linode since you get significantly more memory and disk space. Right now I'm paying $20/month for their first plan (16 GB of disk space, 360 MB of memory, 200 GB transfer). For the same price, Slicehost gives you 256 MB of memory, 10 GB disk space, and 150 GB of bandwidth). Slicehost does seem to scale up farther (just in case you want 16 GB of memory), but buying your own server and paying for colo is probably cheaper at that point ($800/month).<br>
<br>
Anyway, I haven't had any problems with Linode, and it's faster than Bluehost. In my quick test, Bluehost's ping was 60-80 ms, while Linode's was 30-35 ms. I uploaded a file to Linode at 9.5 MB/s (using scp from a school computer), and download that file back to the school computer at 4.5 MB/s. I uploaded a file to Bluehost using ncftp at 2 MB/s and then downloaded with wget at 480 KB/s.<br>
<br>
The only downside to Linode is that you have to configure everything yourself, but so far I haven't had to change anything except my Apache configs since I installed Arch on it a year ago (with regular updates). I like the extra control, but it is extra work.</htmltext>
<tokenext>A while back I was looking at Slicehost [ slicehost.com ] and Linode [ linode.com ] .
I ended up picking Linode since you get significantly more memory and disk space .
Right now I 'm paying $ 20/month for their first plan ( 16 GB of disk space , 360 MB of memory , 200 GB transfer ) .
For the same price , Slicehost gives you 256 MB of memory , 10 GB disk space , and 150 GB of bandwidth ) .
Slicehost does seem to scale up farther ( just in case you want 16 GB of memory ) , but buying your own server and paying for colo is probably cheaper at that point ( $ 800/month ) .
Anyway , I have n't had any problems with Linode , and it 's faster than Bluehost .
In my quick test , Bluehost 's ping was 60-80 ms , while Linode 's was 30-35 ms. I uploaded a file to Linode at 9.5 MB/s ( using scp from a school computer ) , and download that file back to the school computer at 4.5 MB/s .
I uploaded a file to Bluehost using ncftp at 2 MB/s and then downloaded with wget at 480 KB/s .
The only downside to Linode is that you have to configure everything yourself , but so far I have n't had to change anything except my Apache configs since I installed Arch on it a year ago ( with regular updates ) .
I like the extra control , but it is extra work .</tokentext>
<sentencetext>A while back I was looking at Slicehost [slicehost.com] and Linode [linode.com].
I ended up picking Linode since you get significantly more memory and disk space.
Right now I'm paying $20/month for their first plan (16 GB of disk space, 360 MB of memory, 200 GB transfer).
For the same price, Slicehost gives you 256 MB of memory, 10 GB disk space, and 150 GB of bandwidth).
Slicehost does seem to scale up farther (just in case you want 16 GB of memory), but buying your own server and paying for colo is probably cheaper at that point ($800/month).
Anyway, I haven't had any problems with Linode, and it's faster than Bluehost.
In my quick test, Bluehost's ping was 60-80 ms, while Linode's was 30-35 ms. I uploaded a file to Linode at 9.5 MB/s (using scp from a school computer), and download that file back to the school computer at 4.5 MB/s.
I uploaded a file to Bluehost using ncftp at 2 MB/s and then downloaded with wget at 480 KB/s.
The only downside to Linode is that you have to configure everything yourself, but so far I haven't had to change anything except my Apache configs since I installed Arch on it a year ago (with regular updates).
I like the extra control, but it is extra work.</sentencetext>
	<parent>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225142</parent>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31232082</id>
	<title>pair Networks +1</title>
	<author>talexb</author>
	<datestamp>1266864660000</datestamp>
	<modclass>None</modclass>
	<modscore>1</modscore>
	<htmltext><p>Been with pair Networks (pair.com) for over ten years. They're probably not the cheapest, as other folks have been saying, but they are rock solid, and they provide great customer service. I met some of the pair guys when they were at YAPC in Toronto in 2003. Very nice.</p><p>No, the servers don't run Linux, they use FreeBSD, but it's absolutely solid, and they're progressive about upgrading their machines and their network. Highly recommended.</p></htmltext>
<tokenext>Been with pair Networks ( pair.com ) for over ten years .
They 're probably not the cheapest , as other folks have been saying , but they are rock solid , and they provide great customer service .
I met some of the pair guys when they were at YAPC in Toronto in 2003 .
Very nice.No , the servers do n't run Linux , they use FreeBSD , but it 's absolutely solid , and they 're progressive about upgrading their machines and their network .
Highly recommended .</tokentext>
<sentencetext>Been with pair Networks (pair.com) for over ten years.
They're probably not the cheapest, as other folks have been saying, but they are rock solid, and they provide great customer service.
I met some of the pair guys when they were at YAPC in Toronto in 2003.
Very nice.No, the servers don't run Linux, they use FreeBSD, but it's absolutely solid, and they're progressive about upgrading their machines and their network.
Highly recommended.</sentencetext>
	<parent>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225316</parent>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225902</id>
	<title>Godaddy.com no seriously. Stop laughing</title>
	<author>TheRealQuestor</author>
	<datestamp>1266774120000</datestamp>
	<modclass>None</modclass>
	<modscore>1</modscore>
	<htmltext>I'm so going to get flamed for this, but, Godaddy.com I have used them for years and have had no issues with them at all. Price is awesome [I do asp/MsSQL but they have Linux/MySQL too]. For a normal site, 75 bucks a year, and gets you a lot of nice perks. 150 GBSpace | 1,500 GB Transfer is not bad for this price either. I did run afoul recently with my latest site though. Found out more people still like "XBMC" for "Xbox" from "nightly" svn builds then I had anticipated. I had a little idea to slather the site in Google ads. Split the money made from those Google ads giving 1/2 back to the users of the site. 40\% goes to a charity they elect and vote on, the other 60\% goes out to a person or persons as a free gift that is sent to them for nada. I'm not done with the site yet and I already went over that nice 1.5TB of bandwidth and was forced to up my plan to an unlimited one [more on this in a sec] which is slightly more than the 75 bucks for the premium plan. Double to be precise<nobr> <wbr></nobr>:(. Even still in the 1st 3weeks I have had this site up it has generated enough to pay for the year of hosting and allow me to give away a Crystal HD card and give a little somethin somethin to a good cause. Now the part about "Unlimited" well it isn't. I was told that I am fine as long as I keep it under about 3-4TB per month. That is a far cry from Unlimited but still a BOAT load of bandwidth<nobr> <wbr></nobr>:) Support wait times are typically 3-5 minutes. The few times I had to call they were able to show me that it was really my fault each time and not make me feel like a total ass while doing it. So yah. Godaddy</htmltext>
<tokenext>I 'm so going to get flamed for this , but , Godaddy.com I have used them for years and have had no issues with them at all .
Price is awesome [ I do asp/MsSQL but they have Linux/MySQL too ] .
For a normal site , 75 bucks a year , and gets you a lot of nice perks .
150 GBSpace | 1,500 GB Transfer is not bad for this price either .
I did run afoul recently with my latest site though .
Found out more people still like " XBMC " for " Xbox " from " nightly " svn builds then I had anticipated .
I had a little idea to slather the site in Google ads .
Split the money made from those Google ads giving 1/2 back to the users of the site .
40 \ % goes to a charity they elect and vote on , the other 60 \ % goes out to a person or persons as a free gift that is sent to them for nada .
I 'm not done with the site yet and I already went over that nice 1.5TB of bandwidth and was forced to up my plan to an unlimited one [ more on this in a sec ] which is slightly more than the 75 bucks for the premium plan .
Double to be precise : ( .
Even still in the 1st 3weeks I have had this site up it has generated enough to pay for the year of hosting and allow me to give away a Crystal HD card and give a little somethin somethin to a good cause .
Now the part about " Unlimited " well it is n't .
I was told that I am fine as long as I keep it under about 3-4TB per month .
That is a far cry from Unlimited but still a BOAT load of bandwidth : ) Support wait times are typically 3-5 minutes .
The few times I had to call they were able to show me that it was really my fault each time and not make me feel like a total ass while doing it .
So yah .
Godaddy</tokentext>
<sentencetext>I'm so going to get flamed for this, but, Godaddy.com I have used them for years and have had no issues with them at all.
Price is awesome [I do asp/MsSQL but they have Linux/MySQL too].
For a normal site, 75 bucks a year, and gets you a lot of nice perks.
150 GBSpace | 1,500 GB Transfer is not bad for this price either.
I did run afoul recently with my latest site though.
Found out more people still like "XBMC" for "Xbox" from "nightly" svn builds then I had anticipated.
I had a little idea to slather the site in Google ads.
Split the money made from those Google ads giving 1/2 back to the users of the site.
40\% goes to a charity they elect and vote on, the other 60\% goes out to a person or persons as a free gift that is sent to them for nada.
I'm not done with the site yet and I already went over that nice 1.5TB of bandwidth and was forced to up my plan to an unlimited one [more on this in a sec] which is slightly more than the 75 bucks for the premium plan.
Double to be precise :(.
Even still in the 1st 3weeks I have had this site up it has generated enough to pay for the year of hosting and allow me to give away a Crystal HD card and give a little somethin somethin to a good cause.
Now the part about "Unlimited" well it isn't.
I was told that I am fine as long as I keep it under about 3-4TB per month.
That is a far cry from Unlimited but still a BOAT load of bandwidth :) Support wait times are typically 3-5 minutes.
The few times I had to call they were able to show me that it was really my fault each time and not make me feel like a total ass while doing it.
So yah.
Godaddy</sentencetext>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31227350</id>
	<title>Hostgator, Hetzner</title>
	<author>Anonymous</author>
	<datestamp>1266836340000</datestamp>
	<modclass>None</modclass>
	<modscore>0</modscore>
	<htmltext><p>I have used hostgator for four years for reseller hosting. I am a very happy customer. Great packages and very friendly support which helped me when I was "green".</p><p>For some customers that grew out of it I migrated them to a root/dedicated server from Hetzner.de. There is however always a small worry that having a vps would be better when it comes to bringing up sites in case of a crash.</p></htmltext>
<tokenext>I have used hostgator for four years for reseller hosting .
I am a very happy customer .
Great packages and very friendly support which helped me when I was " green " .For some customers that grew out of it I migrated them to a root/dedicated server from Hetzner.de .
There is however always a small worry that having a vps would be better when it comes to bringing up sites in case of a crash .</tokentext>
<sentencetext>I have used hostgator for four years for reseller hosting.
I am a very happy customer.
Great packages and very friendly support which helped me when I was "green".For some customers that grew out of it I migrated them to a root/dedicated server from Hetzner.de.
There is however always a small worry that having a vps would be better when it comes to bringing up sites in case of a crash.</sentencetext>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31226296</id>
	<title>VPS</title>
	<author>whysanity</author>
	<datestamp>1266777900000</datestamp>
	<modclass>Interestin</modclass>
	<modscore>3</modscore>
	<htmltext><p>You get what you pay for. If you want total control, man up and take it! Get a VPS from Linode or Slicehost and configure the server exactly how you want. They offer similar service for similar prices. To get you started, Linode has a LAMP StackScript available that can have you up and running in about 2 minutes. From there, configure Apache for multiple vhosts and you're all set.</p><p>The downside is that ultimately, yo're responsible. The upside is that they don't touch your stuff and are expandable nearly instantly</p></htmltext>
<tokenext>You get what you pay for .
If you want total control , man up and take it !
Get a VPS from Linode or Slicehost and configure the server exactly how you want .
They offer similar service for similar prices .
To get you started , Linode has a LAMP StackScript available that can have you up and running in about 2 minutes .
From there , configure Apache for multiple vhosts and you 're all set.The downside is that ultimately , yo 're responsible .
The upside is that they do n't touch your stuff and are expandable nearly instantly</tokentext>
<sentencetext>You get what you pay for.
If you want total control, man up and take it!
Get a VPS from Linode or Slicehost and configure the server exactly how you want.
They offer similar service for similar prices.
To get you started, Linode has a LAMP StackScript available that can have you up and running in about 2 minutes.
From there, configure Apache for multiple vhosts and you're all set.The downside is that ultimately, yo're responsible.
The upside is that they don't touch your stuff and are expandable nearly instantly</sentencetext>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31226540</id>
	<title>There is only one IMHO</title>
	<author>rnstech</author>
	<datestamp>1266780960000</datestamp>
	<modclass>None</modclass>
	<modscore>1</modscore>
	<htmltext>I've used many web hosts, and they all do \_something\_ that annoys you eventually.  As a result, I have finally found what has been the best host I've ever used:  esecuredata.com.  You get a dedicated machine for as little as $59/mo. (I use a G5Jr for $79/mo).  The rest is up to you.  They'll install whatever free os you want (using default install), provide you the root password, and the rest you do yourself.  The G5 Jr server I use has 2 core Intel CPU, 2 GB RAM, 400GB hard disk, and bandwidth isn't limited (I use 1 TB - 2 TB/mo).  I run more than 12 domains from it, as well as a small MySQL instance and a decent size PostgreSQL instance without any issues.

I've been with the for about 4 years now, and there has been 2 unplanned outages - both beyond their control, but they implemented work arounds so neither can happen again - and 1 planned downtime when they moved into a newly built data center (the move happened without any issues, something I can't say for 2 of the other hosts I've used).

I literally can't say enough good about them.  Well, I do have 1 complaint:  Why didn't they exist 10 or 12 years ago...</htmltext>
<tokenext>I 've used many web hosts , and they all do \ _something \ _ that annoys you eventually .
As a result , I have finally found what has been the best host I 've ever used : esecuredata.com .
You get a dedicated machine for as little as $ 59/mo .
( I use a G5Jr for $ 79/mo ) .
The rest is up to you .
They 'll install whatever free os you want ( using default install ) , provide you the root password , and the rest you do yourself .
The G5 Jr server I use has 2 core Intel CPU , 2 GB RAM , 400GB hard disk , and bandwidth is n't limited ( I use 1 TB - 2 TB/mo ) .
I run more than 12 domains from it , as well as a small MySQL instance and a decent size PostgreSQL instance without any issues .
I 've been with the for about 4 years now , and there has been 2 unplanned outages - both beyond their control , but they implemented work arounds so neither can happen again - and 1 planned downtime when they moved into a newly built data center ( the move happened without any issues , something I ca n't say for 2 of the other hosts I 've used ) .
I literally ca n't say enough good about them .
Well , I do have 1 complaint : Why did n't they exist 10 or 12 years ago.. .</tokentext>
<sentencetext>I've used many web hosts, and they all do \_something\_ that annoys you eventually.
As a result, I have finally found what has been the best host I've ever used:  esecuredata.com.
You get a dedicated machine for as little as $59/mo.
(I use a G5Jr for $79/mo).
The rest is up to you.
They'll install whatever free os you want (using default install), provide you the root password, and the rest you do yourself.
The G5 Jr server I use has 2 core Intel CPU, 2 GB RAM, 400GB hard disk, and bandwidth isn't limited (I use 1 TB - 2 TB/mo).
I run more than 12 domains from it, as well as a small MySQL instance and a decent size PostgreSQL instance without any issues.
I've been with the for about 4 years now, and there has been 2 unplanned outages - both beyond their control, but they implemented work arounds so neither can happen again - and 1 planned downtime when they moved into a newly built data center (the move happened without any issues, something I can't say for 2 of the other hosts I've used).
I literally can't say enough good about them.
Well, I do have 1 complaint:  Why didn't they exist 10 or 12 years ago...</sentencetext>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31226304</id>
	<title>Re:Make sure you go over the contract very careful</title>
	<author>Tablizer</author>
	<datestamp>1266778020000</datestamp>
	<modclass>Insightful</modclass>
	<modscore>2</modscore>
	<htmltext><blockquote><div><p>DO YOUR OWN BACKUPS. Service providers either don't do them, or they don't do them right.</p></div> </blockquote><p>I second that. It was not that they intentionally fubarred them, but rather there were some configuration misunderstandings/differences that got in the way. And switch off mySql's auto-key reuse setting.<br>
&nbsp; &nbsp;</p></div>
	</htmltext>
<tokenext>DO YOUR OWN BACKUPS .
Service providers either do n't do them , or they do n't do them right .
I second that .
It was not that they intentionally fubarred them , but rather there were some configuration misunderstandings/differences that got in the way .
And switch off mySql 's auto-key reuse setting .
   </tokentext>
<sentencetext>DO YOUR OWN BACKUPS.
Service providers either don't do them, or they don't do them right.
I second that.
It was not that they intentionally fubarred them, but rather there were some configuration misunderstandings/differences that got in the way.
And switch off mySql's auto-key reuse setting.
   
	</sentencetext>
	<parent>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225112</parent>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31230080</id>
	<title>I like Rosehosting</title>
	<author>lee1</author>
	<datestamp>1266858660000</datestamp>
	<modclass>None</modclass>
	<modscore>1</modscore>
	<htmltext>Rosehosting.com. I have a VPS with them. They charge the market rates, which seem to be pretty well defined. Everything has been excellent for the several years I've been using them: uptime, very rapid response to email, etc. I'm not very high volume, so don't know how that would be.</htmltext>
<tokenext>Rosehosting.com .
I have a VPS with them .
They charge the market rates , which seem to be pretty well defined .
Everything has been excellent for the several years I 've been using them : uptime , very rapid response to email , etc .
I 'm not very high volume , so do n't know how that would be .</tokentext>
<sentencetext>Rosehosting.com.
I have a VPS with them.
They charge the market rates, which seem to be pretty well defined.
Everything has been excellent for the several years I've been using them: uptime, very rapid response to email, etc.
I'm not very high volume, so don't know how that would be.</sentencetext>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225118</id>
	<title>Don't lose your files...</title>
	<author>maiden\_taiwan</author>
	<datestamp>1266768180000</datestamp>
	<modclass>Informativ</modclass>
	<modscore>5</modscore>
	<htmltext>No matter which provider you choose, never depend on them for backups. Keep your originals locally and copy them to the webserver. Rsync is a great, effortless tool for this kind of synchronization.  If you're maintaining SQL databases on the webserver, back them up at least daily with cron and download the backups. A few simple scripts will work wonders for your protection and your sanity.</htmltext>
<tokenext>No matter which provider you choose , never depend on them for backups .
Keep your originals locally and copy them to the webserver .
Rsync is a great , effortless tool for this kind of synchronization .
If you 're maintaining SQL databases on the webserver , back them up at least daily with cron and download the backups .
A few simple scripts will work wonders for your protection and your sanity .</tokentext>
<sentencetext>No matter which provider you choose, never depend on them for backups.
Keep your originals locally and copy them to the webserver.
Rsync is a great, effortless tool for this kind of synchronization.
If you're maintaining SQL databases on the webserver, back them up at least daily with cron and download the backups.
A few simple scripts will work wonders for your protection and your sanity.</sentencetext>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225954</id>
	<title>Re:Try Webfaction. Here's why:</title>
	<author>dennisr</author>
	<datestamp>1266774660000</datestamp>
	<modclass>None</modclass>
	<modscore>1</modscore>
	<htmltext><p>Thanks, I am actually looking for webhosting and I was going to go with Inmotion but I like these guys better.</p></htmltext>
<tokenext>Thanks , I am actually looking for webhosting and I was going to go with Inmotion but I like these guys better .</tokentext>
<sentencetext>Thanks, I am actually looking for webhosting and I was going to go with Inmotion but I like these guys better.</sentencetext>
	<parent>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225010</parent>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225438</id>
	<title>Re:DreamHost (caveat emptor)</title>
	<author>Anonymous</author>
	<datestamp>1266770280000</datestamp>
	<modclass>Interestin</modclass>
	<modscore>2</modscore>
	<htmltext><p>Dreamhost was pretty good for most of the time I used them (~5 years) and I liked some of the extras they provided, like XMPP hosting for your domains.  I wasn't as happy with the excessive Google integration toward the end of my use, but it was optional, so it was not a deal breaker.  Unscheduled downtimes happened occasionally but were dealt with promptly.  SSH access was nice, and they didn't mind http-related cron jobs (if I remember correctly).</p><p>However, be wary of their referral program. I got a few referral kickbacks and the support quality seemed to degrade, ending with mistaken termination of service and a tech support brick wall when I tried to resolve it.  Either they frown upon you actually using the referral kickbacks they offer, or I had horrible luck; I'd guess the former.  They do everything via email and support tickets, so there's no telephone contact; if you do have a problem with support, you're going to have trouble getting around it.</p><p>In summary:  pretty good hosting and value, but think twice about using the referrals and make sure you keep frequent backups in case things go sour.<br>---</p><p>Sorry I'm posting this AC; I haven't logged in to Slashdot in many years and I can't remember my password. I should probably make a new account (don't have the same email address, so password recovery is not an option), but I'm not ready to give up on my 90k ID just yet.</p></htmltext>
<tokenext>Dreamhost was pretty good for most of the time I used them ( ~ 5 years ) and I liked some of the extras they provided , like XMPP hosting for your domains .
I was n't as happy with the excessive Google integration toward the end of my use , but it was optional , so it was not a deal breaker .
Unscheduled downtimes happened occasionally but were dealt with promptly .
SSH access was nice , and they did n't mind http-related cron jobs ( if I remember correctly ) .However , be wary of their referral program .
I got a few referral kickbacks and the support quality seemed to degrade , ending with mistaken termination of service and a tech support brick wall when I tried to resolve it .
Either they frown upon you actually using the referral kickbacks they offer , or I had horrible luck ; I 'd guess the former .
They do everything via email and support tickets , so there 's no telephone contact ; if you do have a problem with support , you 're going to have trouble getting around it.In summary : pretty good hosting and value , but think twice about using the referrals and make sure you keep frequent backups in case things go sour.---Sorry I 'm posting this AC ; I have n't logged in to Slashdot in many years and I ca n't remember my password .
I should probably make a new account ( do n't have the same email address , so password recovery is not an option ) , but I 'm not ready to give up on my 90k ID just yet .</tokentext>
<sentencetext>Dreamhost was pretty good for most of the time I used them (~5 years) and I liked some of the extras they provided, like XMPP hosting for your domains.
I wasn't as happy with the excessive Google integration toward the end of my use, but it was optional, so it was not a deal breaker.
Unscheduled downtimes happened occasionally but were dealt with promptly.
SSH access was nice, and they didn't mind http-related cron jobs (if I remember correctly).However, be wary of their referral program.
I got a few referral kickbacks and the support quality seemed to degrade, ending with mistaken termination of service and a tech support brick wall when I tried to resolve it.
Either they frown upon you actually using the referral kickbacks they offer, or I had horrible luck; I'd guess the former.
They do everything via email and support tickets, so there's no telephone contact; if you do have a problem with support, you're going to have trouble getting around it.In summary:  pretty good hosting and value, but think twice about using the referrals and make sure you keep frequent backups in case things go sour.---Sorry I'm posting this AC; I haven't logged in to Slashdot in many years and I can't remember my password.
I should probably make a new account (don't have the same email address, so password recovery is not an option), but I'm not ready to give up on my 90k ID just yet.</sentencetext>
	<parent>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225094</parent>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225252</id>
	<title>Web app hosting</title>
	<author>Big\_Mamma</author>
	<datestamp>1266768900000</datestamp>
	<modclass>None</modclass>
	<modscore>1</modscore>
	<htmltext>@Second question - if you expect to have to scale up, I'd start with at least a VPS and move up to a (managed) dedicated server when the time comes. Providers using shared hosting setup like apache + setuid fit up to thousands of accounts on to one machine, they won't like it when you're running anything more than a small blog. And on any app of decent complexity, having a ssh shell is a must have for debugging and management. Most shared hosts are quite restrictive on what you can run as well. Quite a few run outdated version of Python and Ruby, and installing extra packages is impossible, so for a web app, a VPS is almost always the minimum you need.<br> <br>

One vendor we considered was Media Temple, their VPS (not the grid service) aren't the cheapest, but their offering looks more polished than the others. The $50 for hosting is probably the cheapest part of the project and if you ever reach the limits of the VPS, there's still plenty of time to switch to a bigger package or another host. By then, you'll have a good idea what the computational requirements are of your site.<br> <br>

We didn't go with them tho - after benchmarking and testing, what we needed was a bit too expensive to rent. We went with 10u rackspace and enough hardware to fill most of it instead. Pro: can't beat the price and total freedom in choice of OS and software. Con: you have to manage everything yourself and pay upfront for all the hardware.</htmltext>
<tokenext>@ Second question - if you expect to have to scale up , I 'd start with at least a VPS and move up to a ( managed ) dedicated server when the time comes .
Providers using shared hosting setup like apache + setuid fit up to thousands of accounts on to one machine , they wo n't like it when you 're running anything more than a small blog .
And on any app of decent complexity , having a ssh shell is a must have for debugging and management .
Most shared hosts are quite restrictive on what you can run as well .
Quite a few run outdated version of Python and Ruby , and installing extra packages is impossible , so for a web app , a VPS is almost always the minimum you need .
One vendor we considered was Media Temple , their VPS ( not the grid service ) are n't the cheapest , but their offering looks more polished than the others .
The $ 50 for hosting is probably the cheapest part of the project and if you ever reach the limits of the VPS , there 's still plenty of time to switch to a bigger package or another host .
By then , you 'll have a good idea what the computational requirements are of your site .
We did n't go with them tho - after benchmarking and testing , what we needed was a bit too expensive to rent .
We went with 10u rackspace and enough hardware to fill most of it instead .
Pro : ca n't beat the price and total freedom in choice of OS and software .
Con : you have to manage everything yourself and pay upfront for all the hardware .</tokentext>
<sentencetext>@Second question - if you expect to have to scale up, I'd start with at least a VPS and move up to a (managed) dedicated server when the time comes.
Providers using shared hosting setup like apache + setuid fit up to thousands of accounts on to one machine, they won't like it when you're running anything more than a small blog.
And on any app of decent complexity, having a ssh shell is a must have for debugging and management.
Most shared hosts are quite restrictive on what you can run as well.
Quite a few run outdated version of Python and Ruby, and installing extra packages is impossible, so for a web app, a VPS is almost always the minimum you need.
One vendor we considered was Media Temple, their VPS (not the grid service) aren't the cheapest, but their offering looks more polished than the others.
The $50 for hosting is probably the cheapest part of the project and if you ever reach the limits of the VPS, there's still plenty of time to switch to a bigger package or another host.
By then, you'll have a good idea what the computational requirements are of your site.
We didn't go with them tho - after benchmarking and testing, what we needed was a bit too expensive to rent.
We went with 10u rackspace and enough hardware to fill most of it instead.
Pro: can't beat the price and total freedom in choice of OS and software.
Con: you have to manage everything yourself and pay upfront for all the hardware.</sentencetext>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31227056</id>
	<title>Rules of webhosting:</title>
	<author>Anonymous</author>
	<datestamp>1266832080000</datestamp>
	<modclass>None</modclass>
	<modscore>0</modscore>
	<htmltext><p>1) Keep a backup of ALL files, on your own computer/hard drive, in the event such a thing like this occurs.</p><p>Mind if I recommend something like Dixiesys?  I been with them since August and it seems pretty good for small personal sites.</p></htmltext>
<tokenext>1 ) Keep a backup of ALL files , on your own computer/hard drive , in the event such a thing like this occurs.Mind if I recommend something like Dixiesys ?
I been with them since August and it seems pretty good for small personal sites .</tokentext>
<sentencetext>1) Keep a backup of ALL files, on your own computer/hard drive, in the event such a thing like this occurs.Mind if I recommend something like Dixiesys?
I been with them since August and it seems pretty good for small personal sites.</sentencetext>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31244776</id>
	<title>the grid</title>
	<author>mcsolas</author>
	<datestamp>1266942120000</datestamp>
	<modclass>None</modclass>
	<modscore>1</modscore>
	<htmltext>For me, I was having problems with webcams I have setup to overlook a beach getting too popular and taxing the server, so the host kept changing the file permissions on it to not display.. breaking my feed. so, literally, a single image sent me looking for a new host.

If you are able to run your apps on a LAMP stack, I suggest looking into grid based hosting. Detaches you from the problems of a single server overload... which is how most shared hosts are set.

I ended up at media temple and have my cam back online and the site is snappy. Support has been very good, although it does take them 20-24 hours in most cases.. so not the fastest but so far they have been very good in their replies and I am a happy customer.

If your interested.. check this coupon, 20\% off their plans for the life of the plan. worked for me like 2 weeks ago, should show you the discount price before you checkout as well.. so you can see. I ended up prepaying for a year on their grid services.
<a href="http://www.retailmenot.com/view/mediatemple.net" title="retailmenot.com" rel="nofollow">http://www.retailmenot.com/view/mediatemple.net</a> [retailmenot.com]

best of luck finding a new host.</htmltext>
<tokenext>For me , I was having problems with webcams I have setup to overlook a beach getting too popular and taxing the server , so the host kept changing the file permissions on it to not display.. breaking my feed .
so , literally , a single image sent me looking for a new host .
If you are able to run your apps on a LAMP stack , I suggest looking into grid based hosting .
Detaches you from the problems of a single server overload... which is how most shared hosts are set .
I ended up at media temple and have my cam back online and the site is snappy .
Support has been very good , although it does take them 20-24 hours in most cases.. so not the fastest but so far they have been very good in their replies and I am a happy customer .
If your interested.. check this coupon , 20 \ % off their plans for the life of the plan .
worked for me like 2 weeks ago , should show you the discount price before you checkout as well.. so you can see .
I ended up prepaying for a year on their grid services .
http : //www.retailmenot.com/view/mediatemple.net [ retailmenot.com ] best of luck finding a new host .</tokentext>
<sentencetext>For me, I was having problems with webcams I have setup to overlook a beach getting too popular and taxing the server, so the host kept changing the file permissions on it to not display.. breaking my feed.
so, literally, a single image sent me looking for a new host.
If you are able to run your apps on a LAMP stack, I suggest looking into grid based hosting.
Detaches you from the problems of a single server overload... which is how most shared hosts are set.
I ended up at media temple and have my cam back online and the site is snappy.
Support has been very good, although it does take them 20-24 hours in most cases.. so not the fastest but so far they have been very good in their replies and I am a happy customer.
If your interested.. check this coupon, 20\% off their plans for the life of the plan.
worked for me like 2 weeks ago, should show you the discount price before you checkout as well.. so you can see.
I ended up prepaying for a year on their grid services.
http://www.retailmenot.com/view/mediatemple.net [retailmenot.com]

best of luck finding a new host.</sentencetext>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31226190</id>
	<title>Unsolicited recommendation</title>
	<author>pongo000</author>
	<datestamp>1266776640000</datestamp>
	<modclass>None</modclass>
	<modscore>1</modscore>
	<htmltext><p><i>This is an unsolicited recommendation by a very satisfied customer; there are no referral links here, and the hosting provider doesn't have a clue who I am based on my<nobr> <wbr></nobr>/. nick.</i></p><p>suso.org is a great hosting company to work with.  A full F/OSS shop...the owner frequents<nobr> <wbr></nobr>/., stays out of your way if you know what you're doing (and doesn't hesitate to help lend a hand if you get in over your head), and is very responsive to issues.  Tech support is handled in-house by the same folks that set up your server.  In fact, it's not uncommon to have your tech support question handled by the owner. But don't take my word for it.  Check out their website and do your own research.</p></htmltext>
<tokenext>This is an unsolicited recommendation by a very satisfied customer ; there are no referral links here , and the hosting provider does n't have a clue who I am based on my / .
nick.suso.org is a great hosting company to work with .
A full F/OSS shop...the owner frequents /. , stays out of your way if you know what you 're doing ( and does n't hesitate to help lend a hand if you get in over your head ) , and is very responsive to issues .
Tech support is handled in-house by the same folks that set up your server .
In fact , it 's not uncommon to have your tech support question handled by the owner .
But do n't take my word for it .
Check out their website and do your own research .</tokentext>
<sentencetext>This is an unsolicited recommendation by a very satisfied customer; there are no referral links here, and the hosting provider doesn't have a clue who I am based on my /.
nick.suso.org is a great hosting company to work with.
A full F/OSS shop...the owner frequents /., stays out of your way if you know what you're doing (and doesn't hesitate to help lend a hand if you get in over your head), and is very responsive to issues.
Tech support is handled in-house by the same folks that set up your server.
In fact, it's not uncommon to have your tech support question handled by the owner.
But don't take my word for it.
Check out their website and do your own research.</sentencetext>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225754</id>
	<title>Which tier are you?</title>
	<author>AaronLawrence</author>
	<datestamp>1266772860000</datestamp>
	<modclass>None</modclass>
	<modscore>1</modscore>
	<htmltext><p>To answer this question, it's best to understand some of how the webhosting world works. There are many tiers of them.</p><p>At the bottom, where it sounds like you want to be, are the aggressive, overselling bulk hosters. They make only basic efforts to keep things running, offer little or no support, but if you know what you're doing you'll get good value... until something goes wrong or you reach their invisible limits.<br>These guys are really cheap but the chances are you will have problems or have to change away some time.  Example: bluehost, dreamhost etc. They tend to have boom-bust cycles.</p><p>Next up is the semi-professional companies. For more money than most individuals would want to pay (like US$50-100 per month) they make a serious effort to provide a good service, will offer some personal support, and overall have a professional operation. Example: servint, other VPS providers.</p><p>Above that are the serious hosters, like rackspace, who provide a full service with dedicated servers. Most people and small companies won't justify this unless they are doing transactions or webb apps. You pay appropriately.</p><p>The point is, at the bottom, there is no sensible reason to choose between the budget hosting services. Whatever they say in their marketing, they are trying to offer a rock-bottom service with no support and limited capabilities; taking a punt that most customers won't use the claimed abilities.</p></htmltext>
<tokenext>To answer this question , it 's best to understand some of how the webhosting world works .
There are many tiers of them.At the bottom , where it sounds like you want to be , are the aggressive , overselling bulk hosters .
They make only basic efforts to keep things running , offer little or no support , but if you know what you 're doing you 'll get good value... until something goes wrong or you reach their invisible limits.These guys are really cheap but the chances are you will have problems or have to change away some time .
Example : bluehost , dreamhost etc .
They tend to have boom-bust cycles.Next up is the semi-professional companies .
For more money than most individuals would want to pay ( like US $ 50-100 per month ) they make a serious effort to provide a good service , will offer some personal support , and overall have a professional operation .
Example : servint , other VPS providers.Above that are the serious hosters , like rackspace , who provide a full service with dedicated servers .
Most people and small companies wo n't justify this unless they are doing transactions or webb apps .
You pay appropriately.The point is , at the bottom , there is no sensible reason to choose between the budget hosting services .
Whatever they say in their marketing , they are trying to offer a rock-bottom service with no support and limited capabilities ; taking a punt that most customers wo n't use the claimed abilities .</tokentext>
<sentencetext>To answer this question, it's best to understand some of how the webhosting world works.
There are many tiers of them.At the bottom, where it sounds like you want to be, are the aggressive, overselling bulk hosters.
They make only basic efforts to keep things running, offer little or no support, but if you know what you're doing you'll get good value... until something goes wrong or you reach their invisible limits.These guys are really cheap but the chances are you will have problems or have to change away some time.
Example: bluehost, dreamhost etc.
They tend to have boom-bust cycles.Next up is the semi-professional companies.
For more money than most individuals would want to pay (like US$50-100 per month) they make a serious effort to provide a good service, will offer some personal support, and overall have a professional operation.
Example: servint, other VPS providers.Above that are the serious hosters, like rackspace, who provide a full service with dedicated servers.
Most people and small companies won't justify this unless they are doing transactions or webb apps.
You pay appropriately.The point is, at the bottom, there is no sensible reason to choose between the budget hosting services.
Whatever they say in their marketing, they are trying to offer a rock-bottom service with no support and limited capabilities; taking a punt that most customers won't use the claimed abilities.</sentencetext>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31233206</id>
	<title>Re:Go dedicated.</title>
	<author>Anonymous</author>
	<datestamp>1266868620000</datestamp>
	<modclass>None</modclass>
	<modscore>0</modscore>
	<htmltext><p>I don't understand the house analogy. Could you do one with cars, perhaps involving a highway?</p></htmltext>
<tokenext>I do n't understand the house analogy .
Could you do one with cars , perhaps involving a highway ?</tokentext>
<sentencetext>I don't understand the house analogy.
Could you do one with cars, perhaps involving a highway?</sentencetext>
	<parent>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31226098</parent>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225708</id>
	<title>THIS Fp FOR GNAA</title>
	<author>Anonymous</author>
	<datestamp>1266772320000</datestamp>
	<modclass>Troll</modclass>
	<modscore>-1</modscore>
	<htmltext>series Of debateS Whether you</htmltext>
<tokenext>series Of debateS Whether you</tokentext>
<sentencetext>series Of debateS Whether you</sentencetext>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225340</id>
	<title>Re:DreamHost</title>
	<author>Fallingcow</author>
	<datestamp>1266769620000</datestamp>
	<modclass>None</modclass>
	<modscore>1</modscore>
	<htmltext><p>Seconding Dreamhost.</p><p>I also use Lunarpages.  They've never given me any trouble.  Great host.  However, you get <i>way</i> more from Dreamhost, including Ruby on Rails and (IIRC) Subversion.</p></htmltext>
<tokenext>Seconding Dreamhost.I also use Lunarpages .
They 've never given me any trouble .
Great host .
However , you get way more from Dreamhost , including Ruby on Rails and ( IIRC ) Subversion .</tokentext>
<sentencetext>Seconding Dreamhost.I also use Lunarpages.
They've never given me any trouble.
Great host.
However, you get way more from Dreamhost, including Ruby on Rails and (IIRC) Subversion.</sentencetext>
	<parent>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225094</parent>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225752</id>
	<title>separate hosting &amp; domain registration!</title>
	<author>Tumbleweed</author>
	<datestamp>1266772860000</datestamp>
	<modclass>None</modclass>
	<modscore>1</modscore>
	<htmltext><p>Tip #1: Don't have your domain registered with the same people who do your hosting. If you have some type of dispute with them, you're gonna be \_especially\_ screwed.</p><p>Tip #2: Just say 'no' to GoDaddy, for either of the two above mentioned services.</p><p>Tip #3: I've had good luck with Dotster for domain registration, but have had better luck with name.com recently, and moved all my domain registrations over to them.</p><p>Tip #4: Dreamhost for the hosting, though I honestly don't have any experience with them for high-volume hosting. There's a difference, though, between inexpensive hosting and high-volume hosting, and you'd best just learn that right now. You're not going to find cheap $11/mo hosting that scales. If you want scalability, you should at least \_start\_ with VPS hosting, and move up from there. That's a different class of hosting than shared hosting, and those two train tracks don't end up in the same town, ya dig? I \_really\_ like all of Dreamhosts's custom management stuff. One-click install 'Goodies', etc = a LOT of time saved. Way easier than CPanel, etc. I've been using Dreamhost for very low-volume sites for around a decade or so, and have had no major issues, and few enough minor issues to count on two hands (that's with a decade of service). YMMV, of course.</p><p>And no, I have no affiliation with any of the above-mentioned companies.</p><p>Another to avoid: Matrosity (rhymes with atrocity for a reason).</p></htmltext>
<tokenext>Tip # 1 : Do n't have your domain registered with the same people who do your hosting .
If you have some type of dispute with them , you 're gon na be \ _especially \ _ screwed.Tip # 2 : Just say 'no ' to GoDaddy , for either of the two above mentioned services.Tip # 3 : I 've had good luck with Dotster for domain registration , but have had better luck with name.com recently , and moved all my domain registrations over to them.Tip # 4 : Dreamhost for the hosting , though I honestly do n't have any experience with them for high-volume hosting .
There 's a difference , though , between inexpensive hosting and high-volume hosting , and you 'd best just learn that right now .
You 're not going to find cheap $ 11/mo hosting that scales .
If you want scalability , you should at least \ _start \ _ with VPS hosting , and move up from there .
That 's a different class of hosting than shared hosting , and those two train tracks do n't end up in the same town , ya dig ?
I \ _really \ _ like all of Dreamhosts 's custom management stuff .
One-click install 'Goodies ' , etc = a LOT of time saved .
Way easier than CPanel , etc .
I 've been using Dreamhost for very low-volume sites for around a decade or so , and have had no major issues , and few enough minor issues to count on two hands ( that 's with a decade of service ) .
YMMV , of course.And no , I have no affiliation with any of the above-mentioned companies.Another to avoid : Matrosity ( rhymes with atrocity for a reason ) .</tokentext>
<sentencetext>Tip #1: Don't have your domain registered with the same people who do your hosting.
If you have some type of dispute with them, you're gonna be \_especially\_ screwed.Tip #2: Just say 'no' to GoDaddy, for either of the two above mentioned services.Tip #3: I've had good luck with Dotster for domain registration, but have had better luck with name.com recently, and moved all my domain registrations over to them.Tip #4: Dreamhost for the hosting, though I honestly don't have any experience with them for high-volume hosting.
There's a difference, though, between inexpensive hosting and high-volume hosting, and you'd best just learn that right now.
You're not going to find cheap $11/mo hosting that scales.
If you want scalability, you should at least \_start\_ with VPS hosting, and move up from there.
That's a different class of hosting than shared hosting, and those two train tracks don't end up in the same town, ya dig?
I \_really\_ like all of Dreamhosts's custom management stuff.
One-click install 'Goodies', etc = a LOT of time saved.
Way easier than CPanel, etc.
I've been using Dreamhost for very low-volume sites for around a decade or so, and have had no major issues, and few enough minor issues to count on two hands (that's with a decade of service).
YMMV, of course.And no, I have no affiliation with any of the above-mentioned companies.Another to avoid: Matrosity (rhymes with atrocity for a reason).</sentencetext>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225842</id>
	<title>A different viewpoint</title>
	<author>stonecypher</author>
	<datestamp>1266773700000</datestamp>
	<modclass>Informativ</modclass>
	<modscore>4</modscore>
	<htmltext><p>1) Failures will happen.  Design for them.  Have at least two hosts, in significantly different physical locations.  If a host gets hacked, if their backups were silently failing, if they go out of business without warning like RedONE did, if they get hit by natural disaster, et cetera; there just isn't anything you can do to isolate from that.  Redundancy is key.</p><p>2) Ask hosts about their backup policy and strategy, as well as their redundant disk setup, before you get started.  It's not a perfect answer, but it gives you a decent sense of how on the ball they are - if they're spending for the extra disk space, then they're probably not cheaping out other places either.</p><p>3) A week or two in, request a backup restore.  You don't have to make up a failure or anything; just say you've had problems with hosts lying about backups in the past, and you want to make sure you're on good ground.  Make some changes to your setup beforehand every 10 minutes on a cron, so you know how old the backup is when it's restored.</p><p>4) Ask about gotcha policies like how they handle over-bandwidth (free day, shutoff, charge per unit, etc) and so forth.  That'll give you a sense of how they'll behave if/when problems happen.</p><p>5) Expect problems to happen.  The engineering overhead of replication isn't that big these days, and the cost of not having it is immense.  Furthermore, in addition to replication, which secures against failure, also have backup, which secures against attack.  Backup can be by FTP to one of those cheapo shared hosts that don't care about disk space, but it needs to be at a distinct third location.</p><p>Basically, don't try to find a host that won't have problems.  You'll find Santa Claus sooner.  Parts fail, people make errors, people do shady things, attacks are made, natural disasters and backhoes happen, et cetera.</p><p>Just have a contingency plan in place.  If you can handle a failure, it's no longer a critical problem.  It's usually cheaper to have three normal hosts than one super duper bullet proof host.  Leverage economy.  The internet is designed for handling the failure of cheap parts through massive redundancy.</p><p>Leverage that.  It's the smartest thing in network history.</p></htmltext>
<tokenext>1 ) Failures will happen .
Design for them .
Have at least two hosts , in significantly different physical locations .
If a host gets hacked , if their backups were silently failing , if they go out of business without warning like RedONE did , if they get hit by natural disaster , et cetera ; there just is n't anything you can do to isolate from that .
Redundancy is key.2 ) Ask hosts about their backup policy and strategy , as well as their redundant disk setup , before you get started .
It 's not a perfect answer , but it gives you a decent sense of how on the ball they are - if they 're spending for the extra disk space , then they 're probably not cheaping out other places either.3 ) A week or two in , request a backup restore .
You do n't have to make up a failure or anything ; just say you 've had problems with hosts lying about backups in the past , and you want to make sure you 're on good ground .
Make some changes to your setup beforehand every 10 minutes on a cron , so you know how old the backup is when it 's restored.4 ) Ask about gotcha policies like how they handle over-bandwidth ( free day , shutoff , charge per unit , etc ) and so forth .
That 'll give you a sense of how they 'll behave if/when problems happen.5 ) Expect problems to happen .
The engineering overhead of replication is n't that big these days , and the cost of not having it is immense .
Furthermore , in addition to replication , which secures against failure , also have backup , which secures against attack .
Backup can be by FTP to one of those cheapo shared hosts that do n't care about disk space , but it needs to be at a distinct third location.Basically , do n't try to find a host that wo n't have problems .
You 'll find Santa Claus sooner .
Parts fail , people make errors , people do shady things , attacks are made , natural disasters and backhoes happen , et cetera.Just have a contingency plan in place .
If you can handle a failure , it 's no longer a critical problem .
It 's usually cheaper to have three normal hosts than one super duper bullet proof host .
Leverage economy .
The internet is designed for handling the failure of cheap parts through massive redundancy.Leverage that .
It 's the smartest thing in network history .</tokentext>
<sentencetext>1) Failures will happen.
Design for them.
Have at least two hosts, in significantly different physical locations.
If a host gets hacked, if their backups were silently failing, if they go out of business without warning like RedONE did, if they get hit by natural disaster, et cetera; there just isn't anything you can do to isolate from that.
Redundancy is key.2) Ask hosts about their backup policy and strategy, as well as their redundant disk setup, before you get started.
It's not a perfect answer, but it gives you a decent sense of how on the ball they are - if they're spending for the extra disk space, then they're probably not cheaping out other places either.3) A week or two in, request a backup restore.
You don't have to make up a failure or anything; just say you've had problems with hosts lying about backups in the past, and you want to make sure you're on good ground.
Make some changes to your setup beforehand every 10 minutes on a cron, so you know how old the backup is when it's restored.4) Ask about gotcha policies like how they handle over-bandwidth (free day, shutoff, charge per unit, etc) and so forth.
That'll give you a sense of how they'll behave if/when problems happen.5) Expect problems to happen.
The engineering overhead of replication isn't that big these days, and the cost of not having it is immense.
Furthermore, in addition to replication, which secures against failure, also have backup, which secures against attack.
Backup can be by FTP to one of those cheapo shared hosts that don't care about disk space, but it needs to be at a distinct third location.Basically, don't try to find a host that won't have problems.
You'll find Santa Claus sooner.
Parts fail, people make errors, people do shady things, attacks are made, natural disasters and backhoes happen, et cetera.Just have a contingency plan in place.
If you can handle a failure, it's no longer a critical problem.
It's usually cheaper to have three normal hosts than one super duper bullet proof host.
Leverage economy.
The internet is designed for handling the failure of cheap parts through massive redundancy.Leverage that.
It's the smartest thing in network history.</sentencetext>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225364</id>
	<title>Re:DreamHost</title>
	<author>schwep</author>
	<datestamp>1266769740000</datestamp>
	<modclass>None</modclass>
	<modscore>1</modscore>
	<htmltext><p>I have been using them for nearly a year &amp; also like their service.</p><p>Things I need in a webhost:<br>1. ssh access &amp; my machine is linux - my business is a linux only shop (except for the occasional VM with WinXP as a work-around) for a number of reasons<br>2. Allowing me to install whatever I want/need.  Some parts of my site are PHP, others are Ruby on Rails<br>3. 'unlimited' space/bandwidth - I realize it's not, but I don't have to worry about my normal usage.<br>4. ssl certificates/hosting for a reasonable amount<br>5. Subversion or Git hosting is great for distributed teams in an easy to maintain place.<br>6. Allowing me to write &amp; run custom crontabs for automatic processes - like backing up!</p></htmltext>
<tokenext>I have been using them for nearly a year &amp; also like their service.Things I need in a webhost : 1. ssh access &amp; my machine is linux - my business is a linux only shop ( except for the occasional VM with WinXP as a work-around ) for a number of reasons2 .
Allowing me to install whatever I want/need .
Some parts of my site are PHP , others are Ruby on Rails3 .
'unlimited ' space/bandwidth - I realize it 's not , but I do n't have to worry about my normal usage.4 .
ssl certificates/hosting for a reasonable amount5 .
Subversion or Git hosting is great for distributed teams in an easy to maintain place.6 .
Allowing me to write &amp; run custom crontabs for automatic processes - like backing up !</tokentext>
<sentencetext>I have been using them for nearly a year &amp; also like their service.Things I need in a webhost:1. ssh access &amp; my machine is linux - my business is a linux only shop (except for the occasional VM with WinXP as a work-around) for a number of reasons2.
Allowing me to install whatever I want/need.
Some parts of my site are PHP, others are Ruby on Rails3.
'unlimited' space/bandwidth - I realize it's not, but I don't have to worry about my normal usage.4.
ssl certificates/hosting for a reasonable amount5.
Subversion or Git hosting is great for distributed teams in an easy to maintain place.6.
Allowing me to write &amp; run custom crontabs for automatic processes - like backing up!</sentencetext>
	<parent>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225094</parent>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31234844</id>
	<title>Re:A warning about 1 and 1</title>
	<author>mikl</author>
	<datestamp>1266830460000</datestamp>
	<modclass>None</modclass>
	<modscore>1</modscore>
	<htmltext><p>I posted above about an experience I had with 1and1, while still holding an open and current (paid in full) account -- they turned me over to collection for an amount that I did not owe, had already paid, and had records (credit card bills) proving I paid it.</p><p>Took days spending hours on the phone and sending a lot of faxes and letters via email to get it resolved.  Nobody at 1and1 seemed to care or be bothered to do anything about it; it was always someone else's problem.  The collection agency would only cease action if they got notice from 1and1 that it was resolved... Wash, rinse, repeat.</p></htmltext>
<tokenext>I posted above about an experience I had with 1and1 , while still holding an open and current ( paid in full ) account -- they turned me over to collection for an amount that I did not owe , had already paid , and had records ( credit card bills ) proving I paid it.Took days spending hours on the phone and sending a lot of faxes and letters via email to get it resolved .
Nobody at 1and1 seemed to care or be bothered to do anything about it ; it was always someone else 's problem .
The collection agency would only cease action if they got notice from 1and1 that it was resolved... Wash , rinse , repeat .</tokentext>
<sentencetext>I posted above about an experience I had with 1and1, while still holding an open and current (paid in full) account -- they turned me over to collection for an amount that I did not owe, had already paid, and had records (credit card bills) proving I paid it.Took days spending hours on the phone and sending a lot of faxes and letters via email to get it resolved.
Nobody at 1and1 seemed to care or be bothered to do anything about it; it was always someone else's problem.
The collection agency would only cease action if they got notice from 1and1 that it was resolved... Wash, rinse, repeat.</sentencetext>
	<parent>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225216</parent>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225350</id>
	<title>Research your choices</title>
	<author>Anonymous</author>
	<datestamp>1266769680000</datestamp>
	<modclass>Informativ</modclass>
	<modscore>2</modscore>
	<htmltext><p>When you're going to get a new host, and it's not a name company (hostgator, dreamhost, etc.) do your research. There are a ton of resellers selling stuff from other resellers. It's like the Amway of the Internet. Look at the whois for your new host. If it's hidden behind one of those obfuscation services, it's a red flag. Look at the name servers. If it's the same as the host (ns1.host.com) it's a plus. If it's something else, go look at the website of the name service...you'll probably find it's where they're re-reselling hostspace. Try to get upline as much as possible, since if one of those people forgets to pay the bill, you're screwed with no (worthwhile) recourse.</p><p>I would suggest not going with IXWebhosting. They've been hit with injection attacks for over two years on an almost daily basis. I was with them for years until they were compromised. They will also blame you, saying your website was insecure...except I had fifteen domains that were parked with a single HTML page that just said "go away" hacked.</p><p>Make sure they're available 24/7, and that they answer the phones. My current VPS host (InMotionHosting) answered the phone at 1am and placed my order.</p><p>Watch out for all the "review" sites. Do a whois and you'll find many are owned by the hosts that get top billing. At the very least, every host review should have some negative hits from a disgruntled webmaster. Look for the ones that lay it all out, warts and all.</p><p>Never ever expect your host to back up your website. If it's not in your possession, it doesn't exist, unless you're lucky. Cron jobs are nice for dumping databases to a backup.</p><p>I personally like dedicated IPs. Since it seems you're multi-hosting, see if shared or individual IPs are available. Also, check to see if wildcard or sub-domains (space.host.com) are available.</p><p>Best of luck to you.</p></htmltext>
<tokenext>When you 're going to get a new host , and it 's not a name company ( hostgator , dreamhost , etc .
) do your research .
There are a ton of resellers selling stuff from other resellers .
It 's like the Amway of the Internet .
Look at the whois for your new host .
If it 's hidden behind one of those obfuscation services , it 's a red flag .
Look at the name servers .
If it 's the same as the host ( ns1.host.com ) it 's a plus .
If it 's something else , go look at the website of the name service...you 'll probably find it 's where they 're re-reselling hostspace .
Try to get upline as much as possible , since if one of those people forgets to pay the bill , you 're screwed with no ( worthwhile ) recourse.I would suggest not going with IXWebhosting .
They 've been hit with injection attacks for over two years on an almost daily basis .
I was with them for years until they were compromised .
They will also blame you , saying your website was insecure...except I had fifteen domains that were parked with a single HTML page that just said " go away " hacked.Make sure they 're available 24/7 , and that they answer the phones .
My current VPS host ( InMotionHosting ) answered the phone at 1am and placed my order.Watch out for all the " review " sites .
Do a whois and you 'll find many are owned by the hosts that get top billing .
At the very least , every host review should have some negative hits from a disgruntled webmaster .
Look for the ones that lay it all out , warts and all.Never ever expect your host to back up your website .
If it 's not in your possession , it does n't exist , unless you 're lucky .
Cron jobs are nice for dumping databases to a backup.I personally like dedicated IPs .
Since it seems you 're multi-hosting , see if shared or individual IPs are available .
Also , check to see if wildcard or sub-domains ( space.host.com ) are available.Best of luck to you .</tokentext>
<sentencetext>When you're going to get a new host, and it's not a name company (hostgator, dreamhost, etc.
) do your research.
There are a ton of resellers selling stuff from other resellers.
It's like the Amway of the Internet.
Look at the whois for your new host.
If it's hidden behind one of those obfuscation services, it's a red flag.
Look at the name servers.
If it's the same as the host (ns1.host.com) it's a plus.
If it's something else, go look at the website of the name service...you'll probably find it's where they're re-reselling hostspace.
Try to get upline as much as possible, since if one of those people forgets to pay the bill, you're screwed with no (worthwhile) recourse.I would suggest not going with IXWebhosting.
They've been hit with injection attacks for over two years on an almost daily basis.
I was with them for years until they were compromised.
They will also blame you, saying your website was insecure...except I had fifteen domains that were parked with a single HTML page that just said "go away" hacked.Make sure they're available 24/7, and that they answer the phones.
My current VPS host (InMotionHosting) answered the phone at 1am and placed my order.Watch out for all the "review" sites.
Do a whois and you'll find many are owned by the hosts that get top billing.
At the very least, every host review should have some negative hits from a disgruntled webmaster.
Look for the ones that lay it all out, warts and all.Never ever expect your host to back up your website.
If it's not in your possession, it doesn't exist, unless you're lucky.
Cron jobs are nice for dumping databases to a backup.I personally like dedicated IPs.
Since it seems you're multi-hosting, see if shared or individual IPs are available.
Also, check to see if wildcard or sub-domains (space.host.com) are available.Best of luck to you.</sentencetext>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31227154</id>
	<title>questions/answers/providers</title>
	<author>Anonymous</author>
	<datestamp>1266833820000</datestamp>
	<modclass>None</modclass>
	<modscore>0</modscore>
	<htmltext><p>What's your budget ?<br>How many sites do you plan to host ?<br>How significant are they to you ?<br>Personal site ? Professional one ?<br>Do you remember the average monthly traffic you used to have ?<br>How much disk-space you need ?<br>If the service is stable (meaning there is no downtime) would you be able to handle the sites yourself or you will need to communicate with the tech support a lot ?<br>Answer those questions and based on the answers start looking for a provider.<br>Webhostingtalk is a great place to start since there is a lot of feedback from customers.<br>If I personally had to recommend a provider that would be icdsoft.com - in terms of price/uptime/customer support they are the choice.<br>Personally I would not recommend to go with a big provider like say  hostway.com - yes, they are big but they make money out of the Enterprise and a single user<br>does not mean much to them. Another alternative I would recommend are hostdime.com.</p></htmltext>
<tokenext>What 's your budget ? How many sites do you plan to host ? How significant are they to you ? Personal site ?
Professional one ? Do you remember the average monthly traffic you used to have ? How much disk-space you need ? If the service is stable ( meaning there is no downtime ) would you be able to handle the sites yourself or you will need to communicate with the tech support a lot ? Answer those questions and based on the answers start looking for a provider.Webhostingtalk is a great place to start since there is a lot of feedback from customers.If I personally had to recommend a provider that would be icdsoft.com - in terms of price/uptime/customer support they are the choice.Personally I would not recommend to go with a big provider like say hostway.com - yes , they are big but they make money out of the Enterprise and a single userdoes not mean much to them .
Another alternative I would recommend are hostdime.com .</tokentext>
<sentencetext>What's your budget ?How many sites do you plan to host ?How significant are they to you ?Personal site ?
Professional one ?Do you remember the average monthly traffic you used to have ?How much disk-space you need ?If the service is stable (meaning there is no downtime) would you be able to handle the sites yourself or you will need to communicate with the tech support a lot ?Answer those questions and based on the answers start looking for a provider.Webhostingtalk is a great place to start since there is a lot of feedback from customers.If I personally had to recommend a provider that would be icdsoft.com - in terms of price/uptime/customer support they are the choice.Personally I would not recommend to go with a big provider like say  hostway.com - yes, they are big but they make money out of the Enterprise and a single userdoes not mean much to them.
Another alternative I would recommend are hostdime.com.</sentencetext>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31245496</id>
	<title>Re:DreamHost</title>
	<author>priyank\_bolia</author>
	<datestamp>1266945900000</datestamp>
	<modclass>None</modclass>
	<modscore>1</modscore>
	<htmltext>Don't know about their service quality, though I won't do business with such fraud companies. Based on your stupid post, I contacted DreamHost support for details, and they asked to create a free account any try for seven days, and when I created a free account, my credit card has been charged without any notification. Even some of biggest and<nobr> <wbr></nobr>..... companies like PayPal notifies user before charging card for validation. DreamHost is fraud company.</htmltext>
<tokenext>Do n't know about their service quality , though I wo n't do business with such fraud companies .
Based on your stupid post , I contacted DreamHost support for details , and they asked to create a free account any try for seven days , and when I created a free account , my credit card has been charged without any notification .
Even some of biggest and ..... companies like PayPal notifies user before charging card for validation .
DreamHost is fraud company .</tokentext>
<sentencetext>Don't know about their service quality, though I won't do business with such fraud companies.
Based on your stupid post, I contacted DreamHost support for details, and they asked to create a free account any try for seven days, and when I created a free account, my credit card has been charged without any notification.
Even some of biggest and ..... companies like PayPal notifies user before charging card for validation.
DreamHost is fraud company.</sentencetext>
	<parent>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225094</parent>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225548</id>
	<title>Google App Engine</title>
	<author>daBass</author>
	<datestamp>1266771180000</datestamp>
	<modclass>None</modclass>
	<modscore>1</modscore>
	<htmltext><p>mrstrano: use Google App Engine. Either Java or Python, doesn't matter. FREE to start, great value when the website takes off and scales beyond what you'll likely need.</p></htmltext>
<tokenext>mrstrano : use Google App Engine .
Either Java or Python , does n't matter .
FREE to start , great value when the website takes off and scales beyond what you 'll likely need .</tokentext>
<sentencetext>mrstrano: use Google App Engine.
Either Java or Python, doesn't matter.
FREE to start, great value when the website takes off and scales beyond what you'll likely need.</sentencetext>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31228722</id>
	<title>Summoning it Up</title>
	<author>CodeHog</author>
	<datestamp>1266850500000</datestamp>
	<modclass>None</modclass>
	<modscore>1</modscore>
	<htmltext>The old company I was with sux. But this new company is the shit. You should use it. And here's a link.

In serious, I was hoping to gain more insight into the world of web hosting. Which I did and that is nearly everyone is trying to resell to everyone else. And you really need to know what is important to you because the spectrum of services are from a basic service to enterprise level services. Other than that, pick one and go with it until the suck and then find another.</htmltext>
<tokenext>The old company I was with sux .
But this new company is the shit .
You should use it .
And here 's a link .
In serious , I was hoping to gain more insight into the world of web hosting .
Which I did and that is nearly everyone is trying to resell to everyone else .
And you really need to know what is important to you because the spectrum of services are from a basic service to enterprise level services .
Other than that , pick one and go with it until the suck and then find another .</tokentext>
<sentencetext>The old company I was with sux.
But this new company is the shit.
You should use it.
And here's a link.
In serious, I was hoping to gain more insight into the world of web hosting.
Which I did and that is nearly everyone is trying to resell to everyone else.
And you really need to know what is important to you because the spectrum of services are from a basic service to enterprise level services.
Other than that, pick one and go with it until the suck and then find another.</sentencetext>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225926</id>
	<title>Re:slicehost</title>
	<author>girasquid</author>
	<datestamp>1266774360000</datestamp>
	<modclass>None</modclass>
	<modscore>1</modscore>
	<htmltext>Ever since Slicehost got bought, I've been less and less impressed with them - their customer service isn't as responsive as it used to be, and they seem to have spent more time rewriting their support chatroom than making any improvements to the actual service that they offer. If you're looking for the same thing(but cheaper), Rackspace's Cloud Servers is essentially a re-branded version of Slicehost. You end up paying $10/mo for the same system, except that outgoing bandwidth is no longer bundled - but until you're pushing &gt;40GB of bw/month, Cloud Servers will be cheaper for the same thing.<br> <br>

If you're okay paying the price for Slicehost's services, Linode did better than both of them in this benchmark: <a href="http://journal.uggedal.com/vps-performance-comparison" title="uggedal.com" rel="nofollow">http://journal.uggedal.com/vps-performance-comparison</a> [uggedal.com], and offers more resources at the same price point - but your mileage may vary.</htmltext>
<tokenext>Ever since Slicehost got bought , I 've been less and less impressed with them - their customer service is n't as responsive as it used to be , and they seem to have spent more time rewriting their support chatroom than making any improvements to the actual service that they offer .
If you 're looking for the same thing ( but cheaper ) , Rackspace 's Cloud Servers is essentially a re-branded version of Slicehost .
You end up paying $ 10/mo for the same system , except that outgoing bandwidth is no longer bundled - but until you 're pushing &gt; 40GB of bw/month , Cloud Servers will be cheaper for the same thing .
If you 're okay paying the price for Slicehost 's services , Linode did better than both of them in this benchmark : http : //journal.uggedal.com/vps-performance-comparison [ uggedal.com ] , and offers more resources at the same price point - but your mileage may vary .</tokentext>
<sentencetext>Ever since Slicehost got bought, I've been less and less impressed with them - their customer service isn't as responsive as it used to be, and they seem to have spent more time rewriting their support chatroom than making any improvements to the actual service that they offer.
If you're looking for the same thing(but cheaper), Rackspace's Cloud Servers is essentially a re-branded version of Slicehost.
You end up paying $10/mo for the same system, except that outgoing bandwidth is no longer bundled - but until you're pushing &gt;40GB of bw/month, Cloud Servers will be cheaper for the same thing.
If you're okay paying the price for Slicehost's services, Linode did better than both of them in this benchmark: http://journal.uggedal.com/vps-performance-comparison [uggedal.com], and offers more resources at the same price point - but your mileage may vary.</sentencetext>
	<parent>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225142</parent>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225690</id>
	<title>Re:No, *avoid* DreamHost...</title>
	<author>Anonymous</author>
	<datestamp>1266772140000</datestamp>
	<modclass>None</modclass>
	<modscore>0</modscore>
	<htmltext><p>I used DreamHost as a backup solution for a short while. They silently deleted my backups without notice. It wasn't even on an unlimited plan. They offered up 2TB of space, and I used 1GB for backups unlinked to the web.</p></htmltext>
<tokenext>I used DreamHost as a backup solution for a short while .
They silently deleted my backups without notice .
It was n't even on an unlimited plan .
They offered up 2TB of space , and I used 1GB for backups unlinked to the web .</tokentext>
<sentencetext>I used DreamHost as a backup solution for a short while.
They silently deleted my backups without notice.
It wasn't even on an unlimited plan.
They offered up 2TB of space, and I used 1GB for backups unlinked to the web.</sentencetext>
	<parent>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225344</parent>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225460</id>
	<title>Re:slicehost</title>
	<author>Anonymous</author>
	<datestamp>1266770460000</datestamp>
	<modclass>None</modclass>
	<modscore>0</modscore>
	<htmltext><p>Slicehost is really just Rackspace Cloud Servers, so save some money and go straight to the source. (Technically they merged, but really they both run the same Xen platform.)</p></htmltext>
<tokenext>Slicehost is really just Rackspace Cloud Servers , so save some money and go straight to the source .
( Technically they merged , but really they both run the same Xen platform .
)</tokentext>
<sentencetext>Slicehost is really just Rackspace Cloud Servers, so save some money and go straight to the source.
(Technically they merged, but really they both run the same Xen platform.
)</sentencetext>
	<parent>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225142</parent>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31226850</id>
	<title>Colocate your own machines</title>
	<author>Anonymous</author>
	<datestamp>1266871980000</datestamp>
	<modclass>None</modclass>
	<modscore>0</modscore>
	<htmltext><p>I'm not sure what your hardware requirements are, but if they are fairly light you can easily build up a 1u atom machine for around $350 which should only use about half an amp of power. Build two of those up, check out webhostingtalk.com for any colo's with decent carriers (internap, level 3, savvis), avoid COGENT like the plague and perform your own off-site backups. Assuming your not going to be pushing a ton of bandwidth for a while you should be able to easily get away paying ~$60-80/month for 6-10mbit 95\% 100mbit burstable at a reputable colo in Dallas and Chicago.</p></htmltext>
<tokenext>I 'm not sure what your hardware requirements are , but if they are fairly light you can easily build up a 1u atom machine for around $ 350 which should only use about half an amp of power .
Build two of those up , check out webhostingtalk.com for any colo 's with decent carriers ( internap , level 3 , savvis ) , avoid COGENT like the plague and perform your own off-site backups .
Assuming your not going to be pushing a ton of bandwidth for a while you should be able to easily get away paying ~ $ 60-80/month for 6-10mbit 95 \ % 100mbit burstable at a reputable colo in Dallas and Chicago .</tokentext>
<sentencetext>I'm not sure what your hardware requirements are, but if they are fairly light you can easily build up a 1u atom machine for around $350 which should only use about half an amp of power.
Build two of those up, check out webhostingtalk.com for any colo's with decent carriers (internap, level 3, savvis), avoid COGENT like the plague and perform your own off-site backups.
Assuming your not going to be pushing a ton of bandwidth for a while you should be able to easily get away paying ~$60-80/month for 6-10mbit 95\% 100mbit burstable at a reputable colo in Dallas and Chicago.</sentencetext>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31227038</id>
	<title>Doomed from the start</title>
	<author>mwvdlee</author>
	<datestamp>1266831780000</datestamp>
	<modclass>None</modclass>
	<modscore>1</modscore>
	<htmltext><p><div class="quote"><p>(no, it's not going to be a porn website)</p></div><p>Your project is doomed from the start.</p></div>
	</htmltext>
<tokenext>( no , it 's not going to be a porn website ) Your project is doomed from the start .</tokentext>
<sentencetext>(no, it's not going to be a porn website)Your project is doomed from the start.
	</sentencetext>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225484</id>
	<title>Re:No, *avoid* DreamHost...</title>
	<author>Anonymous</author>
	<datestamp>1266770640000</datestamp>
	<modclass>None</modclass>
	<modscore>1</modscore>
	<htmltext><p>I am a dreamhost customer.  Their shared hosting service is as described above.  They also have this habit of killing your php scripts if they go over certain memory/cpu limits, which can make debugging a real pain.</p><p>Pros: Cheap service, responsive and geeky tech support, good documentation on where their systems are wonky.  Free hosting for non profits, and they don't nickle and dime you for crap like per-site fees, subdomains, etc - if it's free to them, it's free to you.  When you outgrow their shared hosting abilities, and you will, you can move up relatively painlessly to a VPS offering which I've found to be pretty decent on some site with decent demands.</p><p>Cons: They've had a few really painful problems in the past few years.  06 and 08 were, as vintners would say, not good years.  Email coming out of DH is often considered spam (last I checked it was straight up impossible to deliver to any AOL users; luckily I stopped needing to send to anyone with aol accounts)</p></htmltext>
<tokenext>I am a dreamhost customer .
Their shared hosting service is as described above .
They also have this habit of killing your php scripts if they go over certain memory/cpu limits , which can make debugging a real pain.Pros : Cheap service , responsive and geeky tech support , good documentation on where their systems are wonky .
Free hosting for non profits , and they do n't nickle and dime you for crap like per-site fees , subdomains , etc - if it 's free to them , it 's free to you .
When you outgrow their shared hosting abilities , and you will , you can move up relatively painlessly to a VPS offering which I 've found to be pretty decent on some site with decent demands.Cons : They 've had a few really painful problems in the past few years .
06 and 08 were , as vintners would say , not good years .
Email coming out of DH is often considered spam ( last I checked it was straight up impossible to deliver to any AOL users ; luckily I stopped needing to send to anyone with aol accounts )</tokentext>
<sentencetext>I am a dreamhost customer.
Their shared hosting service is as described above.
They also have this habit of killing your php scripts if they go over certain memory/cpu limits, which can make debugging a real pain.Pros: Cheap service, responsive and geeky tech support, good documentation on where their systems are wonky.
Free hosting for non profits, and they don't nickle and dime you for crap like per-site fees, subdomains, etc - if it's free to them, it's free to you.
When you outgrow their shared hosting abilities, and you will, you can move up relatively painlessly to a VPS offering which I've found to be pretty decent on some site with decent demands.Cons: They've had a few really painful problems in the past few years.
06 and 08 were, as vintners would say, not good years.
Email coming out of DH is often considered spam (last I checked it was straight up impossible to deliver to any AOL users; luckily I stopped needing to send to anyone with aol accounts)</sentencetext>
	<parent>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225344</parent>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31228482</id>
	<title>Re:Things I look for</title>
	<author>singularity</author>
	<datestamp>1266848760000</datestamp>
	<modclass>None</modclass>
	<modscore>1</modscore>
	<htmltext><p>I am another extremely happy customer of pair.com I have been using them for about ten years now and think I have seen a total of about ten minutes of downtime for my server in that time.</p></htmltext>
<tokenext>I am another extremely happy customer of pair.com I have been using them for about ten years now and think I have seen a total of about ten minutes of downtime for my server in that time .</tokentext>
<sentencetext>I am another extremely happy customer of pair.com I have been using them for about ten years now and think I have seen a total of about ten minutes of downtime for my server in that time.</sentencetext>
	<parent>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225316</parent>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31224954</id>
	<title>Try and try again</title>
	<author>PCM2</author>
	<datestamp>1266767220000</datestamp>
	<modclass>None</modclass>
	<modscore>1</modscore>
	<htmltext><p>I've moved around Web hosts a few times for similar reasons, most of which amount to general incompetence on the part of the hosts. Often the host would start out fine, seem great, and then after a while the outages, increased latency, and other problems would mount. By the time I found myself getting in touch with the host's tech support regularly, I would realize how bad it really was. Eventually I felt I had no choice but to go elsewhere, and I was back in the same boat as before. I've come to believe that's just life when you're not willing to pay a lot for Web hosting.</p></htmltext>
<tokenext>I 've moved around Web hosts a few times for similar reasons , most of which amount to general incompetence on the part of the hosts .
Often the host would start out fine , seem great , and then after a while the outages , increased latency , and other problems would mount .
By the time I found myself getting in touch with the host 's tech support regularly , I would realize how bad it really was .
Eventually I felt I had no choice but to go elsewhere , and I was back in the same boat as before .
I 've come to believe that 's just life when you 're not willing to pay a lot for Web hosting .</tokentext>
<sentencetext>I've moved around Web hosts a few times for similar reasons, most of which amount to general incompetence on the part of the hosts.
Often the host would start out fine, seem great, and then after a while the outages, increased latency, and other problems would mount.
By the time I found myself getting in touch with the host's tech support regularly, I would realize how bad it really was.
Eventually I felt I had no choice but to go elsewhere, and I was back in the same boat as before.
I've come to believe that's just life when you're not willing to pay a lot for Web hosting.</sentencetext>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225736</id>
	<title>www.sonic.net</title>
	<author>Anonymous</author>
	<datestamp>1266772620000</datestamp>
	<modclass>None</modclass>
	<modscore>0</modscore>
	<htmltext><p>A great ISP in Santa Rosa, CA with truly great customer service and unbelievable professionalism.</p></htmltext>
<tokenext>A great ISP in Santa Rosa , CA with truly great customer service and unbelievable professionalism .</tokentext>
<sentencetext>A great ISP in Santa Rosa, CA with truly great customer service and unbelievable professionalism.</sentencetext>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225722</id>
	<title>Colocated server or VPS</title>
	<author>kimvette</author>
	<datestamp>1266772500000</datestamp>
	<modclass>None</modclass>
	<modscore>1</modscore>
	<htmltext><p>This is why having a colocated server or a VPS (virtual private server) is so important; you can create backup scripts and run them via crond, and use scp to pull down your backups regularly. That way, if your hosting provider does go under or fudges up in a major way, you can have your sites back up and running in a matter of a couple of hours on a new host.  Depending on how you configure your own custom backup scripts, worst case you might lose a few hours' worth of data (and possibly the server, but the value of that is nil compared to the data) rather than losing everything.</p></htmltext>
<tokenext>This is why having a colocated server or a VPS ( virtual private server ) is so important ; you can create backup scripts and run them via crond , and use scp to pull down your backups regularly .
That way , if your hosting provider does go under or fudges up in a major way , you can have your sites back up and running in a matter of a couple of hours on a new host .
Depending on how you configure your own custom backup scripts , worst case you might lose a few hours ' worth of data ( and possibly the server , but the value of that is nil compared to the data ) rather than losing everything .</tokentext>
<sentencetext>This is why having a colocated server or a VPS (virtual private server) is so important; you can create backup scripts and run them via crond, and use scp to pull down your backups regularly.
That way, if your hosting provider does go under or fudges up in a major way, you can have your sites back up and running in a matter of a couple of hours on a new host.
Depending on how you configure your own custom backup scripts, worst case you might lose a few hours' worth of data (and possibly the server, but the value of that is nil compared to the data) rather than losing everything.</sentencetext>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225392</id>
	<title>Hostgator</title>
	<author>Anonymous</author>
	<datestamp>1266770040000</datestamp>
	<modclass>None</modclass>
	<modscore>0</modscore>
	<htmltext><p>We have been using Hostgator for the past year plus and have been extremely satisfied.  Tech support is always on the ball, they answer questions almost immediately.  Very inexpensive!</p></htmltext>
<tokenext>We have been using Hostgator for the past year plus and have been extremely satisfied .
Tech support is always on the ball , they answer questions almost immediately .
Very inexpensive !</tokentext>
<sentencetext>We have been using Hostgator for the past year plus and have been extremely satisfied.
Tech support is always on the ball, they answer questions almost immediately.
Very inexpensive!</sentencetext>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31226816</id>
	<title>colocation-center.com</title>
	<author>Anonymous</author>
	<datestamp>1266871560000</datestamp>
	<modclass>None</modclass>
	<modscore>0</modscore>
	<htmltext><p>Try www.colocation-center.com if you are also running an e-commerce you'll benefit from local tax advantages.</p></htmltext>
<tokenext>Try www.colocation-center.com if you are also running an e-commerce you 'll benefit from local tax advantages .</tokentext>
<sentencetext>Try www.colocation-center.com if you are also running an e-commerce you'll benefit from local tax advantages.</sentencetext>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31236148</id>
	<title>Good, Fast, or Cheap?</title>
	<author>mikl</author>
	<datestamp>1266834300000</datestamp>
	<modclass>None</modclass>
	<modscore>1</modscore>
	<htmltext><p>As the old saying goes,</p><p>Pick any two:<br>
&nbsp; - Good<br>
&nbsp; - Fast<br>
&nbsp; - Cheap</p><p>Good hosting is not cheap; cheap hosting comes with sacrifices.  Most people can live with cheap hosting (does your site REALLY require 99.999\% uptime?) and the choices are endless for decent, affordable hosting.  If you need more than that, you are going to have to spend for it.</p><p>Bandwidth, disk, redundant power, CPU cycles - those things are all finite and all still cost money.</p></htmltext>
<tokenext>As the old saying goes,Pick any two :   - Good   - Fast   - CheapGood hosting is not cheap ; cheap hosting comes with sacrifices .
Most people can live with cheap hosting ( does your site REALLY require 99.999 \ % uptime ?
) and the choices are endless for decent , affordable hosting .
If you need more than that , you are going to have to spend for it.Bandwidth , disk , redundant power , CPU cycles - those things are all finite and all still cost money .</tokentext>
<sentencetext>As the old saying goes,Pick any two:
  - Good
  - Fast
  - CheapGood hosting is not cheap; cheap hosting comes with sacrifices.
Most people can live with cheap hosting (does your site REALLY require 99.999\% uptime?
) and the choices are endless for decent, affordable hosting.
If you need more than that, you are going to have to spend for it.Bandwidth, disk, redundant power, CPU cycles - those things are all finite and all still cost money.</sentencetext>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31227126</id>
	<title>Dreamhost coupons then stablehost</title>
	<author>Anonymous</author>
	<datestamp>1266833340000</datestamp>
	<modclass>None</modclass>
	<modscore>0</modscore>
	<htmltext><p>Hunt for the highest dreamhost discount coupon and you can get the first year for about 10 dollars. I'm then moving to stablehost.com who have 50\% off coupons everywere so about $30 a year. Neither is top of the line but for just home stuff like mine it works perfectly adequately.</p><p>Always register you domains separately with someone else. Both the above hosts let you have multiple domains/websites on one account. Best I've found for a budget for those who have simple needs.</p></htmltext>
<tokenext>Hunt for the highest dreamhost discount coupon and you can get the first year for about 10 dollars .
I 'm then moving to stablehost.com who have 50 \ % off coupons everywere so about $ 30 a year .
Neither is top of the line but for just home stuff like mine it works perfectly adequately.Always register you domains separately with someone else .
Both the above hosts let you have multiple domains/websites on one account .
Best I 've found for a budget for those who have simple needs .</tokentext>
<sentencetext>Hunt for the highest dreamhost discount coupon and you can get the first year for about 10 dollars.
I'm then moving to stablehost.com who have 50\% off coupons everywere so about $30 a year.
Neither is top of the line but for just home stuff like mine it works perfectly adequately.Always register you domains separately with someone else.
Both the above hosts let you have multiple domains/websites on one account.
Best I've found for a budget for those who have simple needs.</sentencetext>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225268</id>
	<title>Re:DreamHost</title>
	<author>Nightshade</author>
	<datestamp>1266769020000</datestamp>
	<modclass>None</modclass>
	<modscore>1</modscore>
	<htmltext><p>i definitely second dreamhost. They had a bit of a screwup with billing a while back (search the web), but was quickly reversed. And as the other person said, i haven't had any problems and what they give you for the money is great.

</p><p>another good choice if you want a dedicated server and have a bit more to spend is <a href="http://www.m5hosting.com/" title="m5hosting.com" rel="nofollow">m5hosting</a> [m5hosting.com]. they let you pretty much pick your OS of choice (*BSD or the main Linux distros) and give you root access. their customer service is also fantastic.</p></htmltext>
<tokenext>i definitely second dreamhost .
They had a bit of a screwup with billing a while back ( search the web ) , but was quickly reversed .
And as the other person said , i have n't had any problems and what they give you for the money is great .
another good choice if you want a dedicated server and have a bit more to spend is m5hosting [ m5hosting.com ] .
they let you pretty much pick your OS of choice ( * BSD or the main Linux distros ) and give you root access .
their customer service is also fantastic .</tokentext>
<sentencetext>i definitely second dreamhost.
They had a bit of a screwup with billing a while back (search the web), but was quickly reversed.
And as the other person said, i haven't had any problems and what they give you for the money is great.
another good choice if you want a dedicated server and have a bit more to spend is m5hosting [m5hosting.com].
they let you pretty much pick your OS of choice (*BSD or the main Linux distros) and give you root access.
their customer service is also fantastic.</sentencetext>
	<parent>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225094</parent>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31226978</id>
	<title>Things I can think of</title>
	<author>Emperor Tiberius</author>
	<datestamp>1266830700000</datestamp>
	<modclass>None</modclass>
	<modscore>1</modscore>
	<htmltext><ul> <li>Backups.  Make them.  Test them.  Store multiple versions &amp; copies of them.</li>
<li>Redundancy.  Disks fail.  Servers crash.  If your site goes down, you'll want to get it back in a hurry.</li>
<li>If you don't want to roll your own admin with a VPS or a dedicated / colocation server, get cozy with the notion of shared hosting.
<ul> <li>Shared hosting is a shared resource.</li>
<li>If your neighbor is crushing the machine, your site is getting crushed.</li>
<li>If your neighbor and/or admin's software/policies allow the box to get owned, your stuff can get owned.</li>
<li>Stuff can be changed at will, often without notice to you.  Maybe another customer needed something.  Maybe an update needed to be pushed...</li>
</ul></li>
<li>Price.  There is such a thing as paying <i>too</i> much <b>and</b> there is such a thing as paying <i>too</i> little.  Do <b>not</b> be a cheap ass, especially if you need support.</li>
<li>Unlimited X.  There is no such thing as "unlimited" anything in the web hosting business.  Some limits are more finite than others.  Figure out what they are...</li>
<li>Storage.  Storage can be cheap, but often it is not.  Do not argue with your web host and say that you can buy a cheap ass 1TB drive for $X.  If you dislike their prices, vote with your money.</li>
<li>Chat with the sales, support, and billing departments.  Do you feel comfortable with them? Are they robots, or real, live human beings? Is it a small company, or a corporation?</li>
<li>Treat your support people with courtesy and respect.  Your $15/month website is not worth $1,000,000/hour.  If it was, maybe you should have bought better hosting/support/redundancy.</li>
</ul><p>

Finally, do your research and educate yourself! There are a lot of good review websites out there.  <a href="http://www.webhostingtalk.com/" title="webhostingtalk.com">Web Hosting Talk</a> [webhostingtalk.com] for instance...</p></htmltext>
<tokenext>Backups .
Make them .
Test them .
Store multiple versions &amp; copies of them .
Redundancy. Disks fail .
Servers crash .
If your site goes down , you 'll want to get it back in a hurry .
If you do n't want to roll your own admin with a VPS or a dedicated / colocation server , get cozy with the notion of shared hosting .
Shared hosting is a shared resource .
If your neighbor is crushing the machine , your site is getting crushed .
If your neighbor and/or admin 's software/policies allow the box to get owned , your stuff can get owned .
Stuff can be changed at will , often without notice to you .
Maybe another customer needed something .
Maybe an update needed to be pushed.. . Price. There is such a thing as paying too much and there is such a thing as paying too little .
Do not be a cheap ass , especially if you need support .
Unlimited X. There is no such thing as " unlimited " anything in the web hosting business .
Some limits are more finite than others .
Figure out what they are.. . Storage. Storage can be cheap , but often it is not .
Do not argue with your web host and say that you can buy a cheap ass 1TB drive for $ X .
If you dislike their prices , vote with your money .
Chat with the sales , support , and billing departments .
Do you feel comfortable with them ?
Are they robots , or real , live human beings ?
Is it a small company , or a corporation ?
Treat your support people with courtesy and respect .
Your $ 15/month website is not worth $ 1,000,000/hour .
If it was , maybe you should have bought better hosting/support/redundancy .
Finally , do your research and educate yourself !
There are a lot of good review websites out there .
Web Hosting Talk [ webhostingtalk.com ] for instance.. .</tokentext>
<sentencetext> Backups.
Make them.
Test them.
Store multiple versions &amp; copies of them.
Redundancy.  Disks fail.
Servers crash.
If your site goes down, you'll want to get it back in a hurry.
If you don't want to roll your own admin with a VPS or a dedicated / colocation server, get cozy with the notion of shared hosting.
Shared hosting is a shared resource.
If your neighbor is crushing the machine, your site is getting crushed.
If your neighbor and/or admin's software/policies allow the box to get owned, your stuff can get owned.
Stuff can be changed at will, often without notice to you.
Maybe another customer needed something.
Maybe an update needed to be pushed...

Price.  There is such a thing as paying too much and there is such a thing as paying too little.
Do not be a cheap ass, especially if you need support.
Unlimited X.  There is no such thing as "unlimited" anything in the web hosting business.
Some limits are more finite than others.
Figure out what they are...
Storage.  Storage can be cheap, but often it is not.
Do not argue with your web host and say that you can buy a cheap ass 1TB drive for $X.
If you dislike their prices, vote with your money.
Chat with the sales, support, and billing departments.
Do you feel comfortable with them?
Are they robots, or real, live human beings?
Is it a small company, or a corporation?
Treat your support people with courtesy and respect.
Your $15/month website is not worth $1,000,000/hour.
If it was, maybe you should have bought better hosting/support/redundancy.
Finally, do your research and educate yourself!
There are a lot of good review websites out there.
Web Hosting Talk [webhostingtalk.com] for instance...</sentencetext>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31226124</id>
	<title>Re:DreamHost</title>
	<author>Anonymous</author>
	<datestamp>1266775980000</datestamp>
	<modclass>None</modclass>
	<modscore>0</modscore>
	<htmltext><p>We've been very pleased with Dreamhost -- they seem to be very friendly and security-conscious. (Note that they're also <a href="http://www.dreamhoststatus.com/2009/11/25/reminder-network-hardware-maintenance-and-moves/" title="dreamhoststatus.com" rel="nofollow">using Ksplice</a> [dreamhoststatus.com], which we've covered before, to keep their systems up to date without rebooting.)</p></htmltext>
<tokenext>We 've been very pleased with Dreamhost -- they seem to be very friendly and security-conscious .
( Note that they 're also using Ksplice [ dreamhoststatus.com ] , which we 've covered before , to keep their systems up to date without rebooting .
)</tokentext>
<sentencetext>We've been very pleased with Dreamhost -- they seem to be very friendly and security-conscious.
(Note that they're also using Ksplice [dreamhoststatus.com], which we've covered before, to keep their systems up to date without rebooting.
)</sentencetext>
	<parent>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225094</parent>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225072</id>
	<title>The basics</title>
	<author>bigbird</author>
	<datestamp>1266767820000</datestamp>
	<modclass>None</modclass>
	<modscore>1</modscore>
	<htmltext><p>Your hosting company must offer 24x 7 telephone support. If they do not, go elsewhere.</p><p>They must offer full access via SSH. Obviously PHP, MySQL, unlimited email accounts and as much bandwith as possible is also required.</p><p>I'd also recommend you register your domain names with a registrar unrelated to your hosting provider, so you can quickly and easily swap hosts.</p><p>I use godaddy for domain names, and liquidweb for hosting. Both are large enough not to disappear overnight, and are very responsive to queries.</p></htmltext>
<tokenext>Your hosting company must offer 24x 7 telephone support .
If they do not , go elsewhere.They must offer full access via SSH .
Obviously PHP , MySQL , unlimited email accounts and as much bandwith as possible is also required.I 'd also recommend you register your domain names with a registrar unrelated to your hosting provider , so you can quickly and easily swap hosts.I use godaddy for domain names , and liquidweb for hosting .
Both are large enough not to disappear overnight , and are very responsive to queries .</tokentext>
<sentencetext>Your hosting company must offer 24x 7 telephone support.
If they do not, go elsewhere.They must offer full access via SSH.
Obviously PHP, MySQL, unlimited email accounts and as much bandwith as possible is also required.I'd also recommend you register your domain names with a registrar unrelated to your hosting provider, so you can quickly and easily swap hosts.I use godaddy for domain names, and liquidweb for hosting.
Both are large enough not to disappear overnight, and are very responsive to queries.</sentencetext>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225562</id>
	<title>User Rated Web Host List</title>
	<author>Anonymous</author>
	<datestamp>1266771240000</datestamp>
	<modclass>None</modclass>
	<modscore>0</modscore>
	<htmltext><p>One of the worst things your can do is search for web hosts on google.   Every rating system puts whomever pays the most at the top. You'll never get a good company that way. So last time I went looking for a host, I went looking for a user generated web host list.   What I found is this:</p><p>http://www.webhostingjury.com/</p><p>I started at the top of the list looking through the web hosts. I went till I found one that was easy to set up and had a very high rating. I ended up with Lunar Pages.   That was 2 years ago now and they were #3 or #4 on the list then. They are still in the top 10 but it looks like one or two others have come up in ranking or have been created since.  Hopefully that will help.</p></htmltext>
<tokenext>One of the worst things your can do is search for web hosts on google .
Every rating system puts whomever pays the most at the top .
You 'll never get a good company that way .
So last time I went looking for a host , I went looking for a user generated web host list .
What I found is this : http : //www.webhostingjury.com/I started at the top of the list looking through the web hosts .
I went till I found one that was easy to set up and had a very high rating .
I ended up with Lunar Pages .
That was 2 years ago now and they were # 3 or # 4 on the list then .
They are still in the top 10 but it looks like one or two others have come up in ranking or have been created since .
Hopefully that will help .</tokentext>
<sentencetext>One of the worst things your can do is search for web hosts on google.
Every rating system puts whomever pays the most at the top.
You'll never get a good company that way.
So last time I went looking for a host, I went looking for a user generated web host list.
What I found is this:http://www.webhostingjury.com/I started at the top of the list looking through the web hosts.
I went till I found one that was easy to set up and had a very high rating.
I ended up with Lunar Pages.
That was 2 years ago now and they were #3 or #4 on the list then.
They are still in the top 10 but it looks like one or two others have come up in ranking or have been created since.
Hopefully that will help.</sentencetext>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225240</id>
	<title>Re:Things I look for</title>
	<author>c0y</author>
	<datestamp>1266768840000</datestamp>
	<modclass>None</modclass>
	<modscore>1</modscore>
	<htmltext><p><div class="quote"><p>Do they use Linux only?  I only want Linux hosting, and mixed providers are always trying to push you over into Windows hosting because they're being incentivized to do so.  I've been around and don't need to hear that pitch again.</p></div><p>Eh, that may be true in some cases. My employer provides hosting on linux and windows because some of our customers (who are also buying our bandwidth at their offices and want a single point of billing/support for all their Internet services) are developing<nobr> <wbr></nobr>.NET apps and want the native platform.</p><p>So, quite often the Windows is there simply to appease the customers who want it. We just as often go the other way. When customers ask us to install PHP on their windows host, we point them to the linux servers instead (as I have a rule about keeping technologies on their native platforms whenever possible).</p></div>
	</htmltext>
<tokenext>Do they use Linux only ?
I only want Linux hosting , and mixed providers are always trying to push you over into Windows hosting because they 're being incentivized to do so .
I 've been around and do n't need to hear that pitch again.Eh , that may be true in some cases .
My employer provides hosting on linux and windows because some of our customers ( who are also buying our bandwidth at their offices and want a single point of billing/support for all their Internet services ) are developing .NET apps and want the native platform.So , quite often the Windows is there simply to appease the customers who want it .
We just as often go the other way .
When customers ask us to install PHP on their windows host , we point them to the linux servers instead ( as I have a rule about keeping technologies on their native platforms whenever possible ) .</tokentext>
<sentencetext>Do they use Linux only?
I only want Linux hosting, and mixed providers are always trying to push you over into Windows hosting because they're being incentivized to do so.
I've been around and don't need to hear that pitch again.Eh, that may be true in some cases.
My employer provides hosting on linux and windows because some of our customers (who are also buying our bandwidth at their offices and want a single point of billing/support for all their Internet services) are developing .NET apps and want the native platform.So, quite often the Windows is there simply to appease the customers who want it.
We just as often go the other way.
When customers ask us to install PHP on their windows host, we point them to the linux servers instead (as I have a rule about keeping technologies on their native platforms whenever possible).
	</sentencetext>
	<parent>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31224900</parent>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31232000</id>
	<title>FluidHosting</title>
	<author>CaptSaltyJack</author>
	<datestamp>1266864480000</datestamp>
	<modclass>None</modclass>
	<modscore>1</modscore>
	<htmltext>Wow, no mention of fluidhosting.com? These guys are the best, in my opinion. No overselling (UNLIMITED HARD DRIVE SPACE!!!11), no BS, no waiting around for days for an answer on a support ticket. Great service, great hardware, fast network. Been with them for several years.</htmltext>
<tokenext>Wow , no mention of fluidhosting.com ?
These guys are the best , in my opinion .
No overselling ( UNLIMITED HARD DRIVE SPACE ! !
! 11 ) , no BS , no waiting around for days for an answer on a support ticket .
Great service , great hardware , fast network .
Been with them for several years .</tokentext>
<sentencetext>Wow, no mention of fluidhosting.com?
These guys are the best, in my opinion.
No overselling (UNLIMITED HARD DRIVE SPACE!!
!11), no BS, no waiting around for days for an answer on a support ticket.
Great service, great hardware, fast network.
Been with them for several years.</sentencetext>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31227786</id>
	<title>Re:Go dedicated.</title>
	<author>DNS-and-BIND</author>
	<datestamp>1266842100000</datestamp>
	<modclass>None</modclass>
	<modscore>1</modscore>
	<htmltext>"Cheap" and "dedicated server" are two words that don't go together in the same sentence.  I'd also be careful throwing around phrases like "unthinkably stupid", everyone doesn't think the same way.</htmltext>
<tokenext>" Cheap " and " dedicated server " are two words that do n't go together in the same sentence .
I 'd also be careful throwing around phrases like " unthinkably stupid " , everyone does n't think the same way .</tokentext>
<sentencetext>"Cheap" and "dedicated server" are two words that don't go together in the same sentence.
I'd also be careful throwing around phrases like "unthinkably stupid", everyone doesn't think the same way.</sentencetext>
	<parent>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31226098</parent>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31227136</id>
	<title>Different tools for different tasks</title>
	<author>ketilf</author>
	<datestamp>1266833460000</datestamp>
	<modclass>None</modclass>
	<modscore>1</modscore>
	<htmltext><p>This depends a lot on what you want to do. For my experimental/root needs, I use slicehost, because they are solid and I have full root access. For my one-click-install maintained services and servers, I use dreamhost. Dreamhost is a bit slow from Europe (because of the distance and RTT), but it works fine for me. If you want a service that gives you both, you're looking at higher prices from someone like rackspace.</p><p>All the above have decent support that answer within reasonable time and have a clue, which I find is very important. I'm done wasting time with support where different people give different answers, didn't understand the question or didn't actually even bother to read the question.</p></htmltext>
<tokenext>This depends a lot on what you want to do .
For my experimental/root needs , I use slicehost , because they are solid and I have full root access .
For my one-click-install maintained services and servers , I use dreamhost .
Dreamhost is a bit slow from Europe ( because of the distance and RTT ) , but it works fine for me .
If you want a service that gives you both , you 're looking at higher prices from someone like rackspace.All the above have decent support that answer within reasonable time and have a clue , which I find is very important .
I 'm done wasting time with support where different people give different answers , did n't understand the question or did n't actually even bother to read the question .</tokentext>
<sentencetext>This depends a lot on what you want to do.
For my experimental/root needs, I use slicehost, because they are solid and I have full root access.
For my one-click-install maintained services and servers, I use dreamhost.
Dreamhost is a bit slow from Europe (because of the distance and RTT), but it works fine for me.
If you want a service that gives you both, you're looking at higher prices from someone like rackspace.All the above have decent support that answer within reasonable time and have a clue, which I find is very important.
I'm done wasting time with support where different people give different answers, didn't understand the question or didn't actually even bother to read the question.</sentencetext>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31227600</id>
	<title>Mac OS X VPS?</title>
	<author>aclarke</author>
	<datestamp>1266839880000</datestamp>
	<modclass>None</modclass>
	<modscore>1</modscore>
	<htmltext>Does anybody know of a company providing Mac OS X VPSs?  I presume this would be expensive, but I've been idly looking around for this for the last couple weeks and haven't even found one company.
<br> <br>
I'd just like to know if there's anyone selling virtual private servers running Mac OS X Server.</htmltext>
<tokenext>Does anybody know of a company providing Mac OS X VPSs ?
I presume this would be expensive , but I 've been idly looking around for this for the last couple weeks and have n't even found one company .
I 'd just like to know if there 's anyone selling virtual private servers running Mac OS X Server .</tokentext>
<sentencetext>Does anybody know of a company providing Mac OS X VPSs?
I presume this would be expensive, but I've been idly looking around for this for the last couple weeks and haven't even found one company.
I'd just like to know if there's anyone selling virtual private servers running Mac OS X Server.</sentencetext>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31233026</id>
	<title>Re:Research your choices</title>
	<author>Anonymous</author>
	<datestamp>1266867840000</datestamp>
	<modclass>None</modclass>
	<modscore>0</modscore>
	<htmltext><p>Agreed on IX.  Not only do they have serious security problems (similar incident happened to me on fully patched CMS and static HTML), but they claimed they had a backup, strung us along for a few days and finally admitted they had none. Closed my account and went managed/colo (costs a lot more) and haven't looked back or had problems since. You get what you pay for.</p></htmltext>
<tokenext>Agreed on IX .
Not only do they have serious security problems ( similar incident happened to me on fully patched CMS and static HTML ) , but they claimed they had a backup , strung us along for a few days and finally admitted they had none .
Closed my account and went managed/colo ( costs a lot more ) and have n't looked back or had problems since .
You get what you pay for .</tokentext>
<sentencetext>Agreed on IX.
Not only do they have serious security problems (similar incident happened to me on fully patched CMS and static HTML), but they claimed they had a backup, strung us along for a few days and finally admitted they had none.
Closed my account and went managed/colo (costs a lot more) and haven't looked back or had problems since.
You get what you pay for.</sentencetext>
	<parent>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225350</parent>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31233516</id>
	<title>My 2 cents worth</title>
	<author>Raquiellet</author>
	<datestamp>1266869520000</datestamp>
	<modclass>None</modclass>
	<modscore>1</modscore>
	<htmltext>Do NOT under any circumstance go with Siteground.  They offer a very competitive package on first glance but they are a HUGE scam.  I started a website with them for an introductory price and decided to upgrade my package a little bit.  When I got the confirmation email they had charged my account almost $300 when I had actually approved only about $9!!!  When I called them I was given the runaround and told that I had signed up for the $300 package and the money was non-refundable.  I argued that I definitely didn't.  They then agreed to refund all but a $20 account upgrade fee even though I was canceling the upgrade only minutes later.  2 weeks went by and I didn't receive the refund.  Another round of calls and emails with lots of promises for the refund.  It still didn't happen.  I then filed a frauf claim with my bank who refunded the money.  I contacted Siteground and told them that Bank of America would be contacting them.  I got an email stating that they shut my website down due to "Terms of Service" violations!  Not 1 person I then talked to would give me a straight answer as to exactly what TOS violations I had committed on my website.
<a href="http://comment-marketing-dofollow-blog.blogspot.com/" title="blogspot.com" rel="nofollow">DoFollow Blog</a> [blogspot.com]</htmltext>
<tokenext>Do NOT under any circumstance go with Siteground .
They offer a very competitive package on first glance but they are a HUGE scam .
I started a website with them for an introductory price and decided to upgrade my package a little bit .
When I got the confirmation email they had charged my account almost $ 300 when I had actually approved only about $ 9 ! ! !
When I called them I was given the runaround and told that I had signed up for the $ 300 package and the money was non-refundable .
I argued that I definitely did n't .
They then agreed to refund all but a $ 20 account upgrade fee even though I was canceling the upgrade only minutes later .
2 weeks went by and I did n't receive the refund .
Another round of calls and emails with lots of promises for the refund .
It still did n't happen .
I then filed a frauf claim with my bank who refunded the money .
I contacted Siteground and told them that Bank of America would be contacting them .
I got an email stating that they shut my website down due to " Terms of Service " violations !
Not 1 person I then talked to would give me a straight answer as to exactly what TOS violations I had committed on my website .
DoFollow Blog [ blogspot.com ]</tokentext>
<sentencetext>Do NOT under any circumstance go with Siteground.
They offer a very competitive package on first glance but they are a HUGE scam.
I started a website with them for an introductory price and decided to upgrade my package a little bit.
When I got the confirmation email they had charged my account almost $300 when I had actually approved only about $9!!!
When I called them I was given the runaround and told that I had signed up for the $300 package and the money was non-refundable.
I argued that I definitely didn't.
They then agreed to refund all but a $20 account upgrade fee even though I was canceling the upgrade only minutes later.
2 weeks went by and I didn't receive the refund.
Another round of calls and emails with lots of promises for the refund.
It still didn't happen.
I then filed a frauf claim with my bank who refunded the money.
I contacted Siteground and told them that Bank of America would be contacting them.
I got an email stating that they shut my website down due to "Terms of Service" violations!
Not 1 person I then talked to would give me a straight answer as to exactly what TOS violations I had committed on my website.
DoFollow Blog [blogspot.com]</sentencetext>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225356</id>
	<title>Re:DreamHost</title>
	<author>0100010001010011</author>
	<datestamp>1266769740000</datestamp>
	<modclass>None</modclass>
	<modscore>1</modscore>
	<htmltext><p>Not just that, they created their own file system.</p><p>I've had minimal problems, you do get what you pay for. Don't go in expecting 6 nines. But I've had relatively minimal problems plus they have quite a few 'goodies'.</p><p>MySQL, Subversion, Cron, Media streaming, one click installs of a ton of apps, htaccess/webdav.</p><p>I've never had a problem compiling what I needed. (gcc is available). I've updated php, perl and pear. Ruby on Rails....</p></htmltext>
<tokenext>Not just that , they created their own file system.I 've had minimal problems , you do get what you pay for .
Do n't go in expecting 6 nines .
But I 've had relatively minimal problems plus they have quite a few 'goodies'.MySQL , Subversion , Cron , Media streaming , one click installs of a ton of apps , htaccess/webdav.I 've never had a problem compiling what I needed .
( gcc is available ) .
I 've updated php , perl and pear .
Ruby on Rails... .</tokentext>
<sentencetext>Not just that, they created their own file system.I've had minimal problems, you do get what you pay for.
Don't go in expecting 6 nines.
But I've had relatively minimal problems plus they have quite a few 'goodies'.MySQL, Subversion, Cron, Media streaming, one click installs of a ton of apps, htaccess/webdav.I've never had a problem compiling what I needed.
(gcc is available).
I've updated php, perl and pear.
Ruby on Rails....</sentencetext>
	<parent>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225094</parent>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31246510</id>
	<title>Take a look at modwest.com (yes, I work there)</title>
	<author>joecuppa</author>
	<datestamp>1266949620000</datestamp>
	<modclass>None</modclass>
	<modscore>1</modscore>
	<htmltext>
I was in a similar situation 7 years ago -- looking for webhosting company that was linux-based and had good customer service.  There happened to be one located just across town, so I gave them a try.  A little over two years ago, I joined them as a sysadmin.

I see a lot of comments about 'unlimited' and we agree that it is a bogus concept.  This year we introduced Yep.  We don't set arbitrary and misleading resource limits -- just use what you need for hosting websites (not for backing up your desktop music/video collection).

<a href="http:///www.modwest.com/yep" title="modwest.com" rel="nofollow">http:///www.modwest.com/yep</a> [modwest.com]</htmltext>
<tokenext>I was in a similar situation 7 years ago -- looking for webhosting company that was linux-based and had good customer service .
There happened to be one located just across town , so I gave them a try .
A little over two years ago , I joined them as a sysadmin .
I see a lot of comments about 'unlimited ' and we agree that it is a bogus concept .
This year we introduced Yep .
We do n't set arbitrary and misleading resource limits -- just use what you need for hosting websites ( not for backing up your desktop music/video collection ) .
http : ///www.modwest.com/yep [ modwest.com ]</tokentext>
<sentencetext>
I was in a similar situation 7 years ago -- looking for webhosting company that was linux-based and had good customer service.
There happened to be one located just across town, so I gave them a try.
A little over two years ago, I joined them as a sysadmin.
I see a lot of comments about 'unlimited' and we agree that it is a bogus concept.
This year we introduced Yep.
We don't set arbitrary and misleading resource limits -- just use what you need for hosting websites (not for backing up your desktop music/video collection).
http:///www.modwest.com/yep [modwest.com]</sentencetext>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31231470</id>
	<title>Re:Try Webfaction. Here's why:</title>
	<author>justinjstark</author>
	<datestamp>1266863100000</datestamp>
	<modclass>None</modclass>
	<modscore>1</modscore>
	<htmltext><p>I have been around the web hosting block a few times.  I've been with a lot of bad hosts, hosts that have gone under, and some good hosts.  The top of my list are</p><p> <a href="http://www.webfaction.com/" title="webfaction.com" rel="nofollow">WebFaction</a> [webfaction.com] </p><p> <a href="http://www.asmallorange.com/" title="asmallorange.com" rel="nofollow">A Small Orange</a> [asmallorange.com] </p><p>I liked A Small Orange a lot but went to WebFaction because it was so much easier to set up web-based applications.  They have django, ruby, pylons, and a bunch of others installable with a few clicks.  They are also willing to install other packages that you need and will do so and respond quickly.  Some of my sites use LaTeX and imagemagick and it is great having a host that provides these packages and isn't restrictive.  I have also not had any issues of busy servers and/or downtime that have plagued some other hosts.</p></htmltext>
<tokenext>I have been around the web hosting block a few times .
I 've been with a lot of bad hosts , hosts that have gone under , and some good hosts .
The top of my list are WebFaction [ webfaction.com ] A Small Orange [ asmallorange.com ] I liked A Small Orange a lot but went to WebFaction because it was so much easier to set up web-based applications .
They have django , ruby , pylons , and a bunch of others installable with a few clicks .
They are also willing to install other packages that you need and will do so and respond quickly .
Some of my sites use LaTeX and imagemagick and it is great having a host that provides these packages and is n't restrictive .
I have also not had any issues of busy servers and/or downtime that have plagued some other hosts .</tokentext>
<sentencetext>I have been around the web hosting block a few times.
I've been with a lot of bad hosts, hosts that have gone under, and some good hosts.
The top of my list are WebFaction [webfaction.com]  A Small Orange [asmallorange.com] I liked A Small Orange a lot but went to WebFaction because it was so much easier to set up web-based applications.
They have django, ruby, pylons, and a bunch of others installable with a few clicks.
They are also willing to install other packages that you need and will do so and respond quickly.
Some of my sites use LaTeX and imagemagick and it is great having a host that provides these packages and isn't restrictive.
I have also not had any issues of busy servers and/or downtime that have plagued some other hosts.</sentencetext>
	<parent>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225010</parent>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31228694</id>
	<title>webfaction.com</title>
	<author>dr\_leviathan</author>
	<datestamp>1266850320000</datestamp>
	<modclass>None</modclass>
	<modscore>1</modscore>
	<htmltext>A friend turned me on to webfaction.com.  $8 a month for their basic service and you get a virtual host on which you can login and install lots of stuff.  I run django and a wiki on my hobby site.</htmltext>
<tokenext>A friend turned me on to webfaction.com .
$ 8 a month for their basic service and you get a virtual host on which you can login and install lots of stuff .
I run django and a wiki on my hobby site .</tokentext>
<sentencetext>A friend turned me on to webfaction.com.
$8 a month for their basic service and you get a virtual host on which you can login and install lots of stuff.
I run django and a wiki on my hobby site.</sentencetext>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31231424</id>
	<title>Re:A warning about 1 and 1</title>
	<author>Ksevio</author>
	<datestamp>1266862920000</datestamp>
	<modclass>None</modclass>
	<modscore>1</modscore>
	<htmltext>From what I've heard, 1&amp;1 is great - unless you want to leave them.  I've used their domain services for a while without problems, but I've heard from numerous people that canceling any of their services has problems.</htmltext>
<tokenext>From what I 've heard , 1&amp;1 is great - unless you want to leave them .
I 've used their domain services for a while without problems , but I 've heard from numerous people that canceling any of their services has problems .</tokentext>
<sentencetext>From what I've heard, 1&amp;1 is great - unless you want to leave them.
I've used their domain services for a while without problems, but I've heard from numerous people that canceling any of their services has problems.</sentencetext>
	<parent>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225216</parent>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31227236</id>
	<title>A few things to take care about</title>
	<author>unity100</author>
	<datestamp>1266834960000</datestamp>
	<modclass>None</modclass>
	<modscore>1</modscore>
	<htmltext><p>1 - make sure they have daily backups.</p><p>2 - make sure you get exactly what you asked for. (lamp etc).</p><p>3 - stay away from 1&amp;1</p><p>4 - read reviews for hosting companies by doing searches in community review sites like webhostingtalk.com (its the biggest). chances are that if the company you are checking out is shitty, they would have screwed over more than 1 person who was angry enough to come and post there.</p><p>5 - stay away from 1&amp;1</p></htmltext>
<tokenext>1 - make sure they have daily backups.2 - make sure you get exactly what you asked for .
( lamp etc ) .3 - stay away from 1&amp;14 - read reviews for hosting companies by doing searches in community review sites like webhostingtalk.com ( its the biggest ) .
chances are that if the company you are checking out is shitty , they would have screwed over more than 1 person who was angry enough to come and post there.5 - stay away from 1&amp;1</tokentext>
<sentencetext>1 - make sure they have daily backups.2 - make sure you get exactly what you asked for.
(lamp etc).3 - stay away from 1&amp;14 - read reviews for hosting companies by doing searches in community review sites like webhostingtalk.com (its the biggest).
chances are that if the company you are checking out is shitty, they would have screwed over more than 1 person who was angry enough to come and post there.5 - stay away from 1&amp;1</sentencetext>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225186</id>
	<title>Is self-hosting viable?</title>
	<author>emurphy42</author>
	<datestamp>1266768600000</datestamp>
	<modclass>None</modclass>
	<modscore>1</modscore>
	<htmltext><p>
I've had a Linux server here at the house for upwards of 6 years, using DynDNS for a free name and a couple paid ones.  Obvious potential issues off the top of my head:
</p><ul>
<li> ISP TOS violation. I'm not using it to run a business so we're in the clear here. </li><li> Availability. If our ISP connection hiccups, the server gets cut off from the outside world. Usually only a couple minutes at a time. </li><li> Security. I have telnet turned off, SSH/FTP blocked except for some work clients whitelisted in<nobr> <wbr></nobr>/etc/hosts.allow, and run tripwire. </li><li> Bandwidth. The web server sends out about 2 to 10 GB/month due to a single 50 MB file with no apparent ill effects, but e.g. a sufficiently popular image board could dwarf that. </li></ul></htmltext>
<tokenext>I 've had a Linux server here at the house for upwards of 6 years , using DynDNS for a free name and a couple paid ones .
Obvious potential issues off the top of my head : ISP TOS violation .
I 'm not using it to run a business so we 're in the clear here .
Availability. If our ISP connection hiccups , the server gets cut off from the outside world .
Usually only a couple minutes at a time .
Security. I have telnet turned off , SSH/FTP blocked except for some work clients whitelisted in /etc/hosts.allow , and run tripwire .
Bandwidth. The web server sends out about 2 to 10 GB/month due to a single 50 MB file with no apparent ill effects , but e.g .
a sufficiently popular image board could dwarf that .</tokentext>
<sentencetext>
I've had a Linux server here at the house for upwards of 6 years, using DynDNS for a free name and a couple paid ones.
Obvious potential issues off the top of my head:

 ISP TOS violation.
I'm not using it to run a business so we're in the clear here.
Availability. If our ISP connection hiccups, the server gets cut off from the outside world.
Usually only a couple minutes at a time.
Security. I have telnet turned off, SSH/FTP blocked except for some work clients whitelisted in /etc/hosts.allow, and run tripwire.
Bandwidth. The web server sends out about 2 to 10 GB/month due to a single 50 MB file with no apparent ill effects, but e.g.
a sufficiently popular image board could dwarf that. </sentencetext>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31224986</id>
	<title>Amazon S3</title>
	<author>Anonymous</author>
	<datestamp>1266767400000</datestamp>
	<modclass>None</modclass>
	<modscore>0</modscore>
	<htmltext><p>That's it.</p></htmltext>
<tokenext>That 's it .</tokentext>
<sentencetext>That's it.</sentencetext>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31228348</id>
	<title>Re:Things I look for</title>
	<author>Anonymous</author>
	<datestamp>1266847920000</datestamp>
	<modclass>None</modclass>
	<modscore>0</modscore>
	<htmltext><p>I was coming in to make the same recommendation.  Pair.com's service is awesome.  Good uptime, competent tech support.  I've never had a script read to me, or had to wait for "second level."   We're actually moving all of our stuff over to them.</p></htmltext>
<tokenext>I was coming in to make the same recommendation .
Pair.com 's service is awesome .
Good uptime , competent tech support .
I 've never had a script read to me , or had to wait for " second level .
" We 're actually moving all of our stuff over to them .</tokentext>
<sentencetext>I was coming in to make the same recommendation.
Pair.com's service is awesome.
Good uptime, competent tech support.
I've never had a script read to me, or had to wait for "second level.
"   We're actually moving all of our stuff over to them.</sentencetext>
	<parent>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225316</parent>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225830</id>
	<title>Re:Is self-hosting viable?</title>
	<author>value\_added</author>
	<datestamp>1266773580000</datestamp>
	<modclass>None</modclass>
	<modscore>1</modscore>
	<htmltext><p>I think the question assumes a level of reliability that's typically not available with self hosting.  That said, it's hardly unusual for small businesses do just that, with the smarter ones getting redundant connections (from different providers).  And yes, those small businesses are limited to the same DSL and cable offerings just like the rest of are either because of geography or affordability issues.</p><p>A nitpick.  Your "I'm not using running a business" disclaimer is relevant only insofar as you've signed up for a "residential type" of account, and what you meant to say is that you're not running any publically accessible services that may prohibited.</p><p>For cable and DSL, the distinctions between residential and business are mostly marketing, though there is a small price premium or added cost for "business class" service however its defined and/or marketed.  ATT, for example, will be happy to give you a<nobr> <wbr></nobr>/29 for an extra $20 or so per month that you can use however you see fit (IIRC, it's called the Elite Plan, or something similarly stupid).  Likewise, Time Warner offers fixed IPs on an a la carte basis for a few bucks each.</p><p>So self host?  Sure.  But not for a high volume website, or where downtime can be associated with real money being lost.</p></htmltext>
<tokenext>I think the question assumes a level of reliability that 's typically not available with self hosting .
That said , it 's hardly unusual for small businesses do just that , with the smarter ones getting redundant connections ( from different providers ) .
And yes , those small businesses are limited to the same DSL and cable offerings just like the rest of are either because of geography or affordability issues.A nitpick .
Your " I 'm not using running a business " disclaimer is relevant only insofar as you 've signed up for a " residential type " of account , and what you meant to say is that you 're not running any publically accessible services that may prohibited.For cable and DSL , the distinctions between residential and business are mostly marketing , though there is a small price premium or added cost for " business class " service however its defined and/or marketed .
ATT , for example , will be happy to give you a /29 for an extra $ 20 or so per month that you can use however you see fit ( IIRC , it 's called the Elite Plan , or something similarly stupid ) .
Likewise , Time Warner offers fixed IPs on an a la carte basis for a few bucks each.So self host ?
Sure. But not for a high volume website , or where downtime can be associated with real money being lost .</tokentext>
<sentencetext>I think the question assumes a level of reliability that's typically not available with self hosting.
That said, it's hardly unusual for small businesses do just that, with the smarter ones getting redundant connections (from different providers).
And yes, those small businesses are limited to the same DSL and cable offerings just like the rest of are either because of geography or affordability issues.A nitpick.
Your "I'm not using running a business" disclaimer is relevant only insofar as you've signed up for a "residential type" of account, and what you meant to say is that you're not running any publically accessible services that may prohibited.For cable and DSL, the distinctions between residential and business are mostly marketing, though there is a small price premium or added cost for "business class" service however its defined and/or marketed.
ATT, for example, will be happy to give you a /29 for an extra $20 or so per month that you can use however you see fit (IIRC, it's called the Elite Plan, or something similarly stupid).
Likewise, Time Warner offers fixed IPs on an a la carte basis for a few bucks each.So self host?
Sure.  But not for a high volume website, or where downtime can be associated with real money being lost.</sentencetext>
	<parent>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225186</parent>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31229530</id>
	<title>Re:Things I look for</title>
	<author>Anonymous</author>
	<datestamp>1266855720000</datestamp>
	<modclass>None</modclass>
	<modscore>0</modscore>
	<htmltext><p>My employer uses Pair, and I have to say I can not recommend them. We have had several site outages, and the email service is always slllloooooowwwww.</p><p>Personally, my favorite hosting service is linode, but you'd need to be an advanced user to setup a VM.</p></htmltext>
<tokenext>My employer uses Pair , and I have to say I can not recommend them .
We have had several site outages , and the email service is always slllloooooowwwww.Personally , my favorite hosting service is linode , but you 'd need to be an advanced user to setup a VM .</tokentext>
<sentencetext>My employer uses Pair, and I have to say I can not recommend them.
We have had several site outages, and the email service is always slllloooooowwwww.Personally, my favorite hosting service is linode, but you'd need to be an advanced user to setup a VM.</sentencetext>
	<parent>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225316</parent>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31227052</id>
	<title>What do you want in a web host?</title>
	<author>mysidia</author>
	<datestamp>1266832020000</datestamp>
	<modclass>Informativ</modclass>
	<modscore>2</modscore>
	<htmltext><p>
At one end of extremes, we have
VPS / Cloud providers, Collocation.
</p><p>
At the other extreme we have providers who design your site and handle all the administration for you, editing, domain registration, e-mail servers,  DNS management, Backups, etc.
</p><p>
Full service with control panel for everything VS administer-it-yourself using standard OS tools, Linux command line, etc.<br>
Shared VS Virtually-Dedicated VS Dedicated.
</p><p>
You should expect to pay a good bit for every single service that you want done <b>well</b> and that you care about.
</p><p>
If you are paying <b>$10/month</b> and expect your hosting provider to do everything for you perfectly, then we have a problem of <b>ridiculously high</b> expectations.
</p><p>
$10/month shared hosting is just great for a personal web site.  Hosting an e-commerce site on such a host,  I regard as lunacy.
</p><p>
You should expect to pay for:
</p><ul>
   <li>Network usage</li><li>Storage</li><li>Any server customizations required</li><li>Administration and maintenance of the server your site is hosted on</li><li>Administration and maintenance of geo-redundant DNS servers for your domain names</li><li>Registration, care, and design of your DNS zones  (if you place these in the hands of your provider)</li><li>Any backups that you need:  any additional copies of your data.</li><li>
       Any clustering or additional servers/machines to act as backup servers, if a catastrophe (or hardware failure)  should occur to server hosting your site.
   </li><li>
        <b>Security</b>
   </li><li>
        <b>Physical</b> protections,  e.g. backup power technology,  UPS, generators',  RAID, spare hardware.<br> <br>
[For $10/month,  probably it is reasonable to expect UPS protection on a shared server, not much more than that]
   </li></ul><p>
Security cannot be understated.
If your web site exists on a shared server, you are at greater risk.
Your site will be more secure if a dedicated server is used, and physical safeguards are required to gain access to the rack your server is hosted in.
</p></htmltext>
<tokenext>At one end of extremes , we have VPS / Cloud providers , Collocation .
At the other extreme we have providers who design your site and handle all the administration for you , editing , domain registration , e-mail servers , DNS management , Backups , etc .
Full service with control panel for everything VS administer-it-yourself using standard OS tools , Linux command line , etc .
Shared VS Virtually-Dedicated VS Dedicated .
You should expect to pay a good bit for every single service that you want done well and that you care about .
If you are paying $ 10/month and expect your hosting provider to do everything for you perfectly , then we have a problem of ridiculously high expectations .
$ 10/month shared hosting is just great for a personal web site .
Hosting an e-commerce site on such a host , I regard as lunacy .
You should expect to pay for : Network usageStorageAny server customizations requiredAdministration and maintenance of the server your site is hosted onAdministration and maintenance of geo-redundant DNS servers for your domain namesRegistration , care , and design of your DNS zones ( if you place these in the hands of your provider ) Any backups that you need : any additional copies of your data .
Any clustering or additional servers/machines to act as backup servers , if a catastrophe ( or hardware failure ) should occur to server hosting your site .
Security Physical protections , e.g .
backup power technology , UPS , generators ' , RAID , spare hardware .
[ For $ 10/month , probably it is reasonable to expect UPS protection on a shared server , not much more than that ] Security can not be understated .
If your web site exists on a shared server , you are at greater risk .
Your site will be more secure if a dedicated server is used , and physical safeguards are required to gain access to the rack your server is hosted in .</tokentext>
<sentencetext>
At one end of extremes, we have
VPS / Cloud providers, Collocation.
At the other extreme we have providers who design your site and handle all the administration for you, editing, domain registration, e-mail servers,  DNS management, Backups, etc.
Full service with control panel for everything VS administer-it-yourself using standard OS tools, Linux command line, etc.
Shared VS Virtually-Dedicated VS Dedicated.
You should expect to pay a good bit for every single service that you want done well and that you care about.
If you are paying $10/month and expect your hosting provider to do everything for you perfectly, then we have a problem of ridiculously high expectations.
$10/month shared hosting is just great for a personal web site.
Hosting an e-commerce site on such a host,  I regard as lunacy.
You should expect to pay for:

   Network usageStorageAny server customizations requiredAdministration and maintenance of the server your site is hosted onAdministration and maintenance of geo-redundant DNS servers for your domain namesRegistration, care, and design of your DNS zones  (if you place these in the hands of your provider)Any backups that you need:  any additional copies of your data.
Any clustering or additional servers/machines to act as backup servers, if a catastrophe (or hardware failure)  should occur to server hosting your site.
Security
   
        Physical protections,  e.g.
backup power technology,  UPS, generators',  RAID, spare hardware.
[For $10/month,  probably it is reasonable to expect UPS protection on a shared server, not much more than that]
   
Security cannot be understated.
If your web site exists on a shared server, you are at greater risk.
Your site will be more secure if a dedicated server is used, and physical safeguards are required to gain access to the rack your server is hosted in.
</sentencetext>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31228648</id>
	<title>Damn, Slashdot is in my mind</title>
	<author>Gri3v3r</author>
	<datestamp>1266850020000</datestamp>
	<modclass>None</modclass>
	<modscore>1</modscore>
	<htmltext>I started making a gaming related website(a homepage for a gaming clan).It is my first (ever) attempt.I have some dilemmas on this:
1)I want to use MySQL but i only know JSP for the time being (i will take PHP on the next semester).Should i wait for PHP or start writing Beans? 2)If i choose JSP<nobr> <wbr></nobr>,will it be a problem in finding a webhost?Does Java support costs more?(As you can imagine,i need a really cheap host service.).Consider that i have never "managed" a website so i have no idea about these but i am interested in learning whatever is needed.Thanks in advance.</htmltext>
<tokenext>I started making a gaming related website ( a homepage for a gaming clan ) .It is my first ( ever ) attempt.I have some dilemmas on this : 1 ) I want to use MySQL but i only know JSP for the time being ( i will take PHP on the next semester ) .Should i wait for PHP or start writing Beans ?
2 ) If i choose JSP ,will it be a problem in finding a webhost ? Does Java support costs more ?
( As you can imagine,i need a really cheap host service .
) .Consider that i have never " managed " a website so i have no idea about these but i am interested in learning whatever is needed.Thanks in advance .</tokentext>
<sentencetext>I started making a gaming related website(a homepage for a gaming clan).It is my first (ever) attempt.I have some dilemmas on this:
1)I want to use MySQL but i only know JSP for the time being (i will take PHP on the next semester).Should i wait for PHP or start writing Beans?
2)If i choose JSP ,will it be a problem in finding a webhost?Does Java support costs more?
(As you can imagine,i need a really cheap host service.
).Consider that i have never "managed" a website so i have no idea about these but i am interested in learning whatever is needed.Thanks in advance.</sentencetext>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31226062</id>
	<title>Re:Try Webfaction. Here's why:</title>
	<author>Beetle B.</author>
	<datestamp>1266775380000</datestamp>
	<modclass>None</modclass>
	<modscore>1</modscore>
	<htmltext><p>Despite the referral link, I can confirm that Webfaction is first rate. Especially if you want to do Django.</p></htmltext>
<tokenext>Despite the referral link , I can confirm that Webfaction is first rate .
Especially if you want to do Django .</tokentext>
<sentencetext>Despite the referral link, I can confirm that Webfaction is first rate.
Especially if you want to do Django.</sentencetext>
	<parent>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225010</parent>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225272</id>
	<title>Re:DreamHost</title>
	<author>cppmonkey</author>
	<datestamp>1266769080000</datestamp>
	<modclass>None</modclass>
	<modscore>1</modscore>
	<htmltext><p>Ditto on Dreamhost. They've been good to me. But whatever you do not use Powweb their service sucks and their billing is always messed up.</p></htmltext>
<tokenext>Ditto on Dreamhost .
They 've been good to me .
But whatever you do not use Powweb their service sucks and their billing is always messed up .</tokentext>
<sentencetext>Ditto on Dreamhost.
They've been good to me.
But whatever you do not use Powweb their service sucks and their billing is always messed up.</sentencetext>
	<parent>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225094</parent>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225112</id>
	<title>Make sure you go over the contract very carefully</title>
	<author>efalk</author>
	<datestamp>1266768180000</datestamp>
	<modclass>Informativ</modclass>
	<modscore>5</modscore>
	<htmltext><p>Hoo boy, the stories I could tell.  Actually, I can't, because the hosting provider threatened to sue us if we named them publicly.</p><p>OK, first, if there's more than a couple of servers involved, and your business depends on it, use two or more different providers.  If you only have one provider, it puts them in a position to screw you.  When we terminated our relationship with our provider, they held our data hostage until we paid them an additional $15,000 to put our servers on line again long enough for us to copy our data.</p><p>Which brings us to:  DO YOUR OWN BACKUPS.  Service providers either don't do them, or they don't do them right.  The world is full of horror stories of customers paying the data center extra for backups, and then finding the backups were never actually done.  And even if they do do backups, they maintain control of them, which puts them in a good position to extort you.</p><p>Remember, the practice of holding your data hostage goes back a long way.  Happened to my father's company back in the 70's mainframe days.  It still happens.</p><p>Most important of all:  have a professional go over your data center contract with a fine-tooth comb.  The default contract they'll give you (or at least the one they gave us) is highly abusive.</p><p>For instance:  if you don't explicitly terminate a contract at the end of its period, it's automatically renewed for another 18 months.  You need to give 2 months notice before the end of the term before canceling.  There is no early termination.  If you so much as upgrade a single disk drive, the contract is automatically renewed for another 18 months.</p><p>Here's a doozy:  our contract specified that if a server went down, they would either fix or replace it within two hours of determining the problem.  The catch: they merely have to say that they haven't determined the problem yet, and then they don't have to replace anything.  Our main server was kept off-line for a month this way.</p></htmltext>
<tokenext>Hoo boy , the stories I could tell .
Actually , I ca n't , because the hosting provider threatened to sue us if we named them publicly.OK , first , if there 's more than a couple of servers involved , and your business depends on it , use two or more different providers .
If you only have one provider , it puts them in a position to screw you .
When we terminated our relationship with our provider , they held our data hostage until we paid them an additional $ 15,000 to put our servers on line again long enough for us to copy our data.Which brings us to : DO YOUR OWN BACKUPS .
Service providers either do n't do them , or they do n't do them right .
The world is full of horror stories of customers paying the data center extra for backups , and then finding the backups were never actually done .
And even if they do do backups , they maintain control of them , which puts them in a good position to extort you.Remember , the practice of holding your data hostage goes back a long way .
Happened to my father 's company back in the 70 's mainframe days .
It still happens.Most important of all : have a professional go over your data center contract with a fine-tooth comb .
The default contract they 'll give you ( or at least the one they gave us ) is highly abusive.For instance : if you do n't explicitly terminate a contract at the end of its period , it 's automatically renewed for another 18 months .
You need to give 2 months notice before the end of the term before canceling .
There is no early termination .
If you so much as upgrade a single disk drive , the contract is automatically renewed for another 18 months.Here 's a doozy : our contract specified that if a server went down , they would either fix or replace it within two hours of determining the problem .
The catch : they merely have to say that they have n't determined the problem yet , and then they do n't have to replace anything .
Our main server was kept off-line for a month this way .</tokentext>
<sentencetext>Hoo boy, the stories I could tell.
Actually, I can't, because the hosting provider threatened to sue us if we named them publicly.OK, first, if there's more than a couple of servers involved, and your business depends on it, use two or more different providers.
If you only have one provider, it puts them in a position to screw you.
When we terminated our relationship with our provider, they held our data hostage until we paid them an additional $15,000 to put our servers on line again long enough for us to copy our data.Which brings us to:  DO YOUR OWN BACKUPS.
Service providers either don't do them, or they don't do them right.
The world is full of horror stories of customers paying the data center extra for backups, and then finding the backups were never actually done.
And even if they do do backups, they maintain control of them, which puts them in a good position to extort you.Remember, the practice of holding your data hostage goes back a long way.
Happened to my father's company back in the 70's mainframe days.
It still happens.Most important of all:  have a professional go over your data center contract with a fine-tooth comb.
The default contract they'll give you (or at least the one they gave us) is highly abusive.For instance:  if you don't explicitly terminate a contract at the end of its period, it's automatically renewed for another 18 months.
You need to give 2 months notice before the end of the term before canceling.
There is no early termination.
If you so much as upgrade a single disk drive, the contract is automatically renewed for another 18 months.Here's a doozy:  our contract specified that if a server went down, they would either fix or replace it within two hours of determining the problem.
The catch: they merely have to say that they haven't determined the problem yet, and then they don't have to replace anything.
Our main server was kept off-line for a month this way.</sentencetext>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31227486</id>
	<title>RE: Things to look for in a web hosting company.</title>
	<author>Anonymous</author>
	<datestamp>1266838380000</datestamp>
	<modclass>None</modclass>
	<modscore>0</modscore>
	<htmltext><p>Hi,<br>From my experience I would really recommend http://www.vidahost.com/ .<br>They do both dedicated Linux and dedicated windows servers so whatever you want they can sort it out.<br>However thye two main things that make me want to recommend them is their price and reliability and just attitude.<br>Looking around they are cheaper than others I looked at and do good deals if you sign up for two years or so.<br>Also their help support is second to none.<br>Whenever Ive had a problem they have responded to my email within minutes, which is great. And whenever I have rung they pick up, none of that waiting in a que rubbish.<br>They have even been willing to help me with problems that aren't really in their remit which really impressed me.<br>The also Back up their servers on a more than daily basis so if there ever was a problem like the one you had htye can restore it to how it was the previous day no hassle.</p><p>Sorry I know I'm sort of plugging them but Ive had a really good experience with them and think others should check them out if they have had problems with their hosting.</p><p>Hope you find a good provider in the end,</p><p>Brendan</p></htmltext>
<tokenext>Hi,From my experience I would really recommend http : //www.vidahost.com/ .They do both dedicated Linux and dedicated windows servers so whatever you want they can sort it out.However thye two main things that make me want to recommend them is their price and reliability and just attitude.Looking around they are cheaper than others I looked at and do good deals if you sign up for two years or so.Also their help support is second to none.Whenever Ive had a problem they have responded to my email within minutes , which is great .
And whenever I have rung they pick up , none of that waiting in a que rubbish.They have even been willing to help me with problems that are n't really in their remit which really impressed me.The also Back up their servers on a more than daily basis so if there ever was a problem like the one you had htye can restore it to how it was the previous day no hassle.Sorry I know I 'm sort of plugging them but Ive had a really good experience with them and think others should check them out if they have had problems with their hosting.Hope you find a good provider in the end,Brendan</tokentext>
<sentencetext>Hi,From my experience I would really recommend http://www.vidahost.com/ .They do both dedicated Linux and dedicated windows servers so whatever you want they can sort it out.However thye two main things that make me want to recommend them is their price and reliability and just attitude.Looking around they are cheaper than others I looked at and do good deals if you sign up for two years or so.Also their help support is second to none.Whenever Ive had a problem they have responded to my email within minutes, which is great.
And whenever I have rung they pick up, none of that waiting in a que rubbish.They have even been willing to help me with problems that aren't really in their remit which really impressed me.The also Back up their servers on a more than daily basis so if there ever was a problem like the one you had htye can restore it to how it was the previous day no hassle.Sorry I know I'm sort of plugging them but Ive had a really good experience with them and think others should check them out if they have had problems with their hosting.Hope you find a good provider in the end,Brendan</sentencetext>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31229828</id>
	<title>Sounds like a Domain Squater</title>
	<author>fast turtle</author>
	<datestamp>1266857100000</datestamp>
	<modclass>None</modclass>
	<modscore>1</modscore>
	<htmltext><p>who want's to run lots of google pages that only earn money from adwords.</p><p>To those posting about Quality Hosts. <b>"Thank You</b> </p><p>I've now got something to think about should I decide to get a host for my domain other then Google Docs/Apps</p></htmltext>
<tokenext>who want 's to run lots of google pages that only earn money from adwords.To those posting about Quality Hosts .
" Thank You I 've now got something to think about should I decide to get a host for my domain other then Google Docs/Apps</tokentext>
<sentencetext>who want's to run lots of google pages that only earn money from adwords.To those posting about Quality Hosts.
"Thank You I've now got something to think about should I decide to get a host for my domain other then Google Docs/Apps</sentencetext>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225010</id>
	<title>Try Webfaction. Here's why:</title>
	<author>Anonymous</author>
	<datestamp>1266767580000</datestamp>
	<modclass>Interestin</modclass>
	<modscore>2</modscore>
	<htmltext>I have been VERY pleased with Webfaction. They are basically a bunch of geeks that make web hosting a pleasure for other geeks. Their servers have all the latest tools, dev packages, and they have an automated application install for over 20 different applications (PHP, Ruby, Python, etc etc). Their support system is fast and competent, and I've learned a ton on their community forums.
<br> <br>
If they don't have a particular app that you want, it's not that difficult to download and install it yourself.
<br> <br>
<a href="http://www.webfaction.com/" title="webfaction.com" rel="nofollow">http://www.webfaction.com/</a> [webfaction.com]
<br> <br>
If you DO decide to join, don't be afraid to use me as your referrer:  <a href="http://www.webfaction.com?affiliate=mantic" title="webfaction.com" rel="nofollow">http://www.webfaction.com?affiliate=mantic</a> [webfaction.com]</htmltext>
<tokenext>I have been VERY pleased with Webfaction .
They are basically a bunch of geeks that make web hosting a pleasure for other geeks .
Their servers have all the latest tools , dev packages , and they have an automated application install for over 20 different applications ( PHP , Ruby , Python , etc etc ) .
Their support system is fast and competent , and I 've learned a ton on their community forums .
If they do n't have a particular app that you want , it 's not that difficult to download and install it yourself .
http : //www.webfaction.com/ [ webfaction.com ] If you DO decide to join , do n't be afraid to use me as your referrer : http : //www.webfaction.com ? affiliate = mantic [ webfaction.com ]</tokentext>
<sentencetext>I have been VERY pleased with Webfaction.
They are basically a bunch of geeks that make web hosting a pleasure for other geeks.
Their servers have all the latest tools, dev packages, and they have an automated application install for over 20 different applications (PHP, Ruby, Python, etc etc).
Their support system is fast and competent, and I've learned a ton on their community forums.
If they don't have a particular app that you want, it's not that difficult to download and install it yourself.
http://www.webfaction.com/ [webfaction.com]
 
If you DO decide to join, don't be afraid to use me as your referrer:  http://www.webfaction.com?affiliate=mantic [webfaction.com]</sentencetext>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31226164</id>
	<title>I've had great success with pair.com</title>
	<author>macjohn</author>
	<datestamp>1266776400000</datestamp>
	<modclass>None</modclass>
	<modscore>1</modscore>
	<htmltext><p>Used them for the last 7 years, for a number of different sites.  I've never had any technical problems that weren't solved with a quick phone call.  And they have knowledgeable people answering the phones.  I've moved sites from simple low, volume shared server all the way up to dedicated server, added ram and disk space, and transitions have always been smooth.</p><p>Currently running a drupal installation with 20 web sites on it.  They host something like 100K web sites.  Systems are FreeBSD and, depending on the level of service, you get ssh, ssl, sftp, separate ftp logins to specific difectories, good indexed pop/imap/webmail system.  Easy to manage custom DNS.  You can set up multiple web sites on a single shared IP with having to pay anything significant.  You can manage any number of sites, with separate or shared IPs on one account.</p><p>The big deal for me has been stellar reliability and great tech support when needed.</p></htmltext>
<tokenext>Used them for the last 7 years , for a number of different sites .
I 've never had any technical problems that were n't solved with a quick phone call .
And they have knowledgeable people answering the phones .
I 've moved sites from simple low , volume shared server all the way up to dedicated server , added ram and disk space , and transitions have always been smooth.Currently running a drupal installation with 20 web sites on it .
They host something like 100K web sites .
Systems are FreeBSD and , depending on the level of service , you get ssh , ssl , sftp , separate ftp logins to specific difectories , good indexed pop/imap/webmail system .
Easy to manage custom DNS .
You can set up multiple web sites on a single shared IP with having to pay anything significant .
You can manage any number of sites , with separate or shared IPs on one account.The big deal for me has been stellar reliability and great tech support when needed .</tokentext>
<sentencetext>Used them for the last 7 years, for a number of different sites.
I've never had any technical problems that weren't solved with a quick phone call.
And they have knowledgeable people answering the phones.
I've moved sites from simple low, volume shared server all the way up to dedicated server, added ram and disk space, and transitions have always been smooth.Currently running a drupal installation with 20 web sites on it.
They host something like 100K web sites.
Systems are FreeBSD and, depending on the level of service, you get ssh, ssl, sftp, separate ftp logins to specific difectories, good indexed pop/imap/webmail system.
Easy to manage custom DNS.
You can set up multiple web sites on a single shared IP with having to pay anything significant.
You can manage any number of sites, with separate or shared IPs on one account.The big deal for me has been stellar reliability and great tech support when needed.</sentencetext>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31229640</id>
	<title>DIY the only way to go</title>
	<author>collect0r</author>
	<datestamp>1266856200000</datestamp>
	<modclass>None</modclass>
	<modscore>0</modscore>
	<htmltext>Just do it yourself most of the hosting companies i have worked for in the UK just want you stuck with them on a monthly tariff, i can run 6 domains from my bethere.co.uk pro adsl service which gives me 21 meg down and 2 meg upload, i use 123-reg for registering any domains at &pound;.2.99 for 2 yrs i have my own backup power plus the servers i run raise the temperature of my own house by about 1 degree meaning i dont have to feel guilty about the carbon tax as i offset against my own fuel usage.

honestly look at running redhat, webmin, virtualmin then forward all mail to google mail and you will not need AV or antispam services. along with that being able to work live on the server via shared drives or direct to screen saves you a lot of time.

also if you get stuck doing something just use your favourite serch engine, its a lot better than paying someone you dont know for services you can easily pick up yourself.</htmltext>
<tokenext>Just do it yourself most of the hosting companies i have worked for in the UK just want you stuck with them on a monthly tariff , i can run 6 domains from my bethere.co.uk pro adsl service which gives me 21 meg down and 2 meg upload , i use 123-reg for registering any domains at   .2.99 for 2 yrs i have my own backup power plus the servers i run raise the temperature of my own house by about 1 degree meaning i dont have to feel guilty about the carbon tax as i offset against my own fuel usage .
honestly look at running redhat , webmin , virtualmin then forward all mail to google mail and you will not need AV or antispam services .
along with that being able to work live on the server via shared drives or direct to screen saves you a lot of time .
also if you get stuck doing something just use your favourite serch engine , its a lot better than paying someone you dont know for services you can easily pick up yourself .</tokentext>
<sentencetext>Just do it yourself most of the hosting companies i have worked for in the UK just want you stuck with them on a monthly tariff, i can run 6 domains from my bethere.co.uk pro adsl service which gives me 21 meg down and 2 meg upload, i use 123-reg for registering any domains at £.2.99 for 2 yrs i have my own backup power plus the servers i run raise the temperature of my own house by about 1 degree meaning i dont have to feel guilty about the carbon tax as i offset against my own fuel usage.
honestly look at running redhat, webmin, virtualmin then forward all mail to google mail and you will not need AV or antispam services.
along with that being able to work live on the server via shared drives or direct to screen saves you a lot of time.
also if you get stuck doing something just use your favourite serch engine, its a lot better than paying someone you dont know for services you can easily pick up yourself.</sentencetext>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31227016</id>
	<title>Servage has good hosting</title>
	<author>Anonymous</author>
	<datestamp>1266831480000</datestamp>
	<modclass>None</modclass>
	<modscore>0</modscore>
	<htmltext><p>SERVAGE is a really good host... They run a clouded service with redundant-everything... I'm really happy as a customer... except that they once deleted a lot of music I had backed up there... Storage space is unlimited and transfer is unlimited ~</p><p>* storage<br>* transfer rates<br>* browser around in forums / google the company name and see if you can find any bad customer reviews and so on<br>* linux host (best for you, in terms of flexibility)<br>* database engines<br>* ssh login?</p><p>www.servage.net</p></htmltext>
<tokenext>SERVAGE is a really good host... They run a clouded service with redundant-everything... I 'm really happy as a customer... except that they once deleted a lot of music I had backed up there... Storage space is unlimited and transfer is unlimited ~ * storage * transfer rates * browser around in forums / google the company name and see if you can find any bad customer reviews and so on * linux host ( best for you , in terms of flexibility ) * database engines * ssh login ? www.servage.net</tokentext>
<sentencetext>SERVAGE is a really good host... They run a clouded service with redundant-everything... I'm really happy as a customer... except that they once deleted a lot of music I had backed up there... Storage space is unlimited and transfer is unlimited ~* storage* transfer rates* browser around in forums / google the company name and see if you can find any bad customer reviews and so on* linux host (best for you, in terms of flexibility)* database engines* ssh login?www.servage.net</sentencetext>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225786</id>
	<title>hosting experience</title>
	<author>Anonymous</author>
	<datestamp>1266773040000</datestamp>
	<modclass>None</modclass>
	<modscore>0</modscore>
	<htmltext><p>bluehost.com - I've had no problems.</p></htmltext>
<tokenext>bluehost.com - I 've had no problems .</tokentext>
<sentencetext>bluehost.com - I've had no problems.</sentencetext>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225020</id>
	<title>Slicehost</title>
	<author>Anonymous</author>
	<datestamp>1266767640000</datestamp>
	<modclass>None</modclass>
	<modscore>0</modscore>
	<htmltext><p>I've been using virtual private servers with Slicehost for a couple years now and absolutely love them.</p></htmltext>
<tokenext>I 've been using virtual private servers with Slicehost for a couple years now and absolutely love them .</tokentext>
<sentencetext>I've been using virtual private servers with Slicehost for a couple years now and absolutely love them.</sentencetext>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225806</id>
	<title>RapidVPS</title>
	<author>PacketShaper</author>
	<datestamp>1266773280000</datestamp>
	<modclass>None</modclass>
	<modscore>1</modscore>
	<htmltext>My hosting company (for about 4 years now) has had excellent reliability and tech support guys were always timely and helpful.
<br> <br>
Considering the level of service I have received from them so far, they are not really even that expensive.<br>
I host about 75 domains on a single virtual server for about $55 / month and the performance is more than I need.<br>
I went with the virtual server because I wanted root access and cPanel which allows me to host as many domains as I want and I can configure/secure the server how I see fit.<br> <br>
Oh, and the few times I accidentally deleted a file or two and did not have recent backups (I know, I know... turn in my geek card) they were able to restore the files for me quickly which was nice.
<br> <br>
No affiliation to <a href="http://www.rapidvps.com/" title="rapidvps.com" rel="nofollow">them</a> [rapidvps.com], just a satisfied customer.</htmltext>
<tokenext>My hosting company ( for about 4 years now ) has had excellent reliability and tech support guys were always timely and helpful .
Considering the level of service I have received from them so far , they are not really even that expensive .
I host about 75 domains on a single virtual server for about $ 55 / month and the performance is more than I need .
I went with the virtual server because I wanted root access and cPanel which allows me to host as many domains as I want and I can configure/secure the server how I see fit .
Oh , and the few times I accidentally deleted a file or two and did not have recent backups ( I know , I know... turn in my geek card ) they were able to restore the files for me quickly which was nice .
No affiliation to them [ rapidvps.com ] , just a satisfied customer .</tokentext>
<sentencetext>My hosting company (for about 4 years now) has had excellent reliability and tech support guys were always timely and helpful.
Considering the level of service I have received from them so far, they are not really even that expensive.
I host about 75 domains on a single virtual server for about $55 / month and the performance is more than I need.
I went with the virtual server because I wanted root access and cPanel which allows me to host as many domains as I want and I can configure/secure the server how I see fit.
Oh, and the few times I accidentally deleted a file or two and did not have recent backups (I know, I know... turn in my geek card) they were able to restore the files for me quickly which was nice.
No affiliation to them [rapidvps.com], just a satisfied customer.</sentencetext>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225058</id>
	<title>Re:Things I look for</title>
	<author>Anonymous</author>
	<datestamp>1266767820000</datestamp>
	<modclass>None</modclass>
	<modscore>0</modscore>
	<htmltext>Uh, Bluehost does mixed hosting. I guess that shoots the shit out of your first point.</htmltext>
<tokenext>Uh , Bluehost does mixed hosting .
I guess that shoots the shit out of your first point .</tokentext>
<sentencetext>Uh, Bluehost does mixed hosting.
I guess that shoots the shit out of your first point.</sentencetext>
	<parent>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31224900</parent>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31227026</id>
	<title>Think twice before trusting DreamHost</title>
	<author>weaponx71</author>
	<datestamp>1266831540000</datestamp>
	<modclass>None</modclass>
	<modscore>1</modscore>
	<htmltext>I was a customer for about a year, mostly just hobby stuff. Started a small business site, not high traffic by any means. Maybe an order about once a week. I then started a friends company site as well. Again, no high traffic nothing really to order but we switched their mail over through them.
About the year mark there were outages that were never warned about or explained. Then one day all my sites went black. For 5 days, nothing, no warning before and for 3 of those 5 days even their home site was down and all emails were kicked back.
When things started working again they said it was a DNS move and that everyone was sent an email about the switch. Nope, never got one.
I lost the one business site because you just can't go down for 5 days with no warning. I canceled my service because of that outage and they said no problem, then proceeded to bill me for an extra two months then said they refunded it when they never did. Then after I switched, everything was moved and service was no longer, well my sites were dead and they never answered tickets or emails, a month later I started getting invoices, 3 at a time.
I filed a complaint with BBB and IC3 and of course nothing was every heard from either complaint.
There is no real justice that can be had, unless you lose or are robbed for thousands and thousands, then I suppose someone might lift a finger.
Now with ANY service I am going to buy, they have to have proper contact info and I call them FIRST.</htmltext>
<tokenext>I was a customer for about a year , mostly just hobby stuff .
Started a small business site , not high traffic by any means .
Maybe an order about once a week .
I then started a friends company site as well .
Again , no high traffic nothing really to order but we switched their mail over through them .
About the year mark there were outages that were never warned about or explained .
Then one day all my sites went black .
For 5 days , nothing , no warning before and for 3 of those 5 days even their home site was down and all emails were kicked back .
When things started working again they said it was a DNS move and that everyone was sent an email about the switch .
Nope , never got one .
I lost the one business site because you just ca n't go down for 5 days with no warning .
I canceled my service because of that outage and they said no problem , then proceeded to bill me for an extra two months then said they refunded it when they never did .
Then after I switched , everything was moved and service was no longer , well my sites were dead and they never answered tickets or emails , a month later I started getting invoices , 3 at a time .
I filed a complaint with BBB and IC3 and of course nothing was every heard from either complaint .
There is no real justice that can be had , unless you lose or are robbed for thousands and thousands , then I suppose someone might lift a finger .
Now with ANY service I am going to buy , they have to have proper contact info and I call them FIRST .</tokentext>
<sentencetext>I was a customer for about a year, mostly just hobby stuff.
Started a small business site, not high traffic by any means.
Maybe an order about once a week.
I then started a friends company site as well.
Again, no high traffic nothing really to order but we switched their mail over through them.
About the year mark there were outages that were never warned about or explained.
Then one day all my sites went black.
For 5 days, nothing, no warning before and for 3 of those 5 days even their home site was down and all emails were kicked back.
When things started working again they said it was a DNS move and that everyone was sent an email about the switch.
Nope, never got one.
I lost the one business site because you just can't go down for 5 days with no warning.
I canceled my service because of that outage and they said no problem, then proceeded to bill me for an extra two months then said they refunded it when they never did.
Then after I switched, everything was moved and service was no longer, well my sites were dead and they never answered tickets or emails, a month later I started getting invoices, 3 at a time.
I filed a complaint with BBB and IC3 and of course nothing was every heard from either complaint.
There is no real justice that can be had, unless you lose or are robbed for thousands and thousands, then I suppose someone might lift a finger.
Now with ANY service I am going to buy, they have to have proper contact info and I call them FIRST.</sentencetext>
	<parent>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225094</parent>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31228732</id>
	<title>Dreamhost or Linode depending on your need</title>
	<author>skipwiley</author>
	<datestamp>1266850560000</datestamp>
	<modclass>None</modclass>
	<modscore>1</modscore>
	<htmltext>If you need to host several domains, I use Dreamhost:
They dont just slice up servers and run the entire LAMP stack on them, they use clusters for their file storage and their MySQL servers.

For $9-11/mo (depending on how much you prepay) you can host as many domains as you want under a SINGLE account

They have their own control panel that works very well, I like it better than cPanel or Plesk.

They constantly update their features and give you plenty of bang for your buck with friendly support.

You can upgrade to Dreamhost PS which lets you scale your processor and memory dynamically whenever you want.

As for Application hosting, I am currently switching to Linode, my old VPS was slow, had bad support, very limited features.  Linode is like a breath of fresh air, it's very affordable, scalable, and the management tools they offer are simple to use but very robust. I am very angry that I didn't choose them years ago.

Both these companies seem to live and breath Linux and Internet, They both give you the feeling that their staff truly enjoys running and maintaining their respective networks.  Before choosing Linode, be sure you know what you are doing and plan to maintain and upgrade the server yourself, otherwise use Dreamhost.</htmltext>
<tokenext>If you need to host several domains , I use Dreamhost : They dont just slice up servers and run the entire LAMP stack on them , they use clusters for their file storage and their MySQL servers .
For $ 9-11/mo ( depending on how much you prepay ) you can host as many domains as you want under a SINGLE account They have their own control panel that works very well , I like it better than cPanel or Plesk .
They constantly update their features and give you plenty of bang for your buck with friendly support .
You can upgrade to Dreamhost PS which lets you scale your processor and memory dynamically whenever you want .
As for Application hosting , I am currently switching to Linode , my old VPS was slow , had bad support , very limited features .
Linode is like a breath of fresh air , it 's very affordable , scalable , and the management tools they offer are simple to use but very robust .
I am very angry that I did n't choose them years ago .
Both these companies seem to live and breath Linux and Internet , They both give you the feeling that their staff truly enjoys running and maintaining their respective networks .
Before choosing Linode , be sure you know what you are doing and plan to maintain and upgrade the server yourself , otherwise use Dreamhost .</tokentext>
<sentencetext>If you need to host several domains, I use Dreamhost:
They dont just slice up servers and run the entire LAMP stack on them, they use clusters for their file storage and their MySQL servers.
For $9-11/mo (depending on how much you prepay) you can host as many domains as you want under a SINGLE account

They have their own control panel that works very well, I like it better than cPanel or Plesk.
They constantly update their features and give you plenty of bang for your buck with friendly support.
You can upgrade to Dreamhost PS which lets you scale your processor and memory dynamically whenever you want.
As for Application hosting, I am currently switching to Linode, my old VPS was slow, had bad support, very limited features.
Linode is like a breath of fresh air, it's very affordable, scalable, and the management tools they offer are simple to use but very robust.
I am very angry that I didn't choose them years ago.
Both these companies seem to live and breath Linux and Internet, They both give you the feeling that their staff truly enjoys running and maintaining their respective networks.
Before choosing Linode, be sure you know what you are doing and plan to maintain and upgrade the server yourself, otherwise use Dreamhost.</sentencetext>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31231478</id>
	<title>Re:Hurricane Electric?</title>
	<author>twmcneil</author>
	<datestamp>1266863100000</datestamp>
	<modclass>None</modclass>
	<modscore>1</modscore>
	<htmltext>I used to have a couple of accounts with he.net.  I've moved them to Westhost.  I'll agree with everything you say positive about them, especially when it comes to the people, they're great.  I had trouble with their availability.  They said it was a "few bad apples" and moved my accounts to a different server.  Ok, that happens in shared hosting.  After the third move, I had to give up.</htmltext>
<tokenext>I used to have a couple of accounts with he.net .
I 've moved them to Westhost .
I 'll agree with everything you say positive about them , especially when it comes to the people , they 're great .
I had trouble with their availability .
They said it was a " few bad apples " and moved my accounts to a different server .
Ok , that happens in shared hosting .
After the third move , I had to give up .</tokentext>
<sentencetext>I used to have a couple of accounts with he.net.
I've moved them to Westhost.
I'll agree with everything you say positive about them, especially when it comes to the people, they're great.
I had trouble with their availability.
They said it was a "few bad apples" and moved my accounts to a different server.
Ok, that happens in shared hosting.
After the third move, I had to give up.</sentencetext>
	<parent>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31228058</parent>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31279770</id>
	<title>Re:Things I look for</title>
	<author>ktdreyer</author>
	<datestamp>1267102860000</datestamp>
	<modclass>None</modclass>
	<modscore>1</modscore>
	<htmltext>BlueHost specifically <a href="http://www.mattheaton.com/?p=214" title="mattheaton.com" rel="nofollow"> does *not* use VMs</a> [mattheaton.com] for their web servers.</htmltext>
<tokenext>BlueHost specifically does * not * use VMs [ mattheaton.com ] for their web servers .</tokentext>
<sentencetext>BlueHost specifically  does *not* use VMs [mattheaton.com] for their web servers.</sentencetext>
	<parent>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225056</parent>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31230004</id>
	<title>www.panix.com</title>
	<author>operator\_error</author>
	<datestamp>1266858180000</datestamp>
	<modclass>None</modclass>
	<modscore>1</modscore>
	<htmltext><p>Hi Folks, Since I moved my Drupal Aegir (fully-rooted Debian) VPS to www.panix.com, I've been extremely pleased with the uptime, price, and configuration. The control panel is not for linux n00bs, (Dreamhost is waaaay more feature complete). But I'm runnin' a server dammit. I really like Panix in NY.</p><p>FWIW, I pay for support, (from a 3rd party) and they introduced me to Panix. In other words, the technical folks I pay to cover my back, choose Panix.</p></htmltext>
<tokenext>Hi Folks , Since I moved my Drupal Aegir ( fully-rooted Debian ) VPS to www.panix.com , I 've been extremely pleased with the uptime , price , and configuration .
The control panel is not for linux n00bs , ( Dreamhost is waaaay more feature complete ) .
But I 'm runnin ' a server dammit .
I really like Panix in NY.FWIW , I pay for support , ( from a 3rd party ) and they introduced me to Panix .
In other words , the technical folks I pay to cover my back , choose Panix .</tokentext>
<sentencetext>Hi Folks, Since I moved my Drupal Aegir (fully-rooted Debian) VPS to www.panix.com, I've been extremely pleased with the uptime, price, and configuration.
The control panel is not for linux n00bs, (Dreamhost is waaaay more feature complete).
But I'm runnin' a server dammit.
I really like Panix in NY.FWIW, I pay for support, (from a 3rd party) and they introduced me to Panix.
In other words, the technical folks I pay to cover my back, choose Panix.</sentencetext>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31232060</id>
	<title>Laughing Squid Web Hosting</title>
	<author>not\_hylas( )</author>
	<datestamp>1266864600000</datestamp>
	<modclass>None</modclass>
	<modscore>1</modscore>
	<htmltext><p>Stop Searching -</p><p>Laughing Squid Web Hosting:</p><p><a href="http://laughingsquid.us/" title="laughingsquid.us">http://laughingsquid.us/</a> [laughingsquid.us]</p><p><a href="http://laughingsquid.net/" title="laughingsquid.net">http://laughingsquid.net/</a> [laughingsquid.net]</p><p>Real Geeks in San Francisco, CA</p></htmltext>
<tokenext>Stop Searching -Laughing Squid Web Hosting : http : //laughingsquid.us/ [ laughingsquid.us ] http : //laughingsquid.net/ [ laughingsquid.net ] Real Geeks in San Francisco , CA</tokentext>
<sentencetext>Stop Searching -Laughing Squid Web Hosting:http://laughingsquid.us/ [laughingsquid.us]http://laughingsquid.net/ [laughingsquid.net]Real Geeks in San Francisco, CA</sentencetext>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31226274</id>
	<title>webhostingtalk.com</title>
	<author>gujjuguy</author>
	<datestamp>1266777720000</datestamp>
	<modclass>None</modclass>
	<modscore>1</modscore>
	<htmltext>Just go to www.webhostingtalk.com and read the reviews and select whichever host suits your need.</htmltext>
<tokenext>Just go to www.webhostingtalk.com and read the reviews and select whichever host suits your need .</tokentext>
<sentencetext>Just go to www.webhostingtalk.com and read the reviews and select whichever host suits your need.</sentencetext>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31226354</id>
	<title>Re:Try Webfaction. Here's why:</title>
	<author>Anonymous</author>
	<datestamp>1266778620000</datestamp>
	<modclass>None</modclass>
	<modscore>0</modscore>
	<htmltext><p>This 'rotide' must an ass... I don't think there's anything wrong with an affiliate link if it's disclosed, and I doubt you'd use their service if you didn't like it. It's not like there aren't a million and one web hosting options.</p><p>- another random Slashdot poster, possibly a coward, but not fundamentally opposed to the idea of throwing someone a few cents for helping me out</p></htmltext>
<tokenext>This 'rotide ' must an ass... I do n't think there 's anything wrong with an affiliate link if it 's disclosed , and I doubt you 'd use their service if you did n't like it .
It 's not like there are n't a million and one web hosting options.- another random Slashdot poster , possibly a coward , but not fundamentally opposed to the idea of throwing someone a few cents for helping me out</tokentext>
<sentencetext>This 'rotide' must an ass... I don't think there's anything wrong with an affiliate link if it's disclosed, and I doubt you'd use their service if you didn't like it.
It's not like there aren't a million and one web hosting options.- another random Slashdot poster, possibly a coward, but not fundamentally opposed to the idea of throwing someone a few cents for helping me out</sentencetext>
	<parent>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225010</parent>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31227686</id>
	<title>Consider HotDrupal / Holistic Solutions</title>
	<author>rjwoodhead</author>
	<datestamp>1266840660000</datestamp>
	<modclass>None</modclass>
	<modscore>1</modscore>
	<htmltext><p>I'm a hosting newb -- been running my own servers since last century -- but finally had a situation (wife decreed that company website needed updating, so I got into drupal) where hosting made sense.  When it came time to move  the site from testing using MAMP to hosting, I did the research and went with HotDrupal.com, which is a part of Holistic Solutions.</p><p><a href="http://www.hotdrupal.com/plans.html" title="hotdrupal.com" rel="nofollow">http://www.hotdrupal.com/plans.html</a> [hotdrupal.com]</p><p>They seem to be doing things right.  They don't overload their servers, they use fast hard drives, they make backups (though of course, I keep my own shadow!), and so on.</p><p>But here's the kicker: their tech support is absolutely superb.  I mean, as a hosting newb I needed some handholding, especially since there were some unusual configuration issues due to legacy stuff I had to support.</p><p>Without a doubt, these guys gave me the best tech support I've ever received in over 35 years in the business.  When he's not doing other things, the big kahuna himself, Steve, does frontline tech support.</p><p>You know how when you put in a ticket, you keep thinking about the problem, and then the solution comes to you, and then tech support gets back to you a few hours/days later with the same answer?  Well, in this case, I was coming up with the answer, logging on, and finding that they'd beaten me to it.</p><p>The only ticket they failed to answer to my satisfaction was the one that asked "Where can I send you guys some beer and pizza money as a thankyou?"</p><p>Absolutely a no-brainer if you'd doing anything Drupal or LAMP/MAMP/WAMP-related.</p></htmltext>
<tokenext>I 'm a hosting newb -- been running my own servers since last century -- but finally had a situation ( wife decreed that company website needed updating , so I got into drupal ) where hosting made sense .
When it came time to move the site from testing using MAMP to hosting , I did the research and went with HotDrupal.com , which is a part of Holistic Solutions.http : //www.hotdrupal.com/plans.html [ hotdrupal.com ] They seem to be doing things right .
They do n't overload their servers , they use fast hard drives , they make backups ( though of course , I keep my own shadow !
) , and so on.But here 's the kicker : their tech support is absolutely superb .
I mean , as a hosting newb I needed some handholding , especially since there were some unusual configuration issues due to legacy stuff I had to support.Without a doubt , these guys gave me the best tech support I 've ever received in over 35 years in the business .
When he 's not doing other things , the big kahuna himself , Steve , does frontline tech support.You know how when you put in a ticket , you keep thinking about the problem , and then the solution comes to you , and then tech support gets back to you a few hours/days later with the same answer ?
Well , in this case , I was coming up with the answer , logging on , and finding that they 'd beaten me to it.The only ticket they failed to answer to my satisfaction was the one that asked " Where can I send you guys some beer and pizza money as a thankyou ?
" Absolutely a no-brainer if you 'd doing anything Drupal or LAMP/MAMP/WAMP-related .</tokentext>
<sentencetext>I'm a hosting newb -- been running my own servers since last century -- but finally had a situation (wife decreed that company website needed updating, so I got into drupal) where hosting made sense.
When it came time to move  the site from testing using MAMP to hosting, I did the research and went with HotDrupal.com, which is a part of Holistic Solutions.http://www.hotdrupal.com/plans.html [hotdrupal.com]They seem to be doing things right.
They don't overload their servers, they use fast hard drives, they make backups (though of course, I keep my own shadow!
), and so on.But here's the kicker: their tech support is absolutely superb.
I mean, as a hosting newb I needed some handholding, especially since there were some unusual configuration issues due to legacy stuff I had to support.Without a doubt, these guys gave me the best tech support I've ever received in over 35 years in the business.
When he's not doing other things, the big kahuna himself, Steve, does frontline tech support.You know how when you put in a ticket, you keep thinking about the problem, and then the solution comes to you, and then tech support gets back to you a few hours/days later with the same answer?
Well, in this case, I was coming up with the answer, logging on, and finding that they'd beaten me to it.The only ticket they failed to answer to my satisfaction was the one that asked "Where can I send you guys some beer and pizza money as a thankyou?
"Absolutely a no-brainer if you'd doing anything Drupal or LAMP/MAMP/WAMP-related.</sentencetext>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31226568</id>
	<title>Re:slicehost</title>
	<author>dlevitan</author>
	<datestamp>1266781380000</datestamp>
	<modclass>None</modclass>
	<modscore>1</modscore>
	<htmltext><p>If you're going to go the VPS route, I suggest <a href="http://www.rimuhosting.com/" title="rimuhosting.com">RimuHosting</a> [rimuhosting.com]. The have absolutely amazing tech support (I've never waited more than a half-hour or so for support, without using the emergency option), great performance, actively monitor their servers, and do a great job keeping the hardware and networking running. They're willing to compile custom kernels for you (mine has ipsec and tun/tap support for openvpn), provide a nice admin panel for dns/mx/general server statistics, and apparently will help you with software installation and configuration without (in general) charging you.</p><p>I've been with them for a few years now, and have absolutely nothing negative to say.</p></htmltext>
<tokenext>If you 're going to go the VPS route , I suggest RimuHosting [ rimuhosting.com ] .
The have absolutely amazing tech support ( I 've never waited more than a half-hour or so for support , without using the emergency option ) , great performance , actively monitor their servers , and do a great job keeping the hardware and networking running .
They 're willing to compile custom kernels for you ( mine has ipsec and tun/tap support for openvpn ) , provide a nice admin panel for dns/mx/general server statistics , and apparently will help you with software installation and configuration without ( in general ) charging you.I 've been with them for a few years now , and have absolutely nothing negative to say .</tokentext>
<sentencetext>If you're going to go the VPS route, I suggest RimuHosting [rimuhosting.com].
The have absolutely amazing tech support (I've never waited more than a half-hour or so for support, without using the emergency option), great performance, actively monitor their servers, and do a great job keeping the hardware and networking running.
They're willing to compile custom kernels for you (mine has ipsec and tun/tap support for openvpn), provide a nice admin panel for dns/mx/general server statistics, and apparently will help you with software installation and configuration without (in general) charging you.I've been with them for a few years now, and have absolutely nothing negative to say.</sentencetext>
	<parent>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225142</parent>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225896</id>
	<title>Hostgator rocks</title>
	<author>javaguy</author>
	<datestamp>1266774120000</datestamp>
	<modclass>None</modclass>
	<modscore>2</modscore>
	<htmltext><p>I use <a href="http://bit.ly/d1DmzL" title="bit.ly" rel="nofollow">HostGator</a> [bit.ly] to host <a href="http://www.headphonereviews.org/" title="headphonereviews.org" rel="nofollow">Headphone Reviews</a> [headphonereviews.org], which gets 1M+ hits a month, 300K+ of those require 2-3 MySQL hits to create the page. I host another dozen or so domains too, total monthly hits 2M+, for about $10.  Uptime's great, performance is great, and the technical support is amazing - their tech support knows far far more than me, which is fairly impressive.</p></htmltext>
<tokenext>I use HostGator [ bit.ly ] to host Headphone Reviews [ headphonereviews.org ] , which gets 1M + hits a month , 300K + of those require 2-3 MySQL hits to create the page .
I host another dozen or so domains too , total monthly hits 2M + , for about $ 10 .
Uptime 's great , performance is great , and the technical support is amazing - their tech support knows far far more than me , which is fairly impressive .</tokentext>
<sentencetext>I use HostGator [bit.ly] to host Headphone Reviews [headphonereviews.org], which gets 1M+ hits a month, 300K+ of those require 2-3 MySQL hits to create the page.
I host another dozen or so domains too, total monthly hits 2M+, for about $10.
Uptime's great, performance is great, and the technical support is amazing - their tech support knows far far more than me, which is fairly impressive.</sentencetext>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31226298</id>
	<title>My experience</title>
	<author>Ekuryua</author>
	<datestamp>1266777960000</datestamp>
	<modclass>None</modclass>
	<modscore>1</modscore>
	<htmltext>Web hosts<br> <br>
<b>Bluehost, 1 and 1, dreamhost, and other oversellers</b>: don't use those. unless you're really really cheap. I've tried quite a few and while 90\% of customers will be happy, you don't want to be in the 10\% that suffer. It'll be painful, they'll either wipe your data, blackmail you to upgrade, or just kill your processes.<br>
<b>Pair networks</b>: their web hosting is on the expensive side, but is of fairly high quality. Be careful though that they do not like cpu-time consuming scripts and will disable those, though they are not in any way as brutal as previous cited hosts. All in all recommended if you want good service<br> <br>

VPS<br>
That is my recommendation for a small to mid website, if you can actually manage a server.<br>
I have so far have a very good experience with both tektonic and knownhost, both of which have provided a pretty good service.<br>
Slicehost has become of more variable quality to me lately, so I would not recommend them.<br>
<br>


Oh and I would not recommend at all amazon ec2 unless you have a lot of money and rather large distributed system, at which point you will want to do it yourself anyway.</htmltext>
<tokenext>Web hosts Bluehost , 1 and 1 , dreamhost , and other oversellers : do n't use those .
unless you 're really really cheap .
I 've tried quite a few and while 90 \ % of customers will be happy , you do n't want to be in the 10 \ % that suffer .
It 'll be painful , they 'll either wipe your data , blackmail you to upgrade , or just kill your processes .
Pair networks : their web hosting is on the expensive side , but is of fairly high quality .
Be careful though that they do not like cpu-time consuming scripts and will disable those , though they are not in any way as brutal as previous cited hosts .
All in all recommended if you want good service VPS That is my recommendation for a small to mid website , if you can actually manage a server .
I have so far have a very good experience with both tektonic and knownhost , both of which have provided a pretty good service .
Slicehost has become of more variable quality to me lately , so I would not recommend them .
Oh and I would not recommend at all amazon ec2 unless you have a lot of money and rather large distributed system , at which point you will want to do it yourself anyway .</tokentext>
<sentencetext>Web hosts 
Bluehost, 1 and 1, dreamhost, and other oversellers: don't use those.
unless you're really really cheap.
I've tried quite a few and while 90\% of customers will be happy, you don't want to be in the 10\% that suffer.
It'll be painful, they'll either wipe your data, blackmail you to upgrade, or just kill your processes.
Pair networks: their web hosting is on the expensive side, but is of fairly high quality.
Be careful though that they do not like cpu-time consuming scripts and will disable those, though they are not in any way as brutal as previous cited hosts.
All in all recommended if you want good service 

VPS
That is my recommendation for a small to mid website, if you can actually manage a server.
I have so far have a very good experience with both tektonic and knownhost, both of which have provided a pretty good service.
Slicehost has become of more variable quality to me lately, so I would not recommend them.
Oh and I would not recommend at all amazon ec2 unless you have a lot of money and rather large distributed system, at which point you will want to do it yourself anyway.</sentencetext>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225154</id>
	<title>slicehost works for me</title>
	<author>Pe\_Ell</author>
	<datestamp>1266768360000</datestamp>
	<modclass>None</modclass>
	<modscore>1</modscore>
	<htmltext>I've got a HostGator, dedicated server in Germany and a 1and1 developer account (for a few years now).  I'm in the process of moving them all into VPS at slicehost.com.  You can start the slices out cheap and work your way up to multiple slices with backnet and public interfaces.  So if you need to grow you can do a load balancer on your primary IP and then have other slices doing the work.  Their admin tools are pretty easy to deal with too.  This option is best if you aren't afraid to administrate your own box though.  They have Chat support, forums, articles etc to help people out who are fairly new to system administration with optional backup for your slices.</htmltext>
<tokenext>I 've got a HostGator , dedicated server in Germany and a 1and1 developer account ( for a few years now ) .
I 'm in the process of moving them all into VPS at slicehost.com .
You can start the slices out cheap and work your way up to multiple slices with backnet and public interfaces .
So if you need to grow you can do a load balancer on your primary IP and then have other slices doing the work .
Their admin tools are pretty easy to deal with too .
This option is best if you are n't afraid to administrate your own box though .
They have Chat support , forums , articles etc to help people out who are fairly new to system administration with optional backup for your slices .</tokentext>
<sentencetext>I've got a HostGator, dedicated server in Germany and a 1and1 developer account (for a few years now).
I'm in the process of moving them all into VPS at slicehost.com.
You can start the slices out cheap and work your way up to multiple slices with backnet and public interfaces.
So if you need to grow you can do a load balancer on your primary IP and then have other slices doing the work.
Their admin tools are pretty easy to deal with too.
This option is best if you aren't afraid to administrate your own box though.
They have Chat support, forums, articles etc to help people out who are fairly new to system administration with optional backup for your slices.</sentencetext>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31230176</id>
	<title>Forget LAMP, use GAE, 'servers' are so 2 years ago</title>
	<author>mscalora</author>
	<datestamp>1266859080000</datestamp>
	<modclass>None</modclass>
	<modscore>1</modscore>
	<htmltext><p>Convert your site to python/big table and use Google App Engine. Great up time, free (besides dev time) to get started and cheap to scale. You could do java also but I like python much better.</p><p>PS: Of course there will be people who will tell you GAE is a bad idea, every solution has negatives, you never will find a perfect one. It is better to know the weaknesses than be surprised later. I've done site with LAMP and GAE, I like GAE better. The best thing about it is you spend a much higher percentage of you time on your web app code and less on hosting, provisioning, load projections, deployment, scaling issues, server config, extension updating, etc.</p></htmltext>
<tokenext>Convert your site to python/big table and use Google App Engine .
Great up time , free ( besides dev time ) to get started and cheap to scale .
You could do java also but I like python much better.PS : Of course there will be people who will tell you GAE is a bad idea , every solution has negatives , you never will find a perfect one .
It is better to know the weaknesses than be surprised later .
I 've done site with LAMP and GAE , I like GAE better .
The best thing about it is you spend a much higher percentage of you time on your web app code and less on hosting , provisioning , load projections , deployment , scaling issues , server config , extension updating , etc .</tokentext>
<sentencetext>Convert your site to python/big table and use Google App Engine.
Great up time, free (besides dev time) to get started and cheap to scale.
You could do java also but I like python much better.PS: Of course there will be people who will tell you GAE is a bad idea, every solution has negatives, you never will find a perfect one.
It is better to know the weaknesses than be surprised later.
I've done site with LAMP and GAE, I like GAE better.
The best thing about it is you spend a much higher percentage of you time on your web app code and less on hosting, provisioning, load projections, deployment, scaling issues, server config, extension updating, etc.</sentencetext>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31235024</id>
	<title>Re:Things I look for</title>
	<author>ternarybit</author>
	<datestamp>1266831000000</datestamp>
	<modclass>None</modclass>
	<modscore>1</modscore>
	<htmltext>I have used hostmonster.com for the better part of a year, who boast nearly "unlimited everything" for about $6/mo. You have to pay in year increments, but I've been satisfied by their speed, uptime and customer support.</htmltext>
<tokenext>I have used hostmonster.com for the better part of a year , who boast nearly " unlimited everything " for about $ 6/mo .
You have to pay in year increments , but I 've been satisfied by their speed , uptime and customer support .</tokentext>
<sentencetext>I have used hostmonster.com for the better part of a year, who boast nearly "unlimited everything" for about $6/mo.
You have to pay in year increments, but I've been satisfied by their speed, uptime and customer support.</sentencetext>
	<parent>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225316</parent>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225956</id>
	<title>Wait...</title>
	<author>Darkness404</author>
	<datestamp>1266774660000</datestamp>
	<modclass>None</modclass>
	<modscore>1</modscore>
	<htmltext>Wait, you mean there are other ways you can host your site other than using Freewebs, Angelfire and Tripod?</htmltext>
<tokenext>Wait , you mean there are other ways you can host your site other than using Freewebs , Angelfire and Tripod ?</tokentext>
<sentencetext>Wait, you mean there are other ways you can host your site other than using Freewebs, Angelfire and Tripod?</sentencetext>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31239980</id>
	<title>Cartika Hosting</title>
	<author>Anonymous</author>
	<datestamp>1266853200000</datestamp>
	<modclass>None</modclass>
	<modscore>0</modscore>
	<htmltext><p>Surprised that no one mentioned <a href="http://cartikahosting.com/" title="cartikahosting.com" rel="nofollow">http://cartikahosting.com/</a> [cartikahosting.com]</p><p>seem to be the best kept secret...</p></htmltext>
<tokenext>Surprised that no one mentioned http : //cartikahosting.com/ [ cartikahosting.com ] seem to be the best kept secret.. .</tokentext>
<sentencetext>Surprised that no one mentioned http://cartikahosting.com/ [cartikahosting.com]seem to be the best kept secret...</sentencetext>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225254</id>
	<title>This</title>
	<author>orsty3001</author>
	<datestamp>1266768900000</datestamp>
	<modclass>None</modclass>
	<modscore>1</modscore>
	<htmltext>Cheap, no limits and not in America.</htmltext>
<tokenext>Cheap , no limits and not in America .</tokentext>
<sentencetext>Cheap, no limits and not in America.</sentencetext>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31226734</id>
	<title>ICDSoft</title>
	<author>legio\_noctis</author>
	<datestamp>1266870120000</datestamp>
	<modclass>None</modclass>
	<modscore>1</modscore>
	<htmltext><p> <a href="http://icdsoft.com/" title="icdsoft.com" rel="nofollow">Are excellent,</a> [icdsoft.com] though I have no idea how big they'll scale.</p><p>Their support is literally incredible: they replied to my question (before joining) within 7 minutes.</p><p>Also, see the article '<a href="http://www.skytopia.com/project/articles/host.html" title="skytopia.com" rel="nofollow">Finding The Best Web Site Hosts The Googalistic Way</a> [skytopia.com]'---'s awesome.</p></htmltext>
<tokenext>Are excellent , [ icdsoft.com ] though I have no idea how big they 'll scale.Their support is literally incredible : they replied to my question ( before joining ) within 7 minutes.Also , see the article 'Finding The Best Web Site Hosts The Googalistic Way [ skytopia.com ] '--- 's awesome .</tokentext>
<sentencetext> Are excellent, [icdsoft.com] though I have no idea how big they'll scale.Their support is literally incredible: they replied to my question (before joining) within 7 minutes.Also, see the article 'Finding The Best Web Site Hosts The Googalistic Way [skytopia.com]'---'s awesome.</sentencetext>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31226666</id>
	<title>Re:DreamHost</title>
	<author>vilain</author>
	<datestamp>1266869040000</datestamp>
	<modclass>None</modclass>
	<modscore>1</modscore>
	<htmltext>A colleague used dreamhost and I saw all the terrific extras they offered.  Then I saw that they don't support Drupal, which I needed for a client's site.  Between the major ISPs that support Drupal (bluehost and a2hosting), I decided I didn't like the "this is your account name based on your domain" rule that Bluehost imposed.  I also vehemently oppose the Mormon church and their meddling in politics in California (the owner is Mormon and donates lots to the church).

A2hosting has been terrific for both me and my client.  Dreamhost is ok if all you want is a light-duty phpbb or wordpress site which my colleague seems happy with.  I'm willing to give up the ability to compile stuff (no gcc even though you have a shell) for a shared account.</htmltext>
<tokenext>A colleague used dreamhost and I saw all the terrific extras they offered .
Then I saw that they do n't support Drupal , which I needed for a client 's site .
Between the major ISPs that support Drupal ( bluehost and a2hosting ) , I decided I did n't like the " this is your account name based on your domain " rule that Bluehost imposed .
I also vehemently oppose the Mormon church and their meddling in politics in California ( the owner is Mormon and donates lots to the church ) .
A2hosting has been terrific for both me and my client .
Dreamhost is ok if all you want is a light-duty phpbb or wordpress site which my colleague seems happy with .
I 'm willing to give up the ability to compile stuff ( no gcc even though you have a shell ) for a shared account .</tokentext>
<sentencetext>A colleague used dreamhost and I saw all the terrific extras they offered.
Then I saw that they don't support Drupal, which I needed for a client's site.
Between the major ISPs that support Drupal (bluehost and a2hosting), I decided I didn't like the "this is your account name based on your domain" rule that Bluehost imposed.
I also vehemently oppose the Mormon church and their meddling in politics in California (the owner is Mormon and donates lots to the church).
A2hosting has been terrific for both me and my client.
Dreamhost is ok if all you want is a light-duty phpbb or wordpress site which my colleague seems happy with.
I'm willing to give up the ability to compile stuff (no gcc even though you have a shell) for a shared account.</sentencetext>
	<parent>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225094</parent>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31228246</id>
	<title>Re:Things I look for</title>
	<author>Skater</author>
	<datestamp>1266847020000</datestamp>
	<modclass>None</modclass>
	<modscore>1</modscore>
	<htmltext>I'll add to the Pair.com chorus.  I had an account with them, then went with another provider that was slightly cheaper, but it wasn't worth it - the site would be slow to load or sometimes not load at all.  I got a couple complaints from users about it.  After a few months I switched back to Pair and was happy to pay slightly more to get better quality.  (And, frankly, Pair ended up being cheaper in my case - the other company required a separate account for each domain you wanted, but with Pair I could have just one account with multiple domains.  So, with two domains Pair.com actually became cheaper.)  I think the other company was phpwebhosting.com, but I don't remember for certain.</htmltext>
<tokenext>I 'll add to the Pair.com chorus .
I had an account with them , then went with another provider that was slightly cheaper , but it was n't worth it - the site would be slow to load or sometimes not load at all .
I got a couple complaints from users about it .
After a few months I switched back to Pair and was happy to pay slightly more to get better quality .
( And , frankly , Pair ended up being cheaper in my case - the other company required a separate account for each domain you wanted , but with Pair I could have just one account with multiple domains .
So , with two domains Pair.com actually became cheaper .
) I think the other company was phpwebhosting.com , but I do n't remember for certain .</tokentext>
<sentencetext>I'll add to the Pair.com chorus.
I had an account with them, then went with another provider that was slightly cheaper, but it wasn't worth it - the site would be slow to load or sometimes not load at all.
I got a couple complaints from users about it.
After a few months I switched back to Pair and was happy to pay slightly more to get better quality.
(And, frankly, Pair ended up being cheaper in my case - the other company required a separate account for each domain you wanted, but with Pair I could have just one account with multiple domains.
So, with two domains Pair.com actually became cheaper.
)  I think the other company was phpwebhosting.com, but I don't remember for certain.</sentencetext>
	<parent>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225316</parent>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31230476</id>
	<title>Re:Free trials.</title>
	<author>Lord Ender</author>
	<datestamp>1266860340000</datestamp>
	<modclass>None</modclass>
	<modscore>1</modscore>
	<htmltext><p>AppEngine does <b>not</b> scale.  There are countless hard limits in appengine, many of which are not documented.</p><p>Furthermore, only two languages are supported in appengine: Python and Java. And Java performance is really terrible. Java web apps are killed at random times for "excessive latency" by appengine. It also loads and unloads your apps aggressively, so your users will see very long delays when accessing Java-based web apps.</p><p>If you're using Python and you think you can fit within the many API limits and scalability limits of appengine, give it a try. Otherwise, look elsewhere.</p></htmltext>
<tokenext>AppEngine does not scale .
There are countless hard limits in appengine , many of which are not documented.Furthermore , only two languages are supported in appengine : Python and Java .
And Java performance is really terrible .
Java web apps are killed at random times for " excessive latency " by appengine .
It also loads and unloads your apps aggressively , so your users will see very long delays when accessing Java-based web apps.If you 're using Python and you think you can fit within the many API limits and scalability limits of appengine , give it a try .
Otherwise , look elsewhere .</tokentext>
<sentencetext>AppEngine does not scale.
There are countless hard limits in appengine, many of which are not documented.Furthermore, only two languages are supported in appengine: Python and Java.
And Java performance is really terrible.
Java web apps are killed at random times for "excessive latency" by appengine.
It also loads and unloads your apps aggressively, so your users will see very long delays when accessing Java-based web apps.If you're using Python and you think you can fit within the many API limits and scalability limits of appengine, give it a try.
Otherwise, look elsewhere.</sentencetext>
	<parent>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31224950</parent>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225002</id>
	<title>webhostingpad</title>
	<author>Anonymous</author>
	<datestamp>1266767580000</datestamp>
	<modclass>None</modclass>
	<modscore>0</modscore>
	<htmltext><p>I've hosted PHP/MySQL based sites on godaddy.com, but found their admin interface (full of annoying flashy ads) too cumbersome. I shifted over to webhostingpad.com and love their hosting controls.</p></htmltext>
<tokenext>I 've hosted PHP/MySQL based sites on godaddy.com , but found their admin interface ( full of annoying flashy ads ) too cumbersome .
I shifted over to webhostingpad.com and love their hosting controls .</tokentext>
<sentencetext>I've hosted PHP/MySQL based sites on godaddy.com, but found their admin interface (full of annoying flashy ads) too cumbersome.
I shifted over to webhostingpad.com and love their hosting controls.</sentencetext>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31230406</id>
	<title>Re:Things I look for</title>
	<author>b0bby</author>
	<datestamp>1266860100000</datestamp>
	<modclass>None</modclass>
	<modscore>1</modscore>
	<htmltext><p>Sounds like you should check out nearlyfreespeech.net - they seem to be pretty good at not caving to crappy demands.</p></htmltext>
<tokenext>Sounds like you should check out nearlyfreespeech.net - they seem to be pretty good at not caving to crappy demands .</tokentext>
<sentencetext>Sounds like you should check out nearlyfreespeech.net - they seem to be pretty good at not caving to crappy demands.</sentencetext>
	<parent>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31228424</parent>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225092</id>
	<title>Isn't it a</title>
	<author>Dunbal</author>
	<datestamp>1266768060000</datestamp>
	<modclass>Interestin</modclass>
	<modscore>2</modscore>
	<htmltext><p>Good thing you had back ups. Right?</p></htmltext>
<tokenext>Good thing you had back ups .
Right ?</tokentext>
<sentencetext>Good thing you had back ups.
Right?</sentencetext>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31226348</id>
	<title>Hostmonster.com</title>
	<author>RulerOf</author>
	<datestamp>1266778620000</datestamp>
	<modclass>None</modclass>
	<modscore>1</modscore>
	<htmltext>For the last three years or so, I've been using <a href="http://www.hostmonster.com/" title="hostmonster.com">Hostmonster</a> [hostmonster.com] for my web hosting needs.<br> <br>TBH, I just use it as a file dump currently to distribute a couple of FOSS projects I've written, but when pulling files from them, I've usually maxed out my connection.  200GB/2T transfer, but they don't cut you off if you exceed limits.<br> <br>$5/month when paid by the year.  Typical Linux/Apache/PHP setup, but I think it's Postgre's instead of MySQL.</htmltext>
<tokenext>For the last three years or so , I 've been using Hostmonster [ hostmonster.com ] for my web hosting needs .
TBH , I just use it as a file dump currently to distribute a couple of FOSS projects I 've written , but when pulling files from them , I 've usually maxed out my connection .
200GB/2T transfer , but they do n't cut you off if you exceed limits .
$ 5/month when paid by the year .
Typical Linux/Apache/PHP setup , but I think it 's Postgre 's instead of MySQL .</tokentext>
<sentencetext>For the last three years or so, I've been using Hostmonster [hostmonster.com] for my web hosting needs.
TBH, I just use it as a file dump currently to distribute a couple of FOSS projects I've written, but when pulling files from them, I've usually maxed out my connection.
200GB/2T transfer, but they don't cut you off if you exceed limits.
$5/month when paid by the year.
Typical Linux/Apache/PHP setup, but I think it's Postgre's instead of MySQL.</sentencetext>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31227792</id>
	<title>Pair networks</title>
	<author>kschendel</author>
	<datestamp>1266842160000</datestamp>
	<modclass>None</modclass>
	<modscore>1</modscore>
	<htmltext><p>Count a +1 for pair networks.  Reliable, solid, and not annoying.  Their plan offerings were simple and easy to choose among, last I looked.  (I picked one 11 years ago and haven't had to change.)</p><p>I have had interactions with them exactly twice, and once was them offering a constructive suggestion as to spam handling.  That's the kind of provider I like, all walk and no talk.</p></htmltext>
<tokenext>Count a + 1 for pair networks .
Reliable , solid , and not annoying .
Their plan offerings were simple and easy to choose among , last I looked .
( I picked one 11 years ago and have n't had to change .
) I have had interactions with them exactly twice , and once was them offering a constructive suggestion as to spam handling .
That 's the kind of provider I like , all walk and no talk .</tokentext>
<sentencetext>Count a +1 for pair networks.
Reliable, solid, and not annoying.
Their plan offerings were simple and easy to choose among, last I looked.
(I picked one 11 years ago and haven't had to change.
)I have had interactions with them exactly twice, and once was them offering a constructive suggestion as to spam handling.
That's the kind of provider I like, all walk and no talk.</sentencetext>
	<parent>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225316</parent>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31226244</id>
	<title>Re:Make sure you go over the contract very careful</title>
	<author>nine-times</author>
	<datestamp>1266777300000</datestamp>
	<modclass>None</modclass>
	<modscore>1</modscore>
	<htmltext><p><div class="quote"><p>For instance: if you don't explicitly terminate a contract at the end of its period, it's automatically renewed for another 18 months. You need to give 2 months notice before the end of the term before canceling.</p></div><p>Yeah, watch out for this one for any vendor.  I've seen it happen where someone requires a 1-month advanced notice to cancel your contract or it auto-renews for a year.  Then, when you try to cancel 2 months in advance, they tell you that they can't enter it into the system until you're closer to the cancellation date.  Effectively this company had a window of a couple days where they'd let you cancel your account-- call too soon, they tell you to call back later; call too late, and you're auto-renewed for a year.  I don't know if it was legal, but I'd generally prefer to stay away from a company that behaves this way.
</p><p>Hosting is particularly annoying to shop for.  Google for reviews, and you'll find advertisements pretending to be reviews.  Visit most hosting companys' websites and you'll find an ugly and annoying page filled with smiling people wearing headsets.  It seems like nobody takes shared hosting seriously anyway.  The assumption tends to be that if your site were important, you'd have a dedicated host.  With lots of hosting packages going for under $5/month for "unlimited" everything, it's not hard to see why.</p></div>
	</htmltext>
<tokenext>For instance : if you do n't explicitly terminate a contract at the end of its period , it 's automatically renewed for another 18 months .
You need to give 2 months notice before the end of the term before canceling.Yeah , watch out for this one for any vendor .
I 've seen it happen where someone requires a 1-month advanced notice to cancel your contract or it auto-renews for a year .
Then , when you try to cancel 2 months in advance , they tell you that they ca n't enter it into the system until you 're closer to the cancellation date .
Effectively this company had a window of a couple days where they 'd let you cancel your account-- call too soon , they tell you to call back later ; call too late , and you 're auto-renewed for a year .
I do n't know if it was legal , but I 'd generally prefer to stay away from a company that behaves this way .
Hosting is particularly annoying to shop for .
Google for reviews , and you 'll find advertisements pretending to be reviews .
Visit most hosting companys ' websites and you 'll find an ugly and annoying page filled with smiling people wearing headsets .
It seems like nobody takes shared hosting seriously anyway .
The assumption tends to be that if your site were important , you 'd have a dedicated host .
With lots of hosting packages going for under $ 5/month for " unlimited " everything , it 's not hard to see why .</tokentext>
<sentencetext>For instance: if you don't explicitly terminate a contract at the end of its period, it's automatically renewed for another 18 months.
You need to give 2 months notice before the end of the term before canceling.Yeah, watch out for this one for any vendor.
I've seen it happen where someone requires a 1-month advanced notice to cancel your contract or it auto-renews for a year.
Then, when you try to cancel 2 months in advance, they tell you that they can't enter it into the system until you're closer to the cancellation date.
Effectively this company had a window of a couple days where they'd let you cancel your account-- call too soon, they tell you to call back later; call too late, and you're auto-renewed for a year.
I don't know if it was legal, but I'd generally prefer to stay away from a company that behaves this way.
Hosting is particularly annoying to shop for.
Google for reviews, and you'll find advertisements pretending to be reviews.
Visit most hosting companys' websites and you'll find an ugly and annoying page filled with smiling people wearing headsets.
It seems like nobody takes shared hosting seriously anyway.
The assumption tends to be that if your site were important, you'd have a dedicated host.
With lots of hosting packages going for under $5/month for "unlimited" everything, it's not hard to see why.
	</sentencetext>
	<parent>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225112</parent>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225216</id>
	<title>A warning about 1 and 1</title>
	<author>Anonymous</author>
	<datestamp>1266768780000</datestamp>
	<modclass>Informativ</modclass>
	<modscore>2</modscore>
	<htmltext><p>Rarely do I go negative on the Internet.  Things said on the internet stick with you forever, but maybe just a warning.</p><p>The company 1 and 1 seems to be using a collection agency to leverage money out of previous customers.  While they may not be breaking any laws, but they are definitely taking advantage of their customers.</p><p>Google: "1 and 1" nco</p><p>There are pages of people who have fallen victim to this company.</p><p>A good narrative that describes almost exactly what happened to me...<br><a href="http://www.complaintsboard.com/complaints/1-amp-1-internet-inc-c161434.html" title="complaintsboard.com" rel="nofollow">http://www.complaintsboard.com/complaints/1-amp-1-internet-inc-c161434.html</a> [complaintsboard.com]</p><p>Sorry to post anonymously, I'm not really a coward, but with a company like this, you just cannot be too careful.</p></htmltext>
<tokenext>Rarely do I go negative on the Internet .
Things said on the internet stick with you forever , but maybe just a warning.The company 1 and 1 seems to be using a collection agency to leverage money out of previous customers .
While they may not be breaking any laws , but they are definitely taking advantage of their customers.Google : " 1 and 1 " ncoThere are pages of people who have fallen victim to this company.A good narrative that describes almost exactly what happened to me...http : //www.complaintsboard.com/complaints/1-amp-1-internet-inc-c161434.html [ complaintsboard.com ] Sorry to post anonymously , I 'm not really a coward , but with a company like this , you just can not be too careful .</tokentext>
<sentencetext>Rarely do I go negative on the Internet.
Things said on the internet stick with you forever, but maybe just a warning.The company 1 and 1 seems to be using a collection agency to leverage money out of previous customers.
While they may not be breaking any laws, but they are definitely taking advantage of their customers.Google: "1 and 1" ncoThere are pages of people who have fallen victim to this company.A good narrative that describes almost exactly what happened to me...http://www.complaintsboard.com/complaints/1-amp-1-internet-inc-c161434.html [complaintsboard.com]Sorry to post anonymously, I'm not really a coward, but with a company like this, you just cannot be too careful.</sentencetext>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31226924</id>
	<title>Re:slicehost</title>
	<author>nkh</author>
	<datestamp>1266830040000</datestamp>
	<modclass>None</modclass>
	<modscore>1</modscore>
	<htmltext>I have a VPS at <a href="http://www.gandi.net/hosting/" title="gandi.net">Gandi.net</a> [gandi.net] and it's a thousand times better than being hosted by a company that controls your web site. Gandi is the best according to me (for just one reason: I can prepay and they do not store my credit card number) but I've also heard good things about <a href="http://www.slicehost.com/" title="slicehost.com">Slicehost</a> [slicehost.com], <a href="http://prgmr.com/xen/" title="prgmr.com">prgmr</a> [prgmr.com], and <a href="http://www.linode.com/" title="linode.com">Linode</a> [linode.com].</htmltext>
<tokenext>I have a VPS at Gandi.net [ gandi.net ] and it 's a thousand times better than being hosted by a company that controls your web site .
Gandi is the best according to me ( for just one reason : I can prepay and they do not store my credit card number ) but I 've also heard good things about Slicehost [ slicehost.com ] , prgmr [ prgmr.com ] , and Linode [ linode.com ] .</tokentext>
<sentencetext>I have a VPS at Gandi.net [gandi.net] and it's a thousand times better than being hosted by a company that controls your web site.
Gandi is the best according to me (for just one reason: I can prepay and they do not store my credit card number) but I've also heard good things about Slicehost [slicehost.com], prgmr [prgmr.com], and Linode [linode.com].</sentencetext>
	<parent>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225142</parent>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225376</id>
	<title>linode.com</title>
	<author>Anonymous</author>
	<datestamp>1266769860000</datestamp>
	<modclass>None</modclass>
	<modscore>0</modscore>
	<htmltext><p>I've used many hosting companies and in test enviroments I'll use whoever is cheapest but for small stuff, with rock solid performance linode.com is the only contender.</p></htmltext>
<tokenext>I 've used many hosting companies and in test enviroments I 'll use whoever is cheapest but for small stuff , with rock solid performance linode.com is the only contender .</tokentext>
<sentencetext>I've used many hosting companies and in test enviroments I'll use whoever is cheapest but for small stuff, with rock solid performance linode.com is the only contender.</sentencetext>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225998</id>
	<title>my 2 cents</title>
	<author>Anonymous</author>
	<datestamp>1266774900000</datestamp>
	<modclass>None</modclass>
	<modscore>0</modscore>
	<htmltext><p>If you want to manage the box and pay as little as possible, I'd recommend hosting it yourself.  Otherwise, if you want something reliable, I'd go with one of the smaller(albeit pricier) firms that have proven themselves, like tilted.com.</p><p>p.s. They're based in Chicago, so you don't have to worry about earthquakes, hurricanes, blizzards or the like taking their data center down.  And they seem to have a small close knit staff, so you shouldn't have to worry about some newbie admin screwing your data.</p></htmltext>
<tokenext>If you want to manage the box and pay as little as possible , I 'd recommend hosting it yourself .
Otherwise , if you want something reliable , I 'd go with one of the smaller ( albeit pricier ) firms that have proven themselves , like tilted.com.p.s .
They 're based in Chicago , so you do n't have to worry about earthquakes , hurricanes , blizzards or the like taking their data center down .
And they seem to have a small close knit staff , so you should n't have to worry about some newbie admin screwing your data .</tokentext>
<sentencetext>If you want to manage the box and pay as little as possible, I'd recommend hosting it yourself.
Otherwise, if you want something reliable, I'd go with one of the smaller(albeit pricier) firms that have proven themselves, like tilted.com.p.s.
They're based in Chicago, so you don't have to worry about earthquakes, hurricanes, blizzards or the like taking their data center down.
And they seem to have a small close knit staff, so you shouldn't have to worry about some newbie admin screwing your data.</sentencetext>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31224970</id>
	<title>Transparency</title>
	<author>Xeoz</author>
	<datestamp>1266767340000</datestamp>
	<modclass>Interestin</modclass>
	<modscore>2</modscore>
	<htmltext>Personally, I have to look for a hosting company with active public forums and public conversations between users and the staff. This makes all of the difference in the world. You don't want a company that is trying to hide from you. The more public communication and discussion the better. IRC is always a plus.

Other key points: Good contact information, good references on the web... and a good web site. After all a hosting company should be web savvy enough to not be using tables and HTML 4 frames.</htmltext>
<tokenext>Personally , I have to look for a hosting company with active public forums and public conversations between users and the staff .
This makes all of the difference in the world .
You do n't want a company that is trying to hide from you .
The more public communication and discussion the better .
IRC is always a plus .
Other key points : Good contact information , good references on the web... and a good web site .
After all a hosting company should be web savvy enough to not be using tables and HTML 4 frames .</tokentext>
<sentencetext>Personally, I have to look for a hosting company with active public forums and public conversations between users and the staff.
This makes all of the difference in the world.
You don't want a company that is trying to hide from you.
The more public communication and discussion the better.
IRC is always a plus.
Other key points: Good contact information, good references on the web... and a good web site.
After all a hosting company should be web savvy enough to not be using tables and HTML 4 frames.</sentencetext>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225452</id>
	<title>"Unlimited" is a lie.</title>
	<author>ChaosDiscord</author>
	<datestamp>1266770400000</datestamp>
	<modclass>None</modclass>
	<modscore>1</modscore>
	<htmltext>1. Back up your own damn site.  Unless you're explicitly paying for backup and restoration services, be prepared to recover your own site if necessary.

2. Anyone offering "unlimited" bandwidth or disk is lying to you.  If you dig around in the fine print they'll usually clarify that "unlimited" means something like "as appropriate for a small business growing at a reasonable rate" or similar bullshit.  You'll never get a concrete number out of them.  The real number is, "If you cease to be profitable, they'll kick you off."   Pay a bit more and go with a web host who will tell you what the limits are.</htmltext>
<tokenext>1 .
Back up your own damn site .
Unless you 're explicitly paying for backup and restoration services , be prepared to recover your own site if necessary .
2. Anyone offering " unlimited " bandwidth or disk is lying to you .
If you dig around in the fine print they 'll usually clarify that " unlimited " means something like " as appropriate for a small business growing at a reasonable rate " or similar bullshit .
You 'll never get a concrete number out of them .
The real number is , " If you cease to be profitable , they 'll kick you off .
" Pay a bit more and go with a web host who will tell you what the limits are .</tokentext>
<sentencetext>1.
Back up your own damn site.
Unless you're explicitly paying for backup and restoration services, be prepared to recover your own site if necessary.
2. Anyone offering "unlimited" bandwidth or disk is lying to you.
If you dig around in the fine print they'll usually clarify that "unlimited" means something like "as appropriate for a small business growing at a reasonable rate" or similar bullshit.
You'll never get a concrete number out of them.
The real number is, "If you cease to be profitable, they'll kick you off.
"   Pay a bit more and go with a web host who will tell you what the limits are.</sentencetext>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31227426</id>
	<title>AdamColwell Interactive</title>
	<author>Anonymous</author>
	<datestamp>1266837480000</datestamp>
	<modclass>None</modclass>
	<modscore>0</modscore>
	<htmltext><p>Head to AdamColwell Interactive AdamColwell.com I have been with them for about 7 years and have found them to be very helpfull and willing to move my packages up or down which I have at one point 5 sites with them.</p></htmltext>
<tokenext>Head to AdamColwell Interactive AdamColwell.com I have been with them for about 7 years and have found them to be very helpfull and willing to move my packages up or down which I have at one point 5 sites with them .</tokentext>
<sentencetext>Head to AdamColwell Interactive AdamColwell.com I have been with them for about 7 years and have found them to be very helpfull and willing to move my packages up or down which I have at one point 5 sites with them.</sentencetext>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31244950</id>
	<title>The same thing every other normal webuser is</title>
	<author>SankaCoffeee</author>
	<datestamp>1266943140000</datestamp>
	<modclass>None</modclass>
	<modscore>1</modscore>
	<htmltext><p>looking for.<br>To get an idea try:<br><a href="http://news.netcraft.com/archives/2010/02/02/most\_reliable\_hosting\_company\_sites\_in\_january\_2010.html" title="netcraft.com" rel="nofollow">http://news.netcraft.com/archives/2010/02/02/most\_reliable\_hosting\_company\_sites\_in\_january\_2010.html</a> [netcraft.com]</p><p>SankaCoffeee</p></htmltext>
<tokenext>looking for.To get an idea try : http : //news.netcraft.com/archives/2010/02/02/most \ _reliable \ _hosting \ _company \ _sites \ _in \ _january \ _2010.html [ netcraft.com ] SankaCoffeee</tokentext>
<sentencetext>looking for.To get an idea try:http://news.netcraft.com/archives/2010/02/02/most\_reliable\_hosting\_company\_sites\_in\_january\_2010.html [netcraft.com]SankaCoffeee</sentencetext>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31241678</id>
	<title>Re:No, *avoid* DreamHost...</title>
	<author>nenolod</author>
	<datestamp>1266956580000</datestamp>
	<modclass>None</modclass>
	<modscore>1</modscore>
	<htmltext><p>Hurricane Electric sucks and is down more than you think.  I used to colocate there, and it was a total disaster.  HE is a provider which does not have a reliable UPS system (although they tote pictures of car batteries on their web site), infact their ATS failed (caught fire, I have been told) last year on two different occasions... which lead us to leave.</p><p>I would suggest looking into a different provider if you are using HE for anything.</p></htmltext>
<tokenext>Hurricane Electric sucks and is down more than you think .
I used to colocate there , and it was a total disaster .
HE is a provider which does not have a reliable UPS system ( although they tote pictures of car batteries on their web site ) , infact their ATS failed ( caught fire , I have been told ) last year on two different occasions... which lead us to leave.I would suggest looking into a different provider if you are using HE for anything .</tokentext>
<sentencetext>Hurricane Electric sucks and is down more than you think.
I used to colocate there, and it was a total disaster.
HE is a provider which does not have a reliable UPS system (although they tote pictures of car batteries on their web site), infact their ATS failed (caught fire, I have been told) last year on two different occasions... which lead us to leave.I would suggest looking into a different provider if you are using HE for anything.</sentencetext>
	<parent>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225344</parent>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31243140</id>
	<title>My webhost</title>
	<author>Shawnmb</author>
	<datestamp>1266931680000</datestamp>
	<modclass>None</modclass>
	<modscore>1</modscore>
	<htmltext>I've been a happy phpwebhosting.com customer for a while now. They quota you to 1 GB initially but they'll raise that quota upon request as needed.</htmltext>
<tokenext>I 've been a happy phpwebhosting.com customer for a while now .
They quota you to 1 GB initially but they 'll raise that quota upon request as needed .</tokentext>
<sentencetext>I've been a happy phpwebhosting.com customer for a while now.
They quota you to 1 GB initially but they'll raise that quota upon request as needed.</sentencetext>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225462</id>
	<title>OCS Solutions</title>
	<author>Anonymous</author>
	<datestamp>1266770460000</datestamp>
	<modclass>None</modclass>
	<modscore>0</modscore>
	<htmltext><p>OCS Solutions, Inc.: http://www.ocssolutions.com/</p><p>I am a customer, and have been for several years. I have no financial interest in this company. I am not an expert. I am happy.</p><p>OCS is a small company, dead reliable, no tricks, reasonably priced, and superbly responsive in the rare case when I do have a problem.</p></htmltext>
<tokenext>OCS Solutions , Inc. : http : //www.ocssolutions.com/I am a customer , and have been for several years .
I have no financial interest in this company .
I am not an expert .
I am happy.OCS is a small company , dead reliable , no tricks , reasonably priced , and superbly responsive in the rare case when I do have a problem .</tokentext>
<sentencetext>OCS Solutions, Inc.: http://www.ocssolutions.com/I am a customer, and have been for several years.
I have no financial interest in this company.
I am not an expert.
I am happy.OCS is a small company, dead reliable, no tricks, reasonably priced, and superbly responsive in the rare case when I do have a problem.</sentencetext>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225876</id>
	<title>My experience</title>
	<author>bkeahl</author>
	<datestamp>1266774000000</datestamp>
	<modclass>None</modclass>
	<modscore>1</modscore>
	<htmltext>I've gone with four hosting companies in the last 15 years.  I'm currently with Hostgator, using a virtual host package, and my only complaint is the 500 emails/hr limit.  I have the need to randomly distribute a few thousand emails and hate that it must be throttled over several hours.  Other than that, I've had good results with no complaints from my clients or myself.

Hostgator offers both virtual and dedicated packages.  Like any vendor, they aren't perfect - they can't read my mind and know what my experience level and skills are.  I've worked with both virtual and dedicated servers and have generally been satisfied.

The Hostgator virtual packages are bandwidth/storage based, so you can upgrade/downgrade based upon bandwidth and storage rather than number of domains.

No, I have no affiliation with the company and will not gain a darn thing for this endorsement or any customers they might get.</htmltext>
<tokenext>I 've gone with four hosting companies in the last 15 years .
I 'm currently with Hostgator , using a virtual host package , and my only complaint is the 500 emails/hr limit .
I have the need to randomly distribute a few thousand emails and hate that it must be throttled over several hours .
Other than that , I 've had good results with no complaints from my clients or myself .
Hostgator offers both virtual and dedicated packages .
Like any vendor , they are n't perfect - they ca n't read my mind and know what my experience level and skills are .
I 've worked with both virtual and dedicated servers and have generally been satisfied .
The Hostgator virtual packages are bandwidth/storage based , so you can upgrade/downgrade based upon bandwidth and storage rather than number of domains .
No , I have no affiliation with the company and will not gain a darn thing for this endorsement or any customers they might get .</tokentext>
<sentencetext>I've gone with four hosting companies in the last 15 years.
I'm currently with Hostgator, using a virtual host package, and my only complaint is the 500 emails/hr limit.
I have the need to randomly distribute a few thousand emails and hate that it must be throttled over several hours.
Other than that, I've had good results with no complaints from my clients or myself.
Hostgator offers both virtual and dedicated packages.
Like any vendor, they aren't perfect - they can't read my mind and know what my experience level and skills are.
I've worked with both virtual and dedicated servers and have generally been satisfied.
The Hostgator virtual packages are bandwidth/storage based, so you can upgrade/downgrade based upon bandwidth and storage rather than number of domains.
No, I have no affiliation with the company and will not gain a darn thing for this endorsement or any customers they might get.</sentencetext>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225316</id>
	<title>Re:Things I look for</title>
	<author>Anonymous</author>
	<datestamp>1266769440000</datestamp>
	<modclass>Interestin</modclass>
	<modscore>5</modscore>
	<htmltext><p>For $15 a year you're not going to get a world-class hosting service.  If you look at the hosting providers that mon.itor.us show above 99\% uptime, you tend to see similar names every year.  Pair.com is my favorite-- they always have great performance and near-perfect uptime.  I've been using them for 12 years or so and I've never seen my site down for one minute.  They're not the cheapest, but the poster didn't sound like he was looking for the cheapest-- he wants the ones that's reliable and that he won't have to worry about, ever.</p><p>(I don't work for them, just a happy customer.)</p></htmltext>
<tokenext>For $ 15 a year you 're not going to get a world-class hosting service .
If you look at the hosting providers that mon.itor.us show above 99 \ % uptime , you tend to see similar names every year .
Pair.com is my favorite-- they always have great performance and near-perfect uptime .
I 've been using them for 12 years or so and I 've never seen my site down for one minute .
They 're not the cheapest , but the poster did n't sound like he was looking for the cheapest-- he wants the ones that 's reliable and that he wo n't have to worry about , ever .
( I do n't work for them , just a happy customer .
)</tokentext>
<sentencetext>For $15 a year you're not going to get a world-class hosting service.
If you look at the hosting providers that mon.itor.us show above 99\% uptime, you tend to see similar names every year.
Pair.com is my favorite-- they always have great performance and near-perfect uptime.
I've been using them for 12 years or so and I've never seen my site down for one minute.
They're not the cheapest, but the poster didn't sound like he was looking for the cheapest-- he wants the ones that's reliable and that he won't have to worry about, ever.
(I don't work for them, just a happy customer.
)</sentencetext>
	<parent>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31224900</parent>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31228506</id>
	<title>I'd like Nothing</title>
	<author>Anonymous</author>
	<datestamp>1266848940000</datestamp>
	<modclass>None</modclass>
	<modscore>0</modscore>
	<htmltext><p>Since we're rolling out fiber to the home all over the place, I would like my upload bandwidth to match my download bandwidth.  I don't want my two-way IP connection to simply become the next generation of cable television (With phone included!  How progressive!).  I don't need a co-lo, and I certainly don't want someone managing my server for me, all I want is a usable connection to the internet.  Simple as that.</p></htmltext>
<tokenext>Since we 're rolling out fiber to the home all over the place , I would like my upload bandwidth to match my download bandwidth .
I do n't want my two-way IP connection to simply become the next generation of cable television ( With phone included !
How progressive ! ) .
I do n't need a co-lo , and I certainly do n't want someone managing my server for me , all I want is a usable connection to the internet .
Simple as that .</tokentext>
<sentencetext>Since we're rolling out fiber to the home all over the place, I would like my upload bandwidth to match my download bandwidth.
I don't want my two-way IP connection to simply become the next generation of cable television (With phone included!
How progressive!).
I don't need a co-lo, and I certainly don't want someone managing my server for me, all I want is a usable connection to the internet.
Simple as that.</sentencetext>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225384</id>
	<title>Web hosting backups (or lack of)</title>
	<author>pcjunky</author>
	<datestamp>1266769920000</datestamp>
	<modclass>None</modclass>
	<modscore>1</modscore>
	<htmltext><p>Most web hosting companies don't backup uploaded content. Too resource and time consuming. We have always backed up customer data as well as config. We also host on real servers using real hardware raid. Backups are stored offsite and offline (tape). Not as cheap as some but then you get what you pay for. Your three domains would cost around $20 per month.</p><p><a href="http://www.cyberstreet.com/" title="cyberstreet.com">http://www.cyberstreet.com/</a> [cyberstreet.com]</p></htmltext>
<tokenext>Most web hosting companies do n't backup uploaded content .
Too resource and time consuming .
We have always backed up customer data as well as config .
We also host on real servers using real hardware raid .
Backups are stored offsite and offline ( tape ) .
Not as cheap as some but then you get what you pay for .
Your three domains would cost around $ 20 per month.http : //www.cyberstreet.com/ [ cyberstreet.com ]</tokentext>
<sentencetext>Most web hosting companies don't backup uploaded content.
Too resource and time consuming.
We have always backed up customer data as well as config.
We also host on real servers using real hardware raid.
Backups are stored offsite and offline (tape).
Not as cheap as some but then you get what you pay for.
Your three domains would cost around $20 per month.http://www.cyberstreet.com/ [cyberstreet.com]</sentencetext>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225292</id>
	<title>My choices</title>
	<author>phpsocialclub</author>
	<datestamp>1266769200000</datestamp>
	<modclass>Informativ</modclass>
	<modscore>2</modscore>
	<htmltext><p>For small LAMP sites (less than 10K visits per month)<br>Bluehost, ($7 per month)</p><p>For Medium LAMP sites (20K-50K visits per month<br>Media Temple Cloud ($20 or more per month)</p><p>For Bigger LAMP Sites (50k+ visits per month)<br>Rackspace Cloud ($150 per month)</p><p>The last two have their issues at times, but they are way better than managing your own server.  If you like sysadmin work (and I don't) get a Rackspace cloud server or Media temple DV server, but I like the cloud and grid options.  They scale automatically.</p></htmltext>
<tokenext>For small LAMP sites ( less than 10K visits per month ) Bluehost , ( $ 7 per month ) For Medium LAMP sites ( 20K-50K visits per monthMedia Temple Cloud ( $ 20 or more per month ) For Bigger LAMP Sites ( 50k + visits per month ) Rackspace Cloud ( $ 150 per month ) The last two have their issues at times , but they are way better than managing your own server .
If you like sysadmin work ( and I do n't ) get a Rackspace cloud server or Media temple DV server , but I like the cloud and grid options .
They scale automatically .</tokentext>
<sentencetext>For small LAMP sites (less than 10K visits per month)Bluehost, ($7 per month)For Medium LAMP sites (20K-50K visits per monthMedia Temple Cloud ($20 or more per month)For Bigger LAMP Sites (50k+ visits per month)Rackspace Cloud ($150 per month)The last two have their issues at times, but they are way better than managing your own server.
If you like sysadmin work (and I don't) get a Rackspace cloud server or Media temple DV server, but I like the cloud and grid options.
They scale automatically.</sentencetext>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225738</id>
	<title>Um, you do</title>
	<author>aussersterne</author>
	<datestamp>1266772680000</datestamp>
	<modclass>None</modclass>
	<modscore>1</modscore>
	<htmltext><p>back up your data elsewhere, no?</p><p>If not, you won't solve your problem (a lack of due diligence with respect to your own data) by switching hosts.</p></htmltext>
<tokenext>back up your data elsewhere , no ? If not , you wo n't solve your problem ( a lack of due diligence with respect to your own data ) by switching hosts .</tokentext>
<sentencetext>back up your data elsewhere, no?If not, you won't solve your problem (a lack of due diligence with respect to your own data) by switching hosts.</sentencetext>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31229858</id>
	<title>Re:Try Webfaction. Here's why:</title>
	<author>Anonymous</author>
	<datestamp>1266857220000</datestamp>
	<modclass>None</modclass>
	<modscore>0</modscore>
	<htmltext><p>webfaction is great.</p></htmltext>
<tokenext>webfaction is great .</tokentext>
<sentencetext>webfaction is great.</sentencetext>
	<parent>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225010</parent>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31226456</id>
	<title>Linode.com and Hostgator</title>
	<author>mattr</author>
	<datestamp>1266779820000</datestamp>
	<modclass>Informativ</modclass>
	<modscore>3</modscore>
	<htmltext><p>I DEFINITELY recommend linode.com which gives you root and your own distro. They have kept expanding your hard disk etc. for free periodically for years, and keep developing new things for its users. You ssh in and can install anything you want, and can organize disk images, reboots and dns from dashboard.</p><p>However you wouldn't want to host a simple very high volume site there, so I have hostgator as well. I haven't pushed it, but their baby account seems quite good. It is the opposite of linode, being high capacity and lower functionality but even then it has quite a lot of good stuff. Cpanel based but with ssh too.</p></htmltext>
<tokenext>I DEFINITELY recommend linode.com which gives you root and your own distro .
They have kept expanding your hard disk etc .
for free periodically for years , and keep developing new things for its users .
You ssh in and can install anything you want , and can organize disk images , reboots and dns from dashboard.However you would n't want to host a simple very high volume site there , so I have hostgator as well .
I have n't pushed it , but their baby account seems quite good .
It is the opposite of linode , being high capacity and lower functionality but even then it has quite a lot of good stuff .
Cpanel based but with ssh too .</tokentext>
<sentencetext>I DEFINITELY recommend linode.com which gives you root and your own distro.
They have kept expanding your hard disk etc.
for free periodically for years, and keep developing new things for its users.
You ssh in and can install anything you want, and can organize disk images, reboots and dns from dashboard.However you wouldn't want to host a simple very high volume site there, so I have hostgator as well.
I haven't pushed it, but their baby account seems quite good.
It is the opposite of linode, being high capacity and lower functionality but even then it has quite a lot of good stuff.
Cpanel based but with ssh too.</sentencetext>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31229766</id>
	<title>my vps on eboundhost</title>
	<author>Anonymous</author>
	<datestamp>1266856800000</datestamp>
	<modclass>None</modclass>
	<modscore>0</modscore>
	<htmltext><p>Really good experience with <a href="http://www.eboundhost.com/" title="eboundhost.com" rel="nofollow">eboundhost</a> [eboundhost.com] had a shared account then moved to vps.</p></htmltext>
<tokenext>Really good experience with eboundhost [ eboundhost.com ] had a shared account then moved to vps .</tokentext>
<sentencetext>Really good experience with eboundhost [eboundhost.com] had a shared account then moved to vps.</sentencetext>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31226184</id>
	<title>Sounds like web.com</title>
	<author>jhoegl</author>
	<datestamp>1266776580000</datestamp>
	<modclass>None</modclass>
	<modscore>1</modscore>
	<htmltext>Most incompetent idiots on the planet. You cant even talk to any admins/engineers. We had problems with the SQL server being slow.<br>
Had no conformation from anyone. The only thing the tech support did was made sure it was up and that was it.  Once that was done, they said "its up" and nothing else.<br>
Suddenly it would be back to normal<br>
Other problems experienced were similar to the above experience.<br>
If you cant get an admin or anyone with knowledge on the phone, ditch em. Getting the run around or support loop from a company is a deciding factor for me.<br>
Too bad for them Im smart enough to know whats going on and in charge of my purchases.<br> <br>

I actually recommend godaddy.com right now. Technical, smart people answer the phone. I was even inexperienced with SSLs and they helped me out with applying an SSL to my own site locally hosted.<br>
Of course I could have looked it up but they were willing to spend the time with me. Also, their call center is located in the Arizona, thats right... the USA.</htmltext>
<tokenext>Most incompetent idiots on the planet .
You cant even talk to any admins/engineers .
We had problems with the SQL server being slow .
Had no conformation from anyone .
The only thing the tech support did was made sure it was up and that was it .
Once that was done , they said " its up " and nothing else .
Suddenly it would be back to normal Other problems experienced were similar to the above experience .
If you cant get an admin or anyone with knowledge on the phone , ditch em .
Getting the run around or support loop from a company is a deciding factor for me .
Too bad for them Im smart enough to know whats going on and in charge of my purchases .
I actually recommend godaddy.com right now .
Technical , smart people answer the phone .
I was even inexperienced with SSLs and they helped me out with applying an SSL to my own site locally hosted .
Of course I could have looked it up but they were willing to spend the time with me .
Also , their call center is located in the Arizona , thats right... the USA .</tokentext>
<sentencetext>Most incompetent idiots on the planet.
You cant even talk to any admins/engineers.
We had problems with the SQL server being slow.
Had no conformation from anyone.
The only thing the tech support did was made sure it was up and that was it.
Once that was done, they said "its up" and nothing else.
Suddenly it would be back to normal
Other problems experienced were similar to the above experience.
If you cant get an admin or anyone with knowledge on the phone, ditch em.
Getting the run around or support loop from a company is a deciding factor for me.
Too bad for them Im smart enough to know whats going on and in charge of my purchases.
I actually recommend godaddy.com right now.
Technical, smart people answer the phone.
I was even inexperienced with SSLs and they helped me out with applying an SSL to my own site locally hosted.
Of course I could have looked it up but they were willing to spend the time with me.
Also, their call center is located in the Arizona, thats right... the USA.</sentencetext>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225054</id>
	<title>LowEndBox</title>
	<author>Secret300</author>
	<datestamp>1266767820000</datestamp>
	<modclass>Interestin</modclass>
	<modscore>3</modscore>
	<htmltext><a href="http://www.lowendbox.com/" title="lowendbox.com" rel="nofollow">LowEndBox</a> [lowendbox.com] is a great website that compares low-end virtual private server providers.</htmltext>
<tokenext>LowEndBox [ lowendbox.com ] is a great website that compares low-end virtual private server providers .</tokentext>
<sentencetext>LowEndBox [lowendbox.com] is a great website that compares low-end virtual private server providers.</sentencetext>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225040</id>
	<title>Avoid Westhost</title>
	<author>Anonymous</author>
	<datestamp>1266767700000</datestamp>
	<modclass>None</modclass>
	<modscore>0</modscore>
	<htmltext>Because they have just gone down for the last 24 hours without any real notice as to why and are going to be down for the next 12.</htmltext>
<tokenext>Because they have just gone down for the last 24 hours without any real notice as to why and are going to be down for the next 12 .</tokentext>
<sentencetext>Because they have just gone down for the last 24 hours without any real notice as to why and are going to be down for the next 12.</sentencetext>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225310</id>
	<title>T &amp; A</title>
	<author>Huntr</author>
	<datestamp>1266769380000</datestamp>
	<modclass>None</modclass>
	<modscore>1</modscore>
	<htmltext>According to the Go Daddy commercials, that is.</htmltext>
<tokenext>According to the Go Daddy commercials , that is .</tokentext>
<sentencetext>According to the Go Daddy commercials, that is.</sentencetext>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31227114</id>
	<title>You'll also notice</title>
	<author>Sycraft-fu</author>
	<datestamp>1266833160000</datestamp>
	<modclass>Insightful</modclass>
	<modscore>2</modscore>
	<htmltext><p>That the good ones have higher prices. Yes, Pair is expensive. You can literally find companies that'll give you a year of hosting for what they charge for a month... Think there might be a reason for that?</p><p>I've also used them for a long time, and there's a reason I keep paying their prices. They are solid, fast, and they don't get hacked. Getting hacked is something many people don't think about but I've had problems on other hosts. A site gets owned because the hosting company didn't keep their servers up to date.</p><p>In my case, Pair actually did have an outage. The server I was on had a hardware failure... Site was back up in less than 20 minutes. That is a real measure of good support. When a problem does happen, they have a system in place to fix it fast.</p><p>At any rate, hosting is like so many things in life in that you get what you pay for. If you look for a "unlimited" plan (which are never truly unlimited) for bottom dollar, you'll get bottom quality. If you are willing to pay more, you get better quality. Pair is my favourite, but there are other quality choices too. Just be aware that they are going to cost money.</p></htmltext>
<tokenext>That the good ones have higher prices .
Yes , Pair is expensive .
You can literally find companies that 'll give you a year of hosting for what they charge for a month... Think there might be a reason for that ? I 've also used them for a long time , and there 's a reason I keep paying their prices .
They are solid , fast , and they do n't get hacked .
Getting hacked is something many people do n't think about but I 've had problems on other hosts .
A site gets owned because the hosting company did n't keep their servers up to date.In my case , Pair actually did have an outage .
The server I was on had a hardware failure... Site was back up in less than 20 minutes .
That is a real measure of good support .
When a problem does happen , they have a system in place to fix it fast.At any rate , hosting is like so many things in life in that you get what you pay for .
If you look for a " unlimited " plan ( which are never truly unlimited ) for bottom dollar , you 'll get bottom quality .
If you are willing to pay more , you get better quality .
Pair is my favourite , but there are other quality choices too .
Just be aware that they are going to cost money .</tokentext>
<sentencetext>That the good ones have higher prices.
Yes, Pair is expensive.
You can literally find companies that'll give you a year of hosting for what they charge for a month... Think there might be a reason for that?I've also used them for a long time, and there's a reason I keep paying their prices.
They are solid, fast, and they don't get hacked.
Getting hacked is something many people don't think about but I've had problems on other hosts.
A site gets owned because the hosting company didn't keep their servers up to date.In my case, Pair actually did have an outage.
The server I was on had a hardware failure... Site was back up in less than 20 minutes.
That is a real measure of good support.
When a problem does happen, they have a system in place to fix it fast.At any rate, hosting is like so many things in life in that you get what you pay for.
If you look for a "unlimited" plan (which are never truly unlimited) for bottom dollar, you'll get bottom quality.
If you are willing to pay more, you get better quality.
Pair is my favourite, but there are other quality choices too.
Just be aware that they are going to cost money.</sentencetext>
	<parent>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225316</parent>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225416</id>
	<title>don't use bluehost</title>
	<author>Anonymous</author>
	<datestamp>1266770100000</datestamp>
	<modclass>None</modclass>
	<modscore>0</modscore>
	<htmltext><p>Don't use BlueHost.</p><p>They're a terrible company that requires you to send them a photo government ID in order to get shell access. When I first asked why they required this they tried playing me for a fool and telling me that some ICAAN regulation required them to do this.</p></htmltext>
<tokenext>Do n't use BlueHost.They 're a terrible company that requires you to send them a photo government ID in order to get shell access .
When I first asked why they required this they tried playing me for a fool and telling me that some ICAAN regulation required them to do this .</tokentext>
<sentencetext>Don't use BlueHost.They're a terrible company that requires you to send them a photo government ID in order to get shell access.
When I first asked why they required this they tried playing me for a fool and telling me that some ICAAN regulation required them to do this.</sentencetext>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31233174</id>
	<title>If data migration is going to be a pain ...</title>
	<author>bWareiWare.co.uk</author>
	<datestamp>1266868440000</datestamp>
	<modclass>None</modclass>
	<modscore>1</modscore>
	<htmltext><p>... you may be doing it wrong.</p><p>Even the best servers are going to die in the long term. Designing a system which will let you easily move between hosts is a lot less work now, then when you eventually need to use it.</p></htmltext>
<tokenext>... you may be doing it wrong.Even the best servers are going to die in the long term .
Designing a system which will let you easily move between hosts is a lot less work now , then when you eventually need to use it .</tokentext>
<sentencetext>... you may be doing it wrong.Even the best servers are going to die in the long term.
Designing a system which will let you easily move between hosts is a lot less work now, then when you eventually need to use it.</sentencetext>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31227868</id>
	<title>flexible / easy / support</title>
	<author>ConfusedVorlon</author>
	<datestamp>1266843060000</datestamp>
	<modclass>None</modclass>
	<modscore>1</modscore>
	<htmltext><p>You'll need to figure out what the progression path is - and what happens when you do get spikes in traffic.</p><p>My site recently got a big spike for a week or so. The hosting company's response was to put my site on the 'jail server' where it got even less resources, so became even more bogged down. I was very happy to pay them extra money for some more performance for a few weeks - but the only option they had was to leap to a fully dedicated server on a permanent basis.</p><p>I'm sure I'm not the first person who needs a temporary boost - I was unimpressed that they didn't have some program to deal with that (and in fact, their program was to cut my performance down to the level below the level I was currently paying for).</p><p>--</p><p>On ease of use; I don't want to be an expert linux administrator - so I want a hosting company that will manage my machine/vps and deal with linux patching/configuration issues. There are companies that do this for not too much extra.</p><p>Of course, if you already know everything about being a sysadmin, then you'll want a host that just lets you be root and do your own thing.</p><p>--</p><p>On support - how do you contact them? My current host does a great job here with 24hr live chat support to fairly competent technicians.</p></htmltext>
<tokenext>You 'll need to figure out what the progression path is - and what happens when you do get spikes in traffic.My site recently got a big spike for a week or so .
The hosting company 's response was to put my site on the 'jail server ' where it got even less resources , so became even more bogged down .
I was very happy to pay them extra money for some more performance for a few weeks - but the only option they had was to leap to a fully dedicated server on a permanent basis.I 'm sure I 'm not the first person who needs a temporary boost - I was unimpressed that they did n't have some program to deal with that ( and in fact , their program was to cut my performance down to the level below the level I was currently paying for ) .--On ease of use ; I do n't want to be an expert linux administrator - so I want a hosting company that will manage my machine/vps and deal with linux patching/configuration issues .
There are companies that do this for not too much extra.Of course , if you already know everything about being a sysadmin , then you 'll want a host that just lets you be root and do your own thing.--On support - how do you contact them ?
My current host does a great job here with 24hr live chat support to fairly competent technicians .</tokentext>
<sentencetext>You'll need to figure out what the progression path is - and what happens when you do get spikes in traffic.My site recently got a big spike for a week or so.
The hosting company's response was to put my site on the 'jail server' where it got even less resources, so became even more bogged down.
I was very happy to pay them extra money for some more performance for a few weeks - but the only option they had was to leap to a fully dedicated server on a permanent basis.I'm sure I'm not the first person who needs a temporary boost - I was unimpressed that they didn't have some program to deal with that (and in fact, their program was to cut my performance down to the level below the level I was currently paying for).--On ease of use; I don't want to be an expert linux administrator - so I want a hosting company that will manage my machine/vps and deal with linux patching/configuration issues.
There are companies that do this for not too much extra.Of course, if you already know everything about being a sysadmin, then you'll want a host that just lets you be root and do your own thing.--On support - how do you contact them?
My current host does a great job here with 24hr live chat support to fairly competent technicians.</sentencetext>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31229228</id>
	<title>NOT GoDaddy!!!!</title>
	<author>Anonymous</author>
	<datestamp>1266853860000</datestamp>
	<modclass>None</modclass>
	<modscore>0</modscore>
	<htmltext><p>Whatever you do DON'T use GoDaddy as they have the stupidest people on earth working for them.  Not to mention their unethical bait and switch tactics.  They have crappy bandwidth, and anything but their dedicated hosting solutions are worthless since you can't look at logs or write any files to YOUR home directory.  And the dedicated solutions are way overpriced.  Take a look at slicehost.com.</p></htmltext>
<tokenext>Whatever you do DO N'T use GoDaddy as they have the stupidest people on earth working for them .
Not to mention their unethical bait and switch tactics .
They have crappy bandwidth , and anything but their dedicated hosting solutions are worthless since you ca n't look at logs or write any files to YOUR home directory .
And the dedicated solutions are way overpriced .
Take a look at slicehost.com .</tokentext>
<sentencetext>Whatever you do DON'T use GoDaddy as they have the stupidest people on earth working for them.
Not to mention their unethical bait and switch tactics.
They have crappy bandwidth, and anything but their dedicated hosting solutions are worthless since you can't look at logs or write any files to YOUR home directory.
And the dedicated solutions are way overpriced.
Take a look at slicehost.com.</sentencetext>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31229444</id>
	<title>1and1 hosting is amazing</title>
	<author>RaigetheFury</author>
	<datestamp>1266855240000</datestamp>
	<modclass>None</modclass>
	<modscore>1</modscore>
	<htmltext><p>For the price they are amazing especially for starting businesses. They offer EVERYTHING from linux boxes of a varying number of flavors to Windows servers. The biggest thing is they do VPS (Virtual Private Servers) which is a cheaper method of having your own box and complete control over it. No shared environments, no stupid rules with their apache setups etc.</p><p>I pay $39/month and get 2TB bandwith per year.</p></htmltext>
<tokenext>For the price they are amazing especially for starting businesses .
They offer EVERYTHING from linux boxes of a varying number of flavors to Windows servers .
The biggest thing is they do VPS ( Virtual Private Servers ) which is a cheaper method of having your own box and complete control over it .
No shared environments , no stupid rules with their apache setups etc.I pay $ 39/month and get 2TB bandwith per year .</tokentext>
<sentencetext>For the price they are amazing especially for starting businesses.
They offer EVERYTHING from linux boxes of a varying number of flavors to Windows servers.
The biggest thing is they do VPS (Virtual Private Servers) which is a cheaper method of having your own box and complete control over it.
No shared environments, no stupid rules with their apache setups etc.I pay $39/month and get 2TB bandwith per year.</sentencetext>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31226306</id>
	<title>Re:Make sure you go over the contract very careful</title>
	<author>Yert</author>
	<datestamp>1266778020000</datestamp>
	<modclass>Interestin</modclass>
	<modscore>2</modscore>
	<htmltext><p>Sounds like something AffordableColo / DTI would do when I worked for them (by them I mean him, the one guy who ran it and would \_unplug\_ servers just to reap fees for "rebooting crashed servers".)  I quit after less than two months working for Mr. Charles Baker, and I've offered to testify in the class-action, should it come to fruition.  Search webhostingtalk.com for cbaker17 if you really want to see how many customers he abused this way before the company folded.</p><p>Always research your hosting company before you do business with them.  Always.</p><p>That being said, I'm hosting on Slicehost and have loved it since day one.</p></htmltext>
<tokenext>Sounds like something AffordableColo / DTI would do when I worked for them ( by them I mean him , the one guy who ran it and would \ _unplug \ _ servers just to reap fees for " rebooting crashed servers " .
) I quit after less than two months working for Mr. Charles Baker , and I 've offered to testify in the class-action , should it come to fruition .
Search webhostingtalk.com for cbaker17 if you really want to see how many customers he abused this way before the company folded.Always research your hosting company before you do business with them .
Always.That being said , I 'm hosting on Slicehost and have loved it since day one .</tokentext>
<sentencetext>Sounds like something AffordableColo / DTI would do when I worked for them (by them I mean him, the one guy who ran it and would \_unplug\_ servers just to reap fees for "rebooting crashed servers".
)  I quit after less than two months working for Mr. Charles Baker, and I've offered to testify in the class-action, should it come to fruition.
Search webhostingtalk.com for cbaker17 if you really want to see how many customers he abused this way before the company folded.Always research your hosting company before you do business with them.
Always.That being said, I'm hosting on Slicehost and have loved it since day one.</sentencetext>
	<parent>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225112</parent>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31237822</id>
	<title>Using Google to find the best host</title>
	<author>Twinbee</author>
	<datestamp>1266840240000</datestamp>
	<modclass>None</modclass>
	<modscore>1</modscore>
	<htmltext><p>FWIW, I spent a few good months compiling data from the 'wisom of the masses' - i.e. along searching for quotes such as "I love host x", or "I hate host x". It sounds as though it could be open to spam, but I managed to filter out these kind of comments (as well as affiliate based incentives). Here are my findings (including fully open and reproducible results and full technique):</p><p><a href="http://www.skytopia.com/project/articles/host.html" title="skytopia.com">http://www.skytopia.com/project/articles/host.html</a> [skytopia.com]</p></htmltext>
<tokenext>FWIW , I spent a few good months compiling data from the 'wisom of the masses ' - i.e .
along searching for quotes such as " I love host x " , or " I hate host x " .
It sounds as though it could be open to spam , but I managed to filter out these kind of comments ( as well as affiliate based incentives ) .
Here are my findings ( including fully open and reproducible results and full technique ) : http : //www.skytopia.com/project/articles/host.html [ skytopia.com ]</tokentext>
<sentencetext>FWIW, I spent a few good months compiling data from the 'wisom of the masses' - i.e.
along searching for quotes such as "I love host x", or "I hate host x".
It sounds as though it could be open to spam, but I managed to filter out these kind of comments (as well as affiliate based incentives).
Here are my findings (including fully open and reproducible results and full technique):http://www.skytopia.com/project/articles/host.html [skytopia.com]</sentencetext>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31228008</id>
	<title>For what it's worth</title>
	<author>FartKnockerz</author>
	<datestamp>1266844320000</datestamp>
	<modclass>None</modclass>
	<modscore>1</modscore>
	<htmltext>After hosting (and continue to host) 25+ websites, and gone through at least 5 providers, here's my list of 'have to':

<ul>
<li> SSH access.</li><li> The ability to edit the php.ini file (believe it or not, some hosting providers do not allow you to edit your php.ini variables within your instance for security reasons).</li><li> Decent logging/statistics generation</li><li> A decent helpdesk/ticket submission process.</li><li> Live chat (either through a program or via telephone. I prefer the 'IM' style approach.</li><li> The ability to modify your DNS records/MX records./</li><li> Fantastico can be a huge time saver.</li><li> CPanel can be the bane of your existence or your friend -- depending on how your provider has it implemented.</li><li> Decent connectivity/uptime statistics</li><li> The ability to modify your hosting plan in case you want to expand in the future with little-to-no effort or downtime.</li><li> A decent webmail program</li><li> IMAP/POP3 access to your e-mail accounts</li><li> The ability to add/remove/modify e-mail accounts on the fly.</li><li> FTP Access</li><li> The ability to modify Apache<nobr> <wbr></nobr>.htaccess directives.</li><li> The ability to use/modify mod\_rewrite.</li><li> Secure MySQL implementation -- meaning that your MySQL instance ports aren't available to the whole world.</li><li> And others..</li></ul><p>My current choice of provider is HostGator.  They've been pretty on-the-spot with most things and haven't let me down yet.  RackSpace is also nice, albeit more expensive -- but has more enterprise and redundancy features.  If your looking to do (or eventually) do hosting of enterprise applications (i.e. Line of Business) such as:</p><ul>
<li> Exchange</li><li> Microsoft Dynamics CRM</li><li> SharePoint</li><li> Oracle</li><li> etc</li></ul><p>Stay away from Microsoft Live and small Mom-and-Pop type outfits.  Their implementations are generally not well thought out or secured, and the up time somewhat depressing.  Stick with the big guys (such as RackSpace), and make sure you have things spelled out in your service agreement as to access, up time, overage charges, bandwidth control, etc.</p><p>Just my $0.02.</p></htmltext>
<tokenext>After hosting ( and continue to host ) 25 + websites , and gone through at least 5 providers , here 's my list of 'have to ' : SSH access .
The ability to edit the php.ini file ( believe it or not , some hosting providers do not allow you to edit your php.ini variables within your instance for security reasons ) .
Decent logging/statistics generation A decent helpdesk/ticket submission process .
Live chat ( either through a program or via telephone .
I prefer the 'IM ' style approach .
The ability to modify your DNS records/MX records./ Fantastico can be a huge time saver .
CPanel can be the bane of your existence or your friend -- depending on how your provider has it implemented .
Decent connectivity/uptime statistics The ability to modify your hosting plan in case you want to expand in the future with little-to-no effort or downtime .
A decent webmail program IMAP/POP3 access to your e-mail accounts The ability to add/remove/modify e-mail accounts on the fly .
FTP Access The ability to modify Apache .htaccess directives .
The ability to use/modify mod \ _rewrite .
Secure MySQL implementation -- meaning that your MySQL instance ports are n't available to the whole world .
And others..My current choice of provider is HostGator .
They 've been pretty on-the-spot with most things and have n't let me down yet .
RackSpace is also nice , albeit more expensive -- but has more enterprise and redundancy features .
If your looking to do ( or eventually ) do hosting of enterprise applications ( i.e .
Line of Business ) such as : Exchange Microsoft Dynamics CRM SharePoint Oracle etcStay away from Microsoft Live and small Mom-and-Pop type outfits .
Their implementations are generally not well thought out or secured , and the up time somewhat depressing .
Stick with the big guys ( such as RackSpace ) , and make sure you have things spelled out in your service agreement as to access , up time , overage charges , bandwidth control , etc.Just my $ 0.02 .</tokentext>
<sentencetext>After hosting (and continue to host) 25+ websites, and gone through at least 5 providers, here's my list of 'have to':


 SSH access.
The ability to edit the php.ini file (believe it or not, some hosting providers do not allow you to edit your php.ini variables within your instance for security reasons).
Decent logging/statistics generation A decent helpdesk/ticket submission process.
Live chat (either through a program or via telephone.
I prefer the 'IM' style approach.
The ability to modify your DNS records/MX records./ Fantastico can be a huge time saver.
CPanel can be the bane of your existence or your friend -- depending on how your provider has it implemented.
Decent connectivity/uptime statistics The ability to modify your hosting plan in case you want to expand in the future with little-to-no effort or downtime.
A decent webmail program IMAP/POP3 access to your e-mail accounts The ability to add/remove/modify e-mail accounts on the fly.
FTP Access The ability to modify Apache .htaccess directives.
The ability to use/modify mod\_rewrite.
Secure MySQL implementation -- meaning that your MySQL instance ports aren't available to the whole world.
And others..My current choice of provider is HostGator.
They've been pretty on-the-spot with most things and haven't let me down yet.
RackSpace is also nice, albeit more expensive -- but has more enterprise and redundancy features.
If your looking to do (or eventually) do hosting of enterprise applications (i.e.
Line of Business) such as:
 Exchange Microsoft Dynamics CRM SharePoint Oracle etcStay away from Microsoft Live and small Mom-and-Pop type outfits.
Their implementations are generally not well thought out or secured, and the up time somewhat depressing.
Stick with the big guys (such as RackSpace), and make sure you have things spelled out in your service agreement as to access, up time, overage charges, bandwidth control, etc.Just my $0.02.</sentencetext>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31226576</id>
	<title>I like their performance graphs</title>
	<author>stimpleton</author>
	<datestamp>1266781440000</datestamp>
	<modclass>None</modclass>
	<modscore>1</modscore>
	<htmltext>I upgraded my DH account to virtual PS. Its interesiting seeing the performance and resource graphs. You slide your RAM allocation slider to just under your avg usage. This is the guaranteed allocation with twice that for bursts. It works well, if your site is popular you, slide your slider. Everyone wins, they dont get bogged down, and your site remains responsive. If your site is small with little traffic slide it down to as little as 150mb RAM. The one nag for me is no POSTGRESQL  support. MYSQL it is for now.</htmltext>
<tokenext>I upgraded my DH account to virtual PS .
Its interesiting seeing the performance and resource graphs .
You slide your RAM allocation slider to just under your avg usage .
This is the guaranteed allocation with twice that for bursts .
It works well , if your site is popular you , slide your slider .
Everyone wins , they dont get bogged down , and your site remains responsive .
If your site is small with little traffic slide it down to as little as 150mb RAM .
The one nag for me is no POSTGRESQL support .
MYSQL it is for now .</tokentext>
<sentencetext>I upgraded my DH account to virtual PS.
Its interesiting seeing the performance and resource graphs.
You slide your RAM allocation slider to just under your avg usage.
This is the guaranteed allocation with twice that for bursts.
It works well, if your site is popular you, slide your slider.
Everyone wins, they dont get bogged down, and your site remains responsive.
If your site is small with little traffic slide it down to as little as 150mb RAM.
The one nag for me is no POSTGRESQL  support.
MYSQL it is for now.</sentencetext>
	<parent>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225094</parent>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31233528</id>
	<title>try this one</title>
	<author>Anonymous</author>
	<datestamp>1266869580000</datestamp>
	<modclass>None</modclass>
	<modscore>0</modscore>
	<htmltext><p>webfaction.com</p></htmltext>
<tokenext>webfaction.com</tokentext>
<sentencetext>webfaction.com</sentencetext>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225104</id>
	<title>Support</title>
	<author>penguinstorm</author>
	<datestamp>1266768120000</datestamp>
	<modclass>None</modclass>
	<modscore>1</modscore>
	<htmltext><p>Good support. It seems obvious to me, but anyway....</p><p>I had two Movable Type sites hosted at two different companies At the first one suddenly my PHP includes broke. I went back and forth with them for a week with them denying any knowledge or problems, and ended up having to rewrite the includes. No matter how many times I explained to them that I'd made no changes, the answer was the same...</p><p>A couple of months later the same thing happened at the second one. Five minutes after emailing support they told me the default on allow\_url\_include had changed, and they reactivated it for my install.</p><p>The difference was astonishing. A one week argument versus a five minute fix.</p><p>(Yes, I generally try to avoid URL Includes these days, though I still like them because they make code portable..)</p></htmltext>
<tokenext>Good support .
It seems obvious to me , but anyway....I had two Movable Type sites hosted at two different companies At the first one suddenly my PHP includes broke .
I went back and forth with them for a week with them denying any knowledge or problems , and ended up having to rewrite the includes .
No matter how many times I explained to them that I 'd made no changes , the answer was the same...A couple of months later the same thing happened at the second one .
Five minutes after emailing support they told me the default on allow \ _url \ _include had changed , and they reactivated it for my install.The difference was astonishing .
A one week argument versus a five minute fix .
( Yes , I generally try to avoid URL Includes these days , though I still like them because they make code portable.. )</tokentext>
<sentencetext>Good support.
It seems obvious to me, but anyway....I had two Movable Type sites hosted at two different companies At the first one suddenly my PHP includes broke.
I went back and forth with them for a week with them denying any knowledge or problems, and ended up having to rewrite the includes.
No matter how many times I explained to them that I'd made no changes, the answer was the same...A couple of months later the same thing happened at the second one.
Five minutes after emailing support they told me the default on allow\_url\_include had changed, and they reactivated it for my install.The difference was astonishing.
A one week argument versus a five minute fix.
(Yes, I generally try to avoid URL Includes these days, though I still like them because they make code portable..)</sentencetext>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225444</id>
	<title>His own fault</title>
	<author>Skal Tura</author>
	<datestamp>1266770340000</datestamp>
	<modclass>None</modclass>
	<modscore>1</modscore>
	<htmltext><p>For not having backups. Mostly shared hosting does not include backups, and if they do it's very clearly stated and emphasized. Doing backups on that scale is very expensive.</p></htmltext>
<tokenext>For not having backups .
Mostly shared hosting does not include backups , and if they do it 's very clearly stated and emphasized .
Doing backups on that scale is very expensive .</tokentext>
<sentencetext>For not having backups.
Mostly shared hosting does not include backups, and if they do it's very clearly stated and emphasized.
Doing backups on that scale is very expensive.</sentencetext>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31224900</id>
	<title>Things I look for</title>
	<author>symbolset</author>
	<datestamp>1266766800000</datestamp>
	<modclass>Interestin</modclass>
	<modscore>5</modscore>
	<htmltext><p>Do they use Linux only?  I only want Linux hosting, and mixed providers are always trying to push you over into Windows hosting because they're being incentivized to do so.  I've been around and don't need to hear that pitch again.
</p><p>Effectively unlimited domains, bandwidth, storage and MySql databases, email accounts, FTP accounts - multiple user accounts I can lock down to one domain or folder for these because I might want to job out management for a domain or subdomain.  Because I never know today what I'm going to be using it for, and this is a long term relationship that's challenging to get out of.
</p><p>Cheap domains - under $15 a year.  As many as you want on one hosting account, because I collect them as a hobby.
</p><p>PHP, Perl and Python of course.
</p><p>Ease of migration away.  I figure if there's a button on their interface to release my domains to another registrar they'll try and keep me with good service rather than difficult migration.
</p><p>Reasonable policies about certificates and dedicated IP addresses.  Because I might want to open a store.
</p><p>Reasonably easy and flexible setup of web apps, because I might want to run a package.  Self-help configuration because I'm always fiddling with things after business hours.
</p><p>I like BlueHost.  No, I don't work for them but they've been making me happy for quite a while.</p></htmltext>
<tokenext>Do they use Linux only ?
I only want Linux hosting , and mixed providers are always trying to push you over into Windows hosting because they 're being incentivized to do so .
I 've been around and do n't need to hear that pitch again .
Effectively unlimited domains , bandwidth , storage and MySql databases , email accounts , FTP accounts - multiple user accounts I can lock down to one domain or folder for these because I might want to job out management for a domain or subdomain .
Because I never know today what I 'm going to be using it for , and this is a long term relationship that 's challenging to get out of .
Cheap domains - under $ 15 a year .
As many as you want on one hosting account , because I collect them as a hobby .
PHP , Perl and Python of course .
Ease of migration away .
I figure if there 's a button on their interface to release my domains to another registrar they 'll try and keep me with good service rather than difficult migration .
Reasonable policies about certificates and dedicated IP addresses .
Because I might want to open a store .
Reasonably easy and flexible setup of web apps , because I might want to run a package .
Self-help configuration because I 'm always fiddling with things after business hours .
I like BlueHost .
No , I do n't work for them but they 've been making me happy for quite a while .</tokentext>
<sentencetext>Do they use Linux only?
I only want Linux hosting, and mixed providers are always trying to push you over into Windows hosting because they're being incentivized to do so.
I've been around and don't need to hear that pitch again.
Effectively unlimited domains, bandwidth, storage and MySql databases, email accounts, FTP accounts - multiple user accounts I can lock down to one domain or folder for these because I might want to job out management for a domain or subdomain.
Because I never know today what I'm going to be using it for, and this is a long term relationship that's challenging to get out of.
Cheap domains - under $15 a year.
As many as you want on one hosting account, because I collect them as a hobby.
PHP, Perl and Python of course.
Ease of migration away.
I figure if there's a button on their interface to release my domains to another registrar they'll try and keep me with good service rather than difficult migration.
Reasonable policies about certificates and dedicated IP addresses.
Because I might want to open a store.
Reasonably easy and flexible setup of web apps, because I might want to run a package.
Self-help configuration because I'm always fiddling with things after business hours.
I like BlueHost.
No, I don't work for them but they've been making me happy for quite a while.</sentencetext>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31226822</id>
	<title>good host</title>
	<author>Anonymous</author>
	<datestamp>1266871620000</datestamp>
	<modclass>None</modclass>
	<modscore>0</modscore>
	<htmltext><p>Ive had good luck with http://www.realitychecknetwork.com</p></htmltext>
<tokenext>Ive had good luck with http : //www.realitychecknetwork.com</tokentext>
<sentencetext>Ive had good luck with http://www.realitychecknetwork.com</sentencetext>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225976</id>
	<title>Re:DreamHost</title>
	<author>trogdor8667</author>
	<datestamp>1266774780000</datestamp>
	<modclass>None</modclass>
	<modscore>1</modscore>
	<htmltext><p>DreamHost has been great to me. You do get what you pay for though. At $10 a month, I don't feel like I can complain too much. I did have a few problems with the server I was on, but three support tickets later and I got on a brand new server they had just provisioned, and its been awesome.</p><p>I'll also point out that <a href="http://www.webhostingtalk.com/" title="webhostingtalk.com">webhostingtalk.com</a> [webhostingtalk.com] is a great resource for web hosting reviews and the like. It's where I've found multiple hosts I've used.</p></htmltext>
<tokenext>DreamHost has been great to me .
You do get what you pay for though .
At $ 10 a month , I do n't feel like I can complain too much .
I did have a few problems with the server I was on , but three support tickets later and I got on a brand new server they had just provisioned , and its been awesome.I 'll also point out that webhostingtalk.com [ webhostingtalk.com ] is a great resource for web hosting reviews and the like .
It 's where I 've found multiple hosts I 've used .</tokentext>
<sentencetext>DreamHost has been great to me.
You do get what you pay for though.
At $10 a month, I don't feel like I can complain too much.
I did have a few problems with the server I was on, but three support tickets later and I got on a brand new server they had just provisioned, and its been awesome.I'll also point out that webhostingtalk.com [webhostingtalk.com] is a great resource for web hosting reviews and the like.
It's where I've found multiple hosts I've used.</sentencetext>
	<parent>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225094</parent>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225740</id>
	<title>Re:DreamHost</title>
	<author>bxbaser</author>
	<datestamp>1266772680000</datestamp>
	<modclass>None</modclass>
	<modscore>1</modscore>
	<htmltext><p>I will recommend dreamhost also.<br>I have used them for over 2 years and have had no problems.<br>Shell access, tons of cpan modules,c++ compiler, a long list of extras like that if you need them.</p></htmltext>
<tokenext>I will recommend dreamhost also.I have used them for over 2 years and have had no problems.Shell access , tons of cpan modules,c + + compiler , a long list of extras like that if you need them .</tokentext>
<sentencetext>I will recommend dreamhost also.I have used them for over 2 years and have had no problems.Shell access, tons of cpan modules,c++ compiler, a long list of extras like that if you need them.</sentencetext>
	<parent>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225094</parent>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31226484</id>
	<title>Don't forget security...</title>
	<author>angrygretchen</author>
	<datestamp>1266780060000</datestamp>
	<modclass>None</modclass>
	<modscore>1</modscore>
	<htmltext><p>I was in the same shoes after my web host (for several years) got their server hacked by some script kiddies. When I ran a security scan (using Acutenix) I found that pretty much all the server software was out of date: Apache, MySQL, Php, etc. I sent a report outlining the results of the scan to the web host, and they told me that they would "investigate". Needless to say I started looking for another host immediately, and settled for HostGator. They passed several of my requirements:</p><p>1) Security: A scan showed that the server was up to date, patches had applied, no serious vulnerabilities, etc.<br>2) Customer Service: Friendly, helpful and available after hours.<br>3) Price: Very cheap for shared hosting. The higher tier, such as VPS, were also very reasonably priced<br>4) Bandwidth &amp; Storage: They advertise unlimited, which I've always been wary of, but their CEO posted an explanation for marketing unlimited which I found reasonable. After several months with around 100GB of traffic, I've run into no problems. The only real limitation they claim is limiting you to the number of files to around 250K.<br>5) Reliability: They advertise a SLA of 99.9\% which is still a couple of hours every year, but I haven't run into any downtime yet in the few months I've used them.</p></htmltext>
<tokenext>I was in the same shoes after my web host ( for several years ) got their server hacked by some script kiddies .
When I ran a security scan ( using Acutenix ) I found that pretty much all the server software was out of date : Apache , MySQL , Php , etc .
I sent a report outlining the results of the scan to the web host , and they told me that they would " investigate " .
Needless to say I started looking for another host immediately , and settled for HostGator .
They passed several of my requirements : 1 ) Security : A scan showed that the server was up to date , patches had applied , no serious vulnerabilities , etc.2 ) Customer Service : Friendly , helpful and available after hours.3 ) Price : Very cheap for shared hosting .
The higher tier , such as VPS , were also very reasonably priced4 ) Bandwidth &amp; Storage : They advertise unlimited , which I 've always been wary of , but their CEO posted an explanation for marketing unlimited which I found reasonable .
After several months with around 100GB of traffic , I 've run into no problems .
The only real limitation they claim is limiting you to the number of files to around 250K.5 ) Reliability : They advertise a SLA of 99.9 \ % which is still a couple of hours every year , but I have n't run into any downtime yet in the few months I 've used them .</tokentext>
<sentencetext>I was in the same shoes after my web host (for several years) got their server hacked by some script kiddies.
When I ran a security scan (using Acutenix) I found that pretty much all the server software was out of date: Apache, MySQL, Php, etc.
I sent a report outlining the results of the scan to the web host, and they told me that they would "investigate".
Needless to say I started looking for another host immediately, and settled for HostGator.
They passed several of my requirements:1) Security: A scan showed that the server was up to date, patches had applied, no serious vulnerabilities, etc.2) Customer Service: Friendly, helpful and available after hours.3) Price: Very cheap for shared hosting.
The higher tier, such as VPS, were also very reasonably priced4) Bandwidth &amp; Storage: They advertise unlimited, which I've always been wary of, but their CEO posted an explanation for marketing unlimited which I found reasonable.
After several months with around 100GB of traffic, I've run into no problems.
The only real limitation they claim is limiting you to the number of files to around 250K.5) Reliability: They advertise a SLA of 99.9\% which is still a couple of hours every year, but I haven't run into any downtime yet in the few months I've used them.</sentencetext>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225114</id>
	<title>Several suggestions</title>
	<author>Merc248</author>
	<datestamp>1266768180000</datestamp>
	<modclass>None</modclass>
	<modscore>1</modscore>
	<htmltext><p>1. If you're looking for a shared web host solution (maybe under 50-100k unique hits a month), you can't go wrong with <a href="http://www.asmallorange.com/" title="asmallorange.com" rel="nofollow">http://www.asmallorange.com/</a> [asmallorange.com] .  I used their "small" shared hosting package for several years and never had a problem.</p><p>2. If you're looking for a VPS with quite a bit more available resources than a web host solution and you like to setup your own *nix box, you'd be good with <a href="http://www.linode.com/" title="linode.com" rel="nofollow">http://www.linode.com/</a> [linode.com] <a href="http://www.slicehost.com/" title="slicehost.com" rel="nofollow">http://www.slicehost.com/</a> [slicehost.com] (those two primarily support Linux, but you can setup a NetBSD Xen slice by hand if you are so inclined), or if you really don't want any brakes when it comes to setting up your Xen VPS, <a href="http://www.prgmr.com/" title="prgmr.com" rel="nofollow">http://www.prgmr.com/</a> [prgmr.com] (they also primarily support Linux, but they have a HOWTO on their wiki on how to setup NetBSD.)</p><p>3. I haven't found a good unmanaged dedicated host yet, though I hear <a href="http://www.softlayer.com/" title="softlayer.com" rel="nofollow">http://www.softlayer.com/</a> [softlayer.com] is great.  If you want a managed dedicated host, you can't go wrong with <a href="http://www.rackspace.com/" title="rackspace.com" rel="nofollow">http://www.rackspace.com/</a> [rackspace.com] .</p></htmltext>
<tokenext>1 .
If you 're looking for a shared web host solution ( maybe under 50-100k unique hits a month ) , you ca n't go wrong with http : //www.asmallorange.com/ [ asmallorange.com ] .
I used their " small " shared hosting package for several years and never had a problem.2 .
If you 're looking for a VPS with quite a bit more available resources than a web host solution and you like to setup your own * nix box , you 'd be good with http : //www.linode.com/ [ linode.com ] http : //www.slicehost.com/ [ slicehost.com ] ( those two primarily support Linux , but you can setup a NetBSD Xen slice by hand if you are so inclined ) , or if you really do n't want any brakes when it comes to setting up your Xen VPS , http : //www.prgmr.com/ [ prgmr.com ] ( they also primarily support Linux , but they have a HOWTO on their wiki on how to setup NetBSD. ) 3 .
I have n't found a good unmanaged dedicated host yet , though I hear http : //www.softlayer.com/ [ softlayer.com ] is great .
If you want a managed dedicated host , you ca n't go wrong with http : //www.rackspace.com/ [ rackspace.com ] .</tokentext>
<sentencetext>1.
If you're looking for a shared web host solution (maybe under 50-100k unique hits a month), you can't go wrong with http://www.asmallorange.com/ [asmallorange.com] .
I used their "small" shared hosting package for several years and never had a problem.2.
If you're looking for a VPS with quite a bit more available resources than a web host solution and you like to setup your own *nix box, you'd be good with http://www.linode.com/ [linode.com] http://www.slicehost.com/ [slicehost.com] (those two primarily support Linux, but you can setup a NetBSD Xen slice by hand if you are so inclined), or if you really don't want any brakes when it comes to setting up your Xen VPS, http://www.prgmr.com/ [prgmr.com] (they also primarily support Linux, but they have a HOWTO on their wiki on how to setup NetBSD.)3.
I haven't found a good unmanaged dedicated host yet, though I hear http://www.softlayer.com/ [softlayer.com] is great.
If you want a managed dedicated host, you can't go wrong with http://www.rackspace.com/ [rackspace.com] .</sentencetext>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31262318</id>
	<title>Re:slicehost</title>
	<author>vaguestalker</author>
	<datestamp>1265138640000</datestamp>
	<modclass>None</modclass>
	<modscore>1</modscore>
	<htmltext>For a dedicated server go to <a href="http://webzilla.com/" title="webzilla.com" rel="nofollow">http://webzilla.com/</a> [webzilla.com] they have the best value and the best bandwidth pricing. Ok, English often is not the first language of their support people (I'd say probably its Russian), but they are more than proficient enough in it to get the job done, and they seem to be gurus. For VPS slicehost is probably one of the best choices you can make, I'll agree on that. But for dedicated you can experiment with different configurations here <a href="https://www.webzilla.com/order.html/" title="webzilla.com" rel="nofollow">https://www.webzilla.com/order.html/</a> [webzilla.com] and if you have a high volume site they will get you a special deal.</htmltext>
<tokenext>For a dedicated server go to http : //webzilla.com/ [ webzilla.com ] they have the best value and the best bandwidth pricing .
Ok , English often is not the first language of their support people ( I 'd say probably its Russian ) , but they are more than proficient enough in it to get the job done , and they seem to be gurus .
For VPS slicehost is probably one of the best choices you can make , I 'll agree on that .
But for dedicated you can experiment with different configurations here https : //www.webzilla.com/order.html/ [ webzilla.com ] and if you have a high volume site they will get you a special deal .</tokentext>
<sentencetext>For a dedicated server go to http://webzilla.com/ [webzilla.com] they have the best value and the best bandwidth pricing.
Ok, English often is not the first language of their support people (I'd say probably its Russian), but they are more than proficient enough in it to get the job done, and they seem to be gurus.
For VPS slicehost is probably one of the best choices you can make, I'll agree on that.
But for dedicated you can experiment with different configurations here https://www.webzilla.com/order.html/ [webzilla.com] and if you have a high volume site they will get you a special deal.</sentencetext>
	<parent>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225142</parent>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225706</id>
	<title>Re:Things I look for</title>
	<author>Anonymous</author>
	<datestamp>1266772260000</datestamp>
	<modclass>None</modclass>
	<modscore>0</modscore>
	<htmltext><p>I think he meant $15 for the actual domain - though I have GoDaddy's discount club, so mine are $6-7 generally. Though if he was talking about the actual domain, you don't have to buy domains from your host, though it sometimes helps if they manage it.</p></htmltext>
<tokenext>I think he meant $ 15 for the actual domain - though I have GoDaddy 's discount club , so mine are $ 6-7 generally .
Though if he was talking about the actual domain , you do n't have to buy domains from your host , though it sometimes helps if they manage it .</tokentext>
<sentencetext>I think he meant $15 for the actual domain - though I have GoDaddy's discount club, so mine are $6-7 generally.
Though if he was talking about the actual domain, you don't have to buy domains from your host, though it sometimes helps if they manage it.</sentencetext>
	<parent>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225316</parent>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31226938</id>
	<title>Re:as a (now former) web host system admin...</title>
	<author>Anonymous</author>
	<datestamp>1266830220000</datestamp>
	<modclass>None</modclass>
	<modscore>0</modscore>
	<htmltext><p>This wouldn't be Loonypages (Lunarpages) would it?</p></htmltext>
<tokenext>This would n't be Loonypages ( Lunarpages ) would it ?</tokentext>
<sentencetext>This wouldn't be Loonypages (Lunarpages) would it?</sentencetext>
	<parent>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225312</parent>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225854</id>
	<title>Re:Make sure you go over the contract very careful</title>
	<author>Anonymous</author>
	<datestamp>1266773820000</datestamp>
	<modclass>Insightful</modclass>
	<modscore>2</modscore>
	<htmltext><p>Tell your stories as anonymous coward. The company can't prove it was you. And besides, if what you're saying is true, then they can't sue you for libel. If you could be sued for printing the truth, more reporters and news channels would be in courts.</p><p>I hate companies that are incompetent and try to cover it up with lawsuit threats.</p><p>It will help all of us to get honest feedback from customers.</p></htmltext>
<tokenext>Tell your stories as anonymous coward .
The company ca n't prove it was you .
And besides , if what you 're saying is true , then they ca n't sue you for libel .
If you could be sued for printing the truth , more reporters and news channels would be in courts.I hate companies that are incompetent and try to cover it up with lawsuit threats.It will help all of us to get honest feedback from customers .</tokentext>
<sentencetext>Tell your stories as anonymous coward.
The company can't prove it was you.
And besides, if what you're saying is true, then they can't sue you for libel.
If you could be sued for printing the truth, more reporters and news channels would be in courts.I hate companies that are incompetent and try to cover it up with lawsuit threats.It will help all of us to get honest feedback from customers.</sentencetext>
	<parent>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225112</parent>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225760</id>
	<title>Re:DreamHost</title>
	<author>hikerguy1900</author>
	<datestamp>1266772860000</datestamp>
	<modclass>None</modclass>
	<modscore>1</modscore>
	<htmltext><tt>Don't go with DreamHost if you are running MySQL.&nbsp; I've had a DreamHost account for more than 4 years now, the one serious problem with DreamHost is that they run their MySQL servers and Apache servers are on separate machines. I'm talking about their standard shared hosting here. The problem with this is that your PHP script can't talk to the database on the "localhost" connection, it must actually go out over the network to talk with the MySQL server. This may not seem like a big deal, but, if you have a lot of MySQL queries that are required to generate a page your are adding a few to several miliseconds for each query. For me this made page loads for applications like phpGedView horiably slow. For my sites that use a lot of MySQL I use HE.net. Now that HE.net allows you to host multiple domains I may just move everything there.<br><br>Dream Host: Average of 0.255 ms per record to retrieve.<br>HE.net: Average 0f 0.008 ms per record to retrieve.<br><br>I use the following bit of PHP code to test the two servers.<br><br>$dbhost = '';<br>$dbuser = '';<br>$dbpass = '';<br>$dbname = '';<br><br>$conn = mysql\_connect($dbhost, $dbuser, $dbpass) or die&nbsp; ('Error connecting to mysql');<br><br>mysql\_select\_db($dbname);<br><br>&nbsp; &nbsp; &nbsp; &nbsp;<nobr> <wbr></nobr>// single big-hit test<br> $start=microtime(true);<br> $query&nbsp; = "SELECT * from pgv\_families;";<br> $result = mysql\_query($query);<br><br> $cache=array();<br> $c=0;<br> while($row = mysql\_fetch\_array($result, MYSQL\_ASSOC))<br> {<br>&nbsp; &nbsp; &nbsp; $cache[]=$row;<br>&nbsp; &nbsp; &nbsp; $c++;<br>&nbsp; }<br>&nbsp; $time=microtime(true)-$start;<br><br>&nbsp; print "Retrieving all {$c} records took {$time} seconds\n";</tt></htmltext>
<tokenext>Do n't go with DreamHost if you are running MySQL.   I 've had a DreamHost account for more than 4 years now , the one serious problem with DreamHost is that they run their MySQL servers and Apache servers are on separate machines .
I 'm talking about their standard shared hosting here .
The problem with this is that your PHP script ca n't talk to the database on the " localhost " connection , it must actually go out over the network to talk with the MySQL server .
This may not seem like a big deal , but , if you have a lot of MySQL queries that are required to generate a page your are adding a few to several miliseconds for each query .
For me this made page loads for applications like phpGedView horiably slow .
For my sites that use a lot of MySQL I use HE.net .
Now that HE.net allows you to host multiple domains I may just move everything there.Dream Host : Average of 0.255 ms per record to retrieve.HE.net : Average 0f 0.008 ms per record to retrieve.I use the following bit of PHP code to test the two servers. $ dbhost = ' ' ; $ dbuser = ' ' ; $ dbpass = ' ' ; $ dbname = ' ' ; $ conn = mysql \ _connect ( $ dbhost , $ dbuser , $ dbpass ) or die   ( 'Error connecting to mysql ' ) ; mysql \ _select \ _db ( $ dbname ) ;         // single big-hit test $ start = microtime ( true ) ; $ query   = " SELECT * from pgv \ _families ; " ; $ result = mysql \ _query ( $ query ) ; $ cache = array ( ) ; $ c = 0 ; while ( $ row = mysql \ _fetch \ _array ( $ result , MYSQL \ _ASSOC ) ) {       $ cache [ ] = $ row ;       $ c + + ;   }   $ time = microtime ( true ) - $ start ;   print " Retrieving all { $ c } records took { $ time } seconds \ n " ;</tokentext>
<sentencetext>Don't go with DreamHost if you are running MySQL.  I've had a DreamHost account for more than 4 years now, the one serious problem with DreamHost is that they run their MySQL servers and Apache servers are on separate machines.
I'm talking about their standard shared hosting here.
The problem with this is that your PHP script can't talk to the database on the "localhost" connection, it must actually go out over the network to talk with the MySQL server.
This may not seem like a big deal, but, if you have a lot of MySQL queries that are required to generate a page your are adding a few to several miliseconds for each query.
For me this made page loads for applications like phpGedView horiably slow.
For my sites that use a lot of MySQL I use HE.net.
Now that HE.net allows you to host multiple domains I may just move everything there.Dream Host: Average of 0.255 ms per record to retrieve.HE.net: Average 0f 0.008 ms per record to retrieve.I use the following bit of PHP code to test the two servers.$dbhost = '';$dbuser = '';$dbpass = '';$dbname = '';$conn = mysql\_connect($dbhost, $dbuser, $dbpass) or die  ('Error connecting to mysql');mysql\_select\_db($dbname);        // single big-hit test $start=microtime(true); $query  = "SELECT * from pgv\_families;"; $result = mysql\_query($query); $cache=array(); $c=0; while($row = mysql\_fetch\_array($result, MYSQL\_ASSOC)) {      $cache[]=$row;      $c++;  }  $time=microtime(true)-$start;  print "Retrieving all {$c} records took {$time} seconds\n";</sentencetext>
	<parent>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225094</parent>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225362</id>
	<title>Don't over plan</title>
	<author>MacFury</author>
	<datestamp>1266769740000</datestamp>
	<modclass>None</modclass>
	<modscore>1</modscore>
	<htmltext>Start small.  Shared hosting is probably fine unless you need the features of a dedicated Virtual Private Server.  Some things that used to require dedicated VPS can now be outsourced to services like Amazon S3 and MySQL hosting.


Shared Hosting:
I like Dreamhost.com for all my PHP/MySQL related sites.  They offer SSH accounts, unlimited number of domains for a shared hosting account, IMAP and preconfigured webmail, cron and a bunch of other goodies.  Support is decent but not great.  Using the promo code "JMK" will get you $50 off if you sign up.  They are already very cost effective for what you get, with or without the promo code.


VPS:
Don't go with dedicated hardware, choose a VPS.  I really like the service provided by MediaTemple.net.  Their knowledgebase and support staff are top notch and their prices are reasonable.  If and when you grow to need multiple servers they can set you up with your own private network.  They do not charge for traffic between these machines which can save you alot of money.  Do not go this route unless you are comfortable with linux administration.  You will be responsible for maintaince of the machine.


General Tips:
Use a different registrar than your hosting company.  This ensures that they don't give you the run around if you ever need to switch hosts.  I foolishly used Network Solutions several years ago and when I went to change hosts that continually hung up on me on the phone, didn't answer my emails, and eventually let me domain name expire, at which point they said they could get it back for around $200 instead of the already inflated normal price of $25 to renew.

Use a version control system for you code and keep your own regular backup of your site.  You can setup a cron job to run daily / weekly backups of important data and have them sent to another hosting provider or online storage.  Check them occasionally and make sure they contain all the right data.</htmltext>
<tokenext>Start small .
Shared hosting is probably fine unless you need the features of a dedicated Virtual Private Server .
Some things that used to require dedicated VPS can now be outsourced to services like Amazon S3 and MySQL hosting .
Shared Hosting : I like Dreamhost.com for all my PHP/MySQL related sites .
They offer SSH accounts , unlimited number of domains for a shared hosting account , IMAP and preconfigured webmail , cron and a bunch of other goodies .
Support is decent but not great .
Using the promo code " JMK " will get you $ 50 off if you sign up .
They are already very cost effective for what you get , with or without the promo code .
VPS : Do n't go with dedicated hardware , choose a VPS .
I really like the service provided by MediaTemple.net .
Their knowledgebase and support staff are top notch and their prices are reasonable .
If and when you grow to need multiple servers they can set you up with your own private network .
They do not charge for traffic between these machines which can save you alot of money .
Do not go this route unless you are comfortable with linux administration .
You will be responsible for maintaince of the machine .
General Tips : Use a different registrar than your hosting company .
This ensures that they do n't give you the run around if you ever need to switch hosts .
I foolishly used Network Solutions several years ago and when I went to change hosts that continually hung up on me on the phone , did n't answer my emails , and eventually let me domain name expire , at which point they said they could get it back for around $ 200 instead of the already inflated normal price of $ 25 to renew .
Use a version control system for you code and keep your own regular backup of your site .
You can setup a cron job to run daily / weekly backups of important data and have them sent to another hosting provider or online storage .
Check them occasionally and make sure they contain all the right data .</tokentext>
<sentencetext>Start small.
Shared hosting is probably fine unless you need the features of a dedicated Virtual Private Server.
Some things that used to require dedicated VPS can now be outsourced to services like Amazon S3 and MySQL hosting.
Shared Hosting:
I like Dreamhost.com for all my PHP/MySQL related sites.
They offer SSH accounts, unlimited number of domains for a shared hosting account, IMAP and preconfigured webmail, cron and a bunch of other goodies.
Support is decent but not great.
Using the promo code "JMK" will get you $50 off if you sign up.
They are already very cost effective for what you get, with or without the promo code.
VPS:
Don't go with dedicated hardware, choose a VPS.
I really like the service provided by MediaTemple.net.
Their knowledgebase and support staff are top notch and their prices are reasonable.
If and when you grow to need multiple servers they can set you up with your own private network.
They do not charge for traffic between these machines which can save you alot of money.
Do not go this route unless you are comfortable with linux administration.
You will be responsible for maintaince of the machine.
General Tips:
Use a different registrar than your hosting company.
This ensures that they don't give you the run around if you ever need to switch hosts.
I foolishly used Network Solutions several years ago and when I went to change hosts that continually hung up on me on the phone, didn't answer my emails, and eventually let me domain name expire, at which point they said they could get it back for around $200 instead of the already inflated normal price of $25 to renew.
Use a version control system for you code and keep your own regular backup of your site.
You can setup a cron job to run daily / weekly backups of important data and have them sent to another hosting provider or online storage.
Check them occasionally and make sure they contain all the right data.</sentencetext>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31226910</id>
	<title>Re:slicehost</title>
	<author>Emperor Tiberius</author>
	<datestamp>1266829740000</datestamp>
	<modclass>None</modclass>
	<modscore>1</modscore>
	<htmltext>I was with Slicehost for more than a year.  The needs of my sites kept pressing me to upgrade my slice(s).  I'd say they're no longer cost effective around (or above) the 1GB mark...</htmltext>
<tokenext>I was with Slicehost for more than a year .
The needs of my sites kept pressing me to upgrade my slice ( s ) .
I 'd say they 're no longer cost effective around ( or above ) the 1GB mark.. .</tokentext>
<sentencetext>I was with Slicehost for more than a year.
The needs of my sites kept pressing me to upgrade my slice(s).
I'd say they're no longer cost effective around (or above) the 1GB mark...</sentencetext>
	<parent>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225142</parent>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31229348</id>
	<title>Why only one?</title>
	<author>c10h12n2</author>
	<datestamp>1266854460000</datestamp>
	<modclass>None</modclass>
	<modscore>1</modscore>
	<htmltext>I don't think there's a single-host solution.

For reliability: go with <a href="http://pair.net/" title="pair.net" rel="nofollow">http://pair.net/</a> [pair.net].

For control: get a virtual server.  I use <a href="http://prgmr.com/" title="prgmr.com" rel="nofollow">http://prgmr.com/</a> [prgmr.com] and am extremely satisfied - they're cheap, responsive, and the technical support is excellent.  They're also nice, honest people.  See <a href="http://lowendbox.com/" title="lowendbox.com" rel="nofollow">http://lowendbox.com/</a> [lowendbox.com] for more options.

For storage, backups, and data transfer: go with someplace like <a href="http://dreamhost.com/" title="dreamhost.com" rel="nofollow">http://dreamhost.com/</a> [dreamhost.com].

If you need more than one of the above, go with more than one host. For example, start with Prgmr.com (or Pair) and your site there, and when you need more disk space or bandwidth get a Dreamhost account.  Then store your images and site backups at Dh while keeping your code and frontend at Prgmr.</htmltext>
<tokenext>I do n't think there 's a single-host solution .
For reliability : go with http : //pair.net/ [ pair.net ] .
For control : get a virtual server .
I use http : //prgmr.com/ [ prgmr.com ] and am extremely satisfied - they 're cheap , responsive , and the technical support is excellent .
They 're also nice , honest people .
See http : //lowendbox.com/ [ lowendbox.com ] for more options .
For storage , backups , and data transfer : go with someplace like http : //dreamhost.com/ [ dreamhost.com ] .
If you need more than one of the above , go with more than one host .
For example , start with Prgmr.com ( or Pair ) and your site there , and when you need more disk space or bandwidth get a Dreamhost account .
Then store your images and site backups at Dh while keeping your code and frontend at Prgmr .</tokentext>
<sentencetext>I don't think there's a single-host solution.
For reliability: go with http://pair.net/ [pair.net].
For control: get a virtual server.
I use http://prgmr.com/ [prgmr.com] and am extremely satisfied - they're cheap, responsive, and the technical support is excellent.
They're also nice, honest people.
See http://lowendbox.com/ [lowendbox.com] for more options.
For storage, backups, and data transfer: go with someplace like http://dreamhost.com/ [dreamhost.com].
If you need more than one of the above, go with more than one host.
For example, start with Prgmr.com (or Pair) and your site there, and when you need more disk space or bandwidth get a Dreamhost account.
Then store your images and site backups at Dh while keeping your code and frontend at Prgmr.</sentencetext>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225784</id>
	<title>DreamHost is OK, within certain parameters</title>
	<author>bitslinger\_42</author>
	<datestamp>1266773040000</datestamp>
	<modclass>None</modclass>
	<modscore>1</modscore>
	<htmltext><p>Been using Dreamhost for several years now.  On the plus side, the shared hosting is dirt cheap.  By and large, the servers stay up and available on the Internet.  There have been hiccups, but between support and customer service, I'm mostly satisfied.</p><p>Down side: shared hosting is shared hosting.  My instance is on an old server, and they're trying to incentivize people to move off of it by not upgrading certain software (i.e. Rails is stuck at version 2.2.2).  I could move to a newer server, but my client's also using DH and is on an old server.  If I move, and they upgrade Rails again without telling me, it'll either break my integration server or it'll break the client's production server.  Not fun, trust me.  I've had the unwanted upgrades that broke the app happen twice now.</p><p>In the end, my cheap side is winning out over my quality side.  I've not seen a VPS solution that'll handle Rails well for $10/month, so for now, I'm not moving.  If you keep the problems of shared hosting in mind, DH is a good place.</p></htmltext>
<tokenext>Been using Dreamhost for several years now .
On the plus side , the shared hosting is dirt cheap .
By and large , the servers stay up and available on the Internet .
There have been hiccups , but between support and customer service , I 'm mostly satisfied.Down side : shared hosting is shared hosting .
My instance is on an old server , and they 're trying to incentivize people to move off of it by not upgrading certain software ( i.e .
Rails is stuck at version 2.2.2 ) .
I could move to a newer server , but my client 's also using DH and is on an old server .
If I move , and they upgrade Rails again without telling me , it 'll either break my integration server or it 'll break the client 's production server .
Not fun , trust me .
I 've had the unwanted upgrades that broke the app happen twice now.In the end , my cheap side is winning out over my quality side .
I 've not seen a VPS solution that 'll handle Rails well for $ 10/month , so for now , I 'm not moving .
If you keep the problems of shared hosting in mind , DH is a good place .</tokentext>
<sentencetext>Been using Dreamhost for several years now.
On the plus side, the shared hosting is dirt cheap.
By and large, the servers stay up and available on the Internet.
There have been hiccups, but between support and customer service, I'm mostly satisfied.Down side: shared hosting is shared hosting.
My instance is on an old server, and they're trying to incentivize people to move off of it by not upgrading certain software (i.e.
Rails is stuck at version 2.2.2).
I could move to a newer server, but my client's also using DH and is on an old server.
If I move, and they upgrade Rails again without telling me, it'll either break my integration server or it'll break the client's production server.
Not fun, trust me.
I've had the unwanted upgrades that broke the app happen twice now.In the end, my cheap side is winning out over my quality side.
I've not seen a VPS solution that'll handle Rails well for $10/month, so for now, I'm not moving.
If you keep the problems of shared hosting in mind, DH is a good place.</sentencetext>
	<parent>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225094</parent>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31226920</id>
	<title>A few things to consider when choosing a host</title>
	<author>DreamWIZ</author>
	<datestamp>1266830040000</datestamp>
	<modclass>None</modclass>
	<modscore>1</modscore>
	<htmltext>Look at the history of the company and try to find reliable reviews online. A good place to look for hosting companies is www.webhostingtalk.com. Other way around is to check for the testimonials in their website and see if those people in testimonials actually exist. If the website looks like a ready template it can give a hint that the provider is quite new in the business or a reseller.
<br> <br>
While many hosts take backups I would always recommend to take your own backups as well. You can simply never have too many backups. In my company we backup our shared hosting servers every six hours and still recommend customers to have their own backups.
<br> <br>
In most cases you will get what you pay for - don't expect high levels of redundancy for $3 per month. If they say something is unlimited, well, check the Terms of Service. Most of the time there is a limit, one way or the other.
<br> <br>
If your site is likely to grow quickly and you don't like swapping providers, look for someone who can provide a good level of service with your current budget and also offers an easy way to upgrade. What we have done is that we run cPanel on shared hosting servers, virtual servers and dedicated servers and provide easy upgrades and downgrades between all these three options.
<br> <br>
Good luck in your search of a new provider!
<br> <br>
Mikko Kivinen<br>
Scene Group<br>
<br>
<a href="http://www.scenegroup.net/" title="scenegroup.net" rel="nofollow">www.scenegroup.net</a> [scenegroup.net]</htmltext>
<tokenext>Look at the history of the company and try to find reliable reviews online .
A good place to look for hosting companies is www.webhostingtalk.com .
Other way around is to check for the testimonials in their website and see if those people in testimonials actually exist .
If the website looks like a ready template it can give a hint that the provider is quite new in the business or a reseller .
While many hosts take backups I would always recommend to take your own backups as well .
You can simply never have too many backups .
In my company we backup our shared hosting servers every six hours and still recommend customers to have their own backups .
In most cases you will get what you pay for - do n't expect high levels of redundancy for $ 3 per month .
If they say something is unlimited , well , check the Terms of Service .
Most of the time there is a limit , one way or the other .
If your site is likely to grow quickly and you do n't like swapping providers , look for someone who can provide a good level of service with your current budget and also offers an easy way to upgrade .
What we have done is that we run cPanel on shared hosting servers , virtual servers and dedicated servers and provide easy upgrades and downgrades between all these three options .
Good luck in your search of a new provider !
Mikko Kivinen Scene Group www.scenegroup.net [ scenegroup.net ]</tokentext>
<sentencetext>Look at the history of the company and try to find reliable reviews online.
A good place to look for hosting companies is www.webhostingtalk.com.
Other way around is to check for the testimonials in their website and see if those people in testimonials actually exist.
If the website looks like a ready template it can give a hint that the provider is quite new in the business or a reseller.
While many hosts take backups I would always recommend to take your own backups as well.
You can simply never have too many backups.
In my company we backup our shared hosting servers every six hours and still recommend customers to have their own backups.
In most cases you will get what you pay for - don't expect high levels of redundancy for $3 per month.
If they say something is unlimited, well, check the Terms of Service.
Most of the time there is a limit, one way or the other.
If your site is likely to grow quickly and you don't like swapping providers, look for someone who can provide a good level of service with your current budget and also offers an easy way to upgrade.
What we have done is that we run cPanel on shared hosting servers, virtual servers and dedicated servers and provide easy upgrades and downgrades between all these three options.
Good luck in your search of a new provider!
Mikko Kivinen
Scene Group

www.scenegroup.net [scenegroup.net]</sentencetext>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225924</id>
	<title>Re:DreamHost</title>
	<author>jfenwick</author>
	<datestamp>1266774360000</datestamp>
	<modclass>None</modclass>
	<modscore>1</modscore>
	<htmltext>Some pluses and minuses from my Dreamhost experience:
<p>
+ They had an insane deal that I picked up a year ago for St. Patrick's Day where you could buy a year for $10.
</p><p>
- The year is almost up, and they want $10.95 per month, unless I get locked into a multi year plan. You have to buy 2 years to get down to the price of bluehost.
</p><p>
+ They do have a lot of the benefits mentioned by the parent, which I have certainly taken advantage of. I was even able to install a newer version of Python on my account. Access to ssh has made deploying with something like fabric awesome.
</p><p>
- It took them a long time to support Django. I took me a few weeks of messing of reading blogs and wikis and asking questions on email lists before I could get Django on fast CGI working.
</p><p>
+ Of course, a month after I got it set up they release passenger scripts to make Django deployment work easily, so they've improved in that area. It works for Ruby on Rails if you're into that too.
</p><p>
- They are often very slow. Sometimes I send email from my domain and it takes 4 times as long as it takes to send email from my Gmail. Also, my site is often slow to load, and it has been down a few times.
</p><p>
+ If I want to switch to VPS and stay with Dreamhost they are way, way over priced if their VPS is anywhere as slow as their regular hosting.
</p><p>
Overall, they're not terrible, but I find it questionable whether they're worth the price for the level of commitment they're asking.</p></htmltext>
<tokenext>Some pluses and minuses from my Dreamhost experience : + They had an insane deal that I picked up a year ago for St. Patrick 's Day where you could buy a year for $ 10 .
- The year is almost up , and they want $ 10.95 per month , unless I get locked into a multi year plan .
You have to buy 2 years to get down to the price of bluehost .
+ They do have a lot of the benefits mentioned by the parent , which I have certainly taken advantage of .
I was even able to install a newer version of Python on my account .
Access to ssh has made deploying with something like fabric awesome .
- It took them a long time to support Django .
I took me a few weeks of messing of reading blogs and wikis and asking questions on email lists before I could get Django on fast CGI working .
+ Of course , a month after I got it set up they release passenger scripts to make Django deployment work easily , so they 've improved in that area .
It works for Ruby on Rails if you 're into that too .
- They are often very slow .
Sometimes I send email from my domain and it takes 4 times as long as it takes to send email from my Gmail .
Also , my site is often slow to load , and it has been down a few times .
+ If I want to switch to VPS and stay with Dreamhost they are way , way over priced if their VPS is anywhere as slow as their regular hosting .
Overall , they 're not terrible , but I find it questionable whether they 're worth the price for the level of commitment they 're asking .</tokentext>
<sentencetext>Some pluses and minuses from my Dreamhost experience:

+ They had an insane deal that I picked up a year ago for St. Patrick's Day where you could buy a year for $10.
- The year is almost up, and they want $10.95 per month, unless I get locked into a multi year plan.
You have to buy 2 years to get down to the price of bluehost.
+ They do have a lot of the benefits mentioned by the parent, which I have certainly taken advantage of.
I was even able to install a newer version of Python on my account.
Access to ssh has made deploying with something like fabric awesome.
- It took them a long time to support Django.
I took me a few weeks of messing of reading blogs and wikis and asking questions on email lists before I could get Django on fast CGI working.
+ Of course, a month after I got it set up they release passenger scripts to make Django deployment work easily, so they've improved in that area.
It works for Ruby on Rails if you're into that too.
- They are often very slow.
Sometimes I send email from my domain and it takes 4 times as long as it takes to send email from my Gmail.
Also, my site is often slow to load, and it has been down a few times.
+ If I want to switch to VPS and stay with Dreamhost they are way, way over priced if their VPS is anywhere as slow as their regular hosting.
Overall, they're not terrible, but I find it questionable whether they're worth the price for the level of commitment they're asking.</sentencetext>
	<parent>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225094</parent>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225948</id>
	<title>But porn would be so much more interesting!</title>
	<author>Anonymous</author>
	<datestamp>1266774600000</datestamp>
	<modclass>None</modclass>
	<modscore>0</modscore>
	<htmltext><p>jkjlkjkjlkjlkjkljljl</p></htmltext>
<tokenext>jkjlkjkjlkjlkjkljljl</tokentext>
<sentencetext>jkjlkjkjlkjlkjkljljl</sentencetext>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31251160</id>
	<title>See this host...</title>
	<author>DirtyAmish</author>
	<datestamp>1266922440000</datestamp>
	<modclass>None</modclass>
	<modscore>1</modscore>
	<htmltext><a href="http://www.rochenhost.com/" title="rochenhost.com" rel="nofollow">http://www.rochenhost.com/</a> [rochenhost.com]</htmltext>
<tokenext>http : //www.rochenhost.com/ [ rochenhost.com ]</tokentext>
<sentencetext>http://www.rochenhost.com/ [rochenhost.com]</sentencetext>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225156</id>
	<title>what to avoid</title>
	<author>ckdake</author>
	<datestamp>1266768360000</datestamp>
	<modclass>Informativ</modclass>
	<modscore>2</modscore>
	<htmltext><p>Things to avoid tend to be better indicators than things to go for.  I'd avoid:</p><p>* Companies that aren't open about issues. If there isn't a public forum, status RSS feed, status twitter account, etc. BAD NEWS<br>* Companies that offer unlimited anything.  By definition, unlimited means that they are overselling and while things may be great now, they'll suffer in the long run<br>* Linux hosts that don't give you SSH access.   CPanel/Fantastico/Whatever do plenty of things, but there is no substitute for having shell access<br>* Anything at all that makes you feel funny.  There are \_plenty\_ of options out there and if something doesn't feel right, you're better off going somewhere else.<br>* Companies that won't respond to you personally for pre-sales questions.  When I was looking for colo space, this turned out to be the most important factor.  The better they communicate with you before they have any of your money, the better off things will be in the long run.<br>* Anything that seems to be too good to be true. i.e. If you have a need for a lot of disk/bandwidth/cpu, and "unlimited" is $5/month, BAD NEWS</p><p>I run ithought dot org and host a reasonable number of sites, and try to adhere to all of the above.  One thing you won't be able to find out easily with hosts is something I do: I won't accept customers that seem like they aren't a fit for the hardware I have.   Shared hosting is what it is and if a customer is going to drive up the load on servers such that it affects other customers, but doesn't want to pay for dedicated hardware or a VM, their actions shouldn't hurt other shared hosting customers that are only using a very small amount of resources.</p><p>Most of the cloud stuff is plenty nice if you want to manage it (S3, SliceHost, etc) but don't underestimate what is involved with keeping server OSs up to date, tuned, and monitored.  If you're core competency isn't tweaking server software you should let someone else worry about that for you until it makes sense for you to hire an Operations person/team.</p></htmltext>
<tokenext>Things to avoid tend to be better indicators than things to go for .
I 'd avoid : * Companies that are n't open about issues .
If there is n't a public forum , status RSS feed , status twitter account , etc .
BAD NEWS * Companies that offer unlimited anything .
By definition , unlimited means that they are overselling and while things may be great now , they 'll suffer in the long run * Linux hosts that do n't give you SSH access .
CPanel/Fantastico/Whatever do plenty of things , but there is no substitute for having shell access * Anything at all that makes you feel funny .
There are \ _plenty \ _ of options out there and if something does n't feel right , you 're better off going somewhere else .
* Companies that wo n't respond to you personally for pre-sales questions .
When I was looking for colo space , this turned out to be the most important factor .
The better they communicate with you before they have any of your money , the better off things will be in the long run .
* Anything that seems to be too good to be true .
i.e. If you have a need for a lot of disk/bandwidth/cpu , and " unlimited " is $ 5/month , BAD NEWSI run ithought dot org and host a reasonable number of sites , and try to adhere to all of the above .
One thing you wo n't be able to find out easily with hosts is something I do : I wo n't accept customers that seem like they are n't a fit for the hardware I have .
Shared hosting is what it is and if a customer is going to drive up the load on servers such that it affects other customers , but does n't want to pay for dedicated hardware or a VM , their actions should n't hurt other shared hosting customers that are only using a very small amount of resources.Most of the cloud stuff is plenty nice if you want to manage it ( S3 , SliceHost , etc ) but do n't underestimate what is involved with keeping server OSs up to date , tuned , and monitored .
If you 're core competency is n't tweaking server software you should let someone else worry about that for you until it makes sense for you to hire an Operations person/team .</tokentext>
<sentencetext>Things to avoid tend to be better indicators than things to go for.
I'd avoid:* Companies that aren't open about issues.
If there isn't a public forum, status RSS feed, status twitter account, etc.
BAD NEWS* Companies that offer unlimited anything.
By definition, unlimited means that they are overselling and while things may be great now, they'll suffer in the long run* Linux hosts that don't give you SSH access.
CPanel/Fantastico/Whatever do plenty of things, but there is no substitute for having shell access* Anything at all that makes you feel funny.
There are \_plenty\_ of options out there and if something doesn't feel right, you're better off going somewhere else.
* Companies that won't respond to you personally for pre-sales questions.
When I was looking for colo space, this turned out to be the most important factor.
The better they communicate with you before they have any of your money, the better off things will be in the long run.
* Anything that seems to be too good to be true.
i.e. If you have a need for a lot of disk/bandwidth/cpu, and "unlimited" is $5/month, BAD NEWSI run ithought dot org and host a reasonable number of sites, and try to adhere to all of the above.
One thing you won't be able to find out easily with hosts is something I do: I won't accept customers that seem like they aren't a fit for the hardware I have.
Shared hosting is what it is and if a customer is going to drive up the load on servers such that it affects other customers, but doesn't want to pay for dedicated hardware or a VM, their actions shouldn't hurt other shared hosting customers that are only using a very small amount of resources.Most of the cloud stuff is plenty nice if you want to manage it (S3, SliceHost, etc) but don't underestimate what is involved with keeping server OSs up to date, tuned, and monitored.
If you're core competency isn't tweaking server software you should let someone else worry about that for you until it makes sense for you to hire an Operations person/team.</sentencetext>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225326</id>
	<title>Re:DreamHost</title>
	<author>Anonymous</author>
	<datestamp>1266769500000</datestamp>
	<modclass>None</modclass>
	<modscore>1</modscore>
	<htmltext>Another Dreamhost user here. Right now you can get a $97 discount with a promo code (ccc97).<br>Your 1st year works out to a little over $20 and $120 per year thereafter.<br>Unlimited bandwidth, storage, and domains.<br>Shell access is a plus, although I only use it for pulling files from other sites with wget or lynx.<br>So far I am very pleased with them.</htmltext>
<tokenext>Another Dreamhost user here .
Right now you can get a $ 97 discount with a promo code ( ccc97 ) .Your 1st year works out to a little over $ 20 and $ 120 per year thereafter.Unlimited bandwidth , storage , and domains.Shell access is a plus , although I only use it for pulling files from other sites with wget or lynx.So far I am very pleased with them .</tokentext>
<sentencetext>Another Dreamhost user here.
Right now you can get a $97 discount with a promo code (ccc97).Your 1st year works out to a little over $20 and $120 per year thereafter.Unlimited bandwidth, storage, and domains.Shell access is a plus, although I only use it for pulling files from other sites with wget or lynx.So far I am very pleased with them.</sentencetext>
	<parent>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225094</parent>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31232322</id>
	<title>No excuses.</title>
	<author>pubwvj</author>
	<datestamp>1266865380000</datestamp>
	<modclass>None</modclass>
	<modscore>1</modscore>
	<htmltext><p>First of all, there is no excuse for your not having backup copies of your web site. Backing up is easy. It's fun. Do it regularly. Keep local copies.</p><p>I use as reseller account WHM/CPanel to host my and my family domains.</p></htmltext>
<tokenext>First of all , there is no excuse for your not having backup copies of your web site .
Backing up is easy .
It 's fun .
Do it regularly .
Keep local copies.I use as reseller account WHM/CPanel to host my and my family domains .</tokentext>
<sentencetext>First of all, there is no excuse for your not having backup copies of your web site.
Backing up is easy.
It's fun.
Do it regularly.
Keep local copies.I use as reseller account WHM/CPanel to host my and my family domains.</sentencetext>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225992</id>
	<title>I'm Partial to Hosting Matters (hostmatters.com)</title>
	<author>Fencepost</author>
	<datestamp>1266774900000</datestamp>
	<modclass>None</modclass>
	<modscore>1</modscore>
	<htmltext>I've been with them for years, and they do a pretty decent job.<br>* Their support is responsive, knowledgeable and long-term (when I've needed to put in support tickets I generally get quick response and quick action, frequently from the same folks I've been seeing for years and sometimes from the owner),<br>* they'll move accounts off of servers as needed (e.g. if a domain is being attacked or possibly slashdotted, or if you need something that hasn't been rolled out to older servers),<br>* they have customer forums that are readable by anyone (though they're less active now than they were a few years back),<br>* When something goes wrong, they'll update with more information and what's being done to address the problem. This really cropped up a few years back when someone working in the Peak 10 (peak10.com) Jacksonville data center yanked a few drives out of some of their servers, back when they weren't using much space and didn't actually have a cage (now they have at least two locked cages, I believe).<br>* They do run backups, though I've never needed to contact them about that. My evidence, from October, 2009: "Merritt has apparently suffered a primary drive failure.  The good news is the backups run in the wee hours this morning are complete so we'll be putting new drives in the box and restoring everyone from backup.  As always, if you have any questions, hit us up at the helpdesk."<br>* They don't oversell - the accounts have limitations, but are more than adequate. The pricing is not the cheapest out there, but is certainly far from expensive.</htmltext>
<tokenext>I 've been with them for years , and they do a pretty decent job .
* Their support is responsive , knowledgeable and long-term ( when I 've needed to put in support tickets I generally get quick response and quick action , frequently from the same folks I 've been seeing for years and sometimes from the owner ) , * they 'll move accounts off of servers as needed ( e.g .
if a domain is being attacked or possibly slashdotted , or if you need something that has n't been rolled out to older servers ) , * they have customer forums that are readable by anyone ( though they 're less active now than they were a few years back ) , * When something goes wrong , they 'll update with more information and what 's being done to address the problem .
This really cropped up a few years back when someone working in the Peak 10 ( peak10.com ) Jacksonville data center yanked a few drives out of some of their servers , back when they were n't using much space and did n't actually have a cage ( now they have at least two locked cages , I believe ) .
* They do run backups , though I 've never needed to contact them about that .
My evidence , from October , 2009 : " Merritt has apparently suffered a primary drive failure .
The good news is the backups run in the wee hours this morning are complete so we 'll be putting new drives in the box and restoring everyone from backup .
As always , if you have any questions , hit us up at the helpdesk .
" * They do n't oversell - the accounts have limitations , but are more than adequate .
The pricing is not the cheapest out there , but is certainly far from expensive .</tokentext>
<sentencetext>I've been with them for years, and they do a pretty decent job.
* Their support is responsive, knowledgeable and long-term (when I've needed to put in support tickets I generally get quick response and quick action, frequently from the same folks I've been seeing for years and sometimes from the owner),* they'll move accounts off of servers as needed (e.g.
if a domain is being attacked or possibly slashdotted, or if you need something that hasn't been rolled out to older servers),* they have customer forums that are readable by anyone (though they're less active now than they were a few years back),* When something goes wrong, they'll update with more information and what's being done to address the problem.
This really cropped up a few years back when someone working in the Peak 10 (peak10.com) Jacksonville data center yanked a few drives out of some of their servers, back when they weren't using much space and didn't actually have a cage (now they have at least two locked cages, I believe).
* They do run backups, though I've never needed to contact them about that.
My evidence, from October, 2009: "Merritt has apparently suffered a primary drive failure.
The good news is the backups run in the wee hours this morning are complete so we'll be putting new drives in the box and restoring everyone from backup.
As always, if you have any questions, hit us up at the helpdesk.
"* They don't oversell - the accounts have limitations, but are more than adequate.
The pricing is not the cheapest out there, but is certainly far from expensive.</sentencetext>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31227752</id>
	<title>Re:DreamHost</title>
	<author>Fjandr</author>
	<datestamp>1266841620000</datestamp>
	<modclass>None</modclass>
	<modscore>1</modscore>
	<htmltext><p>I've installed Drupal on a Dreamhost shared server. I don't recall it being any different from installing any other software package.</p></htmltext>
<tokenext>I 've installed Drupal on a Dreamhost shared server .
I do n't recall it being any different from installing any other software package .</tokentext>
<sentencetext>I've installed Drupal on a Dreamhost shared server.
I don't recall it being any different from installing any other software package.</sentencetext>
	<parent>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31226666</parent>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31228424</id>
	<title>Re:Things I look for</title>
	<author>chimpo13</author>
	<datestamp>1266848400000</datestamp>
	<modclass>None</modclass>
	<modscore>1</modscore>
	<htmltext><p>I wrote a journal about my problems with Pair. I've been happily using Pair for many years, and still use them, but they told me to start looking for another provider.</p><p>Pair told me they'll remove my entire site if they get another DMCA request about my posting <a href="http://www.nokilli.com/random/cutegirl07.htm" title="nokilli.com">17 out of 600 questions</a> [nokilli.com] from the MMPI. It's the same issue that <a href="http://yro.slashdot.org/article.pl?sid=09/03/23/2324258" title="slashdot.org">slashdot has posted before</a> [slashdot.org]. My problem is, the same attorney from the previous slashdot article, Carl W. Covert, Jr. from NCS Pearson, Inc., sent Pair two DMCAs about the same page, two months apart, and Pair hasn't had a customer who sent in a non-compliance response.</p><p>With my first DMCA, I went to <a href="http://chillingeffects.org/" title="chillingeffects.org">Chilling Effects</a> [chillingeffects.org] and used a boilerplate response. I had a copyright attorney check it before sending it. The DMCA says they have 14 days to sue. I asked Pair if it was settled after 14 days went by and only received the "we received your response and will respond". I figured if they ignored that, then the issue was settled. After two months, I got the same DMCA from the same attorney about the same page.</p><p>Pair removed my page for 14 days and sent an email saying that if they get another DMCA they will remove my entire site. My site covers a Star Trek band, Sacramento punk rock history, and an outdated blog about riding a crappy old motorcycle round the world. Now I'm in Korea, trying not to fight with an ISP that I was happy with, over 17 questions.</p><p>After having to badger Pair for a response, I finally got this:</p><p>Dear Dave,</p><p>I apologize for your confusion and I also appreciate your conviction.<br>However, pair Networks is a web hosting provider, not a law firm. Our job<br>is not to interpret the DMCA or the law in general, but to follow it.<br>Lawyers are very expensive, and the bottom line is that our Service Contract<br>states that we can terminate all or any part of an account for any reason<br>without notice. In this case, we are giving you fair warning that to keep<br>your site online, the best thing for you to do is remove the contested<br>material. While we appreciate your business, We also have to look out for<br>our best interest. While I understand that it<br>causes a moral dilemma for you, the bottom line is that, if we receive a<br>restraining order, we are not going to fight it; we are going to follow our<br>lawyer's advice and disable the site as a whole. If you want to proactively<br>avoid this situation, then you may want to look into moving your site to<br>another provider. We are not trying to push you away with this statement;<br>you always have the option of simply removing the content in question.</p><p>Sincerely,</p><p>Gary H.<br>pair Networks, Inc.</p></htmltext>
<tokenext>I wrote a journal about my problems with Pair .
I 've been happily using Pair for many years , and still use them , but they told me to start looking for another provider.Pair told me they 'll remove my entire site if they get another DMCA request about my posting 17 out of 600 questions [ nokilli.com ] from the MMPI .
It 's the same issue that slashdot has posted before [ slashdot.org ] .
My problem is , the same attorney from the previous slashdot article , Carl W. Covert , Jr. from NCS Pearson , Inc. , sent Pair two DMCAs about the same page , two months apart , and Pair has n't had a customer who sent in a non-compliance response.With my first DMCA , I went to Chilling Effects [ chillingeffects.org ] and used a boilerplate response .
I had a copyright attorney check it before sending it .
The DMCA says they have 14 days to sue .
I asked Pair if it was settled after 14 days went by and only received the " we received your response and will respond " .
I figured if they ignored that , then the issue was settled .
After two months , I got the same DMCA from the same attorney about the same page.Pair removed my page for 14 days and sent an email saying that if they get another DMCA they will remove my entire site .
My site covers a Star Trek band , Sacramento punk rock history , and an outdated blog about riding a crappy old motorcycle round the world .
Now I 'm in Korea , trying not to fight with an ISP that I was happy with , over 17 questions.After having to badger Pair for a response , I finally got this : Dear Dave,I apologize for your confusion and I also appreciate your conviction.However , pair Networks is a web hosting provider , not a law firm .
Our jobis not to interpret the DMCA or the law in general , but to follow it.Lawyers are very expensive , and the bottom line is that our Service Contractstates that we can terminate all or any part of an account for any reasonwithout notice .
In this case , we are giving you fair warning that to keepyour site online , the best thing for you to do is remove the contestedmaterial .
While we appreciate your business , We also have to look out forour best interest .
While I understand that itcauses a moral dilemma for you , the bottom line is that , if we receive arestraining order , we are not going to fight it ; we are going to follow ourlawyer 's advice and disable the site as a whole .
If you want to proactivelyavoid this situation , then you may want to look into moving your site toanother provider .
We are not trying to push you away with this statement ; you always have the option of simply removing the content in question.Sincerely,Gary H.pair Networks , Inc .</tokentext>
<sentencetext>I wrote a journal about my problems with Pair.
I've been happily using Pair for many years, and still use them, but they told me to start looking for another provider.Pair told me they'll remove my entire site if they get another DMCA request about my posting 17 out of 600 questions [nokilli.com] from the MMPI.
It's the same issue that slashdot has posted before [slashdot.org].
My problem is, the same attorney from the previous slashdot article, Carl W. Covert, Jr. from NCS Pearson, Inc., sent Pair two DMCAs about the same page, two months apart, and Pair hasn't had a customer who sent in a non-compliance response.With my first DMCA, I went to Chilling Effects [chillingeffects.org] and used a boilerplate response.
I had a copyright attorney check it before sending it.
The DMCA says they have 14 days to sue.
I asked Pair if it was settled after 14 days went by and only received the "we received your response and will respond".
I figured if they ignored that, then the issue was settled.
After two months, I got the same DMCA from the same attorney about the same page.Pair removed my page for 14 days and sent an email saying that if they get another DMCA they will remove my entire site.
My site covers a Star Trek band, Sacramento punk rock history, and an outdated blog about riding a crappy old motorcycle round the world.
Now I'm in Korea, trying not to fight with an ISP that I was happy with, over 17 questions.After having to badger Pair for a response, I finally got this:Dear Dave,I apologize for your confusion and I also appreciate your conviction.However, pair Networks is a web hosting provider, not a law firm.
Our jobis not to interpret the DMCA or the law in general, but to follow it.Lawyers are very expensive, and the bottom line is that our Service Contractstates that we can terminate all or any part of an account for any reasonwithout notice.
In this case, we are giving you fair warning that to keepyour site online, the best thing for you to do is remove the contestedmaterial.
While we appreciate your business, We also have to look out forour best interest.
While I understand that itcauses a moral dilemma for you, the bottom line is that, if we receive arestraining order, we are not going to fight it; we are going to follow ourlawyer's advice and disable the site as a whole.
If you want to proactivelyavoid this situation, then you may want to look into moving your site toanother provider.
We are not trying to push you away with this statement;you always have the option of simply removing the content in question.Sincerely,Gary H.pair Networks, Inc.</sentencetext>
	<parent>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225316</parent>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31227036</id>
	<title>load average</title>
	<author>br00tus</author>
	<datestamp>1266831780000</datestamp>
	<modclass>None</modclass>
	<modscore>1</modscore>
	<htmltext>I have been happy with Dreamhost to some extent.  It is known as a tech-friendly place - meaning tech-handy people are happy with it.<p>
One problem I have had is the load average on my (web) server sometimes spikes enormously.  I have been telling support this for years but they give me the runaround.  They switched off my ability to see others processes, so who or what is spiking the processor is a mystery to me.  Sometimes it slows my web site to a crawl.  Multiple complaints for years only gets ridiculous answers.  I don't think the people answering know what load average means.  Worse yet, they think they know more than me and act like I'm an idiot talking about something I don't know about.</p><p>
One problem with a lot of these hosts is they don't offer Tomcat or java application servers and they prefer people use PHP (or Perl, or RoR).  Some do, but you have to pay.  Others do it cheap but have other problems.  If the good major ones offered Tomcat, that would be nice.</p></htmltext>
<tokenext>I have been happy with Dreamhost to some extent .
It is known as a tech-friendly place - meaning tech-handy people are happy with it .
One problem I have had is the load average on my ( web ) server sometimes spikes enormously .
I have been telling support this for years but they give me the runaround .
They switched off my ability to see others processes , so who or what is spiking the processor is a mystery to me .
Sometimes it slows my web site to a crawl .
Multiple complaints for years only gets ridiculous answers .
I do n't think the people answering know what load average means .
Worse yet , they think they know more than me and act like I 'm an idiot talking about something I do n't know about .
One problem with a lot of these hosts is they do n't offer Tomcat or java application servers and they prefer people use PHP ( or Perl , or RoR ) .
Some do , but you have to pay .
Others do it cheap but have other problems .
If the good major ones offered Tomcat , that would be nice .</tokentext>
<sentencetext>I have been happy with Dreamhost to some extent.
It is known as a tech-friendly place - meaning tech-handy people are happy with it.
One problem I have had is the load average on my (web) server sometimes spikes enormously.
I have been telling support this for years but they give me the runaround.
They switched off my ability to see others processes, so who or what is spiking the processor is a mystery to me.
Sometimes it slows my web site to a crawl.
Multiple complaints for years only gets ridiculous answers.
I don't think the people answering know what load average means.
Worse yet, they think they know more than me and act like I'm an idiot talking about something I don't know about.
One problem with a lot of these hosts is they don't offer Tomcat or java application servers and they prefer people use PHP (or Perl, or RoR).
Some do, but you have to pay.
Others do it cheap but have other problems.
If the good major ones offered Tomcat, that would be nice.</sentencetext>
	<parent>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225094</parent>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225880</id>
	<title>For a good ASP.NET host</title>
	<author>caywen</author>
	<datestamp>1266774000000</datestamp>
	<modclass>None</modclass>
	<modscore>1</modscore>
	<htmltext><p>For a good ASP.NET host, DiscountASP.net has really served me well. They have little downtime, always actively upgrade to the latest that Microsoft has to offer, have reasonably responsive support, and their prices are reasonable (but not rock bottom). Their current SQL Server 2008 deal is pretty good: $10/mo for 500MB of SQL Server space. Finally, I find their accounting of space and bandwidth to be honest and accurate.</p></htmltext>
<tokenext>For a good ASP.NET host , DiscountASP.net has really served me well .
They have little downtime , always actively upgrade to the latest that Microsoft has to offer , have reasonably responsive support , and their prices are reasonable ( but not rock bottom ) .
Their current SQL Server 2008 deal is pretty good : $ 10/mo for 500MB of SQL Server space .
Finally , I find their accounting of space and bandwidth to be honest and accurate .</tokentext>
<sentencetext>For a good ASP.NET host, DiscountASP.net has really served me well.
They have little downtime, always actively upgrade to the latest that Microsoft has to offer, have reasonably responsive support, and their prices are reasonable (but not rock bottom).
Their current SQL Server 2008 deal is pretty good: $10/mo for 500MB of SQL Server space.
Finally, I find their accounting of space and bandwidth to be honest and accurate.</sentencetext>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31227286</id>
	<title>My experience with 3ix</title>
	<author>mrjb</author>
	<datestamp>1266835740000</datestamp>
	<modclass>None</modclass>
	<modscore>1</modscore>
	<htmltext>3ix are cheap and have mysql, php, linux and in their expert package (which allows you 5 sites) also ssh. Sounded great to me so I signed up.
<br> <br>Turns out you have to hand over your firstborn (well okay, ID info) to get ssh access "because people have been abusing it". Good, fair enough.<br> <br>Also, LivePerson support seems nice but only works if it is not manned by stupid gits. It took 45 minutes to explaining to them that if an invoice is wrong, canceled by them and replaced by a new invoice, you should not need to pay the canceled invoice anymore. I found out because they took the site down for nonpayment of said canceled invoice. (For those interested, I still have a transcript of that chat.) Not acceptable to me; I can't recommend their service.<br> <br>If I had my little way, I'd go for a service that just gives me a (virtual) machine, just charges me for the bandwidth and lets me do all administration myself. Strangely enough,  although this gives the provider the least possible amount of work, I haven't seen any such services at "household-affordable" rates.</htmltext>
<tokenext>3ix are cheap and have mysql , php , linux and in their expert package ( which allows you 5 sites ) also ssh .
Sounded great to me so I signed up .
Turns out you have to hand over your firstborn ( well okay , ID info ) to get ssh access " because people have been abusing it " .
Good , fair enough .
Also , LivePerson support seems nice but only works if it is not manned by stupid gits .
It took 45 minutes to explaining to them that if an invoice is wrong , canceled by them and replaced by a new invoice , you should not need to pay the canceled invoice anymore .
I found out because they took the site down for nonpayment of said canceled invoice .
( For those interested , I still have a transcript of that chat .
) Not acceptable to me ; I ca n't recommend their service .
If I had my little way , I 'd go for a service that just gives me a ( virtual ) machine , just charges me for the bandwidth and lets me do all administration myself .
Strangely enough , although this gives the provider the least possible amount of work , I have n't seen any such services at " household-affordable " rates .</tokentext>
<sentencetext>3ix are cheap and have mysql, php, linux and in their expert package (which allows you 5 sites) also ssh.
Sounded great to me so I signed up.
Turns out you have to hand over your firstborn (well okay, ID info) to get ssh access "because people have been abusing it".
Good, fair enough.
Also, LivePerson support seems nice but only works if it is not manned by stupid gits.
It took 45 minutes to explaining to them that if an invoice is wrong, canceled by them and replaced by a new invoice, you should not need to pay the canceled invoice anymore.
I found out because they took the site down for nonpayment of said canceled invoice.
(For those interested, I still have a transcript of that chat.
) Not acceptable to me; I can't recommend their service.
If I had my little way, I'd go for a service that just gives me a (virtual) machine, just charges me for the bandwidth and lets me do all administration myself.
Strangely enough,  although this gives the provider the least possible amount of work, I haven't seen any such services at "household-affordable" rates.</sentencetext>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225630</id>
	<title>ICDSoft</title>
	<author>mariushm</author>
	<datestamp>1266771720000</datestamp>
	<modclass>Informativ</modclass>
	<modscore>3</modscore>
	<htmltext><p>The one company that I recommend to everyone when it comes to shared hosting is ICDSOFT.com  It will be extremely hard for you to find a bad review on the Internet, simply because their service is impecable...</p><p>I've used them for a year until I switched to a dedicated server and each time I had a question their tech support answered within 5 minutes with precise answers.<br>The main think about them is that they're not oversold - each account can hold only one website, you get only about 100-500 GB of bandwidth, 10-50 GB of disk space and several databases and free webmail/pop3/smtp with limited number of email accounts, and each server had their own RAID 5 setup. When I had the website hosted there my server had about 120 websites hosted on it.<br>This is actually great especially when you start your website as you'll know the server won't be overloaded, you won't have  10.000 websites on the server with all files being retrieved from a NAS  (as Dreamhost does) and you won't have the accounts of 400-1000 people who abuse the "unlimited bandwidth and space" feature and stream music to their office from the hosting account or basically people that have Youtube clones on shared hosting accounts (as it happens on Dreamhost)<br>Most people when they see they get only a few hundred GB of bandwidth they go on looking for hosting companies with unlimited bandwidth, but in reality for a startup website on a sharing account even 100 GB of bandwidth is enough. If your website becomes popular enough to go over 100 GB of bandwidth used, you'll afford to get a 60$ a month server with 2 TB of bandwidth and 200 GB of disk space.</p><p>I've also used Dreamhost.com and Site5.com for a while, between ICDSoft and my own dedicated server, mainly because it was a good deal - used coupons to get one year for something like 10$. Site5.com was just slow, the control panel sucked....</p><p>Dreamhost was slowish, overloaded (the server I was on had about 12000 websites on it), the quality of the websites is lower (blogs which are not optimized therefore abusing PHP and MySQL servers) and the NAS where this web server was retrieving from was shared between about 5-6 web servers so you can imagine a 1gbps link from a NAS was used by about 100.000 websites. Also, their servers and hardware have issues all the time - there's no single day where one of their NAS would not crash, or one of their websites would die or the email server shared between 20-30 web servers would fail and so on... you can check dreamhoststatus.com to see  how often they fail.</p></htmltext>
<tokenext>The one company that I recommend to everyone when it comes to shared hosting is ICDSOFT.com It will be extremely hard for you to find a bad review on the Internet , simply because their service is impecable...I 've used them for a year until I switched to a dedicated server and each time I had a question their tech support answered within 5 minutes with precise answers.The main think about them is that they 're not oversold - each account can hold only one website , you get only about 100-500 GB of bandwidth , 10-50 GB of disk space and several databases and free webmail/pop3/smtp with limited number of email accounts , and each server had their own RAID 5 setup .
When I had the website hosted there my server had about 120 websites hosted on it.This is actually great especially when you start your website as you 'll know the server wo n't be overloaded , you wo n't have 10.000 websites on the server with all files being retrieved from a NAS ( as Dreamhost does ) and you wo n't have the accounts of 400-1000 people who abuse the " unlimited bandwidth and space " feature and stream music to their office from the hosting account or basically people that have Youtube clones on shared hosting accounts ( as it happens on Dreamhost ) Most people when they see they get only a few hundred GB of bandwidth they go on looking for hosting companies with unlimited bandwidth , but in reality for a startup website on a sharing account even 100 GB of bandwidth is enough .
If your website becomes popular enough to go over 100 GB of bandwidth used , you 'll afford to get a 60 $ a month server with 2 TB of bandwidth and 200 GB of disk space.I 've also used Dreamhost.com and Site5.com for a while , between ICDSoft and my own dedicated server , mainly because it was a good deal - used coupons to get one year for something like 10 $ .
Site5.com was just slow , the control panel sucked....Dreamhost was slowish , overloaded ( the server I was on had about 12000 websites on it ) , the quality of the websites is lower ( blogs which are not optimized therefore abusing PHP and MySQL servers ) and the NAS where this web server was retrieving from was shared between about 5-6 web servers so you can imagine a 1gbps link from a NAS was used by about 100.000 websites .
Also , their servers and hardware have issues all the time - there 's no single day where one of their NAS would not crash , or one of their websites would die or the email server shared between 20-30 web servers would fail and so on... you can check dreamhoststatus.com to see how often they fail .</tokentext>
<sentencetext>The one company that I recommend to everyone when it comes to shared hosting is ICDSOFT.com  It will be extremely hard for you to find a bad review on the Internet, simply because their service is impecable...I've used them for a year until I switched to a dedicated server and each time I had a question their tech support answered within 5 minutes with precise answers.The main think about them is that they're not oversold - each account can hold only one website, you get only about 100-500 GB of bandwidth, 10-50 GB of disk space and several databases and free webmail/pop3/smtp with limited number of email accounts, and each server had their own RAID 5 setup.
When I had the website hosted there my server had about 120 websites hosted on it.This is actually great especially when you start your website as you'll know the server won't be overloaded, you won't have  10.000 websites on the server with all files being retrieved from a NAS  (as Dreamhost does) and you won't have the accounts of 400-1000 people who abuse the "unlimited bandwidth and space" feature and stream music to their office from the hosting account or basically people that have Youtube clones on shared hosting accounts (as it happens on Dreamhost)Most people when they see they get only a few hundred GB of bandwidth they go on looking for hosting companies with unlimited bandwidth, but in reality for a startup website on a sharing account even 100 GB of bandwidth is enough.
If your website becomes popular enough to go over 100 GB of bandwidth used, you'll afford to get a 60$ a month server with 2 TB of bandwidth and 200 GB of disk space.I've also used Dreamhost.com and Site5.com for a while, between ICDSoft and my own dedicated server, mainly because it was a good deal - used coupons to get one year for something like 10$.
Site5.com was just slow, the control panel sucked....Dreamhost was slowish, overloaded (the server I was on had about 12000 websites on it), the quality of the websites is lower (blogs which are not optimized therefore abusing PHP and MySQL servers) and the NAS where this web server was retrieving from was shared between about 5-6 web servers so you can imagine a 1gbps link from a NAS was used by about 100.000 websites.
Also, their servers and hardware have issues all the time - there's no single day where one of their NAS would not crash, or one of their websites would die or the email server shared between 20-30 web servers would fail and so on... you can check dreamhoststatus.com to see  how often they fail.</sentencetext>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31233562</id>
	<title>Suggestion</title>
	<author>Anonymous</author>
	<datestamp>1266869700000</datestamp>
	<modclass>None</modclass>
	<modscore>0</modscore>
	<htmltext><p>I currently use Servage.net<br>It's based in a modified version of Linux, the company had some security problems in the past (my own account was attacked, nothing disappeared but some one create two ftp account at that time) and they had to made some security improvements in order for accounts stay safe, and since then no new security problems arise.</p><p>They have 750 GB for all contents (web site, e-mail, you can even use the account to backup your stuff), 250 GB of traffic per day(!), 1000 MySQL Databases v4 and 5, PHP v 4.4 &amp; 5.2, Unlimited FTP Accounts, Host Unlimited Websites and much much more.</p><p>About that problem of losing files... if it's a server problem no problem... in servage Servers are in Redundant Setup, means that when you upload something you are sending to (in this case) 3 different servers... but if you delete something using the control panel or ftp, it's deleted from the 3 servers! Their isn't nothing they can do in that case.</p><p>FTP access can be made using secure ftp... so no one can easily intercept the username and password and enter in your ftp server (or even see the files being sent).<br>Email access (pop / smtp) can be made completely by SSL/TLS connection (including from e-mail programs).</p><p>How much per month? I live in Europe and pay 105,79 for 14 months, for 29 months would be in Europe 213,96, or for 6 months 53,55. Maybe outside of Europe you don't pay the 19\% of VAT... I don't know.</p></htmltext>
<tokenext>I currently use Servage.netIt 's based in a modified version of Linux , the company had some security problems in the past ( my own account was attacked , nothing disappeared but some one create two ftp account at that time ) and they had to made some security improvements in order for accounts stay safe , and since then no new security problems arise.They have 750 GB for all contents ( web site , e-mail , you can even use the account to backup your stuff ) , 250 GB of traffic per day ( !
) , 1000 MySQL Databases v4 and 5 , PHP v 4.4 &amp; 5.2 , Unlimited FTP Accounts , Host Unlimited Websites and much much more.About that problem of losing files... if it 's a server problem no problem... in servage Servers are in Redundant Setup , means that when you upload something you are sending to ( in this case ) 3 different servers... but if you delete something using the control panel or ftp , it 's deleted from the 3 servers !
Their is n't nothing they can do in that case.FTP access can be made using secure ftp... so no one can easily intercept the username and password and enter in your ftp server ( or even see the files being sent ) .Email access ( pop / smtp ) can be made completely by SSL/TLS connection ( including from e-mail programs ) .How much per month ?
I live in Europe and pay 105,79 for 14 months , for 29 months would be in Europe 213,96 , or for 6 months 53,55 .
Maybe outside of Europe you do n't pay the 19 \ % of VAT... I do n't know .</tokentext>
<sentencetext>I currently use Servage.netIt's based in a modified version of Linux, the company had some security problems in the past (my own account was attacked, nothing disappeared but some one create two ftp account at that time) and they had to made some security improvements in order for accounts stay safe, and since then no new security problems arise.They have 750 GB for all contents (web site, e-mail, you can even use the account to backup your stuff), 250 GB of traffic per day(!
), 1000 MySQL Databases v4 and 5, PHP v 4.4 &amp; 5.2, Unlimited FTP Accounts, Host Unlimited Websites and much much more.About that problem of losing files... if it's a server problem no problem... in servage Servers are in Redundant Setup, means that when you upload something you are sending to (in this case) 3 different servers... but if you delete something using the control panel or ftp, it's deleted from the 3 servers!
Their isn't nothing they can do in that case.FTP access can be made using secure ftp... so no one can easily intercept the username and password and enter in your ftp server (or even see the files being sent).Email access (pop / smtp) can be made completely by SSL/TLS connection (including from e-mail programs).How much per month?
I live in Europe and pay 105,79 for 14 months, for 29 months would be in Europe 213,96, or for 6 months 53,55.
Maybe outside of Europe you don't pay the 19\% of VAT... I don't know.</sentencetext>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225812</id>
	<title>Web 0.2</title>
	<author>Anonymous</author>
	<datestamp>1266773340000</datestamp>
	<modclass>Funny</modclass>
	<modscore>3</modscore>
	<htmltext>So many buzzwords. What's wrong with just putting up a Geocities page like everyone else?</htmltext>
<tokenext>So many buzzwords .
What 's wrong with just putting up a Geocities page like everyone else ?</tokentext>
<sentencetext>So many buzzwords.
What's wrong with just putting up a Geocities page like everyone else?</sentencetext>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31226452</id>
	<title>Re:Try Webfaction. Here's why:</title>
	<author>Anonymous</author>
	<datestamp>1266779760000</datestamp>
	<modclass>None</modclass>
	<modscore>0</modscore>
	<htmltext><p>I've been using webfaction for a while now and I'm very pleased. I originally chose them because they could do django hosting which was what I was looking for. They were also the first host to actually give me shell access and I could do everything I need on that machine. There support forum is also great and there are plenty of tutorials for how to get stuff setup on their site. You can run so many different applications and adding more servers is a breeze. If you are looking for any kind of Django or RoR hosting, go with these guys!</p></htmltext>
<tokenext>I 've been using webfaction for a while now and I 'm very pleased .
I originally chose them because they could do django hosting which was what I was looking for .
They were also the first host to actually give me shell access and I could do everything I need on that machine .
There support forum is also great and there are plenty of tutorials for how to get stuff setup on their site .
You can run so many different applications and adding more servers is a breeze .
If you are looking for any kind of Django or RoR hosting , go with these guys !</tokentext>
<sentencetext>I've been using webfaction for a while now and I'm very pleased.
I originally chose them because they could do django hosting which was what I was looking for.
They were also the first host to actually give me shell access and I could do everything I need on that machine.
There support forum is also great and there are plenty of tutorials for how to get stuff setup on their site.
You can run so many different applications and adding more servers is a breeze.
If you are looking for any kind of Django or RoR hosting, go with these guys!</sentencetext>
	<parent>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225010</parent>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31224962</id>
	<title>Hosting Matters</title>
	<author>Emnar</author>
	<datestamp>1266767280000</datestamp>
	<modclass>None</modclass>
	<modscore>1</modscore>
	<htmltext><p>...so I use <a href="http://www.hostmatters.com/" title="hostmatters.com">Hosting Matters</a> [hostmatters.com].  Been using them for years, they're cheap, provide MySQL and cpanel access, sftp, and ssh (if you ask).  Their rates are reasonable, and -- bonus -- every time I've filed a help ticket, I've gotten a response in hours*, and it's always been knowledgeable.</p><p>*Once it took 12 hours (essentially overnight) and the support rep apologized for taking so long.</p></htmltext>
<tokenext>...so I use Hosting Matters [ hostmatters.com ] .
Been using them for years , they 're cheap , provide MySQL and cpanel access , sftp , and ssh ( if you ask ) .
Their rates are reasonable , and -- bonus -- every time I 've filed a help ticket , I 've gotten a response in hours * , and it 's always been knowledgeable .
* Once it took 12 hours ( essentially overnight ) and the support rep apologized for taking so long .</tokentext>
<sentencetext>...so I use Hosting Matters [hostmatters.com].
Been using them for years, they're cheap, provide MySQL and cpanel access, sftp, and ssh (if you ask).
Their rates are reasonable, and -- bonus -- every time I've filed a help ticket, I've gotten a response in hours*, and it's always been knowledgeable.
*Once it took 12 hours (essentially overnight) and the support rep apologized for taking so long.</sentencetext>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31224950</id>
	<title>Free trials.</title>
	<author>SanityInAnarchy</author>
	<datestamp>1266767220000</datestamp>
	<modclass>Informativ</modclass>
	<modscore>3</modscore>
	<htmltext><p>It probably doesn't apply to either of your projects, but if you're starting from scratch, <a href="http://appengine.google.com/" title="google.com">Google App Engine</a> [google.com] might be a good candidate. Advantages: Starts out <i>free,</i> and it's by Google, so yes, it scales. When you have to start paying, it's pay-as-you-go like Amazon, but only for the cycles you actually use, since it's an entirely managed solution.</p><p>Like I said -- probably doesn't apply. It won't run PHP (that I know of), and mrstrano didn't specify what his shiny new app is being developed in. But if it's early enough, and if you're willing to trust Google...</p></htmltext>
<tokenext>It probably does n't apply to either of your projects , but if you 're starting from scratch , Google App Engine [ google.com ] might be a good candidate .
Advantages : Starts out free , and it 's by Google , so yes , it scales .
When you have to start paying , it 's pay-as-you-go like Amazon , but only for the cycles you actually use , since it 's an entirely managed solution.Like I said -- probably does n't apply .
It wo n't run PHP ( that I know of ) , and mrstrano did n't specify what his shiny new app is being developed in .
But if it 's early enough , and if you 're willing to trust Google.. .</tokentext>
<sentencetext>It probably doesn't apply to either of your projects, but if you're starting from scratch, Google App Engine [google.com] might be a good candidate.
Advantages: Starts out free, and it's by Google, so yes, it scales.
When you have to start paying, it's pay-as-you-go like Amazon, but only for the cycles you actually use, since it's an entirely managed solution.Like I said -- probably doesn't apply.
It won't run PHP (that I know of), and mrstrano didn't specify what his shiny new app is being developed in.
But if it's early enough, and if you're willing to trust Google...</sentencetext>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31228234</id>
	<title>Site5.com</title>
	<author>Anonymous</author>
	<datestamp>1266846900000</datestamp>
	<modclass>None</modclass>
	<modscore>0</modscore>
	<htmltext><p>Site5.com is a good host. Despite offering low-cost hosting they have very good support and are very knowledgeable.</p></htmltext>
<tokenext>Site5.com is a good host .
Despite offering low-cost hosting they have very good support and are very knowledgeable .</tokentext>
<sentencetext>Site5.com is a good host.
Despite offering low-cost hosting they have very good support and are very knowledgeable.</sentencetext>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225836</id>
	<title>Re:DreamHost</title>
	<author>mike3k</author>
	<datestamp>1266773640000</datestamp>
	<modclass>None</modclass>
	<modscore>1</modscore>
	<htmltext><p>I love DreamHost. I've been using them for several years. When they had a rough period a few years ago I switched to MediaTemple's gridserver (although I kept my DH account open and continued to host some less active sites there). Recently I became dissatisfied with MediaTemple when it started getting really slow and I was constantly getting GPU overages for two moderately busy self-hosted WordPress sites. I finally switched back to DreamHost and I'm very happy with them.</p><p>I use a DreamHost VPS, which lets me change the memory allocation as needed and reboot the server at any time. I recently switched my VPS from Apache to Nginx, which gave me a dramatic performance increase and reduction of memory usage.</p></htmltext>
<tokenext>I love DreamHost .
I 've been using them for several years .
When they had a rough period a few years ago I switched to MediaTemple 's gridserver ( although I kept my DH account open and continued to host some less active sites there ) .
Recently I became dissatisfied with MediaTemple when it started getting really slow and I was constantly getting GPU overages for two moderately busy self-hosted WordPress sites .
I finally switched back to DreamHost and I 'm very happy with them.I use a DreamHost VPS , which lets me change the memory allocation as needed and reboot the server at any time .
I recently switched my VPS from Apache to Nginx , which gave me a dramatic performance increase and reduction of memory usage .</tokentext>
<sentencetext>I love DreamHost.
I've been using them for several years.
When they had a rough period a few years ago I switched to MediaTemple's gridserver (although I kept my DH account open and continued to host some less active sites there).
Recently I became dissatisfied with MediaTemple when it started getting really slow and I was constantly getting GPU overages for two moderately busy self-hosted WordPress sites.
I finally switched back to DreamHost and I'm very happy with them.I use a DreamHost VPS, which lets me change the memory allocation as needed and reboot the server at any time.
I recently switched my VPS from Apache to Nginx, which gave me a dramatic performance increase and reduction of memory usage.</sentencetext>
	<parent>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225094</parent>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31241012</id>
	<title>Superb</title>
	<author>nightcats</author>
	<datestamp>1266863040000</datestamp>
	<modclass>None</modclass>
	<modscore>1</modscore>
	<htmltext>Been using Superb for four yrs., had about two days' total downtime, and no data loss. Good support, inexpensive, supports linux/php/mysql.</htmltext>
<tokenext>Been using Superb for four yrs. , had about two days ' total downtime , and no data loss .
Good support , inexpensive , supports linux/php/mysql .</tokentext>
<sentencetext>Been using Superb for four yrs., had about two days' total downtime, and no data loss.
Good support, inexpensive, supports linux/php/mysql.</sentencetext>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225004</id>
	<title>Brad Beckett Reviews UberHost.net</title>
	<author>Anonymous</author>
	<datestamp>1266767580000</datestamp>
	<modclass>None</modclass>
	<modscore>0</modscore>
	<htmltext><p>I have a very large blog, it's #2 on Google search for my niche. I used to use a small company that "was just starting" so their prices were great. That comapny, HostingZoom &amp; ResellerZoom changed their ToS and stabbed me in the back. I ran to a hosting company that was run by a guy in the next city over who offered me a great price too and since he didn't mind what I was blogging about, and it was a man band, I knew it would never changed.</p><p>Whats more is whenever I had a question he was available on the phone, online, or via e-mail and never seemed to take a break. Like me he was up overnight and knew hosting distro's of Linux better then I did. I highly suggest UberHost.net</p><p>You'll never call somebody in Tech Support then them have to ask their "supervisor" and then never to call you back again. Your problem will be resolved then, and unlike other hosting companies, the Tech your talking to has Root access to all his own servers. He has a great Managed Dedicated Server program too!</p><p>I have since had to move on to a wholesale bandwidth provider becuase 2000 GB of bandwidth was just not enough for me anymore, but I'll always remember how helpful Uberhost.net was.</p></htmltext>
<tokenext>I have a very large blog , it 's # 2 on Google search for my niche .
I used to use a small company that " was just starting " so their prices were great .
That comapny , HostingZoom &amp; ResellerZoom changed their ToS and stabbed me in the back .
I ran to a hosting company that was run by a guy in the next city over who offered me a great price too and since he did n't mind what I was blogging about , and it was a man band , I knew it would never changed.Whats more is whenever I had a question he was available on the phone , online , or via e-mail and never seemed to take a break .
Like me he was up overnight and knew hosting distro 's of Linux better then I did .
I highly suggest UberHost.netYou 'll never call somebody in Tech Support then them have to ask their " supervisor " and then never to call you back again .
Your problem will be resolved then , and unlike other hosting companies , the Tech your talking to has Root access to all his own servers .
He has a great Managed Dedicated Server program too ! I have since had to move on to a wholesale bandwidth provider becuase 2000 GB of bandwidth was just not enough for me anymore , but I 'll always remember how helpful Uberhost.net was .</tokentext>
<sentencetext>I have a very large blog, it's #2 on Google search for my niche.
I used to use a small company that "was just starting" so their prices were great.
That comapny, HostingZoom &amp; ResellerZoom changed their ToS and stabbed me in the back.
I ran to a hosting company that was run by a guy in the next city over who offered me a great price too and since he didn't mind what I was blogging about, and it was a man band, I knew it would never changed.Whats more is whenever I had a question he was available on the phone, online, or via e-mail and never seemed to take a break.
Like me he was up overnight and knew hosting distro's of Linux better then I did.
I highly suggest UberHost.netYou'll never call somebody in Tech Support then them have to ask their "supervisor" and then never to call you back again.
Your problem will be resolved then, and unlike other hosting companies, the Tech your talking to has Root access to all his own servers.
He has a great Managed Dedicated Server program too!I have since had to move on to a wholesale bandwidth provider becuase 2000 GB of bandwidth was just not enough for me anymore, but I'll always remember how helpful Uberhost.net was.</sentencetext>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225344</id>
	<title>No, *avoid* DreamHost...</title>
	<author>Anonymous</author>
	<datestamp>1266769620000</datestamp>
	<modclass>Interestin</modclass>
	<modscore>2</modscore>
	<htmltext><p>... unless you know you're going to be using them to operate a website that isn't ever going to see real traffic and will never have critical uptime needs.</p><p>Here's why: DreamHost accounts have two sets of rules: the ones they sell you on, and the other ones they're counting on you adhering to. That's right, they oversell. On purpose. They know it, and they admit it, and they have their little rationale as to why it isn't a problem, but it is.</p><p>Here's an example: their "unlimited" storage offer. They make this kind of offer betting that most people can't even come up with a use for half that (or, more accurate, courting the segment of the market that won't). They're right in that the vast majority of websites will never have more than tens of gigabytes of contents, and they *say* they're willing to put up with the hassle of the few that do.</p><p>But the problem is, if you offer a service, eventually, some significant number of people will find a way to use it. I noticed, for example, that their storage offer (a mere 200GB three years ago) essentially made them the cheapest game in town for backing up a lot of data to a remote location, as well as being a pretty good web hosting deal, so I decided to move some of my hosting over, and take advantage of the space for backup. Gradually other people noticed this to, and so over time, people were actually starting to use what DreamHost sold them. When you oversell, this obviously becomes a problem.</p><p>So, what did they do? They imposed new rules: you had to pay extra (3-4 times extra) to use that amount of space if the files stored weren't part of a website. That's right: different prices for different bits on the same disk.</p><p>Since I found the distinction pretty arbitrary and annoying, I decided to see what would happen if I did a bit of coding and essentially produced a simple web interface for what became a personal backup <b>website</b>. I'd pretty clearly met the letter of the law. DreamHost didn't agree, and said it didn't matter whether or not I had because my intent was clearly just to get around their restriction. They didn't back down; I paid their additional fees, but after a few months, found it irksome enough that I left.</p><p>I'm fairly lucky, because I had plenty of time to take my ball and go home. There are some people out there who have found their accounts suspended and even deactivated because of spiking demand -- not even demand that actually saturates a pipe or otherwise exceeds any of the limits they tell you about when they're selling, mostly just enough demand on shared boxes that causes Apache to crash or lock up. These people have essentially had to suddenly migrate under conditions where their access had been cut off.</p><p>And this is all before you get to general uptime and systems health. I don't know what it is, but they had a lot of hiccups in the time that I was with them. Some of the explanations really did sound like things beyond their control, and if I hadn't experienced better, I would assume that this just happens sometimes. Their connectivity got cut off, their email servers fail, they change their subdomain host naming system without telling you... no, uptime and predictability were not their strong points.</p><p>But the bottom line for me comes back to the first thing I said. Because they oversell,  DreamHost accounts have two sets of rules: the ones they sell you on, and the other ones they're counting on you adhering to. If you cross the later line -- even well before you get to the former -- it's pretty clear they will not only accept your departure but in some cases they will actively throw you over the side of the boat. This is an annoying but possibly acceptable state of affairs for a limited hobby website, but if you count on someone like this for a business or client website, I think it's likely that you or the client will eventually regret it rather strongly.</p><p>If you want someone rock solid reliable, I've had an account with <a href="http://www.he.net/" title="he.net">Hurricane Electric</a> [he.net] for 12 years. They <em>e</em></p></htmltext>
<tokenext>... unless you know you 're going to be using them to operate a website that is n't ever going to see real traffic and will never have critical uptime needs.Here 's why : DreamHost accounts have two sets of rules : the ones they sell you on , and the other ones they 're counting on you adhering to .
That 's right , they oversell .
On purpose .
They know it , and they admit it , and they have their little rationale as to why it is n't a problem , but it is.Here 's an example : their " unlimited " storage offer .
They make this kind of offer betting that most people ca n't even come up with a use for half that ( or , more accurate , courting the segment of the market that wo n't ) .
They 're right in that the vast majority of websites will never have more than tens of gigabytes of contents , and they * say * they 're willing to put up with the hassle of the few that do.But the problem is , if you offer a service , eventually , some significant number of people will find a way to use it .
I noticed , for example , that their storage offer ( a mere 200GB three years ago ) essentially made them the cheapest game in town for backing up a lot of data to a remote location , as well as being a pretty good web hosting deal , so I decided to move some of my hosting over , and take advantage of the space for backup .
Gradually other people noticed this to , and so over time , people were actually starting to use what DreamHost sold them .
When you oversell , this obviously becomes a problem.So , what did they do ?
They imposed new rules : you had to pay extra ( 3-4 times extra ) to use that amount of space if the files stored were n't part of a website .
That 's right : different prices for different bits on the same disk.Since I found the distinction pretty arbitrary and annoying , I decided to see what would happen if I did a bit of coding and essentially produced a simple web interface for what became a personal backup website .
I 'd pretty clearly met the letter of the law .
DreamHost did n't agree , and said it did n't matter whether or not I had because my intent was clearly just to get around their restriction .
They did n't back down ; I paid their additional fees , but after a few months , found it irksome enough that I left.I 'm fairly lucky , because I had plenty of time to take my ball and go home .
There are some people out there who have found their accounts suspended and even deactivated because of spiking demand -- not even demand that actually saturates a pipe or otherwise exceeds any of the limits they tell you about when they 're selling , mostly just enough demand on shared boxes that causes Apache to crash or lock up .
These people have essentially had to suddenly migrate under conditions where their access had been cut off.And this is all before you get to general uptime and systems health .
I do n't know what it is , but they had a lot of hiccups in the time that I was with them .
Some of the explanations really did sound like things beyond their control , and if I had n't experienced better , I would assume that this just happens sometimes .
Their connectivity got cut off , their email servers fail , they change their subdomain host naming system without telling you... no , uptime and predictability were not their strong points.But the bottom line for me comes back to the first thing I said .
Because they oversell , DreamHost accounts have two sets of rules : the ones they sell you on , and the other ones they 're counting on you adhering to .
If you cross the later line -- even well before you get to the former -- it 's pretty clear they will not only accept your departure but in some cases they will actively throw you over the side of the boat .
This is an annoying but possibly acceptable state of affairs for a limited hobby website , but if you count on someone like this for a business or client website , I think it 's likely that you or the client will eventually regret it rather strongly.If you want someone rock solid reliable , I 've had an account with Hurricane Electric [ he.net ] for 12 years .
They e</tokentext>
<sentencetext>... unless you know you're going to be using them to operate a website that isn't ever going to see real traffic and will never have critical uptime needs.Here's why: DreamHost accounts have two sets of rules: the ones they sell you on, and the other ones they're counting on you adhering to.
That's right, they oversell.
On purpose.
They know it, and they admit it, and they have their little rationale as to why it isn't a problem, but it is.Here's an example: their "unlimited" storage offer.
They make this kind of offer betting that most people can't even come up with a use for half that (or, more accurate, courting the segment of the market that won't).
They're right in that the vast majority of websites will never have more than tens of gigabytes of contents, and they *say* they're willing to put up with the hassle of the few that do.But the problem is, if you offer a service, eventually, some significant number of people will find a way to use it.
I noticed, for example, that their storage offer (a mere 200GB three years ago) essentially made them the cheapest game in town for backing up a lot of data to a remote location, as well as being a pretty good web hosting deal, so I decided to move some of my hosting over, and take advantage of the space for backup.
Gradually other people noticed this to, and so over time, people were actually starting to use what DreamHost sold them.
When you oversell, this obviously becomes a problem.So, what did they do?
They imposed new rules: you had to pay extra (3-4 times extra) to use that amount of space if the files stored weren't part of a website.
That's right: different prices for different bits on the same disk.Since I found the distinction pretty arbitrary and annoying, I decided to see what would happen if I did a bit of coding and essentially produced a simple web interface for what became a personal backup website.
I'd pretty clearly met the letter of the law.
DreamHost didn't agree, and said it didn't matter whether or not I had because my intent was clearly just to get around their restriction.
They didn't back down; I paid their additional fees, but after a few months, found it irksome enough that I left.I'm fairly lucky, because I had plenty of time to take my ball and go home.
There are some people out there who have found their accounts suspended and even deactivated because of spiking demand -- not even demand that actually saturates a pipe or otherwise exceeds any of the limits they tell you about when they're selling, mostly just enough demand on shared boxes that causes Apache to crash or lock up.
These people have essentially had to suddenly migrate under conditions where their access had been cut off.And this is all before you get to general uptime and systems health.
I don't know what it is, but they had a lot of hiccups in the time that I was with them.
Some of the explanations really did sound like things beyond their control, and if I hadn't experienced better, I would assume that this just happens sometimes.
Their connectivity got cut off, their email servers fail, they change their subdomain host naming system without telling you... no, uptime and predictability were not their strong points.But the bottom line for me comes back to the first thing I said.
Because they oversell,  DreamHost accounts have two sets of rules: the ones they sell you on, and the other ones they're counting on you adhering to.
If you cross the later line -- even well before you get to the former -- it's pretty clear they will not only accept your departure but in some cases they will actively throw you over the side of the boat.
This is an annoying but possibly acceptable state of affairs for a limited hobby website, but if you count on someone like this for a business or client website, I think it's likely that you or the client will eventually regret it rather strongly.If you want someone rock solid reliable, I've had an account with Hurricane Electric [he.net] for 12 years.
They e</sentencetext>
	<parent>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225094</parent>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225330</id>
	<title>Re:Things I look for</title>
	<author>Anonymous</author>
	<datestamp>1266769500000</datestamp>
	<modclass>None</modclass>
	<modscore>0</modscore>
	<htmltext><p><div class="quote"><p>Effectively unlimited domains, bandwidth, storage and MySql databases, email accounts, FTP accounts</p></div><p>If you're looking for a more professional hosting company stay far away from anyone who offers "unlimited storage and bandwidth". That's called overselling and what it means is that they assume your site gets hardly any traffic and you don't care about uptime/customer service. You do get what you pay for and, in my experience, anyone who offers you "unlimited bandwidth and storage" is offering a sub-par product.</p></div>
	</htmltext>
<tokenext>Effectively unlimited domains , bandwidth , storage and MySql databases , email accounts , FTP accountsIf you 're looking for a more professional hosting company stay far away from anyone who offers " unlimited storage and bandwidth " .
That 's called overselling and what it means is that they assume your site gets hardly any traffic and you do n't care about uptime/customer service .
You do get what you pay for and , in my experience , anyone who offers you " unlimited bandwidth and storage " is offering a sub-par product .</tokentext>
<sentencetext>Effectively unlimited domains, bandwidth, storage and MySql databases, email accounts, FTP accountsIf you're looking for a more professional hosting company stay far away from anyone who offers "unlimited storage and bandwidth".
That's called overselling and what it means is that they assume your site gets hardly any traffic and you don't care about uptime/customer service.
You do get what you pay for and, in my experience, anyone who offers you "unlimited bandwidth and storage" is offering a sub-par product.
	</sentencetext>
	<parent>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31224900</parent>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225094</id>
	<title>DreamHost</title>
	<author>agrif</author>
	<datestamp>1266768060000</datestamp>
	<modclass>Informativ</modclass>
	<modscore>4</modscore>
	<htmltext><p>I have had a good experience with <a href="http://www.dreamhost.com/" title="dreamhost.com">DreamHost</a> [dreamhost.com]. Their support is snappy and helpful, and the people who work there seem generally kind. They have a fine set of dreamhost-specific howtos maintained on their wiki, and a powerful but easy to use panel for administration.</p><p>They run linux boxes with the full complement of command line tools (with compilers and everything!), and the only restriction is no persistent processes. If you want to do that, you can buy their pricier private server option which gives you your own private server instance.</p><p>They have some great terms of use (as far as storage and bandwidth are concerned), and their prices are reasonable. I got a great deal a while back on two years of hosting, and now I'm hooked on the service.</p></htmltext>
<tokenext>I have had a good experience with DreamHost [ dreamhost.com ] .
Their support is snappy and helpful , and the people who work there seem generally kind .
They have a fine set of dreamhost-specific howtos maintained on their wiki , and a powerful but easy to use panel for administration.They run linux boxes with the full complement of command line tools ( with compilers and everything !
) , and the only restriction is no persistent processes .
If you want to do that , you can buy their pricier private server option which gives you your own private server instance.They have some great terms of use ( as far as storage and bandwidth are concerned ) , and their prices are reasonable .
I got a great deal a while back on two years of hosting , and now I 'm hooked on the service .</tokentext>
<sentencetext>I have had a good experience with DreamHost [dreamhost.com].
Their support is snappy and helpful, and the people who work there seem generally kind.
They have a fine set of dreamhost-specific howtos maintained on their wiki, and a powerful but easy to use panel for administration.They run linux boxes with the full complement of command line tools (with compilers and everything!
), and the only restriction is no persistent processes.
If you want to do that, you can buy their pricier private server option which gives you your own private server instance.They have some great terms of use (as far as storage and bandwidth are concerned), and their prices are reasonable.
I got a great deal a while back on two years of hosting, and now I'm hooked on the service.</sentencetext>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31228704</id>
	<title>Jaguar PC</title>
	<author>Anonymous</author>
	<datestamp>1266850380000</datestamp>
	<modclass>None</modclass>
	<modscore>0</modscore>
	<htmltext>I've been hosting at Jagaur PC for a long time. Their shared plans have unlimited storage and I've been hard pressed to find better VPS deals

<a href="http://www.jaguarpc.com/r.php?a=18014.48" title="jaguarpc.com" rel="nofollow">Jaguar PC</a> [jaguarpc.com]</htmltext>
<tokenext>I 've been hosting at Jagaur PC for a long time .
Their shared plans have unlimited storage and I 've been hard pressed to find better VPS deals Jaguar PC [ jaguarpc.com ]</tokentext>
<sentencetext>I've been hosting at Jagaur PC for a long time.
Their shared plans have unlimited storage and I've been hard pressed to find better VPS deals

Jaguar PC [jaguarpc.com]</sentencetext>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31229372</id>
	<title>Cheap and Reliable</title>
	<author>Anonymous</author>
	<datestamp>1266854640000</datestamp>
	<modclass>None</modclass>
	<modscore>0</modscore>
	<htmltext><p>For Dedicated Servers, I suggest ServerBeach (a pier1 company). When it comes to dedicated servers, they are the most reliable and one of the cheapest out there. Most other hosting companies buy their bandwidth from Pier1.</p></htmltext>
<tokenext>For Dedicated Servers , I suggest ServerBeach ( a pier1 company ) .
When it comes to dedicated servers , they are the most reliable and one of the cheapest out there .
Most other hosting companies buy their bandwidth from Pier1 .</tokentext>
<sentencetext>For Dedicated Servers, I suggest ServerBeach (a pier1 company).
When it comes to dedicated servers, they are the most reliable and one of the cheapest out there.
Most other hosting companies buy their bandwidth from Pier1.</sentencetext>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225160</id>
	<title>Some thoughts base on experience...</title>
	<author>flycast</author>
	<datestamp>1266768360000</datestamp>
	<modclass>None</modclass>
	<modscore>1</modscore>
	<htmltext>Domain names...make sure you can edit TTL's on the domain records. This way when you point the domain records to other resources you can undo mistakes quickly.

Don't host the domain name at the host. Generally a bad practice.

Host...I definitely recommend using a Linux server solution. Windows has problems with both security and file upload permissions depending on how good or bad the admin is.

I have used quite a few LAMP hosts. LiquidWeb.com has been best so far. They say that they offer "legendary support" and I have found that to be true.

Don't worry about moving the site later...it's not as big a deal as it seems. You will never find a host that offers everything. Find a package that fits for where you are now and move when you need to.

Use strong passwords and change them every few months...one year tops. There have been exploits lately that take advantage of stupid passwords and passwords that have not been changed.

Change the password when you start the account. Usually the pw is transmitted in a plain text email.

Make sure you can install a SSL cert. You will likely want to have a backend that is password protected and secure. You may also want to have secure front end pages.

Make sure you have control over backups of your site. You will likely NOT want to download the backups through your ISP connection...too slow. If you can do a backup from one computer to another at your host it will move quickly.

I would personally stay away from the cloud. This is based on a bad experience with Media Temple. There may be some good cloud servers out there but I get a sense that they are generally a tad slow.

I have more to say but that's all I should put here.</htmltext>
<tokenext>Domain names...make sure you can edit TTL 's on the domain records .
This way when you point the domain records to other resources you can undo mistakes quickly .
Do n't host the domain name at the host .
Generally a bad practice .
Host...I definitely recommend using a Linux server solution .
Windows has problems with both security and file upload permissions depending on how good or bad the admin is .
I have used quite a few LAMP hosts .
LiquidWeb.com has been best so far .
They say that they offer " legendary support " and I have found that to be true .
Do n't worry about moving the site later...it 's not as big a deal as it seems .
You will never find a host that offers everything .
Find a package that fits for where you are now and move when you need to .
Use strong passwords and change them every few months...one year tops .
There have been exploits lately that take advantage of stupid passwords and passwords that have not been changed .
Change the password when you start the account .
Usually the pw is transmitted in a plain text email .
Make sure you can install a SSL cert .
You will likely want to have a backend that is password protected and secure .
You may also want to have secure front end pages .
Make sure you have control over backups of your site .
You will likely NOT want to download the backups through your ISP connection...too slow .
If you can do a backup from one computer to another at your host it will move quickly .
I would personally stay away from the cloud .
This is based on a bad experience with Media Temple .
There may be some good cloud servers out there but I get a sense that they are generally a tad slow .
I have more to say but that 's all I should put here .</tokentext>
<sentencetext>Domain names...make sure you can edit TTL's on the domain records.
This way when you point the domain records to other resources you can undo mistakes quickly.
Don't host the domain name at the host.
Generally a bad practice.
Host...I definitely recommend using a Linux server solution.
Windows has problems with both security and file upload permissions depending on how good or bad the admin is.
I have used quite a few LAMP hosts.
LiquidWeb.com has been best so far.
They say that they offer "legendary support" and I have found that to be true.
Don't worry about moving the site later...it's not as big a deal as it seems.
You will never find a host that offers everything.
Find a package that fits for where you are now and move when you need to.
Use strong passwords and change them every few months...one year tops.
There have been exploits lately that take advantage of stupid passwords and passwords that have not been changed.
Change the password when you start the account.
Usually the pw is transmitted in a plain text email.
Make sure you can install a SSL cert.
You will likely want to have a backend that is password protected and secure.
You may also want to have secure front end pages.
Make sure you have control over backups of your site.
You will likely NOT want to download the backups through your ISP connection...too slow.
If you can do a backup from one computer to another at your host it will move quickly.
I would personally stay away from the cloud.
This is based on a bad experience with Media Temple.
There may be some good cloud servers out there but I get a sense that they are generally a tad slow.
I have more to say but that's all I should put here.</sentencetext>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31226370</id>
	<title>Re:DreamHost</title>
	<author>Anonymous</author>
	<datestamp>1266778980000</datestamp>
	<modclass>None</modclass>
	<modscore>0</modscore>
	<htmltext><p>Another DH user here. Awesome bang for the buck ratio, as I use my domains and such mostly for experimentation and have actually developed and sold multiple websites, the escrow and transfer being painless.</p></htmltext>
<tokenext>Another DH user here .
Awesome bang for the buck ratio , as I use my domains and such mostly for experimentation and have actually developed and sold multiple websites , the escrow and transfer being painless .</tokentext>
<sentencetext>Another DH user here.
Awesome bang for the buck ratio, as I use my domains and such mostly for experimentation and have actually developed and sold multiple websites, the escrow and transfer being painless.</sentencetext>
	<parent>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225094</parent>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31227158</id>
	<title>Can Anyone Recommend a Managed VPS?</title>
	<author>longacre</author>
	<datestamp>1266833940000</datestamp>
	<modclass>None</modclass>
	<modscore>1</modscore>
	<htmltext>I'm in the market for a dedicated server or virtual private server, but I don't want to deal with any of the backend stuff, I just want to be able to run my site reliably. I've looked at Media Temple, but I've heard mixed reviews for them as of late. Dreamhost is another possiblity. Some of the sites mentioned in this thread seem interesting but might require more backend work than I'm comfortable with. Any recommendations?</htmltext>
<tokenext>I 'm in the market for a dedicated server or virtual private server , but I do n't want to deal with any of the backend stuff , I just want to be able to run my site reliably .
I 've looked at Media Temple , but I 've heard mixed reviews for them as of late .
Dreamhost is another possiblity .
Some of the sites mentioned in this thread seem interesting but might require more backend work than I 'm comfortable with .
Any recommendations ?</tokentext>
<sentencetext>I'm in the market for a dedicated server or virtual private server, but I don't want to deal with any of the backend stuff, I just want to be able to run my site reliably.
I've looked at Media Temple, but I've heard mixed reviews for them as of late.
Dreamhost is another possiblity.
Some of the sites mentioned in this thread seem interesting but might require more backend work than I'm comfortable with.
Any recommendations?</sentencetext>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31234332</id>
	<title>Re:DreamHost</title>
	<author>cstdenis</author>
	<datestamp>1266872100000</datestamp>
	<modclass>None</modclass>
	<modscore>1</modscore>
	<htmltext><p>Pros:<br>* Lots of quota (space, bandwidth, etc).<br>* Lots of features<br>* Good control panel<br>* Good documentation</p><p>Cons:<br>* Horribly overloaded CPUs<br>* Horrible reliability. Their NFS file servers they run all site's off kept going down killing all sites in several servers in the process. I had accounts with them twice (about 1-2 years apart) and both times ended up canceling because of the server being down for days at a time.</p></htmltext>
<tokenext>Pros : * Lots of quota ( space , bandwidth , etc ) .
* Lots of features * Good control panel * Good documentationCons : * Horribly overloaded CPUs * Horrible reliability .
Their NFS file servers they run all site 's off kept going down killing all sites in several servers in the process .
I had accounts with them twice ( about 1-2 years apart ) and both times ended up canceling because of the server being down for days at a time .</tokentext>
<sentencetext>Pros:* Lots of quota (space, bandwidth, etc).
* Lots of features* Good control panel* Good documentationCons:* Horribly overloaded CPUs* Horrible reliability.
Their NFS file servers they run all site's off kept going down killing all sites in several servers in the process.
I had accounts with them twice (about 1-2 years apart) and both times ended up canceling because of the server being down for days at a time.</sentencetext>
	<parent>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225094</parent>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225208</id>
	<title>Bluehost.com</title>
	<author>Anonymous</author>
	<datestamp>1266768720000</datestamp>
	<modclass>None</modclass>
	<modscore>0</modscore>
	<htmltext><p>Bluehost is pretty awesome.</p><p>http://www.bluehost.com/track/testedbygeeks  (Yes - that's my affiliate link)</p><p>Unlimited storage, transfer, and hosting of domains on one account.  100 mysql databases, etc.  Great customer service that is competent and based in the US.</p><p>Pretty hard to beat at 6.95 per month.</p></htmltext>
<tokenext>Bluehost is pretty awesome.http : //www.bluehost.com/track/testedbygeeks ( Yes - that 's my affiliate link ) Unlimited storage , transfer , and hosting of domains on one account .
100 mysql databases , etc .
Great customer service that is competent and based in the US.Pretty hard to beat at 6.95 per month .</tokentext>
<sentencetext>Bluehost is pretty awesome.http://www.bluehost.com/track/testedbygeeks  (Yes - that's my affiliate link)Unlimited storage, transfer, and hosting of domains on one account.
100 mysql databases, etc.
Great customer service that is competent and based in the US.Pretty hard to beat at 6.95 per month.</sentencetext>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31228634</id>
	<title>http://www.strato.com/</title>
	<author>quadrox</author>
	<datestamp>1266849960000</datestamp>
	<modclass>None</modclass>
	<modscore>1</modscore>
	<htmltext><p>Personally I can highly recommend <a href="http://www.strato.com/" title="strato.com">http://www.strato.com/</a> [strato.com] if you are in europe. I have a dedicated server with full root access, and I am usually very satisfied with their support.</p><p>Their prices are very reasonable as well.</p></htmltext>
<tokenext>Personally I can highly recommend http : //www.strato.com/ [ strato.com ] if you are in europe .
I have a dedicated server with full root access , and I am usually very satisfied with their support.Their prices are very reasonable as well .</tokentext>
<sentencetext>Personally I can highly recommend http://www.strato.com/ [strato.com] if you are in europe.
I have a dedicated server with full root access, and I am usually very satisfied with their support.Their prices are very reasonable as well.</sentencetext>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225184</id>
	<title>Re:Things I look for</title>
	<author>starworks5</author>
	<datestamp>1266768540000</datestamp>
	<modclass>None</modclass>
	<modscore>1</modscore>
	<htmltext><p>I've used arvixe http://www.arvixe.com for our clients hosting packages. They offer free domain name for life, and charge $4/mo for the basic linux hosting plan. Which includes backups and lots of other goodies, Most of the sites aren't traffic or resource heavy, but they offer higher tiered plans for those who need it. When I needed tier II support, I've gotten to the owner of the company!</p></htmltext>
<tokenext>I 've used arvixe http : //www.arvixe.com for our clients hosting packages .
They offer free domain name for life , and charge $ 4/mo for the basic linux hosting plan .
Which includes backups and lots of other goodies , Most of the sites are n't traffic or resource heavy , but they offer higher tiered plans for those who need it .
When I needed tier II support , I 've gotten to the owner of the company !</tokentext>
<sentencetext>I've used arvixe http://www.arvixe.com for our clients hosting packages.
They offer free domain name for life, and charge $4/mo for the basic linux hosting plan.
Which includes backups and lots of other goodies, Most of the sites aren't traffic or resource heavy, but they offer higher tiered plans for those who need it.
When I needed tier II support, I've gotten to the owner of the company!</sentencetext>
	<parent>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31224900</parent>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31228796</id>
	<title>Re:DreamHost</title>
	<author>hansamurai</author>
	<datestamp>1266851040000</datestamp>
	<modclass>None</modclass>
	<modscore>1</modscore>
	<htmltext><p>I avoided DreamHost also because I have a Drupal site and their mysql servers are just too slow for the application.  Went with Hot Drupal and love it.</p></htmltext>
<tokenext>I avoided DreamHost also because I have a Drupal site and their mysql servers are just too slow for the application .
Went with Hot Drupal and love it .</tokentext>
<sentencetext>I avoided DreamHost also because I have a Drupal site and their mysql servers are just too slow for the application.
Went with Hot Drupal and love it.</sentencetext>
	<parent>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31226666</parent>
</comment>
<comment>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225100</id>
	<title>Plan for failure. Keep a backup of your own files.</title>
	<author>Anonymous</author>
	<datestamp>1266768120000</datestamp>
	<modclass>Interestin</modclass>
	<modscore>1</modscore>
	<htmltext><p>Because I can't help it.<br>1. Keep a backup of your own files, never trust that your provider has backups. I hear about this happening every day, and it annoys me that you leave such an important responsibility to your host.</p><p>Now to the real topic,<br>1. Look for a host that is willing to work with you. Flexibility is useful later on.<br>2. Ignore SLA (Service Level Agreements) in general they give you a months fees back, which honestly is nothing compared to the damage you proboly incurred if you're willing to jump through the hoops to get it.<br>3. Support Support Support. Give your host a try, if they don't respond quickly, then they don't need your business.<br>4. Look into their history. I once put a server in a datacenter who said "We havn't had a power outage since 1995 unplanned or otherwise" who was so confident in their contractors that they let them flip the transfer switch during business hours instead of waiting for the outage period, which failed and powered the entire datacenter down. They immedaitely threw back to the switch, and quickly blew every breaker in the datacenter. Bad experience.<br>5. Plan for Failure, Always.</p></htmltext>
<tokenext>Because I ca n't help it.1 .
Keep a backup of your own files , never trust that your provider has backups .
I hear about this happening every day , and it annoys me that you leave such an important responsibility to your host.Now to the real topic,1 .
Look for a host that is willing to work with you .
Flexibility is useful later on.2 .
Ignore SLA ( Service Level Agreements ) in general they give you a months fees back , which honestly is nothing compared to the damage you proboly incurred if you 're willing to jump through the hoops to get it.3 .
Support Support Support .
Give your host a try , if they do n't respond quickly , then they do n't need your business.4 .
Look into their history .
I once put a server in a datacenter who said " We hav n't had a power outage since 1995 unplanned or otherwise " who was so confident in their contractors that they let them flip the transfer switch during business hours instead of waiting for the outage period , which failed and powered the entire datacenter down .
They immedaitely threw back to the switch , and quickly blew every breaker in the datacenter .
Bad experience.5 .
Plan for Failure , Always .</tokentext>
<sentencetext>Because I can't help it.1.
Keep a backup of your own files, never trust that your provider has backups.
I hear about this happening every day, and it annoys me that you leave such an important responsibility to your host.Now to the real topic,1.
Look for a host that is willing to work with you.
Flexibility is useful later on.2.
Ignore SLA (Service Level Agreements) in general they give you a months fees back, which honestly is nothing compared to the damage you proboly incurred if you're willing to jump through the hoops to get it.3.
Support Support Support.
Give your host a try, if they don't respond quickly, then they don't need your business.4.
Look into their history.
I once put a server in a datacenter who said "We havn't had a power outage since 1995 unplanned or otherwise" who was so confident in their contractors that they let them flip the transfer switch during business hours instead of waiting for the outage period, which failed and powered the entire datacenter down.
They immedaitely threw back to the switch, and quickly blew every breaker in the datacenter.
Bad experience.5.
Plan for Failure, Always.</sentencetext>
</comment>
<thread>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#thread_10_02_22_0215236_11</id>
	<commentlist>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225094
http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31245496
</commentlist>
</thread>
<thread>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#thread_10_02_22_0215236_25</id>
	<commentlist>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225094
http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225740
</commentlist>
</thread>
<thread>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#thread_10_02_22_0215236_59</id>
	<commentlist>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225010
http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31226452
</commentlist>
</thread>
<thread>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#thread_10_02_22_0215236_9</id>
	<commentlist>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31224900
http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225316
http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225818
</commentlist>
</thread>
<thread>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#thread_10_02_22_0215236_62</id>
	<commentlist>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225094
http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225340
</commentlist>
</thread>
<thread>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#thread_10_02_22_0215236_53</id>
	<commentlist>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225094
http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225268
</commentlist>
</thread>
<thread>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#thread_10_02_22_0215236_49</id>
	<commentlist>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225112
http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31226304
</commentlist>
</thread>
<thread>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#thread_10_02_22_0215236_52</id>
	<commentlist>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225094
http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225438
</commentlist>
</thread>
<thread>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#thread_10_02_22_0215236_43</id>
	<commentlist>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31224900
http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225316
http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31229530
</commentlist>
</thread>
<thread>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#thread_10_02_22_0215236_5</id>
	<commentlist>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225094
http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225344
http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225690
</commentlist>
</thread>
<thread>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#thread_10_02_22_0215236_17</id>
	<commentlist>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225010
http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31229858
</commentlist>
</thread>
<thread>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#thread_10_02_22_0215236_23</id>
	<commentlist>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225094
http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225356
</commentlist>
</thread>
<thread>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#thread_10_02_22_0215236_46</id>
	<commentlist>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31224900
http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225316
http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31227792
</commentlist>
</thread>
<thread>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#thread_10_02_22_0215236_48</id>
	<commentlist>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225112
http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225854
</commentlist>
</thread>
<thread>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#thread_10_02_22_0215236_51</id>
	<commentlist>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31224900
http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225316
http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31227114
</commentlist>
</thread>
<thread>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#thread_10_02_22_0215236_4</id>
	<commentlist>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225312
http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31226938
</commentlist>
</thread>
<thread>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#thread_10_02_22_0215236_65</id>
	<commentlist>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225010
http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31226062
</commentlist>
</thread>
<thread>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#thread_10_02_22_0215236_36</id>
	<commentlist>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225094
http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31226666
http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31228796
</commentlist>
</thread>
<thread>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#thread_10_02_22_0215236_38</id>
	<commentlist>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225216
http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31231424
</commentlist>
</thread>
<thread>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#thread_10_02_22_0215236_41</id>
	<commentlist>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31224900
http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225330
</commentlist>
</thread>
<thread>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#thread_10_02_22_0215236_3</id>
	<commentlist>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225142
http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225460
</commentlist>
</thread>
<thread>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#thread_10_02_22_0215236_15</id>
	<commentlist>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31224900
http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225316
http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31228424
http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31230406
</commentlist>
</thread>
<thread>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#thread_10_02_22_0215236_29</id>
	<commentlist>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225142
http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31226910
</commentlist>
</thread>
<thread>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#thread_10_02_22_0215236_20</id>
	<commentlist>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31226098
http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31227786
</commentlist>
</thread>
<thread>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#thread_10_02_22_0215236_66</id>
	<commentlist>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31224900
http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225316
http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31235024
</commentlist>
</thread>
<thread>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#thread_10_02_22_0215236_10</id>
	<commentlist>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225094
http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225836
</commentlist>
</thread>
<thread>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#thread_10_02_22_0215236_68</id>
	<commentlist>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225094
http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31226370
</commentlist>
</thread>
<thread>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#thread_10_02_22_0215236_44</id>
	<commentlist>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31224900
http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225316
http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31228348
</commentlist>
</thread>
<thread>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#thread_10_02_22_0215236_35</id>
	<commentlist>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225094
http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225784
</commentlist>
</thread>
<thread>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#thread_10_02_22_0215236_58</id>
	<commentlist>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225010
http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31226354
</commentlist>
</thread>
<thread>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#thread_10_02_22_0215236_2</id>
	<commentlist>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31224900
http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225184
</commentlist>
</thread>
<thread>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#thread_10_02_22_0215236_63</id>
	<commentlist>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225142
http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31226568
</commentlist>
</thread>
<thread>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#thread_10_02_22_0215236_34</id>
	<commentlist>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225010
http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225954
</commentlist>
</thread>
<thread>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#thread_10_02_22_0215236_28</id>
	<commentlist>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31224900
http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225316
http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31232082
</commentlist>
</thread>
<thread>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#thread_10_02_22_0215236_31</id>
	<commentlist>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225094
http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31226124
</commentlist>
</thread>
<thread>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#thread_10_02_22_0215236_27</id>
	<commentlist>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225094
http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225924
</commentlist>
</thread>
<thread>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#thread_10_02_22_0215236_18</id>
	<commentlist>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31224900
http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225316
http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225706
</commentlist>
</thread>
<thread>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#thread_10_02_22_0215236_30</id>
	<commentlist>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225112
http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225702
</commentlist>
</thread>
<thread>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#thread_10_02_22_0215236_55</id>
	<commentlist>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31228058
http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31231478
</commentlist>
</thread>
<thread>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#thread_10_02_22_0215236_8</id>
	<commentlist>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225094
http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225326
</commentlist>
</thread>
<thread>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#thread_10_02_22_0215236_57</id>
	<commentlist>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225142
http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31262318
</commentlist>
</thread>
<thread>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#thread_10_02_22_0215236_60</id>
	<commentlist>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225094
http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31234332
</commentlist>
</thread>
<thread>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#thread_10_02_22_0215236_33</id>
	<commentlist>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31224900
http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225316
http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31228482
</commentlist>
</thread>
<thread>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#thread_10_02_22_0215236_7</id>
	<commentlist>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225094
http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31227026
</commentlist>
</thread>
<thread>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#thread_10_02_22_0215236_56</id>
	<commentlist>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225350
http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31233026
</commentlist>
</thread>
<thread>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#thread_10_02_22_0215236_19</id>
	<commentlist>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225094
http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31227036
</commentlist>
</thread>
<thread>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#thread_10_02_22_0215236_47</id>
	<commentlist>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225094
http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225976
</commentlist>
</thread>
<thread>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#thread_10_02_22_0215236_50</id>
	<commentlist>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225112
http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31226306
</commentlist>
</thread>
<thread>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#thread_10_02_22_0215236_24</id>
	<commentlist>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225010
http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31231470
</commentlist>
</thread>
<thread>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#thread_10_02_22_0215236_26</id>
	<commentlist>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225142
http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31227484
</commentlist>
</thread>
<thread>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#thread_10_02_22_0215236_14</id>
	<commentlist>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225142
http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225926
</commentlist>
</thread>
<thread>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#thread_10_02_22_0215236_16</id>
	<commentlist>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225186
http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225830
</commentlist>
</thread>
<thread>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#thread_10_02_22_0215236_21</id>
	<commentlist>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225094
http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225272
</commentlist>
</thread>
<thread>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#thread_10_02_22_0215236_39</id>
	<commentlist>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225094
http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31226576
</commentlist>
</thread>
<thread>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#thread_10_02_22_0215236_42</id>
	<commentlist>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225142
http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31226308
</commentlist>
</thread>
<thread>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#thread_10_02_22_0215236_6</id>
	<commentlist>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31224900
http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225240
</commentlist>
</thread>
<thread>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#thread_10_02_22_0215236_67</id>
	<commentlist>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225094
http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31226666
http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31227752
</commentlist>
</thread>
<thread>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#thread_10_02_22_0215236_69</id>
	<commentlist>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225112
http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31226244
</commentlist>
</thread>
<thread>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#thread_10_02_22_0215236_45</id>
	<commentlist>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31226098
http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31233206
</commentlist>
</thread>
<thread>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#thread_10_02_22_0215236_1</id>
	<commentlist>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31224950
http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31230476
</commentlist>
</thread>
<thread>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#thread_10_02_22_0215236_22</id>
	<commentlist>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225216
http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31234844
</commentlist>
</thread>
<thread>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#thread_10_02_22_0215236_13</id>
	<commentlist>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31224900
http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225058
</commentlist>
</thread>
<thread>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#thread_10_02_22_0215236_12</id>
	<commentlist>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31224900
http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225316
http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31228246
</commentlist>
</thread>
<thread>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#thread_10_02_22_0215236_64</id>
	<commentlist>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225112
http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225870
</commentlist>
</thread>
<thread>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#thread_10_02_22_0215236_37</id>
	<commentlist>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225094
http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225760
</commentlist>
</thread>
<thread>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#thread_10_02_22_0215236_40</id>
	<commentlist>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31224900
http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225228
</commentlist>
</thread>
<thread>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#thread_10_02_22_0215236_54</id>
	<commentlist>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31224900
http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225056
http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31279770
</commentlist>
</thread>
<thread>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#thread_10_02_22_0215236_70</id>
	<commentlist>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225094
http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225344
http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225484
</commentlist>
</thread>
<thread>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#thread_10_02_22_0215236_0</id>
	<commentlist>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225142
http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31226924
</commentlist>
</thread>
<thread>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#thread_10_02_22_0215236_61</id>
	<commentlist>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225094
http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225364
</commentlist>
</thread>
<thread>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#thread_10_02_22_0215236_32</id>
	<commentlist>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225094
http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225344
http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31241678
</commentlist>
</thread>
<conversation>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#conversation10_02_22_0215236.4</id>
	<commentlist>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225312
-http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31226938
</commentlist>
</conversation>
<conversation>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#conversation10_02_22_0215236.19</id>
	<commentlist>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225010
-http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31226062
-http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225954
-http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31226354
-http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31231470
-http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31229858
-http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31226452
</commentlist>
</conversation>
<conversation>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#conversation10_02_22_0215236.2</id>
	<commentlist>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31228008
</commentlist>
</conversation>
<conversation>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#conversation10_02_22_0215236.21</id>
	<commentlist>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31226104
</commentlist>
</conversation>
<conversation>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#conversation10_02_22_0215236.5</id>
	<commentlist>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31226822
</commentlist>
</conversation>
<conversation>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#conversation10_02_22_0215236.3</id>
	<commentlist>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31224950
-http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31230476
</commentlist>
</conversation>
<conversation>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#conversation10_02_22_0215236.13</id>
	<commentlist>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31226296
</commentlist>
</conversation>
<conversation>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#conversation10_02_22_0215236.11</id>
	<commentlist>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225350
-http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31233026
</commentlist>
</conversation>
<conversation>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#conversation10_02_22_0215236.14</id>
	<commentlist>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31224900
-http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225058
-http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225316
--http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31235024
--http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31228246
--http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31228482
--http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31232082
--http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31228424
---http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31230406
--http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225706
--http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31228348
--http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225818
--http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31227114
--http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31227792
--http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31229530
-http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225330
-http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225184
-http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225056
--http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31279770
-http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225228
-http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225240
</commentlist>
</conversation>
<conversation>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#conversation10_02_22_0215236.17</id>
	<commentlist>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31228648
</commentlist>
</conversation>
<conversation>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#conversation10_02_22_0215236.15</id>
	<commentlist>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225094
-http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225364
-http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225784
-http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225438
-http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31227026
-http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225344
--http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225484
--http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225690
--http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31241678
-http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225268
-http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225836
-http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31226370
-http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31245496
-http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31234332
-http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225924
-http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225356
-http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225740
-http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225760
-http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31226576
-http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225272
-http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225976
-http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31227036
-http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31226666
--http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31228796
--http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31227752
-http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225340
-http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225326
-http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31226124
</commentlist>
</conversation>
<conversation>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#conversation10_02_22_0215236.18</id>
	<commentlist>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225142
-http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31226568
-http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225926
-http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31226308
-http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31227484
-http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225460
-http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31262318
-http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31226924
-http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31226910
</commentlist>
</conversation>
<conversation>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#conversation10_02_22_0215236.26</id>
	<commentlist>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31227686
</commentlist>
</conversation>
<conversation>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#conversation10_02_22_0215236.12</id>
	<commentlist>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225392
</commentlist>
</conversation>
<conversation>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#conversation10_02_22_0215236.16</id>
	<commentlist>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225812
</commentlist>
</conversation>
<conversation>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#conversation10_02_22_0215236.10</id>
	<commentlist>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31226098
-http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31227786
-http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31233206
</commentlist>
</conversation>
<conversation>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#conversation10_02_22_0215236.8</id>
	<commentlist>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225186
-http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225830
</commentlist>
</conversation>
<conversation>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#conversation10_02_22_0215236.24</id>
	<commentlist>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225384
</commentlist>
</conversation>
<conversation>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#conversation10_02_22_0215236.28</id>
	<commentlist>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225292
</commentlist>
</conversation>
<conversation>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#conversation10_02_22_0215236.22</id>
	<commentlist>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225100
</commentlist>
</conversation>
<conversation>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#conversation10_02_22_0215236.6</id>
	<commentlist>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225216
-http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31231424
-http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31234844
</commentlist>
</conversation>
<conversation>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#conversation10_02_22_0215236.25</id>
	<commentlist>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225488
</commentlist>
</conversation>
<conversation>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#conversation10_02_22_0215236.9</id>
	<commentlist>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225992
</commentlist>
</conversation>
<conversation>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#conversation10_02_22_0215236.23</id>
	<commentlist>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31227600
</commentlist>
</conversation>
<conversation>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#conversation10_02_22_0215236.7</id>
	<commentlist>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31228058
-http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31231478
</commentlist>
</conversation>
<conversation>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#conversation10_02_22_0215236.29</id>
	<commentlist>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225112
-http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31226306
-http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225854
-http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31226244
-http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31226304
-http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225870
-http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225702
</commentlist>
</conversation>
<conversation>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#conversation10_02_22_0215236.0</id>
	<commentlist>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31227444
</commentlist>
</conversation>
<conversation>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#conversation10_02_22_0215236.27</id>
	<commentlist>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225548
</commentlist>
</conversation>
<conversation>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#conversation10_02_22_0215236.20</id>
	<commentlist>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31237822
</commentlist>
</conversation>
<conversation>
	<id>http://www.semanticweb.org/ontologies/ConversationInstances.owl#conversation10_02_22_0215236.1</id>
	<commentlist>http://www.semanticweb.org/ontologies/ConversationInstances.owl#comment10_02_22_0215236.31225160
</commentlist>
</conversation>
