Archive for the ‘seo’ Category

Clay Cazier Sucks!

Sunday, November 14th, 2010

I dig KMFDM so, the other day, I finally bought their best hits download “Wurst”. Although there aren’t really any new tracks, the song Sucks from the Angst album popped out at me.

Yeah, I’m really going to talk about KMDFM and reputation management… and Clay Cazier sucks!

Without belaboring the point, what better way to get out in front of potential online detractors than by posting your own page targeting the phrase “[whatever] sucks” – thus circumventing the power of future posts by real detractors using that phrase. I don’t know if that was KMFDM’s point, but…

The power of the page or post highlighting how you or your product sucks lies in your ability to have a sense of humor but, also, maybe slip in a few admissions of fallibility. After all, you can’t have a page about Clay Cazier sucks without admitting that, yes, sometimes I do suck.

How Clay Cazier Sucks

Doesn’t update his own websites often enough
Gets lost driving… a lot
Is always working in one way or another but, yet, his own sites don’t display all best practices possible
Is only an average time trial driver in an awesome car
Sometimes gets a little sweaty
Listens to headache-inducing music
Can’t rake leaves without complaining
Didn’t do the CSS work to override this template’s inline ULs

[11/20/10 updated to add new ways that I suck]

*L* I’ll leave the comments open.

Remove WordPress Title Attribute

Thursday, October 28th, 2010

When the WordPress sidebar uses wp_list_categories to return a linked list of your Categories, it renders them with the a href title attribute set to equal the Category description. If you use the Category description in other parts of the site like I do, this means every page’s sidebar code will soon be bloated with those (hidden) descriptions. The code bloat is no good for the search engines and it’s not good for accessibility. So how can you easily remove the WordPress title attribute?

First, there’s the plugin route… I installed it but it didn’t work out of the box for me. I understand different templates use the categories in different ways and, therefore, the plugin might need modding – but if I’m going to mod something, I’d rather not mod someone’s mod if there’s a more direct route.

Next, there’s the pregmatch route… I knew there was a more fundamental setting or solution. No finesse in echoing in 0.

Then there’s the jQuery route… I gave it a lame effort and it didn’t work out.

But my friend Rob had a much better solution – of course, the simplest answer is always best: wp_list_categories has a parameter named use_desc_for_title that you can simply set to 0. For example:

<?php wp_list_categories(‘use_desc_for_title=0&title_li=’); ?>

Problem solved. Give it a try!

Day to Day

Saturday, September 23rd, 2006

Internet marketing is what I do… SEO, coding, inventing, etc. This is mainly a post to fill something in to my “SEO” category.