During my latest project at work, I’ve come across a rather frustrating problem.
The Zend Framework now includes integration with the Dojo Javascript library, so it was a natural decision to try and work with the two systems to try and make my latest project functional and look good too.
Unfortunately, this turned out to be too time consuming to make the UI look and act the same in both Firefox and IE. Most of the time, complex nesting of Dojo elements have very different renderings in the two browsers.
So, my next choice for adding Javascript visual effects is YUI. So far I’ve had a pretty good experience with the library, and it works with JSON data types as well, so I can reuse a lot of my data generation code that I was using with Dojo.
I’ve decided that I’d like to try to build a module for the Zend Framework to include the YUI library, and integrate it with Zend Forms, the same way that Zend Framework integrates Dojo.
For starters, I’m just going to be creating some decorators to incorperate the YUI calendar into the Zend Form, and maybe the WSYWIG editor as well.
If you’re interested in helping, then by all means, leave a comment and let me know…

