|
|
|
Working Modularly with PHP
Category: Web Development > PHP
Posted: 28 Mar 08
Many sites do not use any fancy Content Managment System (CMS) to generate their pages, they are just just good ol' static HTML content. A site for your grandmothers pie baking business probably only has a few pages, perhaps a homepage, about page, and contact page. Each of these pages has different ...
|
|
|
|
|
|
|
|
|
|
|
|
rails with_options
Category: Web Development > Ruby On Rails
Posted: 10 Jun 07
Several methods in rails take a hash of options as the last argument. If you are passing the same options to several methods, you can remove this duplication by using with_options. Learn all about it in this episode.
|
|
Learning Tapestry 5
Category: Languages > Java
Posted: 10 Jun 07
Screencast about Tapestry 5. It covers creating a new project (using Maven), setting up dependencies and structure, and creating a page template and seeing changes to the live application when you change a Java class.
|
|