Resize div element browser resize
- in Javascript
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…
a little philosophy in code
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…
Two ways to style alternating rows in a table. First, we can us CSS3 to style the alternating rows of any table using a simple pseudo class tag on a table class. Something like this:…
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…