Posts belonging to Category 'Tools'

Feedburner Google migration is an unmitigated disaster

UPDATE: if you respond to the email that says your feeds moved over successfully, Google does actually get back to you several days later with an email that indicates they’re reading the emails and getting to them as they can, but are overwhelmed at the moment. This might be the best way to make sure [...]

Wordpress 2.7 – they did listen

I haven’t played extensively with Wordpress 2.7 yet, but remember how 2.5 sucked? And we were told we could whine all we wanted but it wouldn’t help? Wordpress 2.7 appears to be a very big improvement which did indeed take into account the issues we were complaining about.
It has automatic updating built in, so you [...]

Curl code for file inclusion

LinkWorth’s instructions for running rotating links on your site involve plain vanilla file inclusion, which my host has turned off because it uses one of the most commonly abused php protocols (fopen). If I sound like I know what I’m talking about, give me an Oscar because I didn’t 15 minutes ago!
I put their code [...]

An idea to make a fortune: reliable feed stats

Here’s an idea that should make someone rich. I’m not satisfied with FeedBurner’s ability to count my feed subs. It used to rock, but after Google took over my stats bounce around a lot because it doesn’t collect stats from some services one day, others the next… it could use an algorithm to balance those [...]

Make a leaderboard load after the content in Wordpress

I’m not a great themer. I take other people’s themes that seem to work predictably and I doctor them. My themes have to comply with everything Mark lists here, and while some people don’t worry about having your content as close to the top of the source code as possible, I think it’s crucial. I’ve [...]

If the styling for captions in Wordpress 2.6 doesn’t seem to work…

I had some trouble getting the captions to look good in Wordpress 2.6. Here’s how I solved it.
First, I added this code from the default theme to my style sheet:
/* Captions */
.aligncenter,
div.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption {
border: 1px solid #ddd;
text-align: center;
background-color: #f3f3f3;
padding-top: 4px;
margin: 10px;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
.wp-caption img {
margin: 0;
padding: 0;
border: 0 none;
}
.wp-caption p.wp-caption-text [...]

How to sort posts by author in the newer, stupider Wordpress

I got annoyed with Wordpress’ counterintuitive changes in version 2.5. Version 2.6 changes nothing I’ve noticed, except introducing a few new glitches. I haven’t really kept up with this post, where I was listing fixes and workarounds for it. Rather than try to keep it all in one (rather painful to read) post, I decided [...]

Link a Dink – better than Alinks

I love Alinks and all its cool functions for making phrases on my site automatically turn into links, but one thing about it was driving me crazy:
It spits a huge block of code into your source, between the bot and your content. Go check your source code, if you use it. See that? See how [...]

Automatically updating your Wordpress install

So Wordpress 2.5 doesn’t come with the ability to auto-update the whole installation after all. It also has a tendency to eat your posts if it doesn’t like the way you click publish. Gah!
I’ve found a plugin that upgrades your install automatically, but it’s got some bugs. Plus, one that I found – but there’s [...]

Trust circles, word of mouth marketing and social media

There are tons of articles talking about just how far Twitter, Facebook or your blog can or can’t take you. Is it worth your time to become a high profile Digg user? Delicious user? Etc.
I think it all depends on whether you know what to use social networking for. Namely, the online equivalent of word [...]