Wednesday, August 5th, 2009
I’ve updated my ProgPress Plug-in. This version should (hopefully) solve the issue with php4 that recently came to light. It also uses an inline version of the default styles in feeds, which looks a lot nicer.
If it doesn’t seem to be working after upgrading/installing, please check the ProgPress settings page.
Popularity: 1%
Posted in technology | No Comments »
Sunday, June 14th, 2009
Overall my WordPress 2.8 upgrade went fairly well, at least as far as any site visitors would see. The admin was a different story. After some poking around I was surprised to find out it was Rob Miller’s fabulous Now Reading WordPress plugin preventing me from editing posts.
I’m not sure exactly what changed in WordPress to trigger the issue, but after some poking I tracked down the problem, and I think I found a solution other than removing the plugin.
In the file wp-content/plugins/now-reading/url.php, look for the following:
function is_now_reading_page() {
global $wp;
$wp->parse_request();
I commented out the call to $wp->parse_request(); and it fixed the problems I was having with the site admin, and so far it seems Now Reading is unaffected by this change.
Popularity: 7%
Posted in technology | 6 Comments »
Saturday, June 13th, 2009
Required Upgrade for Users of WordPress 2.8
I’ve updated my Use Google Libraries plugin to support WordPress 2.8.
- Disables script concatenation in WordPress 2.8, since it seems to have issues when some of the dependencies are outside of the concatenation.
- Persists flag to load scripts in the footer in WordPress 2.8
If you’re using WordPress 2.8, you’ll want to upgrade ASAP. Download it from the Plugin Directory (or use the auto-update feature). If you find it useful, feel free to leave a tip.
Popularity: 1%
Posted in technology | 1 Comment »
Friday, March 20th, 2009
Updated Wordpress Plugin
I’ve updated my Use Google Libraries plugin. This version implements a pair of
suggestions from Peter Wilson.
- Use Google Libraries should detect when a page is loaded over https and load the libraries over https accordingly
- Use Google Libraries no longer drops the micro version number from the URL. The reasons for this are twofold:
- It ensures the version requested is the version received.
- Google’s servers set the expires header for 12 months for these urls, as opposed to 1 hour. This allows clients to cache the file for up to a year without needing to retrieve it again from Google’s servers. If the version requested by your WordPress install changes, so will the URL so there’s no worry that you’ll keep loading an old version.
What are you waiting for? Download it from the Plugin Directory (or use the auto-update feature in WordPress 2.7+). If you find it useful, feel free to leave a tip.
Popularity: 1%
Posted in technology | 2 Comments »
Wednesday, November 26th, 2008
Speed Up WordPress Using Google’s AJAX Libraries API
I’m happy to announce my new WordPress Plugin Use Google Libraries. This plugin loads a number of standard Javascript libraries used by WordPress from Google’s AJAX Libraries API CDN. What’s that?
The AJAX Libraries API is a content distribution network and loading architecture for the most popular, open source JavaScript libraries. [...]
Google works directly with the key stake holders for each library effort and accepts the latest stable versions as they are released. Once we host a release of a given library, we are committed to hosting that release indefinitely. [...] We take the pain out of hosting the libraries, correctly setting cache headers, staying up to date with the most recent bug fixes, etc.
Or, in plain English, it should make your site load faster. It could also make other people’s sites load faster too, if they’re also using this plugin.
Supported Libraries
Any WordPress themes or plugins that load any of these libraries via enqueue_script() should automatically take advantage of Use Google Libraries.
Why not give it a try?
There’s nothing earth shattering here, but my goal was do one thing and do it well. You can read the documentation and download the plugin from the Use Google Libraries page in the WordPress Plugin Directory.
Popularity: 1%
Posted in technology | 4 Comments »
Tuesday, January 22nd, 2008
Partly due to the strangeness that drove me to change hosting providers I found out that the previous version of ProgPress had an issue running under php4. That should now be fixed in the latest version (0.8), now available on the ProgPress plugin page
Popularity: 1%
Posted in Output | No Comments »
Sunday, December 9th, 2007
I’ve finally gotten around to wrapping up the CSS based progress meters I’ve been using on this site into a WordPress Plugin. This is my first plugin for WordPress, and it’s in it’s initial release. If you try it out let me know. I’m open to feature suggestions, etc.
More on the ProgPress page.
Popularity: 1%
Posted in Output | No Comments »