Archive for the ‘jQuery’ Category

jQuery Treeview with MODx Wayfinder

Sunday, July 6th, 2008

I’ve begun creating a site for a friend of mine who will sell diving, Asian Diving Vacation (please don’t bitch about the way it looks at this point, it’s a work in progress, the only reason I’m linking to it at this point is because there is also a lot of bitching about demos going on, so here you go demo freaks) . I’m using MODx because it simply rocks for the purpose, we don’t need any strange modules that would require something from the giant repositories of Drupal or Joomla.... Read More

Nice ZF, jQuery and Smarty combo

Thursday, June 19th, 2008

Today I noticed a nice, short example of the Zend Framework, jQuery and Smarty stack I’m using. It’s got a lot of niceties from each component in a very small space, perfect for showcasing each and how they can be integrated!... Read More

Grid edit in place with jQuery and Ajax

Wednesday, February 13th, 2008

Update: There is a new much simpler series using jQuery/Ajax to create a grid-like CRUD interface, if the below is too much that one is a much better place to start.... Read More

Sorting with jQuery sortable

Tuesday, January 29th, 2008

Update (2010-08): There is now a newer tutorial on jQuery UI’s sortable, using a much simpler GUI than in this tutorial.... Read More

Validation and AJAX with jQuery

Friday, December 28th, 2007

In this article I will describe setting up an interface for writing articles that is reminiscent of Wordpress but much simpler. We will use jQuery and a suitable plugin to do client side validation, we will also implement some jQuery AJAX to make the form more responsive.... Read More

jQuery Chili plus Code Autoescape is good code highlighting in WordPress

Friday, December 21st, 2007

Today I found Chili which is a jQuery plugin. I’ve been looking for something like this for quite some time. The ability to highlight code snippets client side is a very appealing thought. No more server side manipulation that might be prone to errors, follow the link to Priyadi’s autoescape plugin below for a more thorough discussion.... Read More

jQuery tablesorter – sorting tables is easy

Tuesday, December 11th, 2007

This is a continuation of the scrolling and toggling tutorial. Some of it’s content is discussed here, without much explanation. ... Read More

Multiple uploads with jQuery and Flex or Flash

Friday, December 7th, 2007

Update 01/11/2008: There is now a new Flash only version that works properly with version 10 of the player.... Read More

jQuery – making scrolling and toggling simple

Wednesday, December 5th, 2007

I recently discovered jQuery and I thought it looked great. I could hardly wait to try it out in a project and the time has finally come.... Read More