CSSTidy is an opensource CSS parser and optimiser. It is available as executeable file (available for Windows, Linux and OSX) which can be controlled per command line and as PHP script (both with almost the same functionality).
Category Archives: Programming
Responsive jQuery Slider Collection
A tiny collection with powerfull responsive query sliders.
20 Quick Tips to Optimize Page Load Time
Web page loading speed is the most crucial part of a site’s usability and SEO. Google considers page speed to be one of the 200 ranking factors that influence a website’s position in organic search results and is known to enrich user-experience. With numerous other websites in your niche the competition to earn site traffic …
Minify/compress CSS with regex
Simple regex CSS minifier/compressor (Ok, it may not be overly simple, but pretty straight forward.)
3 ways to compress CSS files using PHP
When you’re using a sophisticated design, CSS files can quickly become very long, and takes time to load. I have compiled 3 interresting ways of compressing CSS files by using PHP.
A (simple) css minifier with benefits
What is CssMin? CssMin is a css parser and minfier. It minifies css by removing unneeded whitespace character, comments, empty blocks and empty declarations. In addition declaration values can get rewritten to shorter notation if available. The minification if configurable.