Coder’s Eye

A site about one of the three passions in my life.

Coder’s Eye header image 2

CSSEdit is my friend

February 24th, 2007 · 2 Comments

Kung Fu for CSSDeveloping sites for clients involves a lot of heavy CSS work for me. I’d been using Aquamacs, an Emacs editor for OSX. That was good, but I don’t care for any of the CSS modes available. I moved to TextMate, which was much better, but still very much a code, reload, code, reload cycle.

That gets very slow, especially when developing using something like Drupal which isn’t very speedy to begin with.

CSSEdit is different

It isn’t a WYSIWIG CSS editor. I don’t like that type of software, they are too blunt an instrument, and miss all the finessing one can achieve with CSS. Instead it is an editor which has live previews of the real site. It is really quite unusual how it works. Basically, you browse to a site, and tell CSSEdit you want to override the stylesheet. You can extract the stylesheet from the site, or else use one you already have on your computer. From then on, the changes you make to the stylesheet are instantly reflected in the linked browser window.

This has decreased my time-to-develop CSS for finicky, pixel-perfect sites by at least half. Without exaggeration. For example, absolute positioning is no longer trial and error. Or, rather it is, but you can very quickly get that element placed precisely where you want it because you can see it move when you change the numbers.

I also appreciate the syntax-aware completion abilities. If I type “fon”, it starts offering me “font-size, font-style, font-weight, font-family”, and I can just complete from there. Once I’ve selected “font-style” with a down-arrow and a colon, it then starts offering me the appropriate options for that css rule.

At $29.95, the thing is a steal for anyone who does more than an hour or two of CSS coding. Even if you are just a hobbiest, isn’t your free time worth more than that?

Technorati Tags: , , , , , ,

Tags: Reviews · Tips · CSS

Bookmark this article

del.icio.us:CSSEdit is my friend digg:CSSEdit is my friend spurl:CSSEdit is my friend wists:CSSEdit is my friend simpy:CSSEdit is my friend newsvine:CSSEdit is my friend blinklist:CSSEdit is my friend furl:CSSEdit is my friend reddit:CSSEdit is my friend fark:CSSEdit is my friend blogmarks:CSSEdit is my friend Y!:CSSEdit is my friend smarking:CSSEdit is my friend magnolia:CSSEdit is my friend segnalo:CSSEdit is my friend gifttagging:CSSEdit is my friend

2 responses so far ↓

  • 1 Uriel Katz // May 31, 2007 at 10:51 am

    are you aware of firebug(http://www.getfirebug.com)?

    it also have that kind of stuff,really slick

  • 2 Bruce // Jun 1, 2007 at 7:13 am

    I use Firebug all the time, and it is a wonderful tool in my Webdev toolbox, but it isn’t nearly the same.

    I’m quite curious about Coda as well, since it has an integrated live-preview CSS editor.

Leave a Comment