Javascript switch statement with a substring
- in Javascript
I needed to set an active tab in a menu. You obviously can not do this with pure css, at least that I have found. I am using ASP.Net MVC so the url will always…
a little philosophy in code
I needed to set an active tab in a menu. You obviously can not do this with pure css, at least that I have found. I am using ASP.Net MVC so the url will always…
I wanted to have a site that was a little bit more responsive than just the width of things changing. I wanted the body div to resize to match the screen of the user. What…
I needed to create a slideshow with jQuery in an ASP.Net page. I knew I could do it with a callback to the server, but this really seemed like a waste of resources. I didn’t…