Archive for November, 2008

Dojo Lightbox, CDN and Problems

Friday, November 14th, 2008

I have spent over an hour trying to get a simple page using Dojo’s lightbox and no luck. I am more of a jQuery fan, but thought I would give Dojo a try since it is coupled with Zend Framework now. I tried adding the script and css tags manually to the page, not through […]

Zend Framework - Zend_Db_Table and Zend_Loader

Friday, November 7th, 2008

I am using Zend Framework and have a different directory structure than normal. I separate modules into a folder in /home and have website specific code in in an app folder for that website. In other words, /home/__common/app/blog would be where code for a blog sits that is used across many websites. And could for […]