Automatic Tag Clouds for Every Site
by ml |
0 comments | Tuesday, January 9, 2007
Fluent Interfaces in PHP
by Cal Evans (editor) |
3 comments | Wednesday, December 20, 2006
Fluent Interfaces is not a new programming construct, in fact many of you may be doing it without knowing it’s name. In other languages it is commonly known as “chaining”. However, PHP developers have not been able to use them until PHP 5. Now with PHP 5 and the ability to directly dereference an object, PHP developers can build objects using fluent interfaces.
TagCloud Goodness
by Cal Evans (editor) |
2 comments | Wednesday, August 23, 2006
There is no more perfect icon of Web 2.0 than the TagCloud. These days they are everywhere and while some see them as the new pink, they are still a valid navigational element. Jenny over at Prism-Perfect shows a quick way to build them.
