Archive for July, 2008
Zend_Acl Db Storage
1I’ve spent the last few hours trying to extend Zend_Acl_Role_Registry and Zend_Acl to support Db storage, when it just hit me what I’m actually trying to do, and a much easier way to do it!
(more…)
JS Lazy Developer
0With JavaScript being taken alot more seriously, we’re seeing a rise in JS best practices, the days when JavaScript would be mocked based upon annoying popup’s, really crap navigation systems that broke in every browser except IE, and seriously disgusting page effects that should stay relegated on people’s myspace pages are pretty much over. JavaScript has reached a new standard and coders are helping to drive it.
{ Publisher Subscriber Pattern }
2A few weeks ago I was introduced to the Publisher Subscriber pattern in JS, pretty much confused by the methodology behind it I decided to give it a go.
The publisher subscriber pattern allows several methods to subscribe to a particular event. Methods and functions can unsubscribe and subscribe to any event at will, this is handy if you want to remove or add a method to an event handler at runtime.
(more…)
Zend Framework and DoJo
34I pretty much wet my self when ZF announced that they’d be integrating Dojo with the next iteration, and low and behold the first RC was made publicly available a few days ago. I literally dived in head first today, only to find the documentation was some what lacking.
I don’t think the documentation is quite complete, but hats off to ZF for taking a step in the right direction.
Here’s a quick tutorial on using Dojo’s container’s and pane’s with ZF. I’ve added line breaks so it fits into the old blog.