Raw HTML Plugin for WordPress

December 13th, 2007

Recently I needed to put some style definitions and a JavaScript function in a post on another blog that I have. I wasted several hours trying to do this, because WordPress insisted on putting backslashes in front of my apostrophes, inserting superfluous <p> or <br /> tags in place of newlines, and generally breaking my HTML in various horrible ways.

In the end I decided to just go and write a plugin that would let me put any code or script in my posts and display it to the visitor unmodified.

Continue Reading...

How To Get Publicity From the Wikipedia Scandal

December 9th, 2007

I just found out about the Wikipedia “scandal” recently (by reading a webcomic), and somehow my thoughts turned immediately to how this could be exploited. Monetary rewards are unlikely, but one could get a good bit of publicity/backlinks… if they found a way to attract the attention of the same people who voted the aforementioned “scandal” to the frontpage of Digg. Here are some ideas on how to do just that.

Continue Reading...

Slightly Advanced AdSense Optimization

December 4th, 2007

Over the last few days I’ve been tweaking my AdSense ads and trying to improve their relevance, with good results – last Sunday was the highest-earning day for this site since… well, since ever. There was no large increase in traffic, so it’s really because of the changes I made. Here are some tips that I figured out from my experimentation…

Continue Reading...

Another Antispam Tool – Comment Spam Trap Plugin

December 3rd, 2007

I recently blogged about my anti-spam experiment (which has been going great!). The one problem with the method I explained in that post is that it requires the user to modify WordPress core files. Editing the source code can be risky and may intimidate non-programmers. Turns out there is a good alternative though – the […]

Continue Reading...

Search The Current Site – A Firefox Extension

December 1st, 2007

There are lots of search engine plugins for Firefox, and it’s easy to make a simple search plugin for your own site. That’s why it came as a bit of a surprise that I couldn’t find any search engine plugins for searching the currently open site. So I created one. Download it here.

Continue Reading...