Logo Background RSS

» Patterns

  • Fluent Interfaces in PHP
    By vinu on December 21st, 2006 | No Comments Comments
    A new buzzword in the PHP circles is Fluent Interfaces, which is not really new, but a way to chain methods of an object together. Here’s an example from Mike Naberezny which shows the regular way and the Fluent way: <...
  • Design Patterns for Web 2.0
    By vinu on June 29th, 2006 | 1 Comment1 Comment Comments
    Yahoo’s UI Blog and Design pattern Library have interesting topics on patterns to follow while designing UI’s for Web 2.0 applications. In the old web, an action almost always followed a page reload or an int...

Advertisement