CSSTidy 1.3

CSSTidy 1.3 Download Summary

  • Language: PHP
  • Platform: Windows / Linux / Mac OS / BSD / Solaris
  • License: GPL - GNU Public License
  • Databases: N/A
  • Downloads: 447
  • Released: Sep 7, 2007

CSSTidy 1.3 Description

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).

In opposite to most other CSS parsers, no regular expressions are used and thus CSSTidy has full CSS2 support and a higher reliability.

Features ("a" stands for all selectors, "margin" stands for all properties):
- colours like "black" or rgb(0,0,0) are converted to #000000 or rather #000 if possible. Some hex-codes are replaced by their colour names if they are shorter.
- a{property:x;property:y;} becomes a{property:y;} (all duplicate properties are merged)
- margin:1px 1px 1px 1px; becomes margin:1px;
- margin:0px; becomes margin:0;
- a{margin-top:10px; margin-bottom:10px; margin-left:10px; margin-right:10px;} becomes a{margin:10px;}
- margin:010.0px; becomes margin:10px;
- all unnecessary whitespace is removed, depending on the compression-level
- all background-properties are merged
- all comments are removed
- the last semicolon in every block can be removed
- missing semicolons are added, incorrect newlines in strings are fixed, missing units are added, bad colors (and color names) are fixed
- property:value ! important; becomes property:value !important;

CSSTidy Bookmark

Hyperlink code:
Hyperlink for Forum code:

CSSTidy 1.3 Script Download Notice

Top 4 Download periodically updates information of CSSTidy 1.3 script from the developer, but some information may be slightly out-of-date.

Our script download links are directly from our mirrors or publisher's website. CSSTidy 1.3 torrent files or shared files from free file sharing and free upload services, including Rapidshare, MegaUpload, YouSendIt, MailBigFile, DropSend, HellShare, HotFile, FileServe, MediaMax, zUpload, MyOtherDrive, SendSpace, DepositFiles, Letitbit, LeapFile, DivShare or MediaFire, are not allowed!

HTML Parser for PHP

This is an open source HTML parser written in PHP. This parser also comes with a tool that converts HTML to text, as an example. This parser is designed for speed and flexibility. It does ... is not based on callbacks (like a SAX parser) but instead you ask for the next element ...

PHP HTML parser

PHP HTML parser allows you to to parse HTML from php scripts. ...

Generic command line option parser

... one of the standard Python library command argument parser modules optparse or getopt. The class first tries to use optparse. It it is not there (< Python 2.3), it invokes getopt. However, this is transparent to the application which uses the class. ...
Python

Paced

Paced (PHP Accelerated CLI-APP Developer) is a small script which accelerates development of PHP command line interface applications by providing all necessary base functions. This includes program logging, input, and changing the running user. ...

GSA Simple XML Parser

GSA Simple XML Parser is a XML DOM style parser class written in PHP. This class can inport XML data using expat or regex. ...