Related Articles
Print Window Page Using Javascript
Below script prints the window page by simple javascript function. See below :
Top 10 Websites Built Using These Languages
Check below the list of Top 10 Websites Built Using which programming language. 1. Google – Java (Web), C++ (indexing), Python for Appspot 2. Facebook – PHP, Backend – Mysql Top 10 Websites Built Using 3. YouTube- Flash, Python, Java 4. Yahoo– PHP and Java, Backend – Mysql 5. Microsoft Live.com – .NET 6. Baidu […]
Find Console in Firefox Google Chrome Apple Safari Internet Explorer and all Browser
Firefox http://getfirebug.com/ (you can also now use Firefox’s built in developer tools Ctrl+Shift+J (Tools > Web Developer > Error Console), but Firebug is much better; use Firebug) Safari and Chrome Basically the same. https://developer.chrome.com/devtools/index https://developer.apple.com/technologies/safari/developer-tools.htmlInternet Explorer Don’t forget you can use compatibility modes to debug IE7 and IE8 in IE9 or IE10 http://msdn.microsoft.com/en-us/library/ie/gg589507(v=vs.85).aspx http://msdn.microsoft.com/en-us/library/dd565628(v=vs.85).aspx If […]