News Feed
Jobs Feed
Sections




News Archive
LineshJose.com:
How To Create A Simple CSS Compressor Using PHP
June 06, 2012 @ 08:44:26

In this recent post to his blog Linesh Jose shows you how to create a simple PHP-based compressor for your CSS (using some string replacement methods and a regex or two).

CSS or Cascading Style Sheets is a language used to describe the presentation of a document written in a markup language. If you're developing a very complex design for your site, CSS scripts become very long, and takes too much time to load. But a compressed CSS script can help your website load faster and easily maintain its functionality. Here, I've created a very simple CSS compressor using PHP to compress or reduce CSS script size.

You can read through the example code and see how it all works or you can download the code and see a live demo of it in action. His script does the compression on the fly, but it's not a far stretch to get it set up as a part of a build to output to a file on deployment.

0 comments voice your opinion now!
css compress tutorial strreplace pregreplace


blog comments powered by Disqus

Similar Posts

Builderau.com.au: Cache PHP scripts with APC module

Norbert Mocsnik's Blog: Setting Up DokuWiki with Simple Authentication

DevShed: Implementing Destructors with Multiple Objects in PHP 5

PHPMaster.com: Adding Text Watermarks with Imagick

Stefan Mischook's Blog: PHP Video Tutorial: PHP Loops


Community Events









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


event api database example phpunit release development zendframework2 functional introduction unittest code framework opinion interview language object testing community composer

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