Recent Writing
-
Introducing the Webservice Behavior
Jul 04 2008
As webservices grow so does the need for being able to communicate with them in an easy fashion. This simple blog alone uses 2 webservices. The recent tracks at the bottom is a feed I pull from Last.fm and my spam protection is provided by Akismet. When first building my site I looked for an already built solution and found a partial solution in Felix Geisendörfer’s WebModel.
-
More dogfood
Jun 29 2008
Well I just got back from a wonderful 2 week vacation of europe. My wife and I went to Amsterdam, Rome and Paris, for an art-geekout. We went to every museum we could and saw tons of beautiful works that really need to be seen in the stone and paint. We took tons of photos and I hopefully will find the time to do some painting based on them in the upcoming months.
-
Eating my own dogfood Upgrading to CakePHP RC1
Jun 13 2008
Well today I took the time to upgrade to CakePHP 1.2 RC1 in the spirit of ‘eating your own dogfood’. I got the usual warnings about
vendor()being deprecated. I also took the time to switch over all my Bindable calls to the fresh core Containable Behavior. Which for the most part consisted of changingrestrict()calls tocontain()calls. -
CakePHP RC1 released
Jun 05 2008
Earlier today a CakePHP 1.2 RC1 was released. You can read the full changelog
or read the official announcement to learn about whats been going on since the beta. Also download a new Cake and smell the fresh icing. -
PHP's isset() and arrays
Jun 01 2008
Earlier this week I learned that
isset()behaves a little differently than I had expected when dealing with arrays. Now I already knew thatisset()would return false on a variable not existing, or being set to null. However, I was not expecting it to return false on an array key existing and being set to null.
Recent Comments
- Oh, this is pretty! Added to my RSS reader already. :)
- Awesome =D. I could use these stylesheets in my source code viewer: http:/
- Thank you. This helper rocks.
- This behaviour looks fantastic and it’s just what I’m after.
- Glad you found it useful David, I’ve got plans to release my Akismet
- Mark, really nice code! Thanks for sharing it, I´m gonna use it in my nex