I just updated http://www.whathuhstudios.com/press/2008/01/04/ajax-contact-form-quick-install/ to version 1.6, updated JQuery to 1.4, fixed some validation bugs, etc. It’s still simple and small. Go grab it. You’ll be glad. Maybe.

Tags: , , , , , , ,

My first Wordpress plugin. You can see it in action right above this post under the header image. No, really. Hit refresh. It does exactly what you’d expect: Display a single, random post from your Wordpress database.

I added a bit of code around it to jazz it up, which I plan to incorporate into the 1.1 version, if anybody even shows an interest in the 1.0 version.

Revision 1.02: Removed a blank line that was causing RSS feeds to break.

Download wp-single-random-post.zip

README FILE:

=== Single Random Post ===
Contributors: dcostalis
Donate link: http://www.isthisablog.com/
Tags: random, posts
Requires at least: 2.0
Tested up to: 2.7.1
Stable tag: 1.02

This plugin will allow you to display a single post selected at random from your post database

== Description ==

This plugin will allow you to display a single post selected at random from your post database

There are no bells and no whistles.

== Installation ==

1. Upload `single-random-post.php` to the `/wp-content/plugins/` directory
2. Activate the plugin through the ‘Plugins’ menu in WordPress
3. Place `<?php single_random_post(); ?>` in your templates

== Frequently Asked Questions ==

= Why does this even exist? =

Because I had a use for it, and nobody else had made it yet

= Why doesn’t it do more? =

Because there are plenty of plugins that do a lot more, but none that do this little without editing
Download wp-single-random-post.zip

Tags: , ,

Another tool released into the wild today, this time useful to pretty much anybody who has ever left a comment or filled out a form:

http://whathuhstudios.com/javascript-character-count.html

This will count the characters in your text, or optionally, the number of words you’ve typed as well. Good for those late-night papers you’re trying to pass off as real effort with a 500 word minimum.

Tags: , , ,

Head on over to http://www.isitdownorisit.me/ for a quick way to check if a site is down, or if there’s something wrong on your end. Free as in beer and speech.

Tags: , ,

I just updated http://www.whathuhstudios.com/press/2008/01/04/ajax-contact-form-quick-install/ to version 1.5, reworked with JQuery, and trimmed the size down to about 33% of what it used to be. Check it out for a quick and easy way to add some Ajax Class© to your website!

Tags: , , , , , , ,