Matt's Blog

Archive for the ‘Blogging’ Category

WordPress 2.2 Released

Saturday, May 19th, 2007

WordPress 2.2 has been released! WP2.2 includes some sweet new features, such as Widgets.

I know, I know, this is old news… But I usually post about WP releases after I upgrade to them. I’ll be upgrading to 2.2 when I make a new Theme for this blog. Or, I might just improve some things on this theme… We’ll see. Then, I’ll be rethinking all of the categories, renaming them, adding some, removing some, etc. Then, I’ll be going through all the posts and putting them in the proper categories.

So, go upgrade to WP2.2. 😛

First Contribution to WordPress

Sunday, May 13th, 2007

WordPressI have submitted a ticket and patch to WordPress Trac. This is my first contribution to WordPress (other than some of my opinions 😛 ). The patch makes it so that the BrowseHappy (which I disagree with, but that’s a different topic) image only shows on versions of IE lower than 7. It’s quite a simply fix, just adding some conditional comments around a string, but it’s still helpful anyways.

The patch probably isn’t going to make it into WordPress 2.2 (supposed to be released on May 16, 2007; it’s now in RC2), but it should get into 2.3. 😀

Automattic/WordPress.Com Stats

Monday, May 7th, 2007

A plugin, for WordPress, has been released to harness the power of Automattic‘s Statistics’ “Engine” for non-WordPress.Com hosted Blogs. It’s called Automattic Stats.

This plugin is super simple to use, just upload it to /wp-content/plugins/, activate it and enter your WordPress.Com API Key.

Yes, you do need a WordPress.Com account, since you need an API key, but it’s still good.

It will then add a Menu under “Dashboard” and clicking it will send you to your WordPress.Com Dashboard, where you will be presented with your Blog’s Stats.

I’ve actually always been a fan of how Automattic displays their Statistics, and now I can see my own Blog’s Stats in the super-simple-to-read format. This will complement other Stats programs I use. Especially since these Stats are displayed as line graphs, much simpler to quickly read than Google Analytics. Google Analytics Stats are good too, and much more detailed, but Automattic Stats are more meant for a quick and easy way to see how your Blogs doing, I think. 😛 I still like Google Analytics, but you need a little bit more time to go through it. This plugin will be useful for when I want the quick-n-dirty stats.

At least now I’ll have a couple of different ways/places to see my Blog’s stats. I’ll also be able to compare the results between them, to reach a more accurate idea of Traffic and such.

How’s Forbidden Land Twisted PageGetter?

Sunday, May 6th, 2007

Oh, that’s right, you won’t be able to read this post, since you’re banned! Anywho…

I recently noticed that a Bot, that identifies itself as “Twisted PageGetter”, has been crawling this blog (more specifically, my Feed) quite frequently. Last month it made about 10 932 hits, and this month (as of May 6, 2007 at about 2AM) about 1883 times. That’s some serious crawling. I’ve yet to find any information on what exactly this Bot does, and what it crawls for. So, I decided to Block it, and send it a nice 403 Forbidden Error. Not that it uses much bandwidth (didn’t even use 1MB last month). I have lots of Bandwidth anyways. No, I banned it because it’s throwing off my Stats. Plus it’s not useful and doesn’t seem to be doing anything good.

If you’re wondering, its User-Agent is “Twisted PageGetter” and its IP Address is “207.0.19.182”. If you want to block it, you can put this code in your .htaccess file:

RewriteEngine On 
RewriteCond %{HTTP_USER_AGENT} "Twisted PageGetter" [NC] 
RewriteRule ^.*$ - [F,L]

That’ll give it a 403 Forbidden Error when it tries to access your site. Hopefully it’ll “get the message”, and stop crawling your site.

Hopefully “Twisted PageGetter” will be gone from my Blog now… 😛

Update [May 6, 2007]: Twisted PageGetter tried to crawl my Feed again today. You know what it got? A big fat 403 Forbidden Error! Ha!

Twisted PageGetter Blocked

WordPress Admin Menu Mouseover Idea

Sunday, April 29th, 2007

WordPress

I’ve submitted an Idea over at WordPress.org to change the menus a bit in the Admin Panel.

Basically, it says that the Menus should get some AJAXish goodness. So that when you would hover over a Primary Menu Item the Secondary Menu Items would scroll down on the Secondary Menu Bar replacing the current ones. So, that you’d be able to go straight to one of the pages associated under that Primary Item. Without the need to click on the Primary Item first. Then, when you move your mouse away from the Menu Bars, the Items would scroll back up to reveal the current Items.

If you think this is a good idea, then go Rate the Idea, please. 😀 Thanks.

Idea to Change the Secondary Menu Items on a Primary Menu Item Mouseover