Monthly Archives: January 2010

What’s groovy in Firebug 1.5

Now Firebug 1.5 is out in the wild. What really impressed me is the significant difference between the last version and the really user friendly interface it gives. One of my favorite features is that you can now sort the … Continue reading

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

Google Closure Compiler doesn’t work?!

What are these strange java errors? No, it works but maybe the problem is you current Java version. The Google Closure Compiler requires 1.6 and most commonly you’re runing on 1.5 therefore it produces errors. It was my problem when … Continue reading

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

Performance of jQuery 1.4

Since the release of jQuery 1.4 most of the blogosphere is full of articles about it, what’s new and how to upgrade from 1.3.2. Actually one of the most common words in these posts, according to Steve Souders, the guru … Continue reading

Posted in javascript | Tagged , , | Leave a comment

What if your site doesn’t use all of the CSS selectors?

Why my site doesn’t use all of the CSS however? Well someone can ask how you can have CSS that contains selectors that aren’t used on the site. There are two reasons to happen and most of the cases both … Continue reading

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

What should I optimize first in my web page?

I start with the optimization process … It’s a common question! Where do I begin with the optimization process. Should I start with JavaScript or with some simple Apache optimizations? The answer is pretty simple and it’s related to a … Continue reading

Posted in web development | Tagged , , , , , , , | 1 Comment