try another color:
try another fontsize: 60% 70% 80% 90%
PHP Suit
Useful PHP scripts

Blog: Tips and tricks from other pages IX

About REST and CSS compression.

I recently threw together a script that cleans up stylesheets before they are used for production use. Essentially, the css file is re-written to have the smallest possible size, while still remaining fairly readable.

How to compress .css files using php

REST is an architectural style, or set of conventions, for web applications and services that centers itself around resource manipulation and the HTTP spec. Web apps have traditionally ignored the HTTP spec and moved forward using a subset of the protocol: GET and POST, 200 OKs and 404 NOT FOUNDs. As we entered a programmable web of applications with APIs the decision to ignore HTTP gave us problems we’re still dealing with today.

Towards RESTful PHP - 5 Basic Tips