↧
Create a smart, cross browser floating menu using Javascript
I recently wrote a Javascript library to show a floating menu that works cross browser and displays the menu based on a set of co-ordinates that you pass it. The floating menu is just an absolute div...
View ArticleJavascript library to manage Flash Local Stored Objects
In an earlier post, I explained how to use Javascript to talk to a Flash file to create and read Local stored objects, a.k.a. Flash cookies. The only hitch I met was that I couldn’t create cross domain...
View Article