blogging-girl.com

Tag Archive


WordPress plugin: Comment Relish

When it comes to socializing on the internet, there are a few basic forms of etiquette (or netiquette, as I like to call it) that should be followed. Respond to emails, respond to IMs if you make your instant messenger information public, and comment on the blogs whose owners comment on your blog.

But if you like to go above and beyond when it comes to reaching out to people who visit your website and comment on your blog, then consider a plugin like Comment Relish. Comment Relish is a quick and easy little WordPress plugin that emails new commenters to your blog with a message of your choosing. The default message can easily be customized to reflect custom text of your choosing.

The Comment Relish plugin is easy to install and easy to use, and I highly recommend it to anyone who is looking to reach out to new commenters on their blog.

Test driving WordPress 2.7

In case you haven’t heard, WordPress 2.7 is up for grabs. It’s still in the beta stage, which means it works, but there might be bugs. So far, no security bugs seem to have cropped up, but there have been mentions of various visual bugs (mainly with certain browsers, one being Internet Explorer), and perhaps a few bugs related to the functionality of the script (so far I haven’t seen any of these).

I really like the look of WordPress 2.7. The navigation now marches down the left side of the page, and the headings for each section can have their links expanded or collapsed. I really enjoy the new layout of the Comments management page. The header bar for the links is arranged to display everything: Show All Comments, Awaiting Moderation, Approved and even Spam.

So far, I have to say, I have absolutely no complaints about WordPress 2.7. Of course, to be on the safe side, I am continuing to have database backups sent to my email address each day. :)

Spam: prevent it, don’t treat it

An ounce of prevention is worth a pound of cure.

Spam is annoying, and there are certainly a lot of WordPress plugins that can help you catch it, moderate it and delete it. Several useful spam catching & killing plugins include Akismet, Bad Behavior and Sparm Karma 2. I have used all of these plugins, and all three are pretty effective in catching legitimate spam comments.

But instead of worrying about catching spam, focus on preventing it. Imagine being able to write about lab coats and not get crappy spam comments! There are several ways to accomplish this, including requiring user registration in order to post comments, common sense and math questions, and some basic captcha (mixture of letters and numbers that are randomly generated) questions. But these can all be bypassed by spammers who use bots to make the rounds on blogs.

So, what can work? Consider using reCAPTCHA. Unlike a typical captcha, reCATCHA works by using scans of digitized books. These scans cannot be read by a computer or spam bot, but they can easily be deciphered by human viewers. Additionally, reCAPTCHA uses two words or groups of words together in one puzzle/question, as a further preventative measure against spam attacks.

reCAPTCHA is put to use by PayPerPost (which is where I first saw it) and many websites that allow user account registrations. Now it’s found in a plugin: WordPress’s very own WP-reCAPTCHA. Installation takes less than five minutes (upload, activate, fill in the API keys which are given to you with a free account registration at recaptcha.net), and the reCAPTCHA box is automatically displayed on a blog entry’s comments page. Additionally, the plugin allows the reCAPTCHA functionality to be used with new user registrations.

You can see WP-reCAPTCHA in use right here.

Bottom line: be proactive, not reactive.

Release of WordPress 2.6.3

WordPress 2.6.3 has just been released! Read more information at the WordPress blog, or download directly here.

Fixes in this version include:

  • security fixes involving a third party program used in the WP Dashboard

WordPress plugin: CommentLuv

CommentLuv is a nice little plugin that enables you to automatically give your commenters a little lovin’. How it works is simple: every single time a visitor leaves a comment on a blog entry of yours, a link to their most recent blog entry is automatically generated and placed beneath their comment. This enables comment loving, as well as “link juice” and the ability to give some traffic back to your commenters.

I use this plugin on all of my blogs, and I love how easy it is to use and how it automatically does the job for you.

Must have plugin: WordPress Database Backup

Last December I blogged about the WordPress Database Backup plugin.

Tonight it saved my ass (and a lot of time and potential tears and screams of rage).

So a few minutes ago I went to check on in-my-bag.com. Page coming up blank. Strange, but it’s happened before (the chosen theme randomly unchooses itself). So I go to login to the WP dashboard. Password denied. Also strange, but then that has happened before, too. Only this time, the lost password doesn’t go to my email address, because the email address isn’t the one registered on the user account. Whiskey tango foxtrot!?

Anyway, long story short, something got screwed up, somewhere, and even though the jibberish email address was easily swapped out for my real email address, and then I was able to log back in to the WP dashboard, all the posts, comments, links, settings, EVERYTHING… gone. All gone.

But I use the WordPress Database Backup plugin. I have it configured to create a backup my entire WordPress database daily and email that copy to an extra email account of mine.

To get back in business, I just had to download yesterday’s saved database, unzip it, then upload it via phpMyAdmin. Total time spent restoring in-my-bag.com? Eight minutes.

I strongly recommend this plugin!!!

Release of WordPress 2.6.2

WordPress 2.6.2 has just been released! Read more information at the WordPress blog, or download directly here.

Fixes in this version include:

  • SQL security fixes

Also, Caden pointed out that if you are using WordPress 2.X, there is no need for the Last Modified plugin, because WP’s coding can display the last modified date on its own. See the WP codex for details.

WordPress plugin: Last Modified

The Last Modified plugin for WordPress is a one-step installation plugin that adds the date and time that a page was last modified (edited) to that page. You can see it in action here. A plugin like this is nice because it reminds you and shows others when a page was last accessed and updated. This can be useful for your own records, or for visitors who are looking to see how recent your website content is.

Once you have installed and activated the plugin, you put it to work by editing your page.php template and add the following code to it, wherever you would like the last modified date to show up:

php mdv_last_modified();

You can change the format of the date by using the variables that are listed on the PHP.net website. Here is how I have mine configured for jenn.nu:

php mdv_last_modified(’F j, Y’);

Release of WordPress 2.6.1

WordPress 2.6.1 has just been released! Read more information at the WordPress blog, or download directly here.

Fixes in this version include:

  • fix of dot zero bugs

Back up your stuff!

Last night, another blog of mine was hacked. When I say hacked, I mean that someone or several someones managed to access the home directory of my website, where all file are contained, and delete each and every one of those files. I was foolish enough to not have made backups of the files, but I was smart enough to make weekly backups of what really matters: the database that contained all entries, comments and general settings for the blog. It was annoying to have to re-download WordPress, install it and then configure things with themes, but at least my writing was saved. Saved for two reasons: the hackers didn’t bother to or couldn’t get to the database, and I had backups stored on my computer.

Learn from my mistake: always back up your stuff! Back up manually, or generate backups if your hosting account is with a webhost that uses cPanel, or another type of account management area that generates backups. If you are using WordPress, you can also make use of the WP-Backup plugin to automatically create a copy of your database and email it to you on an hourly, daily, weekly or monthly basis. For more information on that plugin, see the following article: WordPress plugin: WP-Backup.

About

Blogging Girl is a blog about blogs, and everything related to them.

Navigation

home about plugboard resources contact links disclosure

Categories

Blogging Tools
Commercial Break
Etc.
General
Hosting
Opinion
Paid Blogging
Reviews
Site
Sponsored
Websites

Tags

Archives

  • November 2008
  • October 2008
  • September 2008
  • August 2008
  • July 2008
  • June 2008
  • May 2008
  • April 2008
  • March 2008
  • February 2008
  • January 2008
  • December 2007
  • November 2007
  • Search

    Poll

    Do you make money with your blog?

    View Results

    Loading ... Loading ...

    Affiliates

    pjmommy.com
    domesticvixen.com
    myramblingthoughts.com

    Etc.

    Baby Clothes
    Baby Bedding
    Baby Furniture
    Wedding Rings
    Silver Gifts
    Designer Baby Clothes
    Kids Clothes
    Wedding favors
    test

    Link?

    Link to Blogging Girl!

    Prefer a banner?

    ss_blog_claim=dc6357d0d564097d83db32534156695b ss_blog_claim=dc6357d0d564097d83db32534156695b