robinadr

Avatar

Greedy WordPress Rewrite Rules

I’ve just spent the better part of, oh, say, 20 minutes, slamming my head over and over again into the wall that are the WordPress rewrite rules. What I’m struggling with is that WordPress seems to be sweeping up all the requests that aren’t actual files or directories.

More specifically, I’m trying to get an SVN repository set up at /svn. You can view it in a browser and check out the repository, but I kept …

Cleaner Dashboard 1.1

I’ve released Cleaner Dashboard 1.1, which fixes a bug with the width of the boxes. It turns out that if the text is too long (such as the name of a trackback’s title), the text is all jammed up and hard to read. So I fudged with the margins and widths a bit, so hopefully the added spacing will solve that.

Thanks to Mark Jaquith for spotting the bug.

Go to the Cleaner Dashboard plugin page to …

Cleaner Dashboard 1.0

I’ve actually had this code done and sitting around for a few days, but some issues with the WordPress plugin repository delayed my release, but now I can announce that I have released 1.0 of Cleaner Dashboard, a WordPress plugin.

This plugin does two things to your dashboard:

  • The WordPress News and Other WordPress News sections are removed. You don’t even load them. Why? So you won’t have to bother with the AJAX …

WordPress 2.3

Before the WordPress Development Blog even announced it, I’ve upgraded to the 2.3 branch and everything seems to be going fine. Quite a few new features (a good list is here), and most of my plugins went through 2.3 fine. All except for the Google Sitemaps Generator, but a quick upgrade was all that was needed.

The UTW tag importer went fine, and I guess I’ve got to change some things around on the site to …

Smarter Archives 1.0

I’ve released a plugin I wrote for my own blog a while ago to the public. It’s based on the original version by Justin Blanton, but I changed around the HTML output to be more semantic and tidy and essentially rewrote the PHP code. Thus the name — Smarter Archives.

You can see it in action on my archives page. It’s the one at the very top. I originally started using it as a viable alternative …

Syntax Highlighting

Here at Automattic we’re allllll about sharing source code. #

WordPress.com recently rolled out some very cool tools for posting source code, yet, ironically, considering the first sentence of that post, quoted above, the code hasn’t [yet] been released for WordPress users not on the shared hosting service.

Viper007Bond to the rescue. Once I saw what WordPress.com users were able to use, I grew envious and began to hunt for my own solution. Then Viper posted …