views:

151

answers:

4

I'm looking for some resources and information around agile web development. I have done a search and found a wiki page and lots of other sites around the subject. Most of these sites are orientated around Ruby on Rails. Does anyone know of any sites or resources that cover other platforms and languages like asp.net and php or are even generic.

+3  A: 

You can try the book "The Art of Agile Development".

NetSide
+2  A: 

It all depends on what you are trying to achieve by using "agile". Agile by itself is just a statement of intent. As the manifesto points out it really is just four statements.

From these statements a lot of "best practice" has sprung up. For example Extreme Programming could be seen as an implementation of the manifesto.

I would search the web, not for specific advice on Agile Web Development, but just Agile Development, as the practices are much the same. Good Luck.

Andrew Cox
+2  A: 

You might want to explore "Agile" in a broader sense then just web development. Checkout "Practices of an Agile Developer" (pragprog.com) as well as "The Pragmatic Programmer" (Addison Wesley) as those books can give you a good grounding in agile and personal development practices. Applying the lessons from these books to web development should become obvious.

Krispy
+2  A: 

Agile is an umbrella term for many methods (Scrum, eXtreme Programming, Crystal, DSDM, FDD, etc) and none of them is language specific. Now, the most frequently used nowadays are Scrum and XP together (Scrum for the project organization and XP for the engineering practices).

Pascal Thivent
Thanks everyone for their comments I took a look at the above mentioned methods. And took some notes for future reference books. Just to let you know we are going to try the scrum method.
sidcom
@sidcom: You're welcome (and I hope you'll enjoy Scrum as much as I do).
Pascal Thivent