jQuery Status Box Plugin
I have added my jQuery Status Box Plugin to the site. There is a version for jQuery UI 1.7.x and one for jQuery UI 1.8.x. I hope you find it useful! Update: I added a live example!
View ArticleImproved Symfony Widgets
One of the biggest problems with any user interface is ensuring the forms and controls are simple and straight forward to use. While Symfony comes with a great many of widgets that you can use in your...
View ArticleHow to add jQuery to your Symfony project, part 1.
The simplest way, hands down, is to simply include the sfJqueryReloadedPlugin in your project. This also enables you to include the sfAdminDashPlugin which makes for easy navigation and a nice login...
View ArticleHow to add jQuery to your Symfony project, part 2.
In part 1 we explored why exactly we may want to build our own jQuery plugin, so now in part two, we will cover exactly how to do so. Note: these examples are through a bash command line, as I am...
View ArticleHow to build a better date widget in symfony with jQuery
We’re going to step things up a notch with this one, so hang on for the ride, because for those of you not already well versed in symfony and jQuery, there will be a lot of new information, and it will...
View Article