I thought I'd find my top 2 articles (based on traffic hits) and repost them here:
- Menu Click Instead of Hover: uncontended taking the first spot, it is a method (using only javascript) to tweak the default ASP.Net menu to respond to clicks instead of the default behavior of responding to mouse hover. Here is the full article.
- Dynamic Image Map: one of my favorites since it contains some pretty keen javascript and utilization of a js drawing library. It is an extension to the know HTML image map where now the hotspots are interactive. And here is the full article.