Contact Form ][ Plugin Review

In this post I’ll review the Contact Form ][ plugin that I use on WordPress Expert at the time of this writing. (And yes, the plugin's name has two square brackets ][ instead of two letter I's).

Here's an overview of the plugin's pros and cons:

Read More »

Will Apple Put WordPress in the iPhone?

Lead WordPress developer Matt Mullenweg discussed WordPress’s mobile future at the WordCamp Dallas event on March 29. He said something very interesting which I’ve transcribed from the video of his presentation:

Read More »

The WordPress Plugin XHTML Hall of Shame

Just because the developers of WordPress itself put such attention onto XHTML standards compliance doesn’t necessarily mean plugin authors do the same. Even if the author of the theme you use put substantial effort into total compliance, your installed plugins nevertheless have the potential to mess things up.

To raise awareness that there are some plugins out there neglect to follow these established coding practices (”programming grammar,” if you will), I’m publishing a list of plugins that I know of that produce invalid XHTML. (We still like you plugin authors, just fix them please!)

Read More »

WordPress vs. WordPress MU: A Comparison

Although WordPress and WordPress MU share somewhere around 95% of the same code, there are many more differences between the two than just multi-blog support. Here’s a thorough analysis:

Read More »

WordPress 2.5 Features

WordPress 2.5 has been officially released! (You can download it here.)

A major upgrade, WordPress 2.5 packs a boatload of new features. Here are many that were listed in the official announcement at the WordPress Development Blog:

Read More »

7 Tips for the WordPress “Write Post” Page

Here are 7 useful tips related to WordPress’s “Write Post” page.

Read More »

WordPress 2.5 Release Candidate 1 Released

This morning, the WordPress Development blog published a WordPress 2.5 sneak-peak that highlights some new features and changes in WordPress’s administration back-end (specifically, with regards to the Dashboard, admin navigation, the Write pages, and the Manage pages).

Read More »

Make WordPress and Firefox Adblock Play Nice

This potential problem is applicable to those using the following, which is probably quite a few people:

As part of its functionality, Adblock inserts a Block tab next to Flash objects, etc. to make blocking that object as easy as a couple clicks.

The problem is, Adblock will insert the HTML code for this tab into the visual editor for a WordPress post that includes Flash.

And who wants code like this in their posts?

Read More »

How to Include Code in WordPress Posts

If you’ve ever tried to insert code into a WordPress post, one of the following has probably happened to you:

  • Your HTML code was rendered as such.
  • WordPress stripped the code from the post entirely.
  • WordPress turned "straight quotes" into “curly quotes” — not good if you want your users copying/pasting code from your blog!

Here’s how to get around these annoying problem and make the code show as-is:

Read More »

How to Turn Off WordPress’s Visual Editor

Don’t like WordPress’s visual editor? Turn it off:

Read More »