Having a problem that some of youtube videos are working some are not?

  • Enter “Chrome://flags” in the address bar.
  • Find an entry that says “Disable hardware-accelerated video decode.”
  • Click “Enable”.



Reopen your browser and now you are able to play youtube videos without any problem at all.


Read more

Hi friends,

It has been a long time since I blogged last time. I hope you all are doing well. 

Lets see how we can solve an issue like shown bellow image.  


You can see there is an odd character in the above para in example image, so this could be you have used wrong character sign in wrong encoded page. 


  • If your page using ISO-8859-1 encoded page, then you have to use correct ISO character code. It is same for the UTF-8 too.

  • You should try to replace special symbols with HTML codes. Ex: '£' for '£'
  • If data feeding from a database, set connection charset to `utf8`. Ex: characterEncoding=UTF-8 or mysql> SET NAMES utf8;
Hope this would help you. Let me know if you've encountered any other issues and how did you solve it. 

Good luck !

Read more