All posts tagged plugins

8 First Steps to Fight Cyberbullying

Thursday, March 29th, 2007

Today is Stop Cyberbullying Day, and like I said yesterday I’m very angry about what happened to Kathy Sierra, and other people who have suffered abuse from Cyber Bullies, stalkers, and trolls. Rather than just write further about how awful cyberbullies are, I’ve decided to offer some tips for helping people fight back.

(more…)

X-Ray Update for Firefox and Flock

Wednesday, June 21st, 2006

The X-Ray extension, which lets you see the underlying tag structure of a webpage, has been updated to version 0.8. X-Ray is now compatible with both Firefox and the new Flock Browser which recently moved into public beta.

The new version of X-Ray adds support for displaying tags for table, tr, script and a few other elements! Tags will now show both ID and Class details if they exist. The update also improves compatibility with the new Professor X Extension—also available for both Firefox and Flock.

(more…)

Live Comment Preview - Wordpress and Dreamhost

Wednesday, April 19th, 2006

Many of the interesting techniques I’ve been seeing on other blogs, like AJAX comment submission, and live comment preview, are default features of the new K2 Beta theme. Unfortunately, when I switched to the new template the comment preview didn’t seem to be working. I tried downloading the files again, de-installing, re-installing, but the comment preview still wouldn’t work. I spent a while looking at support blogs, forums, and even the PHP code for the plugins themselves before I realized what was going wrong. I’m hoping that posting a brief explanation of the problem, and how to fix it, will be helpful for anyone else who runs into this issue…

(more…)

Lowdown Plugin for Movable Type

Friday, March 10th, 2006

While this blog uses Wordpress, at work I still have a few sites built using Movable Type. One of those sites is an events calendar, and I had been working on a iCAL template so that I could easily import the events into other calendars. Getting the file to work with iCalShare was pretty easy, but one of the older systems at work was a bit fussy. It didn’t like any of the special characters, like accented vowels or curly quotes that invariably crept into the event descriptions.

I spent quite a while looking for a way to remove all of these characters, but all the existing plugins and filters seemed to leave some of them behind. I spent some time thinking about using Brad Choate’s Regex plugin, but after double-checking Movable Type’s Global tag attribute filters I found what I was looking for. Sort of.

dirify also converts certain high-ASCII characters (accented characters, etc) to low-ASCII characters, meaning that something like crudité will be converted to crudite. For example, if the value of the tag without this attribute were Foo “Baz” is< br /> Bar!, the dirified version would be foo_baz_is_bar.

Yes—that’s what I wanted, but without the underscores, and usable for much longer blocks of text.

Fortunately Adam Kalsey and Crys Clouse had written code to improve the dirify feature, and using that as a starting point I made the changes to create the new global filter I needed. Something that would convert the high-ASCII characters down to low-ASCII, and strip out all the extra characters and line-breaks I didn’t need.

Lowdown.pl
Version 1.0
Lowdown removes extra information to displays plain text in Movable Type. It converts certain high-ASCII characters (accented characters, etc) to low-ASCII characters, strips HTML tags, and changes line breaks to spaces.

Installation: save Lowdown.txt as Lowdown.pl and upload it to your Movable Type ‘plugins’ directory

Usage Example: < $MTEntryBody lowdown="1"$>

This can be helpful when generating some types of feeds (eg. iCAL, RSS). If anyone is interested, I could also post the iCAL template for Movable Type that I developed that uses the Lowdown plugin.

Update

You can now get the lowdown directly from Six Apart’s Plugin Directory.

Weekend Update

Saturday, February 4th, 2006

Two quick updates you might be interested in:

Most of the people who have updated to the newest version of Firefox will have noticed the X-Ray extension reports that it isn’t compatible. I’m going to update the file to make it work, as well as include support for a wider range of tags. That should be ready in the next day or two.

I’ve also been helping Dave at OntarioFilm.com get the site updated and adding some new features to the message board. If you’re a filmmaker, or would like to be involved in a film project in Ontario, visit the site and join the community. We’ll continue adding content and features over the next few weeks.

11 Essential Wordpress Plugins

Friday, January 20th, 2006

Wordpress is a great tool for blogging—it’s easy to setup, the interface makes it easy to use, and there are tons of plugins you can download to add new features. Unfortunately when you’re just getting started with Wordpress, the sheer number of plugins can make it hard to know which ones to start with.

After more than a little trial and error and a lot of looking at discussions of other people’s favourite plugins, I’ve found 11 that seem to stand above the rest. Here are my suggestions for the 11 plugins you should consider adding to your blog.

  1. Adsense-Deluxe
    Place Google AdSense ads in your posts, or as part of your template. This plugin ensures you do not have more than 3 ads displayed at once—part of Google’s terms of use.
  2. del.icio.us – Bookmark this!
    This plugin lets you easily add a “Bookmark this page on del.icio.us” link to your blog or individual articles. Del.icio.us is a personal favourite, and a great way to save, organize and find new links.
  3. Digg This
    Detects if one of your articles has been linked on digg.com and adds a link to the entry. This might not be as useful for blogs that are unlikely to ever be bookmarked there—but for me it’s a nice find.
  4. Google Sitemaps
    This generator will create a Google compliant sitemap of your WordPress blog. Having a Google sitemap can help keep your site as up-to-date in Google’s indexes as possible.
  5. Feedburner Feed Replacement
    Forwards all feed traffic to Feedburner.com so you can make use of their various advanced features for feed presentation and subscriber analysis.
  6. Gravatar
    Show the custom icons associated with the email addresses of users commenting on your entries. This is a great service more people should sign up for.
  7. Head META Description
    Some search engines display the Description meta data for a page in search results. Since Wordpress normally uses the same meta data for all the pages on your site, this is a problem. This plugin builds a dynamic Description meta tag for each entriy based on the page content itself.
  8. Optimal Title
    Moves the position of the ‘separator’ to after the title rather than before, letting you put the title of your post before your blogs name in the title tag for an entry.
  9. Related Posts
    Displays a list of related entries based on keyword matches. This is a good way to encourage visitors to read more of the content on your blog.
  10. WP-Amazon
    WP-Amazon adds the ability to search and include items from Amazon to your entries. Great if you’re an Amazon affiliate, but also a good way to add some extra images to your blog entries.
  11. WP-ContactForm
    This plugin creates a drop in form for users to contact you. It can be implemented on a page or a post.