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…
We all want to increase the speed of our ASP.Net sites. Using bundle and minify to help keep code separate but still have good performance. I have been trying to migrate to the MVC methodology…