First go to JQuery.com and download the last version of the library (links are on the left hand side). I usually work with the minified but not Gzip file, but the choice is up to you.
Read the rest of this entry »
Graceful javascript accordion using JQuery part2
Graceful javascript accordion using JQuery part1
I am gonna try in my next few post to show you how to build a perfectly accessible javascript accordion. I will use JQuery as Javascript framework but if you prefer any other I am sure you will be able to adapt the syntax to fit the library of your choice.
Javascript framework roundup
There is plenty ofo different javascript framework out there. If you haven’t used one before, and you are dealing with javascript very often you better try cause you won’t regret it. Particulary usefull for fancy stuff, animation and Ajax.
Here is a quick overview of the most popular javascript framework. I don’t think one is really better than an other. They all have pretty much the same abilities and it’s up to your coding style really.
SWFObject update, embed flash version 2
I have explain in a previous article how to use SWFObject to embed your flash clip. The method was working with SWFObject version 1.
A new version has been released few weeks ago and the syntax change a bit. Here is the new way to use SWFObject: Read the rest of this entry »
SWFObject, valid embed flash animations
This article is dealing with the version 1 of SWF Object, for version 2 explaination please visit this page:
www.yoursiteisvalid.com/swfobject-update-embed-flash-version.html
In the last article, Alternatives for images and flash animations, we have discussed how to provide solution for users who don’t view important images or flash animations.
You might have seen the tags <object> and <embed> when you work with flash for your websites. Those two tags are needed if you want your animation to work for all major browsers. Unfortunately, <embed> is not w3C valid. Quite annoying when this is the only thing that keeps your website from complete validation. Read the rest of this entry »


