Stuff & Nonsense

Settings in WordPress plugins

Settings in WordPress plugins

I’ve rewritten my facebook helper for wordpress to make it a bit cleaner and as an example use case for the jQuery facebook helper I wrote last week.  I’ve also delved into the wordpress code a little more and added an option to set the facebook app_id from the wordpress admin page rather than having […]

WP Akismet plugin behind proxy

WP Akismet plugin behind proxy

The new HTTP Api in wordpress 2.9 is fantastic, it standardises http requests and allows you to define a proxy through which all http requests are routed.  Useful if, like me, you run a wordpress server on a corporate network. You can configure your proxy server by adding the following lines to your ‘wp-config.php’ define('WP_PROXY_HOST', […]