I think the cheapest/most recommended host these days is 1and1.com for $3.99/month.
There may be cheaper place but if you are doing your own HTML you might actually find them more frustrating because they require you to use weird “web page editors.”
I have a couple of websites I do where I pay $10/month = $120/year. I was thinking of something like $10 or $20 a year. But 1and1.com is pretty cheap. I’ll take a look at them. Thanks ZipperJJ.
Kinthalis, where can you get a domain name for $3/year?
If your bandwidth requirements are really that low, why don’t you host the server yourself and just use one of those free dynamic DNS services (like no-ip.org) to point to your home IP?
arseNal:
because what I understand about networking will fit in a thimble;
because I have no idea how I would make this work with my home DSL / wireless router / 4-switch setup;
because that means that I would need to leave a computer turned on all the time, and I don’t have spare computers lying all around the house. I have one PC and a laptop. If I leave the house for a while (e.g. short trip) I turn everything off.
There are free hosts like Google Sites or Blogger that let you post stuff through a content management system. They’re free, don’t require ads, and are great if you don’t know or want to learn HTML. If you want to get more advanced and design your own page templates, that’s possible too.
I got a cheap package with 1&1 for something like $30 for the first year and it includes the domain, POP3 email, etc. I am quite happy as I just used FTP to upload the whole site and they have all sorts of tools that tell you what traffic you had etc. Works pretty well.
One way to keep the bandwidth in trim is to host the images off site. I do this with my site, hosting my images at imageshackand just embedding them.
It’s free - the only slight disadvantages are:
– occasionally, an individual image will become unavailable for some reason, so I have to upload a fresh copy and edit the page to point at the new one.
– there are rules about how you should insert the images, and all of them involve misuse of the alt tag (to advertise their service, rather than what it’s supposed to be for, which is top provide a meaningful text alternative to the image in cases where it cannot or will not be displayed)
I use Flickr to host images for my site, which I will shamelessly plug here. Of course most of my image content is gonna be photos I’ve taken, and are already on my Flickr. Easy embedding/linking code, whose alt tag defaults to the photo title, plus it automatically resizes photos.
Sounds like any of the typical blog sites could do you well- Blogger, Tumblr (especially easy), WordPress, LiveJournal, etc. I picked WordPress for mine for an extra bit of customization, but Tumblr does 90% of what WP does and it’s barely harder than drag-and-drop.
The funny thing with my site is that there is one page that gets a lot views because it shows up high on Google search. I’m sure hardly anyone goes to any of the other pages. The page with the high rank on Google only has text on it.
This may work reasonably well for some (it’s what I do for my personal hosting needs), but there are a few things to bear in mind about this.
It may technically violate your ToS with your ISP. In fact, I’m pretty sure this is the case with my FIOS service at home, but I’m doing it anyway because I don’t care, and also, Verizon can bite me.
Whether or not it violates ToS, there’s a good chance that they’ll block all incoming traffic to their network with TCP dest port 80 (and all outgoing traffic with src port=80). This is definitely the case with FIOS, and with most other residential broadband providers.
In the case of 2), you can still run a web server, of course, but you’ll have to run it on a non-standard port like 8080 instead. Most of the time this isn’t an issue – it merely means that instead of looking like this:
Speaking from personal experience, I’ve seen a few cases where this causes problem. People behind restrictive firewalls may only have an ALLOW rule carved out for port 80, but leave 8080 in the default blocked states. 8080 is a fairly common alternative port for HTTP servers, though, so this doesn’t happen quite as often as you might think.
Secondly, I’ve run into a few message boards that allow you to provide a URI to your avatar image that will shit a digital brick when they see the port specifier in the URI. Some versions of phpbb do this, for instance. This generally isn’t intentional; they just failed to anticipate the possibility of a port specifier being included in an http:// URI, even though this is part of the relevant RFC.
Interesting… do they impose any restrictions on bandwidth, overall number of images (content type (e.g. non-photo images such as diagrams, banners), etc?
Here their guidelines. I don’t know of any bandwidth restrictions, especially considering how often a site like FARK or Digg link to them. The default code includes a link back to the photo page, and they tell you to use it, but I’ve seen plenty of examples of people just hotlinking without any apparent problem.
If you use GoDaddy, be careful in that everything is set up for automatic renewal. You can set it yourself for manual renewal, but the automatic renewal is opt-out, not opt-in. This annoys me because if you aren’t aware of this, you don’t know to set it off and the new bill will take you by surprise.