I am looking for a book that will teach me how to build a site like facebook or doodle. I am a fourth year computer science undergrad so I know my basic data structures, algorithms and sql databases. I am unfamiliar with html, css, javascript, ruby on rails and I have no idea how they come together or what they are used for. I am starting a website project this summer so I am looking for a good book that will walk me through the website development process from start to finish. Any recommendations? Also, is 2 months enough time to learn how to do web dev and build a website from scratch (roughly 3 hrs/day working on it)? Thanks!

link|improve this question

Welcome to SO. Try to use search before submit a question. stackoverflow.com/questions/693827/… – OZ_ May 24 '11 at 2:00
While @OZ_'s point is well-made, that specific question is a pile of PHP links, and I'd like to suggest starting with a more rigorous web development language than PHP -- it seems too easy to write a lot of security problems with PHP very quickly -- Ruby on Rails is a good place to start, and being familiar with the HTML Specification wouldn't be awful. (At least, I learned HTML via the specification 15 years ago, didn't do me much damage. :) – sarnold May 24 '11 at 2:07
feedback

2 Answers

up vote 1 down vote accepted

If you want to learn rails the best free resource for a complete project, start to finish, is the rails tutorial by Michael Hartl. You can even buy video versions or pdf versions of his content. But the html version of the info is completely free.

Michael Hartl was recently named a ruby hero which shows the ruby/rails community recognizes his awesome work.

link|improve this answer
thanks, I ordered it off amazon and it just got here – stackOverlord May 28 '11 at 22:59
awesome. would also appreciate it if you marked this answer if you found it helpful. – Dty May 29 '11 at 9:33
feedback

Books are usually a waste of time. Just start making things and when you come to a problem do a search and see if you can find the answer out there.

SO has a large answer base, and there are tons of blogs out there for free instead of long, boring books that get outdated by SO and blogs in a year.

link|improve this answer
1  
"Books are usually a waste of time." --- I'd downvote for this generally, but I'm in good mood for now ;-) – zerkms May 24 '11 at 2:18
don't worry, i did for you – Marco Mariani May 24 '11 at 8:26
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.