Category Archives: wordpress
Bye bye, Live Space Sync
Kind of busy recent years. And now Microsoft is closing their Live Space service. After moving your blog to wordpress.com, the Live Space XML-RPC will no longer sync articles for you. So I guess that’s it. Bye.
FancyTooltips re-fix
Since the previous fix is not working well with IE7, I’ve come up with a new FancyTooltips fix. Thanks to Firebug, this new fix gets rid of the CSS-Hack, directly fix on the js file, and work better with IE7. … Continue reading
Live Space Sync 1.0
Check list: Some of your friends doesn’t check web pages everyday, and don’t even know what is rss. You want you blog to be read by your friends more, but you don’t want to push them to read your entry … Continue reading
SK2-WP-Cache-Compatibility plugin
When you use Spam Karma 2 with WP-Cache, cached files are not flushed after a successfully comment approval. That’s basically because SK2 intercepts some actions, so WP-Cache will not get notified. I create a small plug-in for SK2, which will … Continue reading
Linebreak in WordPress 2.1
In 2.1 seems there’s no way to get extra space using <br /> and linebreaks. I love linebreaks, and wordpress dev-team hates linebreaks.
Get Recent Comments 1.5
Get Recent Comments is a very popular wordpress plug-in, to allow you show recent comments and trackbacks in you sidebar. In recent update, it adds cache function so it will reduce db access and processing a lot. However for utf-8 … Continue reading
more than one-click
One click-install/upgrade on dreamhost is a pretty nice feature, but from time to time, it might take a little more than one-click. For example, if you use one-click upgrading MediaWiki 1.6.x to 1.7.x, you’ll see problems if you don’t run … Continue reading
FancyTooltips Fix
FancyTooltips, base on Nice Titles, is a popular wordpress plug-in, which creates pretty and useful tooltips for “title” attribute, and <acronym> <abbr> <ins> <del> tags. It’s a great script, but still has two nasty problem, I don’t have solution until … Continue reading