views:

150

answers:

3

I want to setup a simple site and I don't have any web development experience.
For a start, I need to create a basic form where I can post text and store it in a database. Nothing fancy.

Questions that I need answers:

  • Good free web hosting sites?
  • Any frameworks that I should use? (I'm familiar with Python and C++).
  • Are there websites where users can store and search any type of data?

Note that it's for personal usage and that I use Windows XP.
(I don't have any web development experience: I know HTML, how to use CSS, and I've tried Javascript, but I didn't build any real site)

I'd really like your help on this.

+6  A: 

If you're familiar with Python I'd suggest using the Google App Engine. It's free if you don't have a lot of traffic and the framework provided there is also very easy to use.

Benedikt Eger
Very interesting, thanks!
Nick D
+1 AppEngine offers a complete solution, cleaner and simpler than more classic hosting (in particular if you want to use Python, where other free hosting solutions I'm aware of only offer CGI, which may be confusing to setup at first)
Luper Rouch
Java support is coming to App Engine too. In fact it's JVM support so you can use other languages that run on the JVM such as JRuby.
Dave Webb
+4  A: 

If you just need a form and storage, then the absolute simplest solution (no coding required) would be a Google Docs spreadsheet form.

therefromhere
Not bad for a start. It's very convenient. Thanks :)
Nick D
+2  A: 

If you're only storing text with no need for intelligent queries, you could also consider using a wiki. I have my personal site hosted by wikidot.com which is free and perfect for my needs (I use it to store all my links with comments and some reviews).

Regards,

Sebastiaan

Sebastiaan Megens
Thanks Sebastiaan. It seems great for keeping (organizing) notes. I just registered! The search engine doesn't look good (maybe I'm wrong), otherwise it'd be superb.
Nick D