Hi
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
Published February 24, 2008 Web Development 3 CommentsTags: short, site, url, web
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.
Activating Full Mode on the Asus Eee PC
Published December 25, 2007 Linux , Technology 9 CommentsTags: asus, asus eee, eee, eee pc, laptop, pc
Merry Christmas! Today I received an addition to my geek arsenal: an Asus Eee PC.
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.
WordPress Tutorial: Creating Option Pages
Published December 17, 2007 PHP , Software , Technology , Web Development , wordpress 6 CommentsTags: blog, blogging, computer, diy, guide, tutorial, walkthrough
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!
Patching Files in Linux / Unix
Published December 10, 2007 Linux , mac , Ubuntu 10 CommentsTags: archlinux, bash, debian, diff, fedora, fedora core, gnu, mandriva, mepis, patch, red hat, redhat, shell, 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’