What is my browser width?
Your browser is currently pixels wide
Detecting the current width of a browser can be really useful when designing a site for different sized devices such as mobiles & tablets.
Using a simple bit of jQuery, you can detect the current width of a browser and tailor the content on the page to respond nicely to that width. You could also feed this to the server side to process the next page load to speed things up a bit!
Feel free to checkout the source code.