Google Chrome is targeting toward more secure web, and one of the major step in this is by also enforcing Content Security Policy at the Chrome Extensions level. This is enabled in all the manifest version 2 Extension, and the manifest version 1 is slowly being phased out (you get warning about it being deprecated […]
IE 9 Video Tag Support
The new shinning IE-9 from the Microsoft finally support the HTML Audio and Video tags. However there are some catches to look for. For the few months now, we have been using the VideoJS in my client web-pages, and it worked great on FireFox, Chrome, Opera, IE-8 and lower end browsers. However we got support […]
CodeIgniter File Upload and Mime Types
As I mentioned in my other post CodeIgniter and File Upload Library, uploading a file using CodeIgniter requires you to also know the mime type of file being uploaded and add it to proper location. I’m using CodeIngiter framework for Dynamic Subtitle Translator application, and it had worked great for me. However, few of my […]
Responsive Web Design using CSS @media queries
Responsive Web Design is the hot topic in the latest state of the art web site and web applications. There are various techniques and technologies used to achived that. But one of the simplest and hottest is using the CSS @media queries. Making a great looking web-page which works well on all the devices from […]