Ingredients:
sprites, unorderdered lists, Mootools knowledge.
Cooking time:
1 hr
Result:
Can be seen on our website – Rborn Web development – mouse-over the top menu.

I am sure you all know about Mictosoft’s IE9 Testdrive. Its main target was, for now, the developer – in an attempt to showcase the improvements in IE9 and maybe make us be more nice to them and forget how much time we waste with IE6.
What I was interested as a frontend developer was the the compatibility tables for features like SVG, CSS3 and DOM. And the test results, as per Microsoft’s page, are all gorgeous.

Upload forms are something we often use in our projects. Sometimes a simple upload form is not enough, so I’ll try to compile a list with enhanced file upload forms that help us to improve the look, functionality and usability of our sites.
Why? Because “Downloadify is a tiny JavaScript + Flash library that enables the generation and saving of files on the fly, in the browser, without server interaction.” You can generate in the client side, with no server interaction files that can be saved on the user’s computer. Think about this: Downloadify, a clientside persistent storage [...]
Twitter needs no presentation, and the fact that many webmasters include their posts on their sites either. This can be done in may ways, using the Twitter API. One easy way is javascript. Thanks to some libraries you need few lines of code, and, because all is client-side you have zero load on the server. [...]
Today I will try to add more resources on the Javascript graphs utilities to create attractive and more intuitive data sets presentations( graphs ). RGraph HTML5 – graph library – yes HTML5 so IE users – change your browser, or use google frame. The library uses the latest CANVAS features and is fully documented on the site. [...]
What can you answer to your client when you try to explain that your code is W3c, semantic, crossbrowser and…accessible and your client asks you “Good for you you’re coding accessible websites, but do you actually know any blind user?” Meaning, why should someone care about how you code a site as long as table-based [...]
Validate forms client side with MooTools.
LAB.js (Loading And Blocking JavaScript) allows you load in parallel your js scripts , speeding up the process ( sometimes a lot). But also it can force that scripts are loaded in a certain order, so this way no dependencies are broken. The developer declares a 2x speed improvement on his site. On an ondevelopment [...]
I know, I know, browser sniffing is a bad habit and it should not be used, but still, there are cases when you will want to display a message to the user (ordinary users, that don’t hack their’s browser navigator.userAgent) or you really need to know what browser is he using. For example Chrome. It’ss [...]
