14 January 2005 - Tableless forms
Howto build html forms without the use of tables.
Comments (0) -
Leave a Comment
14 January 2005 - Use continuations to develop complex Web applications
A programming paradigm to simplify MVC for the Web.A continuation is traditionally defined as a function representing "the rest of the computation" or "what to do next." In other words, sending the intermediate result (generated by the preceding computation) to a continuation should yield the final result of the overall computation.
Read more.
Comments (0) -
Leave a Comment
14 January 2005 - Cheetah Python Template
Cheetah is a flexible python Template system. It can be used to generate every kind of textual format (html, txt, sql, or even python code).
Read this article for an introduction.
Comments (0) -
Leave a Comment
14 January 2005 - Better programming through effective list handling
Techniques for using linked lists in C and -- smarter still -- Scheme.
A Scheme introduction starting from a linked lists imlementation in C.
Comments (0) -
Leave a Comment