Showing posts with label fixes. Show all posts
Showing posts with label fixes. Show all posts
Like many of you, Google Chrome is my favorite web browser.It is simple and faster than other browsers. But while opening PDF files chrome is the not that good. Most of the time PDF files won't load in chrome.  Even if it does it will take much time. I have seen my friends using other browsers when they want to open a PDF file.Many of you might have felt this problem.The reason for this delay is chrome's in built PDF viewer.Unlike other browsers chrome uses its own in built PDF viewer for opening PDF files.So how to fix this ? Let's see!

For this fix to work you need Adobe acrobat reader. If you don't have Download it here
  • Open Google Chrome
  • In the address bar type chrome://plugins
  • Scroll down and disable chrome PDF Viewer
  • Enable Adobe PDF Plug-In 
You are done :-) Now try opening your PDF files.You will find PDF files opening much faster than before.

Read more ...
Many of you might have felt some difficulty in saving the HTML/JavaScript Gadget in Blogger after writing your code. I have felt the same so many times and i found a way out.

In my observation the problem arises when the code i tried to add starts with <script> module . So I added a <style> module tags above this script. And the gadget saved Successfully. So try this methods


  • Case 1: If your code already contain <style>.....</style> module, put it before the <script> ....</script> module.
  • Case 2: If your script doesn't contain a <style> module, Put a <style>.....</style> module above the script. You don't need to add anything inside the <style> tags.
  • Note : If case 2 doesn't succeed try giving maximum space in between the tags.
This is purely a trial and error method. There is no technical reasoning behind this :-) We have put this trick as a video watch this !


Read more ...

Receive All Free Updates Via Facebook.