"If you want to build a ship, don't drum up the people to gather wood, divide the work, and give orders. Instead, teach them to yearn for the vast and endless sea."
- Angel
"The three most dangerous things in the world are a programmer with a soldering iron, a hardware type with a program patch and a user with an idea."
- Angel
Scaffold is a new type of CSS framework, built with PHP, that allows speed up your development time by doing the hard work for you. It is different to other CSS frameworks, like Blueprint and 960.gs, but it's power lies in it's ability to extend the CSS language. You can even generate the CSS found in other CSS frameworks dynamically, like grid classes to quickly build layouts.
- Angel
The Generic Repository (grepo) is an open source (ASLv2) framework for Java which allows you to access (database) repositories in a generic and consistent manner. Using grepo, it is generally no longer required to provide all the boilerplate code which is necessary in order to access (database) repositories from Java.
- Angel
StoryTeller is a new tool for creating "Executable Specifications " for .Net projects. StoryTeller is effectively a functional replacement for FitNesse, but with improved mechanics. Think of StoryTeller as a tool for creating External DSL's to test your application code.
- Angel
xVal is a validation framework for ASP.NET MVC applications. It makes it easy to link up your choice of server-side validation mechanism with your choice of client-side validation library, neatly fitting both into ASP.NET MVC architecture and conventions.
- Angel