Welcome to TotalDev.com!
TotalDev.com is the long-overdue replacement for the old SweetPHP.com plus a whole lot more. This site will offer the same software including future improvements and upgrades as well as articles, tutuorials and code snippets from time to time. The site is still in the transition phase and during this time relevant content from the old site is still being moved over. So if you don't see something that used to be here, it should be coming soon.
Submitted by mattman on Sat, 01/28/2012 - 02:48
Development for TotalCalendar 3.0 has started. It actually started a LONG time ago. However, I recently decided to do a complete rewrite from the ground up. The new version is being designed for speed and efficiency. So far it's off to a great start. There are a few main goals for the new version:
Submitted by mattman on Thu, 01/19/2012 - 20:38
Have you ever needed to grab a still frame from a video clip and display it as a thumbnail image on your website? This process can be pretty simple with the right tools. I've run into several situations when I've needed to extract frames of a video and display it as a thumbnail inside a page.
Requirements:
Webserver running PHP
ffmpeg installed on server (this post will not cover the installation process)
PHP Code: