CakePHP news: Data Bindings v0.1 Example
You might know that I am involved in the [CakePHP framework](http://www.cakephp.org/) project, and I’m developing web sites with it now. On the IRC channel today, I was alerted to the existence of the Bindings sister project. Now they have an…
Delicious: Re-use of metadata
I have now added even more stuff to that bloated sidebar of mine. Perhaps you also have a delicious feed, and a WordPress blog? [Grab this plugin](http://www.w-a-s-a-b-i.com/archives/2004/10/15/delisious-cached/) to get started. The folks at Del.icio.us have made it really simple to…
ActiveRecord outside of Rails: handy DB-tool
The popular web framework Ruby on Rails has a core part called ActiveRecord. That is the ORM, the object-relational mapper, which lets you use your database records “as objects” in your code. With Rails, ActiveRecord is very powerful, but it’s…
