User Interface Design
Programmers are not designers. Technical people should not design User Interfaces. * 810 source files * 90658 lines of code * 10213 lines of html For an internal project tasked to a series of...
View ArticleWhy do you use an Object Relational Mapping (ORM) System in Development?
Here’s a programmer that is saying goodbye to ORMs at Hatful of Hollow. And another site offering a tutorial of sorts dealing with ORMs Why should you use an ORM. While both have their points, both...
View ArticleUsing Pyramid with Deform to Edit/Create records in SQLAlchemy backed database
While working with Pyramid it was worth taking a good look at deform. During my brief look before, the one thing that appeared to be missing was a method to quickly integrate with SQLAlchemy backed...
View ArticleDocumenting projects as you write them
In Feb 2009 I started converting a PHP application over to Python and a framework. Today, I have finished all of the functional code and am at the point where I need to write a number of interfaces to...
View Article