Posts Tagged ‘Zend Framework’
Meet the GEM Project
by David Joly | Thursday, July 22nd, 2010GEM is an open-source project currently in its formative stage. The main purpose behind the project is to provide an easy to use, extendable system to aid in the rapid development of custom web applications. Visit gem.zeletron.com Read More…
Managing Ajax Errors
by David Joly | Wednesday, May 5th, 2010Ajax is an incredibly powerful asset in the world of web development. Developers can create web applications that no longer need to load a new page for every request. This can make using the web application faster and more enjoyable. Read More…
Discovering jQuery’s data() function
by David Joly | Tuesday, March 23rd, 2010If you have programmed an Ajax web app, you know that manipulating the DOM from a callback function is easy. Manipulating data can be a little bit tricky though, because previously declared javascript variables are not available to the callback function. Read More…