Skip to main content

Posts

Showing posts from June, 2018

Fix 'Script/ content not visible/working' issues.

While using a website or while working on web development projects, a common issue we face is that the scripts do not work. Or the content such as 'xsl' type files are not displayed. This happens a lot with Google Chrome. You may spend hours trying to figure out what's wrong. Here's what you need to do (Common debugging technique for web development): 1. Right click -> Inspect element. 2. Go to Console section. 3. If you find error messages like 'Unable to load', this solution might help. Change your browser. Google Chrome blocks scripts for security purpose. Fix is simple. Just download Firefox and you are good. Firefox also provides inspect element features like Chrome. Hope this helps!