In an effort to enhance the knowledge of the video-making community, I have compiled a list of all true 16:9 video resolutions, including their associated standard when applicable, as well as when the resolution is dividable by 8, which is useful for limited video encoders. The table goes up to 1080p and includes the common …
Daily Archives: December 6, 2012
Microsoft Office 2013 – Download the 60 days trial version
This year, Microsoft also will deliver the last version of its famous Office suite, and the 60-day trial is available, here.
MOBILE ★ BOILERPLATE
A best practice baseline for your mobile web app Mobile Boilerplate helps you create rich, performant, and modernmobile web apps. Kick-start your project with dozens of mobile optimizations and helpers.
Multiplatform HTML5/java/c#/objective c/native Mobile Frameworks
The mobile web is growing up quickly, and tons of great HTML5 features are already supported on modern mobile browsers. Web developers can use the same set of technologies they know and love to build rich web applications that work across different device types.
methods to speed up PHP based website’s performance
PHP is great for writing quick dynamic stuff for your website. Just a couple of lines of code can be written in 2 mins to insert or retrieve data from db. But with ease there is also some pain… the downside is that each request for a dynamic page can trigger multiple db queries, processing …
Continue reading “methods to speed up PHP based website’s performance”
Parsing a URL querystring into variables in PHP
It’s common knowledge you can read variable from a URL querystring by using $_GET array in PHP, but that’s only possible if the URL is “executed” in the browser.