PHP Classes

Packages of Victor V. Nabatov

Recommend this page to a friend!
  All class groups  >  All authors  >  Packages of Victor V. Nabatov (2)  >  Mission progress status  >  Reputation  
Picture of Victor V. Nabatov
Name: Victor V. Nabatov <contact> Victor V. Nabatov Google profile
Classes: 2
Country: Russian Federation Russian Federation
Age: ???
All time rank: 269176 in Russian Federation Russian Federation
Week rank: 195 Up12 in Russian Federation Russian Federation Up
All time users: 784
Week users: 0
Innovation award
Innovation award
Nominee: 1x
 
  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z  
  Files folder image PHP CSS Optimizer  
PHP Programming Innovation award nominee
April 2016
Number 10


Prize: One downloadable copy of PhpED Professional
Optimize CSS and make it browser independent
This class can optimize CSS and make it browser independent.

It can parse CSS files and rewrite them to remove needless spaces and line breaks.

Encoded color values can also be optimized to use less characters, like for instance #00ff77 as #0f7, remove units for properties with value 0, remove leading 0 for decimals less than 1.

The class can also inline images and fonts using data URLs with base64 encoded data and converts rgb and hsl colors to their hex values.

It can also insert properties with browser specific prefixes, so they can work equally with different browsers.

The resulting CSS can be stored in cache files to avoid needless reprocessing.
RatingsUtility Consistency Documentation Examples Tests Videos Overall Rank
All time: 100% 95% 87% 91% - - 77% 51
Month: Not yet rated by the users

  Files folder image PHP Template Compiler  
Template engine that compiles logic into PHP code
This package is a template engine that compiles logic into PHP code.

It can take a given template file and parse it to generate a PHP script that will render the template output after processing the variable values and logic controls.

Currently it supports logic controls like: FOREACH, IF, ELSE, ELSEIF, SWITCH, CASE, BREAK, DEFAULT, INCLUDE, CONTINUE.

The processed output can be compressed and cached.
Not enough user ratings


  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z