Monthly Archives: February 2010

jQuery tips – storing data

Storing data? I was reading an article where the author says it is not a good practice to store data in the DOM. Indeed this is a bad practice and you should avoid it. After that he gives an example … Continue reading

Posted in javascript, web development | Tagged , , , , , , , | Leave a comment

Stylesheets may block rendering in IE. The solution is maybe dynamic loading.

Yes! Style sheets may block the rendering process in IE. When it comes to media different from the screen, as the print is: media=print this, lovely, browser stops the rendering until the sheet is loaded. This is pretty strange when … Continue reading

Posted in css, web development | Tagged , , , | Leave a comment

clickoutside jQuery plugin

I wrote a small plugin to jQuery that adds the event of clicking outside an element. You know sometimes you should close some modal windows when clicking outside. It’s really simple and small. Please provide any feedback that will improve … Continue reading

Posted in javascript | Tagged , , , , , , , | 5 Comments

HTC?! Round the corners on IE!

Well I was writing these days about rounded corners and some cross browser techniques that help you do this job. But what’s actually a topic now is that most of the web developers are speaking about making different versions of … Continue reading

Posted in css | Tagged , , | Leave a comment

jQuery tooltip plugin!

Tooltips and jQuery In order to complete the tooltip post series I decided to make a plugin for jQuery that implements tooltips in the most simple way I was able to find! I have no idea what are the other … Continue reading

Posted in javascript | Tagged , , , , , , , , , , , , | Leave a comment