Posts Tagged ‘jquery’
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
Tags: flash, jquery, jquery flash, shockwave, Wordpress
Posted in Javascript, Wordpress, jQuery | 1 Comment »
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
Tags: ajax, jquery, json, PHP
Posted in Javascript, PHP, jQuery | 7 Comments »
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
Tags: jquery, menu, Wordpress
Posted in HTML + CSS, Javascript, jQuery | 6 Comments »
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
Tags: banner, flash, jquery, jquery flash
Posted in Flex, Flash and AMFPHP, Javascript, jQuery | 1 Comment »
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
Tags: flot, jflot, jquery
Posted in Javascript, jQuery | No Comments »
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
Tags: jquery, jquery flash, MODx
Posted in CMS, Javascript, MODx, jQuery | No Comments »
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
Tags: css, html, Javascript, jquery, MODx, treeview, wayfinder, yaml
Posted in CMS, HTML + CSS, Javascript, MODx, jQuery | No Comments »
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
Tags: jquery, Smarty, zend framework
Posted in Ajax, Javascript, PHP, Smarty, Zend Framework, jQuery | No Comments »
Tuesday, March 4th, 2008
I just realized that I’ve completely stopped using HTML Ajax. The framework has become completely superfluous for me now that I’m using jQuery’s $.post method.... Read More
Tags: html ajax, jquery, PHP
Posted in Ajax, PHP | No Comments »
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
Tags: ajax, Javascript, jquery, ria, Smarty
Posted in jQuery | No Comments »