Recent Entries:

Favorite Links

OnTheFly

Thursday, March 19th, 2009

I Just published on github a tool to concatenate JavaScript and CSS files on the fly to speed up the development process when using large code base. Check the project page

onmouseover / onmouseout and nested divs

Friday, August 29th, 2008

I had never noticed a behavior which left me astonished
If you have two nested divs and are listening for the onmousover event on the parent div, you will get a onmouseout event when entering the nested div!
parent div
Nested div

As I see it, since the mouse has not left the area covered by the red [...]