IE8 – Developer Tools

2013-04-15 1 min read Uncategorized
Don’t start banging me for this, but I had to test something on Windows and thus found out this. I f you need to debug or test something on IE8 on Windows, then you can simply press “F12” and this will bring up the developer tools… could be useful to you, sometime if you are stuck with testing something on IE on windows 🙂 Related articles Microsoft’s Revamped ‘Modern.IE’ Offers Free Windows Virtual Machines Microsoft Launches Windows QuickStart Kit For Mac Developers, A $25 USB Stick With Windows 8 Pro And Parallels For Mac Microsoft Updates Modern. Continue reading

How To Quickly Check If You’re Running A Javascript Enabled Browser

2010-07-18 4 min read Uncategorized
<a href="http://www.makeuseof.com/tag/what-is-javascript-how-works">Javascript is an integral part of <a class="zem_slink" title="Web browser" rel="wikipedia" href="http://en.wikipedia.org/wiki/Web_browser">web browsing and a lot of websites use Javascript for <a class="zem_slink" title="Web application" rel="wikipedia" href="http://en.wikipedia.org/wiki/Web_application">web applications and functions. A question I get at AskTheAdmin.com often is how I can tell if I am using a Javascript enabled browser. I have two quick methods to tell if the browser you are using does or does not support Javascript. Continue reading