December 2009
12 posts
2 tags
Dec 30th
4 tags
Flarp: a Gedit color scheme
Just thought I’d share the gEdit Color Scheme I’ve been using for awhile now. I’ve lovingly named it Flarp, in honor of this urban legend. Installation: Download it. Put it in /home/yourname/.gnome2/gedit/styles Fire up gEdit and pick the theme in Edit -> Preferences -> Fonts & Colors Enjoy!
Dec 20th
2 tags
Why host your Drupal module/theme at Drupal.org?
Many reasons! Larger User Base - Most users check Drupal.org first and assume the project doesn’t exist if it’s not there. Consistency Is Understandable - It is much easier for someone new to Drupal to understand how to download and install themes/modules from a central location rather than 3 or 4 central locations Unified Issue Tracker - “My Issues” will show any...
Dec 20th
3 tags
A Timeless Classic: The Sequel
Me: i hate YOU the most
Me: even more than you hate me
Erin: that's not possible
Erin: i hate you will all the hate in the world
Erin: there's no hate for you to hate me with
Erin: it does not exist
Me: that used to be true, until i produced a ball of hate in the form of an egg and it burst into the swarm of hate bees which are buzzing around your very core
Erin: please blog.
Dec 17th
3 tags
Make link href's visible when printing
This is one of those things that I would expect everybody to be doing by now but nobody really is. One of the annoyances of printing is that when you print out a webpage, you can see the links but you have no idea where any of them go to. Quick fix: stick the following rules in your print stylesheet and the link’s href will be appended after it in parenthesis: I have no idea where I...
Dec 15th
3 tags
Drupal: Add a class to the first non-image...
Say you need to grab the first paragraph of a node’s body that starts out with text. For example, you want to add a drop cap to the first letter of a node’s body, but if the first paragraph only has an image, then you can’t do anything cool like first-child. So here’s what you do. Throw this into your theme’s template.php: Replace THEMENAME with your...
Dec 14th
1 note
3 tags
“[Web] Developers are expected to know too much stuff these days: at least one...”
– This guy
Dec 13th
3 tags
Some lesser known Ubuntu/GNOME apps
I’m going to try and limit this to apps that everybody hasn’t already heard of. Most of these you can just apt-get, and most of these I use at least daily. Shutter - A screenshot program. Supports windows, selections, the desktop, uploading to online image hosts, inline image editing, etc. Really slick. Midori - A GTK + WebKit based browser. Extremely lightweight/fast and finally...
Dec 12th
1 note
3 tags
Drupal: change a menu item's class in module
So I just spent 3 hours writing 4 lines of code. The problem: we need a way to make a certain “Approvals” link red if there are approvals waiting. This could also apply to making an “Inbox” link stand out if you have unread messages or whatever. Anyway, according to Google, this is something that has never been done before in the history of computing, so here it goes. ...
Dec 10th
3 tags
Teaspoon CRM
As a way to avoid being bored for too long, I built a really uber simple CRM. Since that’s exactly what the world needs. So it’s ready for some testing, and the site’s bug reporter is looking pretty sparse. It’d be great to get some use for it. Check it out: Teaspoon CRM
Dec 2nd
3 tags
Seven: A Backport of D7's Admin Theme
I just released a D6 version of Drupal 7’s administration theme (named Seven), designed by Mark and Leisa. Check Seven out.
Dec 1st
3 tags
Fix for gEdit ignoring tab width preferences
If you’re fighting with an annoying bug that keeps changing your gEdit tab width to 4 no matter what you choose, then the fix is to disable the Smart Indent plugin.
Dec 1st