Teach me where to fish...
May 22, 2008 12:15 PM
Subscribe
I've had what I think is a decent idea for a website. Rather than asking someone to "punch it up" in their "spare time" I'd like to learn to do it myself. I know a bit about html and took a turbo pascal class 11 years ago. Since then it's been all humanities, social science, and law. What do I need to learn and what, in your experience, are the best books/web sites to learn from?
I know from tons of answers by the able people here (and personal experience) that ideas are basically worthless unless you make them real. I, perhaps naively, want to know how to do that.
Essentially what I'm trying to do is to provide a database and allow visitors to search through that database by categories, dates, (user generated?) tags, names, and (geographic) locations. What do I need to read?
posted by the christopher hundreds to computers & internet (8 comments total)
40 users marked this as a favorite
You need to choose a programming language such as PHP, Python, Ruby, etc, and read a book on it. Googling [language] for beginners is a decent start. I'd recommend PHP only because there's so much out there on how to use it.
You should probably brush up on HTML and CSS -- especially CSS and layout/positioning with DIVs, because it's "the new way" of doing things...
For geographic location search, I'm guessing you're looking for a zip code radius type thing?
Oh yeah - and for any of this to matter, you'll need a webhost (or your own computer with web server, database server and programming language/engine set up properly)... one good place to start, if you're a windows user, would be to google XAMPP ... it's a simple / easy to install package... it won't get you up on the web, but at least you can develop locally... then find a host when you really need one...
posted by twiggy at 12:39 PM on May 22, 2008 [1 favorite]