Posts Tagged ‘Javascript’

jQuery Treeview with MODx Wayfinder

Sunday, July 6th, 2008

Table of contents for The Making of Asian Diving Vacation

  1. jQuery Treeview with MODx Wayfinder
  2. Flash Banner part 1 - jQuery Flash and document specific chunks in MODx
  3. Flash Banner part 2 - The ActionScript and Shockwave

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

Grid edit in place with jQuery and Ajax

Wednesday, February 13th, 2008

This tutorial is about mimicking an Excel style interface that hooks into a database through Ajax. Most of the logic that creates the richness of the application is handled with jQuery. ... Read More

Sorting with jQuery sortable

Tuesday, January 29th, 2008

I recently did a rich interface to handle various configuration settings using jQuery and jQuery UI to be able to drag stuff around to control sorting. There are three possibilities:... Read More

Speedlinking 19 Jan 2008

Friday, January 18th, 2008

Time for some nice links again, as usual most links are from Dzone.... 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 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

Writing a CMS/Community with Smarty and the Zend Framework: Part 6

Friday, December 7th, 2007

This time we will take a look at the current state of the gallery section.... Read More

Multiple uploads with jQuery and Flex or Flash

Friday, December 7th, 2007

As you might know I’m currently working on a custom cms/community project and the specs state that each user should have a simple gallery. However, I’m really, really tired of uploading files the traditional way through file inputs. There is for instance no way of telling how the upload is going or preventing too big files before they are already on the server, just to name two problems. To make a long story short, it’s kinda primitive.... 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