Search Results

code : ffmpeg and ffmpeg-php demo flv conversion system

Wednesday, September 5th, 2007
If you’re new here, you may want to subscribe to my RSS feed. Thanks for visiting!here is the code for a Proof of concept i did a few months ago. Its a demo ffmpeg and ffmpeg-php video conversion system that will also generate thumbnails. you either upload a file to the server (for large […]


fix: wordpress mu plugin enable disable bug

Sunday, September 2nd, 2007
found a fix at bgevolution.com for a bug in wordpress mu when enabling /disabling the plugins menu As reported in my previous post, Wordpress MU has a bug where if you enable the Plugin menu, then disable it, you will not be able to re-enable it. To re-enable the Plugin menu, go into your PHPMyAdmin interface, […]


tip: force php error display

Friday, August 31st, 2007
Alot of web host turn off error reporting. and you’ll beat your head turning to turn them back on. here’s what worked for me - from the comments @ the php manual online < ?ini_set('display_errors','1'); ini_set('display_startup_errors','1'); error_reporting (E_ALL);?> then include what file you want to test.


fyi - dreamweaver svn access

Tuesday, August 14th, 2007
If your using an apache / svn setup you can access repos using webdav in dreamweaver update — if you use webdav you won’t be able to commit / add new files. but you can commit them from a regular client, then use dreamweaver to update them. also svn doesn’t seem to be tracking revision numbers […]


tying a custom sytem into plesk

Sunday, July 29th, 2007
ok well after stayng up for most of this weekend i’m still gonna end up having to use what i already had yesterday. but maybe my time wasted can help someone out there. 1. plesk’s cmd line subdomain creator does not tie into dns. so after slaving to have everything work perfectly with plesk - this […]


media temple: install ffmpeg on media temple dv or similar centos setups

Sunday, June 24th, 2007
the how to covers installing ffmpeg on media temple dv and similar centos setups. I’m going to use yum. Please note that you’ll still need to compile ffmpeg to reinstall it with shared libraries *note : when i started this tut, yum seemed to be the easiest method. due to the fact i like a challenge, […]


centos rpm repo i use often

Saturday, June 23rd, 2007
this is more for reference. I use the follow centos repo quite often, might be helpful to others http://centos.mirror.vpslink.com/centos-4/4.4/os/i386/CentOS/RPMS/


Wordpress : My AntiSpam Measures

Monday, June 11th, 2007
Well for the second time ever Akismet has reported a comment thats been flagged as spam. i know alot of people have complained that the biggest issue with blogs is comment spam. That said i’ve only gotten 7 hits to Akismet. Why? I have two other anti-spam plugins : Dr. Mikes awesome Bad Behavior […]


upcoming how to’s

Sunday, June 3rd, 2007
FYI - upcoming how to’s: this is more for my reference, and your knowledge. I’ll be posting a how to’s on the following subjects - making skinable flash applications - just gotta finish making mine work how i want it to. making an adult website with open source - no i’m not making adult sites (hey, but if […]


setup svn server on media temple dv or centos with plesk

Monday, May 7th, 2007
I’m saving this here for my ref: This walk through covers setting up a svn server on media temples dedicated virtual servers (dv) or similarly configured centos with plesk installations. With media temple the yum command isn’t available so we have to do it the long way first go to http://subversion.tigris.org/project_packages.html Download the source for both subversion and dependencies. […]