See this minimal test case for an example of the following problems:
Author Archives: Prosoxi.com Webmaster
How to disable Compatibility View in IE
<meta http-equiv="X-UA-Compatible" content="IE=8" /> should force your page to render in IE8 standards. The user may add the site to compatibility list but this tag will take precedence.
JS CDN
Everyone loves the Google CDN right? Even Microsoft runs their own CDN. The problem is, they only host the most popular libraries. We host everything!
PHP $_POST array empty although php://input and raw post data is available?
I just helped a friend get through a devious issue with his PHP installation that I thought i’d blog about. There are other posts discussing problems related to having a $_POST array be completely empty although reading POST data directly via php://input wrappers works.
PHP HTTP Authentication
You could easily make this authentication more dynamic by checking a database for the username and password. We can get whatever the user typed into the dropdown box by specifying the following superglobals.
ffmpeg_movie object methods
PHP ffmpeg methods