Skip to content

CSS Optimizer .9 Released!

CSS Optimizer has been updated to version .9. This update includes a small set of improvements & additions: Improved recursive directory processing Improved compatibility with fie/directory names that contain periods Added support for parsing css information inside <style> tags Added -h option adding support for .html & .htm files In addition to those improvements I’ve written a Cocoa GUI for CSS Optimizer, which can be downloaded on the CSS Optimizer product page. The Cocoa GUI, named CSS Optimizer X, supports many Mac OS X features such as Drag n’ Drop, sheets, and drawers. The source code for CSS Optimizer is updated, I also posted the source code for Color Blender, and CSS Optimizer X. Enjoy!

Continue Reading

CSS Optimizer .7 Released!

After lots of hard work, I’ve finally finished CSS Optimizer V.7. Improvements in this version include: Recursive directory searching support. Specify a directory and use the -r option to optimize all the CSS files contained in the specified folder. Much better filesystem support. New -s & -n options. Better command line argument parser. Download it here. Read the readme that comes with the application for more information on how it works. All the source code is now available for download, if you compile it for windows or linux please send me the binary so i can post it on the product page. Recently, I came across Crockford.com. On his site he has an application called JSMin, which does the same thing as CSS Optimizer; just for javascript…

Continue Reading

Color Blender 1.0!

I’ve released my first Cocoa application, Color Blender. I wrote it because I got frustrated when i couldn’t convert a hex value to a rgb value quickly and easily, this immensely slowed down my workflow when trying to pick out a color scheme for a new web-site. Hopefully you will find it useful too. On a side note, a new version of CSS Optimizer, (renamed from Web Optimizer) which will have recursive directory searching support, and much better underlying filesystem support, among other things; is almost complete.

Continue Reading

Web Optimizer V .5b Release

I’m almost done customizing the blog and creating this site (IE users beware, theres a few display glitches for you guys), over the next few days/weeks you’ll probably see alot of content added. I’ve been working on a small application I call ‘Web Optimizer’. Its a command line application that strips a CSS file of all uneeded characters. This reduces the file-size dramatically, 20%-60%, and also makes it very hard for someone to understand your CSS code. In addition to stripping uneeded chars from the file, the application also converts long-hand CSS properties to short-hand CSS properties. Full implementation of ‘the long-to-short’ isn’t complete, only ‘font:’ and ‘background:’ shorthand properties are supported…

Continue Reading