Search Results
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 […]
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, […]
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.
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 […]
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 […]
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, […]
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/
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 […]
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 […]
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. […]