Good free online book about web development

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
User avatar
m3mn0n
PHP Evangelist
Posts: 3548
Joined: Tue Aug 13, 2002 3:35 pm
Location: Calgary, Canada

Good free online book about web development

Post by m3mn0n »

I was browsing around 37signals website when I decided to check out their "our book" page. To my surprise, I noticed it was offered online for free.

I read a few of the chapters and this is some good stuff and I felt obligated to share it with the rest of you, so here is the link:

http://gettingreal.37signals.com/toc.php

From what I've read so far, it doesn't seem to be geared towards actual web development technology... it's rather more of a guide to the logic behind the development process. But I'm sure they might mention their Ruby on Rails offering in there quite a bit. :wink:

Even if they do preach that, it's quite possible to apply the general concepts of their teachings to any language, and specifically PHP.
matthijs
DevNet Master
Posts: 3360
Joined: Thu Oct 06, 2005 3:57 pm

Post by matthijs »

It is an excellent book. I actually bought the pdf a while ago (don't think the book was online then, but that doesn't matter). The whole "getting real" way of thinking might not be the thing for everyone or every situation, but reading it you get at least some good ideas about development.
User avatar
Kieran Huggins
DevNet Master
Posts: 3635
Joined: Wed Dec 06, 2006 4:14 pm
Location: Toronto, Canada
Contact:

Post by Kieran Huggins »

Best book I've ever read on web development is "Building Scalable Web Sites" by Cal Henderson (of flickr fame). It will teach you in hours what it takes years to learn... the guy is a genius at cutting to the quick of any issue.

Unfortunately, it's not free, but it is worth every penny at any price!

Seriously, it taught me more than all my post-secondary schooling combined.

Oh, and since it's an O'Reilly book, you get an attractive pencil drawing of a carp on the cover as an added bonus.
User avatar
m3mn0n
PHP Evangelist
Posts: 3548
Joined: Tue Aug 13, 2002 3:35 pm
Location: Calgary, Canada

Post by m3mn0n »

Funny you should mention that book; it's at the top of my "to buy" list after hearing a couple of his talks at a conference (mp3s: here and here).

I really can't wait to get my hands on that. :)
alex.barylski
DevNet Evangelist
Posts: 6267
Joined: Tue Dec 21, 2004 5:00 pm
Location: Winnipeg

Post by alex.barylski »

Good read, thanks for the link :)
Post Reply