WordPress 1.5.1.3 and Cranky Playground Ladies

Another WordPress upgrade, this time dealing with a security issue which I think first came up in this thread.

The only thing the upgrade appeared to affect was my new captcha. I don’t know why or how, but it worked before I upgraded and now it doesn’t, even after applying the appropriate lines of code to the new wp-comments-post.php file. So I disabled it. Bad-Behavior and Spam-Karma-2 will have to blast spam all by their little lonesomes.

And on a related issue…

Continue reading “WordPress 1.5.1.3 and Cranky Playground Ladies”

Take That, You Spammer Lowlifes, You

Yesterday I walked past my open iBook and heard the “ting” indicating new e-mail. Being the e-mail junkie that I am, I sprinted to the iBook and saw…

I’d been hit with a junk mail comment. My first!

Well, I knew how to take care of that. I deleted it and pushed away from the computer, only to hear another “ting.”

Two more spam comments! Persistent little buggers, they are.

Continue reading “Take That, You Spammer Lowlifes, You”

Links: Putting a Stop to the Wiggles

Why do some links “wiggle” and dance when a cursor hovers over them? I used to think their parents never taught them not to fidget, but then I had some links of my own and realized some of my link parenting preconceptions were a bit off.

I had an odd little problem with my links today. While playing around with an actual links page that uses an unordered list to arrange links, I discovered the links wiggled when the cursor passed over them.

I didn’t like the effect but was sure I hadn’t done anything different to produce it. It happened in Safari and Firefox, but not I.E. Mac. I looked over my stylesheet for “hover” statements and could only find:

.post ul li:hover {
padding: 0px;
font-weight: normal;

This was my first time placing an unordered list of links within a post and the first time I noticed the wiggle, so I felt certain the problem was here somehow.

I didn’t want to delete the statements; perhaps they did something elsewhere I haven’t figured out yet! I Googled the subject instead, searching for html links hover “link moves” and found this page: Menu Design: CSS Rollovers

Big John wondered why the link moves, so he noodled around with the code til he figured that IE just doesn’t like the use of % for the padding. Change it to em or px, and the link stays put.

Even though the link movement didn’t seem to happen in I.E. Explorer, and even though the stylesheet wasn’t using % for the padding, I removed the whole “padding” line from the above bit of CSS, saved the stylesheet, and Presto! No more link movement.

Oh, I am so clever.

Podz to the Rescue—Again

I’ve been putting off a certain project that involves making multiple databases and separate WordPress installs for each of them, because mucking about the databases is scary. And I am a weenie.

I re-read the codex tutorial on the topic but felt no backbone stiffening until I went over to Podz’ WordPress guides and looked at Installing WordPress on CPanel. Step-by-Oh-So-Easy-Step. With pictures, mind you.

Podz just has this incredible knack for writing easygoing instructions for the timid. There was much praising of his name over my laptop, let me tell you.