Latest Posts
-
Clobber spam users WordPress plugin
I’ve built another plugin for WordPress websites with open registration. This plugin makes it easy to prevent spam accounts from publishing posts. Frequently asked questions What does this thing do?…
-
Detecting mixed case strings in ASP Classic
I needed to detect a mixed case string in classic ASP. I define a mixed case string as containing both upper and lower case characters, like AuxagGsrLpa. I could not…
-
Matching MD5 hashes in ASP.NET and ASP Classic
The goal of this page is to put two MD5 code samples on the same web page, one for ASP classic and one for ASP.NET. String formatting (like ASCII vs…
-
aspSmartUpload.dll usage
aspSmartUpload.dll Q&A Frequently asked questions IIS7 installation and configuration Registry key and properties Troubleshooting errors Downloads and official documentation What is aspSmartUpload.dll? A 32-bit library to facilitate file uploads via…
-
How to: add images to reddit sidebar
Here is one quick and dirty way to add an image to the sidebar of a subreddit. You must be a moderator of a subreddit in order to edit its…
-
gif2frames.exe: Extract frames from an animated GIF
I built a Windows 32 bit command line executable, gif2frames.exe. (Go to download) This tool will take an animated GIF image file and save a separate static image for each…
-
Top users WordPress plugin
I wrote a new plugin to list the contributors to a WordPress website. The comment and post counts are added together, and the top X users are listed in a…
-
Disable comment author links in WordPress
I just wrote a new plugin to disable commenter names from linking to the website URLs they may provide when commenting. Some themes allow commenters to provide a home page…
-
Add content to the bottom of every WordPress post
Bottom of every post is a WordPress plugin I wrote in July of 2011. This plugin is a simple filter that adds some content to the bottom of each post.…
-
“Time ago” formatting in ASP classic
Today, I needed to convert a time stamp like “1/25/2011 10:42:11 AM” to a readable sentence format like “2 months and 6 hours ago.” Here’s the code I came up…
-
Export comments WordPress plugin
I launched a new WordPress plugin to export a blog’s comments. Specifically, this plugin creates a tab-delimited text version of the wp_comments database table. Options include approved, pending or spam…
-
WordPress comment paging creates duplicate content
I learned something today about WordPress that I would like to share. The “break comments into pages” feature can create duplicate content for all posts that have only a single…