Existing users, log in.  New users, create a free account.  Lost password?

Mac OS X  |  Web & Software Development  |  Site Creation / Management  |  CSS Optimizer

CSS Optimizer

CSS Optimizer - 1.0

optimizes CSS files

All Time: (4.7)
This Version: (5.0)
Current Version: 1.0
Release Date: 2005-11-28
License: Freeware
Downloads (this version): 3,047
Downloads (all versions): 4,775

Information Related to Version:

Broken Link? Newer Version? Tell us!

Product Description:

CSS Optimizer is a simple command line application that optimizes files used for web-development, such as external CSS files. It reduces the filesize significantly, 20-60% depending on your coding style, by stripping unneeded characters such as whitespace, tabs, newline characters, and semi-colons; but, it only elimates characters that are not vital to proper display of the CSS file.

What's new in this version:

  • Adding support for the ΓΆβ?¬Ε?\ΓΆβ?¬?}\ΓΆβ?¬?" hack outlined here: http://diveintoaccessibility.org/examples/fontsize.html
  • Added processing css from the standard input (-i option)
  • Added outputting processed css to the standard output (-o option)
  • Added -q (quiet) option
  • Code cleanup & optimization
  • Updated manual/reame now in HTML
  • Online version of CSS Optimizer at: http://developer.mabwebdesign.com/cssoptimizer/compress.html
  • CSS un-compressor at: http://developer.mabwebdesign.com/cssoptimizer/uncompress.html
  • Exit codes are now predictable. CSS Optimizer uses standard error codes specified in
  • Linux version now availible

Operating System Requirements:

This product is designed to run on the following operating systems:

  • Mac OS X 10.4 PPC
  • Mac OS X 10.3.9
  • Mac OS X 10.3
  • Mac OS X 10.2
  • Mac OS X 10.1
  • Mac OS X 10.0

Additional Requirements:

  • Mac OS X 10.4 PPC
  • Mac OS X 10.3.9
  • Mac OS X 10.4 Intel
  • Mac OS X 10.0
  • Mac OS X 10.1
  • Mac OS X 10.5 PPC
  • Mac OS X 10.2
  • Mac OS X 10.5 Intel
  • Mac OS X 10.3
  • Mac OS Classic

Screenshots:

Download Links:

Your Installed Versions:


 

Feedback Summary:

This Version:
Overall Rating: (5.0) Features: (4.0) Support: (4.0)
Ease of Use: (5.0) Quality / Stability: Not rated (0.0) Price: (5.0)
Add Your Feedback

Key to Types of Feedback:

ReviewsReviews   TroubleshootingTroubleshooting   Usage TipsUsage Tips   Developer NotesDeveloper Notes   CommentaryCommentary   Featured ReviewsFeatured Reviews

CSS Optimizer Reviewneat but deletes hacks - Version: 1.0, 1/6/2006 12:52PM PST

puppykrusher
This is great, but unusable for anyone who uses the /*\*/ ignored by ie5mac /* */ hack.
Post a commentAlert Admin

CSS Optimizer Usage TipBBEdit Format - Version: 1.0, 11/29/2005 08:52AM PST

Bill Dawson
To get your formatting back, open your css file with BBEdit and select "Format" from the "Markup/CSS" menu. Voila! Edit your css and then recompress it.
Post a commentAlert Admin

CSS Optimizer ReviewGood stuff - Version: 1.0, 11/29/2005 05:33AM PST

Tony Walton

This does exactly what it says on the tin. All this strange talk of "it makes your code unreadable" seems to miss the point of what optimisation actually is. I wonder if the same complaints are made about compilers: "It's made my source code unreadable". ;-)

Think of this as a compiler – you keep your source code for editing but distribute the "compiled" (in this case optimised) version. Anyone wanting to see heavily-optimised code should take a look at Erik Bosrup's excellent tooltip library and compare the "development" version of overtlib.js ("source code") with the "production" (optimised) version overlib_mini.js, which is all but unreadable by humans.

This is good software - kudos to the author!

Post a commentAlert Admin