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)”
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)”
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 […]
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.
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 […]
Gary Haran wrote stuff you should know about bookmarklet and answer the question that’s on everybody’s lips
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 […]
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.
Here’s something we’re always ask : “Can we see the list in the order we want?”