Spring Cleaning (Blogger Style)


It's long over due but I did what I should really be doing ever few months, I went through and cleaned up my Worpress installation and did my upgrades and checked to make sure all my Mint peppers were working properly.

I uninstalled about five Wordpress plugins that I didn't need and removed the unnecessary files. We all know a clean server is a happy server. I also did the next upgrade for Wordpress (2.5.1) which fixes my peeve about the URL button in the WYSIWYG but alas, still no fantasy drop down menu.

Minty Fresh Audit

I also did a quick audit of my Mint installation and noticed that my download pepper wasn't tracking any data. The last time I noticed I assumed it's cause nothing was getting downloaded. Well I have two plugins published from my blog and I'm getting hits from people clicking on the link within their Wordpress installs so I guess people are downloading! So I looked into what was wrong.

The download pepper wasn't working because my mint install is on my root domain (ninedays.org) and my blog is in a sub domain. inorder for the download pepper to track from the subdomain to the domain I have to tell it that remote entries are cool, with &remote appended to the URL.

I wanted to still us JavaScript to rewrite the URL's to redrerct for the pepper's tracking so I had to go into the JavaScript file /pepper/tillkruess/downloads/script.js and modify line 16 from e[i].href = Mint_TK_script + escape(e[i].href); to this: e[i].href = Mint_TK_script + escape(e[i].href) +'&remote'; to force &remote to the end of the URL string.

Now it records my downloads :) yay!

What's Next

Only like 10,000 other things I need to do, including finish my display for the 26things may 2008 photo project. I'm building this really cool simple application that uses the Flickr API to let me just make a database entry for each of the 26 things then my script will connect everything and pull all the data from Flickr.

Oh and then there's the other projects but we'll get to those later! No wonder I never sleep!

Information and Links

Join the fray by commenting, tracking what others have to say, or linking to it from your blog.


61 subscribers couldn't be wrong*!
Subscribe to the Ninedays Blog feed!
* Not statistically proven, they could be wrong.
Similar Entries
Pre-Overhaul Maintenance
I've got a big overhaul in the makes coming up, though before I do that there's a number of changes that need to happen around here!
Searchers Choice I
I've seen how you end up here, now I'm going to help you find what you are looking for by custom tailoring my content to your search needs.
Block Content and Detect Wordpress Preview
Need to block tracking scripts in your WordPress Template when you preview your entries. I have just the way! Just a few lines into your functions.php file and header/footers and you can block Mint or Analytics in WordPress previews.
Feed Image Wordpress Plugin
My Wordpress plugin to add a main image to your Wordpress generated RSS2 and Atom feed.
Update to MySpace Profile Tracker Pepper
Mint pepper Myspace tracker gets my update. Now it actually works for me which is pretty awesome. I can track Myspace visitor's IP addresses and now with the link to my blog maybe I'll even get new referrers!
Next Post
The Day I Really Lost My HDR Virginity
Previous Post
26 Things: the alphabet game worksheet

Write a Comment

Take a moment to comment and tell us what you think. Some basic HTML is allowed for formatting.

Reader Comments

Be the first to leave a comment!