News Feed
Jobs Feed
Sections




News Archive
PHPMaster.com:
Automatic CSS3 Prefixer and Compressor
March 20, 2012 @ 12:38:30

On PHPMaster.com today there's a new tutorial showing how to use a little PHP magic to compress your CSS automatically.

There are many ways to compress CSS files or automatically generate browser-specific CSS3 prefixes, but usually extra tools are used which is very annoying. I'd like to show you how such tasks can be done using only PHP.

Complete code for this small script is included in the article. It uses some regular expressions to parse the CSS and does some replacement and removal of things from the CSS content to slim it down and format it all as one line. There are some images illustrating the process also included.

0 comments voice your opinion now!
css compress tutorial prefixer automatic


blog comments powered by Disqus

Similar Posts

SpinDrop.us: Using Zend Search Lucene in a symfony app

Zend Developer Zone: Implementing the Observer Pattern with SplObserver and SplSubject

John Highland's Blog: LifeStreaming Is Simple As Pie

PHPFreaks.com: Protecting php applications with PHPIDS

Codewalkers.com: New Things on the Tutorial Front (Pagination & Ajax)


Community Events











Don't see your event here?
Let us know!


development community functional code testing language object conference api release series database framework podcast zendframework2 opinion example interview introduction composer

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework