Monthly Archives: January 2010

Cool jQuery 1.4 cheat sheet! Nice work!

jQuery 1.4 relased! Where’s the cheat sheet?! If you’re familiar with the new jQuery version 1.4. released recently, I’d suppose you’d like to get its fresh cheat sheet. Such has been published on http://labs.impulsestudios.ca/jquery-cheat-sheet or you can find it here.

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

Theory of caching. Zend_Cache & Zend Optimizer.

Although it may sound strange I’ll say why I’m using caching. Because it speeds up the site! Yeah there’s no other reason that may be so important as this is. The caching is not a process invented in the last … Continue reading

Posted in zend framework | Tagged , , , , , , , , , , , , | Leave a comment

Now jQuery 1.4.1 is released!

As the jquery14.com says: “jQuery 1.4.1 is now out! This is the first bug fix release on top of jQuery 1.4, fixing some outstanding bugs from the 1.4 release and touching up some gaps in the API.” It’s good that … Continue reading

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

Prevent link default action when mousedown and mouseup fires!

What is preventing default? I’m sure you know how to prevent the default action of a link when onclick event is attached to it. Yes, it is a common task and by simply adding a return false; at the end … Continue reading

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

Better Zend Framework documentation. Now version specific.

When I say better documentation I don’t mean it was somehow bad before. The difference is that now the doc pages are version specific, and this is particularly good for those working with older versions of the framework. In fact … Continue reading

Posted in zend framework | Tagged , , | Leave a comment