• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

best free website hoster/creator?

Raswan

Senior member
So, I've been kicking around the idea of starting a website that will serve several specific functions, and finally have time this semester to get started on it. What I'd like it to do:

1. Be a central place where I can upload and organize class notes I've taken, research projects, power points and teaching outlines for courses I teach, useful links I've collected over the years (like online archives), maybe the books I read (currently using an excel spreadsheet) or even my library catalogue. Maybe a video or two if it's possible, but I don't know how much space they give you.

2. I'd like to be able to lock access to specific places/pages/portions of the site with passwords.

3. Stable is better than the most powerful/trendy. I don't want to have to move everything over in a few years (why I'm not using my university's web hosting services).

The idea is to get rid of most of the 250+ bookmarks I am forced to hang onto, without creating some cumbersome-ass word doc with a list. Also, rather than deal with emailing around a shitpot of documents when I want to share things, or zipping them into something that mail servers can handle (seriously, it's 2012, how am I only able to send a 25MB email attachment? Get on that shit, Google), I can say "Just go here and download whatever you want." Plus it would be organized a lot more nicely and efficiently. Just seems like a better way to do shit.

Suggestions? Does anyone know how much space free webhosters typically give these days? I know you no longer need a degree in whatever to build one, but I'm not at the point where I'm willing to pay money to get decently powerful tools that are versatile to build it with. What I'm thinking of is something like this from a historian I happen to admire (http://www.williamcronon.net/contact.htm) or an old professor back at Saint Cloud State, who has some good shit but her website looks like it was built in 1993 (http://web.stcloudstate.edu/jadorn/).

Thanks in advance for any help.
 
If you have a computer at home that can remain on at all times you could run your own HTTP server off of that computer. Download Apache HTTP server (which is free by the way), install it and port forward port 80. Register your own free domain name through dyndns.org. This will function also to update your IP address if you have a Dynamic IP through your ISP. You can also run your own FTP server by downloading and installing FileZilla Server. With an FTP server you will be able to access what ever files you want on your home computer and you will be able to upload what ever files you want, limited only to the space available on your hard drive.

Or, you could just go to Yahoo.com and get a free website 🙂
 
If you have a computer at home that can remain on at all times you could run your own HTTP server off of that computer. Download Apache HTTP server (which is free by the way), install it and port forward port 80. Register your own free domain name through dyndns.org. This will function also to update your IP address if you have a Dynamic IP through your ISP. You can also run your own FTP server by downloading and installing FileZilla Server. With an FTP server you will be able to access what ever files you want on your home computer and you will be able to upload what ever files you want, limited only to the space available on your hard drive.

Or, you could just go to Yahoo.com and get a free website 🙂

Thanks for the response. Followup question: how much juice does this computer running either the http or the ftp server need to have? I'm wondering if the upcoming Raspberry Pi will be able to handle it (I don't mind the idea of this given that the Pi will be drawing such low power).
 
Thanks for the response. Followup question: how much juice does this computer running either the http or the ftp server need to have? I'm wondering if the upcoming Raspberry Pi will be able to handle it (I don't mind the idea of this given that the Pi will be drawing such low power).

Running an FTP server and HTTP server take very little computing power. It's actually better to use a small low power server due to efficiency and low cost of running it. Looking at the specs for a Raspberry Pi it should easily be able to handle running an FTP and HTTP server for personal use. I would recommend adding an external USB hard drive to this system. I also noticed that is intended to run Linux, so FileZilla FTP server will not work since it is Windows only. But there are plenty of other free FTP servers available for Linux. Apache HTTP server runs on Windows and Linux. Actually Apache HTTP server is used to to run 63% of all websites on the NET.

PS- This Raspberry Pi looks pretty cool! I want one!
 
Last edited:
Back
Top