For one of our projects, I was creating a photo bar. When the mouse was over one of the photos it was ment to increase in size and decrease back to original size when the mouse left. Unfortunately the client for which this was developed uses ie7 exclusively. This has brought two problems: 1. ie7 [...]

Read more...

§266 · May 28, 2010 · programming, web · (No comments) · Tags: , ,


It is good practice to put all of your javascript code in its own namespace. When doing so in combination with setTimeOut timer function it is important to remember that the object evoking the function will be the DOM window and not your namespace object. Therefore it is needed to add the namespace before the [...]

Read more...

§262 · May 11, 2010 · Me · (No comments) · Tags: , ,