List of True 16:9 Resolutions

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 resolution for 27 inch 16:9 computer monitors and Super Hi-Vision.

Continue reading “List of True 16:9 Resolutions”

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.

Continue reading “Multiplatform HTML5/java/c#/objective c/native Mobile Frameworks”

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 of output, and finally formatting to display on browser. This process can eventually be slow on larger sites or slower servers.

Continue reading “methods to speed up PHP based website’s performance”