In Tips

7 CSS and JavaScript Performance Tips

Posted by on May 14, 2013 | 14 Comments

Have you ever thought about how many customers you lose by having a slow site? And I’m not talking about file size only, as we rely on browser capacities to understand our code, we need to consider the processing time also. (more…)

Read More

In Tips

Getting Started with WordPress Post Formats

Posted by on May 9, 2013 | 5 Comments

Since WP 3.1, we’ve had post formats. Most people don’t know what that is and most developers don’t make use of this great tool.

You should know about it since we’ll probably have a great increase on post formats usage with the upcoming WP 3.6 version. There we’ll find a better post formats UI, and certainly a big incentive for users to understand and use it accordingly. (more…)

Read More

In Tips

Modernizr & YepNope Tips

Posted by on May 2, 2013 | 6 Comments

Every day we have new and better browser versions. Real browsers (like Firefox and Chrome) have reached their 20th version a while ago, and the awesome features list is just increasing. On the other hand, we as developers must ensure that our products work fine in older browsers (but not IE6 kind of older), since many paying customers can be using IE8 (or 7?) or even slower machines that don’t allow you massive JS or HTML5 work. (more…)

Read More

In Tips

9 jQuery Mistakes you Shouldn’t Commit

Posted by on Apr 19, 2012 | 63 Comments

jQuery is so easy to use that sometimes we just forget that it’s not CSS. While using CSS, we don’t have to give much thought to performance, because it’s so fast that it’s not worth the effort to optimize it. But when it comes to the real world, jQuery can drive developers crazy with performance issues. Sometimes you lose precious milliseconds without even noticing it. Also, it’s so easy to forget about some functions and we keep using the old (and not-so-good) ones. (more…)

Read More