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!
feedback
|
|
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. | |||||
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. | |||||||
feedback
|