Archive for posts tagged ‘coding’

Fixing warnings in the WordPress Sociable plugin

This plugin is once again actively supported. Please download the latest version from http://wordpress.org/extend/plugins/sociable/. I’ve fixed some errors that I was experiencing with version 2.0 (dated 2007-02-02) of the Sociable WordPress plugin by Peter Harkins. Specifically, when running WordPress 2.2+, I would get the following warnings when saving changes: Warning: implode() [function.implode]: Bad arguments. in [...]

Read more...

Correcting for line descent in Firefox

A fix for the CSS space below images that are wrapped in anchor tags.

Read more...

Centering the thumbnails in Plogger

This post illustrates a method of centering the thumbnails in the album view of the PHP image gallery Plogger. The method automatically adjusts for thumbnails of varying widths and pages containing less than a full row of images. This method is implemented in the Plogger 3 theme: Air, but it should work in any theme [...]

Read more...

Defeating contact form spam by hiding the webmail script

How to defeat contact form spam bots through the use of a challenge-response system.

Read more...

Plogger 3 theme: Air

Air is a full-featured Plogger 3 stand alone theme that takes visual cues from the Yahoo! TV beta of mid 2007. The theme files validate as XHTML 1.0 Strict (while Plogger itself is either Strict or Transitional, depending on some options). The theme looks nearly identical in Firefox 2.0 and Internet Explorer 7, and uses [...]

Read more...

A plugin for adding the post date to wp_get_archives

A plugin replacement for wp_get_archives that displays each post’s date.

Read more...

Halo 3 Service Record WordPress Plugin

This plugin allows you to add information from your Halo 3 Service Record to your WordPress blog.

Read more...

Apricot – A Minimalist WordPress Theme

Apricot is a text-centric, minimalist WordPress theme built on a Kubrick foundation. It does SEO right, straight out of the box.

Read more...

Xbox 360 Gamercard WordPress Plugin

A WordPress plugin that will display a customizable XHTML and CSS Xbox 360 gamer card.

Read more...

Mootools Accordion bug in IE

I’ve happened across an apparent bug in the way Internet Explorer renders the Mootools Accordion javascript when inside a table. Specifically, I’m trying to use the Accordion to show and hide a new table row. I’ve put the stretcher div inside a td cell, which opens and closes correctly in Firefox, but exhibits two distinct [...]

Read more...