public marks

PUBLIC MARKS with tags programming & framework

February 2007

CakePHP : The PHP Rapid Development Framework :: Home

by quest4knowledge & 22 others
# n ever before (check out the zZine article) # Best Practices - Cake is easy to understand and sets the industry standard in security authentication, and session handling, among other features. # OO - Whether you are a seasoned object-oriented programmer

January 2007

December 2006

symfony

by jlemoine & 2 others
Un des meilleurs framework php disponible. Choisi par Yahoo! pour son application Bookmarks.

Django Djumpstart: Build a To-do List in 30 Minutes [Server Side Essentials]

by bader & 1 other
Being a web developer isn't always exciting. There are lots of tedious things you end up doing over and over again: writing code to talk to a database, writing code to handle page templating, writing an administrative interface ... Sooner or later you start to wish someone would just come along and wrap up all that repetitive code in nice, integrated, reusable packages, right? Well, today's your lucky day, because someone finally has.

November 2006

October 2006

September 2006

Google Web Toolkit - Build AJAX apps in the Java language

by Regis & 56 others (via)
Google Web Toolkit (GWT) is a Java software development framework that makes writing AJAX applications like Google Maps and Gmail easy for developers who don't speak browser quirks as a second language. Writing dynamic web applications today is a tedious and error-prone process; you spend 90% of your time working around subtle incompatibilities between web browsers and platforms, and JavaScript's lack of modularity makes sharing, testing, and reusing AJAX components difficult and fragile.

Wicket - Home

by Regis & 3 others (via)
Wicket is a Java web application framework that takes simplicity, separation of concerns and ease of development to a whole new level. Wicket pages can be mocked up, previewed and later revised using standard WYSIWYG HTML design tools Wicket is similar to GWT or Echo2, since it ajaxifies a Java application.