Archive for the ‘Javascript’ Category

jQuery datePicker

Tuesday, September 2nd, 2008

This is a quick note, not really a tutorial since this stuff is really trivial to setup. I use the jQuery datePicker plugin by Kelvin Luck.... Read More

Adding search with jQuery and Check Boxes

Monday, August 25th, 2008

Asian Diving Vacation search function... Read More

Tracking Clicks with jQuery and Google Analytics

Tuesday, August 19th, 2008

My Wordpress stats plugin stopped tracking clicks on external links the other day. I have no idea why, all the rest is working correctly. What to do? With Google Analytics it’s possible to manually track clicks by adding an onClick attribute in the anchor tag. As if we would do such a thing when there is jQuery…... Read More

Shockwaves in Wordpress with jQuery Flash

Friday, August 15th, 2008

The other day I had to figure out how to load a shockwave into a wordpress post, I decided to do it with jQuery jFlash. I always edit in HTML mode so I could just paste the following in my article:... Read More

jQuery JSON with PHP json_encode and json_decode

Friday, August 15th, 2008

Today I looked for a replacement for my old jspanserializer.js script that I can’t even remember where I found anymore. Turns out that I wont have to either, I can forget it. From now on I’ll use jQuery JSON instead.... Read More

Expandable sidebar in Wordpress with jQuery

Tuesday, August 12th, 2008

This is really simple stuff, you’re wasting your time if you are above the absolute jQuery newbie level.... Read More

Extendable Flash Banner with jQuery Flash

Saturday, July 26th, 2008


Yesterday I had to figure out a way to make an extendable banner in Flash that when extended covers the content. The main idea with the approach I took is to load the shockwave in a div tag that is positioned above the content and have a movieclip in the shockwave for instance move down when the mouse is positioned over it.... Read More

jQuery Flot - a more complex example

Thursday, July 24th, 2008

The goal of this interface was in essence a combination of the military budgets example and the zooming with overview example. It turned out to be more complicated than just pasting the code from both, anyway below is a screenshot of the result so far.... Read More

Flash Banner part 1 - jQuery Flash and document specific chunks in MODx

Saturday, July 12th, 2008

If you are new to MODx you might want to check out the newbie MODx tutorial before you continue.

... Read More

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.


There will be a lot of information on the site and I hate drop down menus because they don’t keep state when you browse, a tree view would though. The one I chose is made by Jörn Zaefferer.... Read More