If this is your first visit, be sure to
check out the FAQ by clicking the
link above. You may have to register
before you can post: click the register link above to proceed. To start viewing messages,
select the forum that you want to visit from the selection below.
What I use, and they're pretty cheap and never had any problems with them. I think it's $6/yr for just a domain name, and $4/month for hosting (10GB space, 300GB transfer, and PHP, MySQL, etc, includes domain).
New customers who use the 555 promo code will receive 500GB of storage space, 5TB of monthly bandwidth, and 5 free domain registrations - significantly more over the “Crazy Domain Insane“‘ usual offer. You’ll get to keep that extra disk space and bandwidth and those five free domain registrations for as long as you keep your account active!
* $10 for one full year of Netfirms Advantage Hosting!
* 2 FREE domain names
* 20GB 250GB of disk space
* 750GB 2,000GB data transfer per month
* Host unlimited websites with a single account!
* Support for PHP, Perl, and MySQL
* 24-hour technical support
See, I have a base knowledge of web coding and can construct my website in text, but I just need to know what the process is for building your website after registering a domain name.
Well basically you signup and register the domain, then most have an ftp account that either you setup or is already setup for you. Then you just copy your index.html and you're ready to go.
But beyond setting up a MySQL database to store dynamic info there is usually no other setup involved beyond choosing a name, and then ftping into your space on their server and copying your code files. Using MS hosting if you're using ASP might require a bit more setup, but probably just to change default settings.
The domain service typically does all the backend setup for you (PHP, Apache, MySQL, etc) so all you have to do is FTP files or setup DBs. If you're looking for a way to test sites on your local machine consider getting XAMPP http://www.apachefriends.org/en/xampp.html (will allow you to run a localhost webserver using Apache, MySQL, and PHP or Perl). If you plan on using ASP just downloading Visual Studio Web Developer Express should be enough, since it has it's own debugger which will act like a local test server.
Comment