Categories


Last article

Load a page with javascript

Someone asked me : “I would like this site to automatically load a certain page (1-31) depending on what day of the month it is (1-31)”

Read the complete article...

The echo chamber is a selection of articles taken from the web

all articles from the echo chamber...

Javascript for PHP lovers

I’m not a PHP guy and I like to use standards for the languages I’m using so this php.js thing is not for me at all. In fact, I really dislike PHP and though I use it often, there is no reason in the world I would want to use its syntax to write javascript.
Import […]

Read the complete article...

Flot : a new plotting plugin for jQuery

As you probably know, I’m a big fan of jQuery because it is more integrated with CSS than scriptaculous. Someone have made a new plotting plugin for jQuery called Flot and this is awesome. The examples are really looking good.

Read the complete article...

Intuitive Date Input Selection : a calendar with a special twist

If you’re a javascripter, chances are that you coded an infamous javascript calendar in your life. I saw somewhere that at the moment of his death, an normal javascripter will have coded an average of 7.4 javascript calendar. If we estimate that there is 2.3 million javascripters in the world, it means that there will […]

Read the complete article...

Tips on bookmarklet

Gary Haran wrote stuff you should know about bookmarklet and answer the question that’s on everybody’s lips

Read the complete article...

JavaScript Closures for Dummies

Closures are really powerful in javascript. The problem with them is that a lot of javascripters don’t understand them well. When I first started working seriously with closures, I had so many questions and no answers… until I read JavaScript Closures for Dummies. Don’t be fooled by the “for dummies” that could make you think […]

Read the complete article...

Easy cross-browser compatibility with IE7.js

I spent a lot of time testing cross-browser compatibility on the last site I did. My friend Frank of Ruby Fleebie is loosing hours trying to be compatible with Firefox and Internet Explorer. So, when I heard that a simple javascript file could help us in our work, I thought that it would be nice to share it with you.

Read the complete article...

Tablesorter 2.0 : Simple table sorter with jQuery

Here’s something we’re always ask : “Can we see the list in the order we want?”

Read the complete article...