<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments for Domain Hosting Review</title>
	<atom:link href="http://www.domainhostingreview.org/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.domainhostingreview.org</link>
	<description>Register domain name - buy web hosting - create website - launch website</description>
	<lastBuildDate>Mon, 30 May 2011 17:55:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=320</generator>
	<item>
		<title>Comment on What Experience Web Developers Do to Create Website Online by Nancy Miller</title>
		<link>http://www.domainhostingreview.org/create-website-online/comment-page-1/#comment-460</link>
		<dc:creator>Nancy Miller</dc:creator>
		<pubDate>Mon, 30 May 2011 17:55:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.domainhostingreview.org/how-to-create-a-website-without-domain-name-and-buying-hosting/#comment-460</guid>
		<description><![CDATA[Then you should only opt to free platforms like webs etc.

Truth is, if you are still learning, it might be very difficult to set up your own server. I suggest you buy a domain and hosting. It is really cheap.]]></description>
		<content:encoded><![CDATA[<p>Then you should only opt to free platforms like webs etc.</p>
<p>Truth is, if you are still learning, it might be very difficult to set up your own server. I suggest you buy a domain and hosting. It is really cheap.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on What Experience Web Developers Do to Create Website Online by David</title>
		<link>http://www.domainhostingreview.org/create-website-online/comment-page-1/#comment-459</link>
		<dc:creator>David</dc:creator>
		<pubDate>Mon, 30 May 2011 17:55:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.domainhostingreview.org/how-to-create-a-website-without-domain-name-and-buying-hosting/#comment-459</guid>
		<description><![CDATA[Sorry, the world doesn&#039;t work like that these days. Just save up $50 and you&#039;ll have a year of hosting + free domain. 

Justhost.com go to the bottom press on the secret link.

If you want to host on your own computer, it&#039;d be very difficult, you&#039;d have to read up a lot on Apache.. Your computer would have to be on 24/7. If your IP address changes, which happens often, your server would get messed up.]]></description>
		<content:encoded><![CDATA[<p>Sorry, the world doesn&#8217;t work like that these days. Just save up $50 and you&#8217;ll have a year of hosting + free domain. </p>
<p>Justhost.com go to the bottom press on the secret link.</p>
<p>If you want to host on your own computer, it&#8217;d be very difficult, you&#8217;d have to read up a lot on Apache.. Your computer would have to be on 24/7. If your IP address changes, which happens often, your server would get messed up.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on What Experience Web Developers Do to Create Website Online by marcink99</title>
		<link>http://www.domainhostingreview.org/create-website-online/comment-page-1/#comment-458</link>
		<dc:creator>marcink99</dc:creator>
		<pubDate>Mon, 30 May 2011 17:55:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.domainhostingreview.org/how-to-create-a-website-without-domain-name-and-buying-hosting/#comment-458</guid>
		<description><![CDATA[Your best bet would be to get one of the free hosting acounts that offers php support. They provide you with free domain name that you could use use. 

and to answear your question yes you could host it on your computer but It would be way more complicated than just opening free hosting account. In order to host in on your computer you would eather need one of the server operating system 2003/2008 or apache 

I have atached a list of free hosting for you
http://www.free-webhosts.com/no-forced-ads.php]]></description>
		<content:encoded><![CDATA[<p>Your best bet would be to get one of the free hosting acounts that offers php support. They provide you with free domain name that you could use use. </p>
<p>and to answear your question yes you could host it on your computer but It would be way more complicated than just opening free hosting account. In order to host in on your computer you would eather need one of the server operating system 2003/2008 or apache </p>
<p>I have atached a list of free hosting for you<br />
http://www.free-webhosts.com/no-forced-ads.php</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on What Experience Web Developers Do to Create Website Online by Mr. Tacki</title>
		<link>http://www.domainhostingreview.org/create-website-online/comment-page-1/#comment-457</link>
		<dc:creator>Mr. Tacki</dc:creator>
		<pubDate>Mon, 30 May 2011 17:55:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.domainhostingreview.org/how-to-create-a-website-without-domain-name-and-buying-hosting/#comment-457</guid>
		<description><![CDATA[Setting Up Your Own Internet Server: http://www.mimosasystems.com/articles/setting-up-your-own-internet-server.html
How to Set up a Personal Home Web Server: http://lifehacker.com/software/feature/how-to-set-up-a-personal-home-web-server-124212.php

If you just want to run PHP on your computer -

Run PHP on your own computer: The easiest way to do this is to install a complete package like XAMPP. This contains the Apache Web server, along with PHP and the MySQL database engine, in one easy-to-install package. XAMPP is available for Windows, Mac OS X, and Linux. (A popular alternative on Windows is WampServer.)
Run your PHP scripts on your Web host: If you already have a Web hosting account that supports PHP then you can upload your PHP scripts via FTP and run them on the Web server. The advantage of this approach is that you don&#039;t have to install anything; the disadvantage is that it&#039;s slower to write and test your scripts.

Copy and paste the script code listed above into a new document in your text editor, then save the file as hello.php in the document root folder — that is, the top level of your website — on your hard drive. If you&#039;re not sure where your document root folder is then consult your Web server manual. Common locations include:

XAMPP on Windows: C:/Program Files/xampp/htdocs/
XAMPP on Linux: /opt/lampp/htdocs/
XAMPP on Mac OS X: /Applications/XAMPP/htdocs/

If you want to run the script on your Web hosting account rather than your own computer then you&#039;ll need to upload the script using FTP instead.

Free online PHP tester: http://forumferney.free.fr/stester.html

PHP Tutorial - Databases in PHP, An Introduction: http://www.htmlgoodies.com/beyond/php/article.php/3511346
Tutorial: Installing Apache and PHP Under Win32: http://www.htmlgoodies.com/beyond/php/article.php/3473471

PHP Manual - http://www.php.net/manual/en/
A simple tutorial - http://us.php.net/tut.php
Test scripts: http://www.karakas-online.de/EN-Book/test-scripts.html
Simple Test for PHP: http://www.lastcraft.com/simple_test.php

PHP Hosting: www.webune.com 

XAMPP: http://www.apachefriends.org/en/xampp.html



Ron]]></description>
		<content:encoded><![CDATA[<p>Setting Up Your Own Internet Server: http://www.mimosasystems.com/articles/setting-up-your-own-internet-server.html<br />
How to Set up a Personal Home Web Server: http://lifehacker.com/software/feature/how-to-set-up-a-personal-home-web-server-124212.php</p>
<p>If you just want to run PHP on your computer -</p>
<p>Run PHP on your own computer: The easiest way to do this is to install a complete package like XAMPP. This contains the Apache Web server, along with PHP and the MySQL database engine, in one easy-to-install package. XAMPP is available for Windows, Mac OS X, and Linux. (A popular alternative on Windows is WampServer.)<br />
Run your PHP scripts on your Web host: If you already have a Web hosting account that supports PHP then you can upload your PHP scripts via FTP and run them on the Web server. The advantage of this approach is that you don&#8217;t have to install anything; the disadvantage is that it&#8217;s slower to write and test your scripts.</p>
<p>Copy and paste the script code listed above into a new document in your text editor, then save the file as hello.php in the document root folder — that is, the top level of your website — on your hard drive. If you&#8217;re not sure where your document root folder is then consult your Web server manual. Common locations include:</p>
<p>XAMPP on Windows: C:/Program Files/xampp/htdocs/<br />
XAMPP on Linux: /opt/lampp/htdocs/<br />
XAMPP on Mac OS X: /Applications/XAMPP/htdocs/</p>
<p>If you want to run the script on your Web hosting account rather than your own computer then you&#8217;ll need to upload the script using FTP instead.</p>
<p>Free online PHP tester: http://forumferney.free.fr/stester.html</p>
<p>PHP Tutorial &#8211; Databases in PHP, An Introduction: http://www.htmlgoodies.com/beyond/php/article.php/3511346<br />
Tutorial: Installing Apache and PHP Under Win32: http://www.htmlgoodies.com/beyond/php/article.php/3473471</p>
<p>PHP Manual &#8211; http://www.php.net/manual/en/<br />
A simple tutorial &#8211; http://us.php.net/tut.php<br />
Test scripts: http://www.karakas-online.de/EN-Book/test-scripts.html<br />
Simple Test for PHP: http://www.lastcraft.com/simple_test.php</p>
<p>PHP Hosting: www.webune.com </p>
<p>XAMPP: http://www.apachefriends.org/en/xampp.html</p>
<p>Ron</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on website hosting/domain names? by kg_queen</title>
		<link>http://www.domainhostingreview.org/website-hostingdomain-names/comment-page-1/#comment-456</link>
		<dc:creator>kg_queen</dc:creator>
		<pubDate>Sun, 29 May 2011 15:45:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.domainhostingreview.org/website-hostingdomain-names/#comment-456</guid>
		<description><![CDATA[I build a lot of sites and getting a domain name and hosting is very easy. 

Red Shoe Hosting has a sale until Sunday. Until then, .com domains are $7.49 each. Hosting starts at $3.99 per month. Red Shoe has a variety of free tools available for you to build a site with.... Wordpress, Moodle, forums, etc.

If you are going to build more than one site and you need more than one domain name, Red Shoe Hosting has a great special on private registration as well. If you buy at least 5 domain names, you get FREE private registration. That&#039;s good because people can&#039;t see your real name and address on the WHOIS registration. 

I just bought 5 domains about an hour ago. My PayPal bill was $38.45 for the 5 domains plus the free private registration. 

I also like Dreamhost for hosting. I have some of my sites there. If you want to use them, the coupon code GET will save you $50 if you pay for a year. A year of hosting is $119.40, so with the coupon, you&#039;ll pay $69.40. Not bad for a whole year! They have a lot of features as well.

Good luck!]]></description>
		<content:encoded><![CDATA[<p>I build a lot of sites and getting a domain name and hosting is very easy. </p>
<p>Red Shoe Hosting has a sale until Sunday. Until then, .com domains are $7.49 each. Hosting starts at $3.99 per month. Red Shoe has a variety of free tools available for you to build a site with&#8230;. WordPress, Moodle, forums, etc.</p>
<p>If you are going to build more than one site and you need more than one domain name, Red Shoe Hosting has a great special on private registration as well. If you buy at least 5 domain names, you get FREE private registration. That&#8217;s good because people can&#8217;t see your real name and address on the WHOIS registration. </p>
<p>I just bought 5 domains about an hour ago. My PayPal bill was $38.45 for the 5 domains plus the free private registration. </p>
<p>I also like Dreamhost for hosting. I have some of my sites there. If you want to use them, the coupon code GET will save you $50 if you pay for a year. A year of hosting is $119.40, so with the coupon, you&#8217;ll pay $69.40. Not bad for a whole year! They have a lot of features as well.</p>
<p>Good luck!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on website hosting/domain names? by Dave G</title>
		<link>http://www.domainhostingreview.org/website-hostingdomain-names/comment-page-1/#comment-455</link>
		<dc:creator>Dave G</dc:creator>
		<pubDate>Sun, 29 May 2011 15:45:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.domainhostingreview.org/website-hostingdomain-names/#comment-455</guid>
		<description><![CDATA[If you want to start a website I suggest you to purchase your domain and hosting together. In this way it is possible to get your domain for free. Some hosting services offer this gift today.

As an experienced webmaster I recommend BlueHost service which I’m sure it would work for you and fulfill all your requirements. They have a really great offer for hosting &amp; I have used them for over 3 yrs now, and have never had a single problem with them.

They are a Multi-awarded Web Hosting which offer a Full-featured service only $6.95 a month. Their service is really perfect and uptime.

You can go there through the address below:
http://bluehost-plan.atspace.com

Here I have copied and pasted its features from their website to view:

- Free Domain Forever
- 1500 Gigabyte Hosting Space
- 15000 GIGS of Transfer
- Host UNLIMITED Domains (Support All Domain Names)
- 2,500 POP/Imap Email Accounts
- SSH (Secure Shell), SSL, FTP, Stats
- CGI, Ruby (RoR), Perl, PHP, MySQL
- 2000/2002 Front Page Extensions
- Free Site Builder
- 24/7 Superb/Responsive Sales/Support
- Free  Search Engine Submission

They offer an installing service called &quot;Fantastico&quot;. By using this service, you can easily create your own forum, photo gallery, shopping carts etc.

******IMPORTANT*******
* This service was awarded as the best Web Host 2008.
* If you sign up for this service you will have $100 credits to advertise your website with the google &amp; yahoo search engines for free!
* If you don&#039;t exactly know what technical features you need for setting up your website, I recommend BlueHost as a full-featured service which fulfills all your requirements.
*************************
Good Luck!]]></description>
		<content:encoded><![CDATA[<p>If you want to start a website I suggest you to purchase your domain and hosting together. In this way it is possible to get your domain for free. Some hosting services offer this gift today.</p>
<p>As an experienced webmaster I recommend BlueHost service which I’m sure it would work for you and fulfill all your requirements. They have a really great offer for hosting &amp; I have used them for over 3 yrs now, and have never had a single problem with them.</p>
<p>They are a Multi-awarded Web Hosting which offer a Full-featured service only $6.95 a month. Their service is really perfect and uptime.</p>
<p>You can go there through the address below:<br />
http://bluehost-plan.atspace.com</p>
<p>Here I have copied and pasted its features from their website to view:</p>
<p>- Free Domain Forever<br />
- 1500 Gigabyte Hosting Space<br />
- 15000 GIGS of Transfer<br />
- Host UNLIMITED Domains (Support All Domain Names)<br />
- 2,500 POP/Imap Email Accounts<br />
- SSH (Secure Shell), SSL, FTP, Stats<br />
- CGI, Ruby (RoR), Perl, PHP, MySQL<br />
- 2000/2002 Front Page Extensions<br />
- Free Site Builder<br />
- 24/7 Superb/Responsive Sales/Support<br />
- Free  Search Engine Submission</p>
<p>They offer an installing service called &quot;Fantastico&quot;. By using this service, you can easily create your own forum, photo gallery, shopping carts etc.</p>
<p>******IMPORTANT*******<br />
* This service was awarded as the best Web Host 2008.<br />
* If you sign up for this service you will have $100 credits to advertise your website with the google &amp; yahoo search engines for free!<br />
* If you don&#8217;t exactly know what technical features you need for setting up your website, I recommend BlueHost as a full-featured service which fulfills all your requirements.<br />
*************************<br />
Good Luck!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on website hosting/domain names? by Jennifer L</title>
		<link>http://www.domainhostingreview.org/website-hostingdomain-names/comment-page-1/#comment-454</link>
		<dc:creator>Jennifer L</dc:creator>
		<pubDate>Sun, 29 May 2011 15:45:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.domainhostingreview.org/website-hostingdomain-names/#comment-454</guid>
		<description><![CDATA[Godaddy web hosting sucks, I had to move all my websites to another web host http://aplis.net/ , you can also give them a try. First month free.]]></description>
		<content:encoded><![CDATA[<p>Godaddy web hosting sucks, I had to move all my websites to another web host http://aplis.net/ , you can also give them a try. First month free.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on website hosting/domain names? by pomicio2008</title>
		<link>http://www.domainhostingreview.org/website-hostingdomain-names/comment-page-1/#comment-453</link>
		<dc:creator>pomicio2008</dc:creator>
		<pubDate>Sun, 29 May 2011 15:45:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.domainhostingreview.org/website-hostingdomain-names/#comment-453</guid>
		<description><![CDATA[http://www.pomirc.com

I own this web hosting company, and can work out a deal with you if you are interested. I can work with you for what you need, and work with you on the price you are looking for. You can email me if you would like. 

Pomicio@pomirc.com

Thanks!
Kevin]]></description>
		<content:encoded><![CDATA[<p>http://www.pomirc.com</p>
<p>I own this web hosting company, and can work out a deal with you if you are interested. I can work with you for what you need, and work with you on the price you are looking for. You can email me if you would like. </p>
<p>Pomicio@pomirc.com</p>
<p>Thanks!<br />
Kevin</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on website hosting/domain names? by Julia T</title>
		<link>http://www.domainhostingreview.org/website-hostingdomain-names/comment-page-1/#comment-452</link>
		<dc:creator>Julia T</dc:creator>
		<pubDate>Sun, 29 May 2011 15:45:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.domainhostingreview.org/website-hostingdomain-names/#comment-452</guid>
		<description><![CDATA[Dayanahost.com is great. You need some sort of FTP programme to transfer your files, like coreftp or smartftp.
You can doenload both those FTP programmes here:
http://www.colour-burn.co.uk/programmes.php
Or just type the name into google.]]></description>
		<content:encoded><![CDATA[<p>Dayanahost.com is great. You need some sort of FTP programme to transfer your files, like coreftp or smartftp.<br />
You can doenload both those FTP programmes here:<br />
http://www.colour-burn.co.uk/programmes.php<br />
Or just type the name into google.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on website hosting/domain names? by j k</title>
		<link>http://www.domainhostingreview.org/website-hostingdomain-names/comment-page-1/#comment-451</link>
		<dc:creator>j k</dc:creator>
		<pubDate>Sun, 29 May 2011 15:45:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.domainhostingreview.org/website-hostingdomain-names/#comment-451</guid>
		<description><![CDATA[Godaddy is great for domain names, hostgator is great for webhosting:

http://secure.hostgator.com/cgi-bin/affiliates/clickthru.cgi?id=flawebhost-ya

Don&#039;t keep your domain registration and hosting at the same place. You don&#039;t want to put all your eggs in one basket.]]></description>
		<content:encoded><![CDATA[<p>Godaddy is great for domain names, hostgator is great for webhosting:</p>
<p>http://secure.hostgator.com/cgi-bin/affiliates/clickthru.cgi?id=flawebhost-ya</p>
<p>Don&#8217;t keep your domain registration and hosting at the same place. You don&#8217;t want to put all your eggs in one basket.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic page generated in 0.412 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2013-05-25 14:57:37 -->

<!-- Compression = gzip -->