Search blog

Monday, April 22, 2013

Green Screen While Watching Youtube Videos or Flash Videos in Mozilla Firefox, Google Chrome Browsers

If you're a getting a green screen (where you can only hear the audio and not watch the video) while trying to watch a video in YouTube or Facebook follow the following instruction to resolve your problem:

1. On the Flash Video 'right click'
2. Click on Settings and DISABLE this --> 'Enable hardware acceleration.'

Click image to enlarge

Sunday, April 7, 2013

Increase Max Upload Size in phpMyAdmin

To increase the max upload size in phpMyAdmin simply change this value in php.ini file. This file is located inside the php folder. Once changed restart your Apache server.

post_max_size = 100M
upload_max_filesize = 100M

Keep both the above values equal else phpMyAdmin will use the smallest values from both the given values.

 

Top 5 Posts (Weekly)