jQuery datePicker
Tuesday, September 2nd, 2008This 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
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
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
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
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
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
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
If you are new to MODx you might want to check out the newbie MODx tutorial before you continue.
... Read More
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