Archive for the ‘Javascript’ Category

Friday, July 11th, 2008

Heat click map with clickheat

Ever wonder where your users were clicking on your site? ClickHeat is a bunch of php and javascript script that allow you to record the click on you pages and display an overlay map of hot and cold click zone.

Want to see with your own eyes? Here is the click map of the gallery: clickHeat map

Use: viewHeat

Password: validPass

(more…)

Wednesday, May 28th, 2008

Accordion, last part, the javascript

So now we have our structure, we need the javascript to do the magic.

First create a new file and give it the js extension. Always better to put your code in a separate file than on the head of your page.

(more…)

Tuesday, May 27th, 2008

Graceful javascript accordion using JQuery part2

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.
(more…)

Friday, May 23rd, 2008

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.

(more…)

Friday, May 16th, 2008

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.

(more…)

Wednesday, May 7th, 2008

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: (more…)