Friday 24 May 2013

JavaScript Errors

How to Fix JavaScript Errors on Your Web Page
Why check Javascript errors on your website? JavaScript errors can creep in when a plugin executes a script which is not in compliance with the coding guidelines or when there are errors in the code. Most of the browsers have a handy debugging option that will enable you to check for errors during the loading of web pages. For instance in Google Chrome or Safari, you can go to the console by right clicking your mouse and select Inspect Element. Those using Firefox need to install the firebug add on before switching to the  Console. Read more...

SEO Tutorial