Next Entries »
Javascript | Mar 13, 2007
11 comments

Securing your JSON

A week ago Joe Walker posted a note on the insecurity of JSON. I’m using JSON for almost anything so I was shocked a bit by his findings.

read this article

Plotr | Mar 2, 2007
3 comments

Plotr 0.1.4: Added table parsing

A new version of Plotr is out: version 0.1.4. A lot users asked me to implement a method that parses a table and plot a chart from the parsed data. So today I added it and it seems to work quite well.

read this article

Javascript | Feb 2, 2007
18 comments

Efficient looping in Javascript

While I’m a great fan of Javascript Libraries like Prototype and Mootools, I’m less happy with their iterators. Iterating through a large array just takes ages using Array.each(). I think the most annoying thing with Javascript is that it freezes the browser while it’s being processed.

read this article

Mootools | Jan 16, 2007
26 comments

Mootools: playing with height-transitions

A few days ago someone mailed me how I made the ’search’ and ‘about’ tabs that appear on every page on solutoire.com. In this post I’ll explain some techniques like ‘height transitions’ and ‘class toggles’. Sounds pretty hard but you’ll see it’s quite easy. You can see the result at example page 2.

read this article

Mootools | Dec 18, 2006
22 comments

Mootools: JSON explained

I haven’t seen much tutorials around explaining using JSON with mootools, so I decided to write one. A year ago I always thought JSON’s a hard to understand way to have your client apps communicate with a server. Well, by using mootools it’s a breeze. If you don’t know what JSON is, check out json.org. Json.org says the following about JSON:

read this article

Other | Dec 6, 2006
2 comments

Ajax Resources

I haven’t updated ajax.solutoire.com for a while, but lately I had some time to work on it. So I rewrote the page from scratch. It’s more lightweight than before. I also added like 100 new resources. I’ll promise to keep it more up-to-date now… Please take a visit and see it yourself.

Notes | Dec 4, 2006
1 comment

Aptana Javascript IDE

Need a good javascript/ajax editor with code completion and support for several popular frameworks? Give aptana a try!

Notes | Dec 2, 2006
No comments yet

XSS

Dr. Nix Williams wrote a nice article on how to embed your widgets on another site using XSS.

Mootools | Nov 29, 2006
80 comments

Mootools: horizontal accordions explained

Back in the days when I used moofx I wrote a tutorial about horizontal and vertical accordions. Now moofx is part of the mootools framework so it’s time for a new tutorial.

read this article

Mootools | Nov 29, 2006
41 comments

Fx.Font: mootools and font resizing

This script is very old and is likely not to work with the current version of Mootools!

When the large ‘A’ is pressed the font-size increases a little. The smaller ‘A’ resizes the font to it’s original size. It’s a piece of eyecandy and it’s very effective for websites having small font-sizes. I checked how they implemented this function and I found they where using their ‘old’ moo.fx.

read this article

Next Entries »