Tweetbar (modified from original version) for Firefox

Important note: This modified extension has been branched into a completely separate project, TwitKit.

I recently discovered Tweetbar, a Twitter extension for Firefox that allows viewing and posting to Twitter. I was very satisfied with the application, but I still thought there could be more things implemented. So, being the DIY person I am, I dug up the code and changed it myself.

The result of two days’ work is a good one—one with new features and ideas implemented into it. Read on to find out about how I changed Tweetbar, and how you can acquire this modified extension.

Continue reading ‘Tweetbar (modified from original version) for Firefox’

Why Your Site Should Use Short URLs

I’ve been to so many sites recently that serve me URLs like this one:

http://example.com/index.php?act=search&query=some%20search
%20query&sessionid=5ef67f1752fe7496

Frankly, I am sick of these kinds of sites. This article digs a bit deeper into why this is bad, and offers solutions for webmasters that do have URLs like the one above.

Continue reading ‘Why Your Site Should Use Short URLs’

Activating Full Mode on the Asus Eee PC

Merry Christmas! Today I received an addition to my geek arsenal: an Asus Eee PC.

Eee In Easy Mode
The Eee’s default interface: Easy Mode.

They really are telling the truth in their slogan; it is indeed “Easy to Learn, Work, and Play.” But if you’re like me and require that default-looking desktop environment to satisfy your needs, probably want to activate the Eee’s Full Mode.

Continue reading ‘Activating Full Mode on the Asus Eee PC’

WordPress Tutorial: Creating Option Pages

I just finished making a tutorial on creating options pages and letting your plugins be configurable. It bases the example plugin off of Mark Jaquith’s video tutorial. (It also teaches a bit about register_activation_hook, because that is an important part for making plugins configurable.)Hopefully I’ll get around to making a video-version of this plugin soon, so things are more easy to understand.

But for now, there are still two versions available: A PDF version and the original OpenOffice ODT file.

Enjoy!

WordPress Plugin: TextMe

Are you constantly on the go, and worrying about what’s happening at your blog while you are not there to check up on it? Not to worry! With the new TextMe plugin, you can have a carbon-copy of all admin emails sent via SMS to your cell phone. TextMe supports sending SMS via most major carriers.

See the plugin page for more information.

Patching Files in Linux / Unix

This post applies to any Linux, Unix, or Mac-terminal users.

A patch file is one of the best methods to do what you think it would do—patch things. This short guide will teach you how to create patch files, and apply them to your files.
Continue reading ‘Patching Files in Linux / Unix’

WordPress Plugin Requests / Suggestions

I have nothing to do, and my brain is out of ideas for WordPress plugins now that I finished the Digg Protector. Does anyone have any requests for a plugin to be made? I can’t make anything too fancy, as I’m still trying to get the hang of all this, but I’ll try my best. Please, someone give me something to do! :D

WordPress Plugin—Digg Protector

I’ve heard various complaints from blog-owners that when their posts are Digged, their servers’ load increases for the worse. After a bit of study, I’ve found that most of this load is caused by the extreme amount of images that are loaded. The Digg Protector will determine if a visitor is from Digg, and if the visitor is indeed from Digg, the plugin will serve them a remotely-hosted version of the image. Otherwise, the plugin will serve the locally-hosted (on that server) image.
Continue reading ‘WordPress Plugin—Digg Protector’

While versus Whilst—Getting Our Facts Straight

There has recently been an abundance of confusion all over the internets concerning the usage of while and whilst, and how they differ from each other. This article was written to give a solid resolution and clear up any confusion that may exist.

Continue reading ‘While versus Whilst—Getting Our Facts Straight’

Unix Tip - Shortening The Abbreviations

Even for us fast typists, our hands start to complain after a few hours or more of banging on our keyboards. Sometimes the best thing to do is what is really the only apparent chance of survival—shorten all these abbreviations even more.Please note, this guide is intended to be used by Linux and Unix users. Yes, Mac users… if you can believe it, Mac is all Unix on the inside.

Continue reading ‘Unix Tip - Shortening The Abbreviations’

Next Page »