Problog This post cover the following topics: arguments object caller object callee object introduce a simple stack trace function for all browsers When i wad first introduced to the arguments object and its caller property i thought about all the cool things i can do with it (yes i’m a geek). What is arguments Object [...]
Problog This post cover the following topics: What is Firefox Profile Manager Setup a developer profile Tweak the browser for debug profile This post is either for new web developers or to advanced developers that keeps crashing their Firefox or have too much developing extensions that it affects their day-to-day browsing experience. I came across [...]
Problog This post cover the following topics: CSS hover pseudo-class Setting a visited link color Getting an elemtn’s color using CSS Knowing where users have been using CSS Web mind reader joke One of the greatest things about CSS is that it gives you almost full control about the way elements are being presented on [...]
Problog This post cover the following topics: Why do we need client side persistence Using the cookie in javascript Writing javascript object to the cookie using JSON The Cookie Monster object to handle client side persistence Alternatives to the cookie As web technology evolves we started to notice more and more advanced web applications that [...]
First of all, i was amazed when i got such a nice feedback from the jQuery community, telling me how they use my plug-in. Most of the people contacted me about it use the floating object for a floating menu in a web site – which i think adds a nice touch to it. Some [...]