an audioplayer plugin for wordpress
Posted in WordPress on Jun 30th, 2009
A wonderfull flash player for audio content.
http://www.1pixelout.net/code/audio-player-wordpress-plugin/
a memory repository
Posted in WordPress on Jun 30th, 2009
A wonderfull flash player for audio content.
http://www.1pixelout.net/code/audio-player-wordpress-plugin/
Posted in WordPress on Apr 15th, 2009
Postie 1.1.1 is a Word Press pluging that alows users to post via an e-mail. Media can also be attached and a number of options can be set using text based switches in the subject and body of the e-mail. This is the Word Press plugin link
Posted in WordPress on Apr 7th, 2009
I’ve found tons of threads related to this being a lethal combination. You may see this realized as a blank page when trying to validate WPG2. The workaround is to add some code to your .htaccess file which will force php5.
AddType x-mapp-php5 .php
AddHandler x-mapp-php5 .php
You need to have this code in your .htaccess file in your root directory. [...]