See this minimal test case for an example of the following problems:
Continue reading “In IE 7-9, HTML5 required attribute has problems”
Attention in classroom
See this minimal test case for an example of the following problems:
Continue reading “In IE 7-9, HTML5 required attribute has problems”
<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.
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!
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.
Continue reading “PHP $_POST array empty although php://input and raw post data is available?”
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.
PHP ffmpeg methods