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 …

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 …