Archive for December, 2007

h1Global Plugin Update Notice

Posted on Saturday, December 15th, 2007 at 5:20 PM (11 months, 1 week ago)

I’ve released a new plugin that notifies of you new plugin versions on all pages of your admin area. You can find out more about it at it’s homepage.

h1I Hate iTunes

Posted on Saturday, December 8th, 2007 at 1:46 AM (11 months, 2 weeks ago)

I officially hate iTunes and that I am forced to use it to manage my iPod Touch. Okay, so I can tick the manual box and just drag and drop any songs I want to be on it, but the fact that it refuses to fetch album artwork for all my CDs drives me nuts. A huge part of the thing is displaying the album artwork (you can fly through it, it displays while playing, etc.). Worst of all, even if Winamp has already snagged the album artwork and saved it as a JPEG in the album’s folder, iTunes won’t notice it and I’d have to manually add it to my bazillion albums. Why oh why…

h1I Got My iPod Touch!

Posted on Thursday, December 6th, 2007 at 2:40 PM (11 months, 2 weeks ago)

This post was entirely written using WPhone and my new iPod Touch that arrived today. I am so giddy. :D

PC Edit: Linking to stuff is a bitch still (now that we all have devices to actually test on, this should be addressed some soon), so here’s a link to WPhone.

h1How To: Display Text At End Of Post In Only Single View

Posted on Sunday, December 2nd, 2007 at 6:54 PM (11 months, 3 weeks ago)

Ever wanted to display some text at the end of your post that would only show up on the single post view? Perhaps a message to commenters? Well, WordPress has the ability built in. No need for any plugins.

The trick is to use the <!--more--> tag. However, I bet you’re thinking “but I don’t want a ‘Read More’ link!”. Well, once again, WordPress to the rescue.

For a few major versions now, you can do custom more text. You simply format it like this: <!--more Check out the rest of my post!-->. Or, to remove the link altogether while still leaving the feature intact, just use a space: <!--more -->.

Here’s an example:

This is a cool post. It has lots of interesting stuff.

More interesting stuff.

<!--more -->

This text will only show up on the single post view.

You can check it out in action as the following text will only show up in single post view:

h1WordPress Admin Bar v2.0.0

Posted on Sunday, December 2nd, 2007 at 6:45 PM (11 months, 3 weeks ago)

I’ve completely recoded my WordPress Admin Bar plugin from scratch to be completely dynamic. This means support for any and all plugin and their admin pages.

WordPress.com Admin Bar Screenshot

h1SuperGenPass

Posted on Saturday, December 1st, 2007 at 8:44 PM (11 months, 3 weeks ago)

SuperGenPass

Back in the day, I used to just use the same password (well, a couple really, but still) on all sites I had to register on. This made it easy to remember, but the problem is that if one of my accounts was compromised, that password could be used to get into all of my other accounts.

So, for a while, I used a random password generator extension for Firefox, but it was slow and relied on Firefox remembering all my passwords (what happens if my hard drive died?).

Enter the ingenious SuperGenPass. It combines the two solutions I used previously. From the FAQ:

A bookmarklet is a chunk of JavaScript code stored in your Web browser as a bookmark or favorite. There’s no software to install, so you can use SuperGenPass across all platforms and in any modern Web browser. It also makes it easy to use on public computers where access rights may be restricted.

How it works

SuperGenPass uses your master password and the domain name of the Web site you are visiting as the “seed” for a one-way hash algorithm. The output of this algorithm is your generated password. If either your master password or the domain name of the Web site changes, even by one character, the generated password will be drastically different.

For example, let’s say that your master password is “cornflakes”. If you use SuperGenPass at yahoo.com, your generated password will be “r9AQeOhBgU”. If you use SuperGenPass at amazon.com, your generated password will be “zcbEm1t32B”. SuperGenPass doesn’t need to remember this or store it anywhere, because it’s just a (very complex) math problem: the result is the same every time. And because SuperGenPass uses a one-way hash function, no one will be able to reverse-engineer your master password from your generated passwords.

Simply put, you come up with one password and SuperGenPass will generate a unique, re-creatable password for any domain name you visit. It even fills in the password fields for you. I’ve dragged it up onto my top toolbar in Firefox, so I just click it and bam, I’m done.

No more having to remember more than one password or worry about your password being stolen and used on multiple sites.

#