Sometimes we need to present our sets of data in a webpage in a manner more friendly for the user. Graphs are suited for this. We can do this serverside, generating an image and send to browser, or make use of different scripts to draw the data straight in the browser. This is a very […]
Posted on January 29th, 2008 by admin
Filed under: Javascript | 3 Comments »
Javascript compressors, or packers, are tools that compress the javascript file, saving bandwidth. There are several tools that can do this.We will try to show some of them.
For tests i used mootools v1.11 downloaded full, with no compression.
Javascript Compressor
Highest compression level is with “high ascii” setting, “fast decode” unchecked and obtained a 0.224 compression. […]
Posted on January 28th, 2008 by admin
Filed under: Javascript | 3 Comments »
Lightboxes are a nice unobtrusive way to display content in your page,without forcing the user to navigate through your site, and leave current page.You can use it for interaction with user( a login box for example) , videos or even other html content.
We’ll try to make a list with some lightboxes, with some properties.
Suckerfish HoverLightbox […]
Posted on January 24th, 2008 by admin
Filed under: Javascript | No Comments »