Possible photo tagging plugin update
Have
Custom Login Plugin
Well, I’ve done it again. Created a plugin, and finally decided to release it to the public!
This one is for custom login design through your wp.login.php page.
Check it out and download it through the WordPress repository.
For a live preview, click here.

Defualt admin screen

Custom Login admin settings
January 2010
I’ve made quite
Click here to continue readingEventbrite Attendees Shortcode Plugin
Announcing my first “released” plugin. Very simple, as I’ve even gone over it in the last few published posts.
But I decided to release it in plugin form!
Download the plugin from WordPress.com!
Click here to continue readingFollow up on WordPress plugin changelogs
Following
Looking ot test the new WordPress stats?
Initial dot org release of VideoPress
Version 0.1.0 of VideoPress now available for you self hosted WordPress blog.
Click here to continue reading
Using the swekey on your blog
If you’ve downloaded the Swekey plugin and plan on using it for users to login here is what you might see.
The first image here shows what a user might see if and when you’ve got “allow registers” and said user has a Swekey plugged into there computer while registering to your site. I registered on a test blog I use, once I typed in my user name and email this
Click here to continue readingSwekey: A safe web enabler usb?
I received a Swekey in the mail this week. What’s a Swekey you ask?
Like regular keys protect your car and your home against thieves and burglars, the swekey protects your internet accounts against any kind of piracy
Any swekey protected web site will never accept to log you in if your swekey is not plugged into your computer… Read more
So I am going to start off by stating that there is a WordPress plugin to enable this handy little USB
Click here to continue readingComment Validation update plus fix
On this site I use the Comment Validation plugin from Jörn Zaefferer.
You can find out more about this plugin at the WordPress directory.
This plugin is an amazing plugin, but the new version breaks W3C validation. Mostly due to typo’s and small oversights. Lets take a looks at the original comment-validation.php file in version 0.3.
function commentValidation() { echo ' '; echo ''; echo ''; echo ''; } add_action('wp_head', 'commentValidation');Hey, where you able to tell what need to be fixed? Well lets take a closer look.
Corrections
On line 15 you’ll see we need to change
Click here to continue readingAdd the twittar plugin for WordPress w/ comment threading
I talked about the Twittar plugin in a previous post. But learned that the read me text file was only useful for installing the necessary php code into WordPress themes that don’t have comment threading enabled.
Since most new themes past version 2.7, pull the comments section from functions.php file, that is where you have to edit the avatars in order to show the twittar settings.
First open you functions.php, and look for a line of code that says:
function custom_comment()This is where your new comments are pulled from when you have the threaded comments enabled.
Now just find <?php echo
Click here to continue readingAbsolute Privacy: The Plugin that get’s it done
Hey everyone, I just wanted to write a little about a new plugin I came across today. It’s called Absolute Privacy.
This plugin can easily help your site filter out spammer subscribers, as well as help aid a more personal or family(private) oriented blog.
John Kolbert, the creator of this plugin has a nice video of how you might implement this plugin into your site, as well as how it works. For more info, head over to the download page!
Click here to continue reading
Plugin Review: WP Greet Box
Yesterday I found and downloaded the WP Greet Box plugin from Omni Noggin. This plugin could be a very useful tool and keeping visitors from various sites, asking them to subscribe to your RSS feed.
A great feature of this plugin is the ability to allow or disallow a user to remove the banner if they so choose to. Another great example is the different icons and text that show up from where the user come from. For example if this post was to get tweeted by yourself or
Click here to continue readingTested: Twitip ID Plugin
There is a really neat plugin named Twitip-ID for WordPress. As you can see, if you have commented on this site I was using this plugin.
While it is still in beta testing I feel that it is a really nice plugin, plus it will automatically put the required field into your comments template without any editing. I choice to to manually input the field for custom css and styling.
This plugin is really awesome and allows for other to employ their Twitter ID for other to follow them, giving a little more incentive
Click here to continue readingBeyond Twitter: Tweetsuite & Tweetbacks
Every one is aware of Twitter, I hope. Well there are many, many plugins for your WordPress that you can use. So I am not going to be like every one else and write a post with 3o twitter plugins for WordPress. I am just going to talk about one special plugin that is hitting the WP community.
Tweet Suite: a Twitter-WordPress integration plugin that includes the following features:
- Server-side (no-JS or remote calls) TweetBacks
- ReTweet-This buttons for each TweetBack
- A digg-like Tweet-This Button
- Automatic Tweeting of new posts
- A Most-Tweeted Widget
- A Recently-Tweeted Widget
- A
How to: Creating an Archive page
Many weblog sites these days have some form of an archive page. In WordPress it might be the built in auto generation of permalinks by: /Month/ and /date/.
But in some blog’s, for instance this one here (as I said in a previous post) you can’t get the post to paginate or link to http://youblog.com/page/2 if you have nice permalinks active or http://youblog.com/?paged=2.
By any means, In this theme I have to have an archive link at the bottom. So..
Archive WordPress Plugins
There are many plugins which allows you to automatically create an archive page. The
Click here to continue reading