By Kevin Waterson Abstract Convert Video To FLV Convert Video To JPEG Sequence Convert Every n Seconds To JPEG Convert Specific Frame To JPEG Watermark Video With Image Overlay Add Timestamp To Video
Category Archives: Programming
Model View Controller MVC
http://www.phpro.org/tutorials/Model-View-Controller-MVC.html http://php-html.net/tutorials/model-view-controller-in-php/ http://anantgarg.com/2009/03/13/write-your-own-php-mvc-framework-part-1/ http://www.sitepoint.com/forums/showthread.php?t=575427 http://www.henriquebarroso.com/how-to-create-a-simple-mvc-framework-in-php/ http://php-html.net/tutorials/model-view-controller-in-php/
Top 20 Premium Quality Sliders
http://net.tutsplus.com/articles/web-roundups/top-20-premium-quality-sliders/
Disable textarea resizing
CSS to disable resizing The CSS to disable resizing for all textareas looks like this: textarea { resize: none; }
mollom.getServerList
mollom.getServerList Required Name Type Description required public_key string Site public key required time string Site server time in this format: yyyy-MM-dd’T’HH:mm:ss-.SSSZ required hash string HMAC-SHA1 digest required nonce string One time nonce optional ssl boolean Use SSL for all api calls returns array of strings Array of servers that can be used
.htaccess: Directory Listing – Enable Web Directory Browsing & Indexing
One of the best things I love Apache web server is that it instantly enables you to share files and resources via plain web directory index listing without having to spend time making any fancy web pages to serve them. However, there are times when you need to hide things out. To disable web directory …
Continue reading “.htaccess: Directory Listing – Enable Web Directory Browsing & Indexing”