About
Friends
-
Loading…wstawieplywaizabasienazywa 3 days ago -
Loading…propagandarap about 1 hour ago -
Loading…speedliner 6 months ago -
Loading…tomkalkus 8 days ago -
Loading…monochrom 14 days ago -
Loading…sebi about 24 hours ago -
Loading…splitbrain 26 minutes ago -
Loading…rainbowzombieskilledmyunicorn about 5 hours ago -
Loading…loc 3 days ago -
Loading…vollwertmedia 10 months ago -
Loading…starbug 2 days ago -
Loading…n0g about 19 hours ago -
Loading…etosha 11 months ago -
Loading…LadyGoga 2 days ago -
Loading…henteaser about 22 hours ago - +76
Click here to check if anything new just came in.
December 21 2009
December 18 2009
November 19 2009
November 16 2009
The TTFTitles WordPress Plugin @ WordPress Plugins
This plugin lets you use images to replace the titles of your posts, thus circumventing the problem of guessing what fonts your end-users might have installed.The TTFTitles WordPress Plugin @ WordPress Plugins
This plugin lets you use images to replace the titles of your posts, thus circumventing the problem of guessing what fonts your end-users might have installed.November 05 2009
October 21 2009
October 19 2009
June 28 2009
Planet jawe.net
Habe jetzt (wieder) den Import von externen RSS Feeds in mein Blog aktiviert, mein privater FriendFeed quasi. Eigene, handgeschriebene Posts landen in der Kategorie jawe.net, in allen anderen Kategorien automatische Posts von externen Quellen wie twitter, delicious, youtube, blip.fm, google reader, google calendar etc.
Dazu verwend ich die WP Plugins YADD, Twitter-Tools und WP-O-Matic.
May 27 2009
Hello
Welcome to our new homepage (at last)!
October 06 2008
Wordpress auth for DokuWiki broken
Broken again, to be precise. But this time it's DokuWiki's fault. Ok, actually it's PHP's fault. One of the recent commits to the DokuWiki code introduced the function is_ssl(). Unfortunately Wordpress also defines a function with that name and due to the fact that the Wordpress auth module for DokuWiki loads Wordpress, this results in the error:
PHP Fatal error: Cannot redeclare is_ssl() (previously declared in /.../wiki/inc/init.php:378) in /.../wp-includes/functions.php on line 2268
Name collisions. We should be beyond that in 2008. *sigh*
Anyway, I was reluctant to add
if ( !function_exists('is_ssl') ) :
...
endif;
around Wordpress' implementation of is_ssl(), but couldn't think of any better way. At least the two implementations do roughly the same thing, so it seems it will be one more core file that has to be looked into on every update. :-(
Maybe Soup is currently being updated? I'll try again automatically in a few seconds...
