Archive for the ‘Design’ Category

Eliminate CSS Framework Bloat with “Dust-Me Selectors”

Friday, December 19th, 2008

I can’t believe I’ve never seen this before. One of those most common complains with CSS frameworks (like BlueTrip…ahem) is that they include a lot of code that you won’t ever use (you’re probably never going to have a project where you use EVERY single column width or EVERY single possible typographical markup.

Let there be Dust-Me Selectors. It’s is a Firefox extension that finds unused CSS selectors and notifies you so you can remove them from your stylesheets. Awesome.

Linux Users Need Font Families Too!

Wednesday, November 26th, 2008

Mac and XP users get all the love. How many times have you used a font family like Helvetica, Arial, sans-serif? Look familiar? With articles like Christian Montoya’s floating around, more and more designers are adding Vista-only fonts to their stylesheets. And yet, nobody is throwing anything in for Linux users, instead relying on the generic fallback to handle it.

(more…)

Is The * Selector Really That Bad?

Sunday, November 23rd, 2008

I’ve always been a proponent of reset stylesheets. Jonathan Snook made an almost convincing argument against them a few months ago, which was backed up by Jens Meiert quite well.

(more…)

Top 10 Ways to Use Dropbox

Saturday, September 13th, 2008

10. Share IM client settings on multiple computers.

For anyone that uses Pidgin, Gaim, Miranda, etc. on multiple computers, this could be a godsend. It’s just a pain to maintain a few different sets of usernames and passwords/protocols/options on different computers.

(more…)

My Humble Impressions of Google Chrome

Tuesday, September 2nd, 2008

As I’m sure you all know, Google has created an international holiday for geeks across the world with the release of Chrome, a potentially revolutionary browser. I’ve been using it for the day, and I’d like to offer my very humble thoughts on it so far.

First off, I think we all need to realize that this is a VERY early release of a huge project for Google. I have no doubts that it will receive tons of critics based on bugs, missing features, and generally things that Google will obviously be fixing as the project matures. The last thing I want to do is point out the obvious shortcomings (limited bookmark management, few options, no progress bar for page loads, etc…guess I pointed them out anyway), because these things will be coming soon. Google’s, while perhaps a bit optimistic and overconfident, is not stupid by any means. So whatever you say about Chrome, please don’t go and complain about the lack of things that are almost certainly on the way. Or else you’ll annoy me. That’s right!

(more…)

Some Thoughts on Textpattern

Tuesday, August 19th, 2008

On a recent project, I worked with a lesser known and charming little CMS known as Textpattern (or “Txp” to its users). The decision came after a long and drawn out process of researching and theming various CMS solutions to see what would be the easiest to develop (there was a time constraint) and what would be the easiest to maintain for a non-technical manager.

(more…)

BlueTripCSS Framework - Blueprint meets Tripoli

Wednesday, April 30th, 2008

NOTE: Due to the overwhelming popularity of BlueTrip, I’ve created a dedicated site for it at bluetrip.org. It’s a work in progress, but should help clear up some of the issues that come with running BlueTrip out of this blog post.

CSS Frameworks have been a hot topic the past few months. Although they’ve been getting a lot of heat from semantic freaks and minimalists (for adding unnecessary code), I think they’re a step forward. As I’ve said before, web design is about doing things quickly and beautifully. No matter how you feel about frameworks, it’s undeniable that they speed up the design process. I’m a fan.

(more…)