Category Archives: My WP Plugins

Posts relating to plugins written by me for WP, click the link further up for the plugins

New Plugin: Local Time

Using Javascript, Local Time automatically transforms all dates and times on your blog into the visitor’s timezone. You can see for yourself right here on my blog. Make sure you’re viewing the single post view of this post and look at the grey post info box below. If you aren’t in the PST timezone (Western USA), the date and time will transform into your timezone once the page finishes loading.

For example, for this post I see “This entry was posted on November 1st, 2009 at 3:08 PM” while you may see something different (depending on your timezone). Cool, huh? :)

jQuery Lightbox For Native Galleries v3.0.0

I’ve switched the lightbox script that my jQuery Lightbox For Native Galleries plugin uses again. v2.x used a great lightbox script, but it unfortunately did not resize large images to fit on your screen (something I didn’t realize until after I released the plugin).

The newly released v3.0.0 uses the incredibly powerful and flexible ColorBox script. You can check out a demo below (this is just a simple [gallery] shortcode with no modifications):

New Plugin: WordPress Download Counter

WordPress Download Counter

Now you too can show the WordPress download counter on your website! This plugin adds a widget to your blog that shows the current download count and even refreshes the count every 15 seconds automatically.

No demo here on my blog as my current theme isn’t widgetized and I haven’t made the plugin work with anything but widgets. I have plans for the future though to allow you to display the counter anywhere.

For further details, check out the plugin’s homepage.

Updated Plugin: jQuery Lightbox For Native Galleries

jQuery Lightbox For Native Galleries v2.0.0 has been recoded to use a new and better lightbox script. This one resembles the original and infamous lightbox script, but is jQuery powered because jQuery is awesome. It also works with WordPress 2.8 (the previous version of my plugin may not have, I’m not sure).

Here’s a demo:

Images by Microsoft

I’ve Shut Down My Support Forums In Favor Of WordPress.org

I’ve decided to shut down my support forums today in favor of the WordPress.org forums.

The problem with me running my own forums is that people had to register there separately to post and they relied on just me basically to provide support. By opting to provide support via the WordPress.org forums, they probably don’t have to sign up for yet another account and best of all they can receive support from other knowledgeable users rather than just me.

So if you need support for one of my plugins, please visit it’s page on the WordPress.org Plugins area (http://wordpress.org/extend/plugins/plugin-stub-here/) and then click on “See what others are saying…” on the right side. That’ll take you to a new thread forum with the tag field already filled in with my plugin’s name (if you don’t properly tag your thread, I won’t see it).

New Plugin: Twitter Tools: bit.ly Links

Threw together another plugin the other day.

Twitter Tools is an excellent plugin for posting notifications of new blog posts to Twitter. However Twitter Tools just sends the URL to the new post normally which is then shortened by Twitter itself to a bit.ly short link. This is done anonymously.

This plugin will replace the normal URLs sent by Twitter Tools to Twitter with bit.ly URLs tied to your bit.ly account. You can then easily track the number of clicks from your bit.ly profile.

For more details, check out the plugin’s homepage.

New Plugin: WordPress.org One-Click Install

The new button that will show up on WordPress.org plugin pages

The new button that will show up on WordPress.org plugin pages

If you’ve ever been sent a link to a plugin hosted on WordPress.org and wanted to install that plugin, you currently have two options:

  1. Download the plugin manually, upload it to your blog either via the admin interface or via FTP, and then activate it.
  2. Visit your admin area and find the plugin again via the Add New Plugin interface.

Both options are annoying, especially since you’re already staring at the plugin you want to install.

Well now there’s a much easier solution! Simply install this plugin to your blog and install it’s Greasemonkey script from the plugin’s page and you’re all set. You will then be able to literally one-click install any plugin directly from WordPress.org.

For additional details and a download link, check out the plugin’s homepage.

Plugin Update: SyntaxHighlighter Evolved v2.1.0

I’ve updated my SyntaxHighlighter Evolved plugin to v2.1.0. It incorporates changes made to Alex Gorbatchev’s script. Here are the relevant changes with my comments in italics:

  • Major speed improvement thanks to a patch by Jose Prado. SyntaxHighlighter now can render 4-5k lines in just a second or two (tested on a MacBook Pro 2.4GHz).
  • Added wrap-lines parameter option to disable line wrapping. See demo. (This can be accessed in my plugin via the “wraplines” parameter.)
  • Toolbar is now activated on mouse over.
  • Added ActionScript3 brush (thanks to Peter Atoria).
  • Added JavaFX brush (thank to Patrick Webster).
  • Added PowerShell brush (thanks to B.v.Zanten, Getronics)

An update notice should appear in your admin area soon.