Installing Pear on Windows

Installing Pear on Windows (ZendServer CE, Xampp etc…) php -d output_buffering=0 -d phar.require_hash=0 PEAR\go-pear.phar or simply php -d phar.require_hash=0 go-pear.phar Reference http://pear.php.net/manual/en/installation.php

Common Web Browsers Layout Engines

What Layout engine do the common Web Browsers use? IE IE  uses Trident layout engine. http://en.wikipedia.org/wiki/Trident_(layout_engine) FireFox  FireFox uses the GECKO layout engine http://www-archive.mozilla.org/newlayout/doc/layout-2006-12-14/master.xhtml https://wiki.mozilla.org/Gecko:Home_Page Opera Opera uses the Presto Engine http://www.opera.com/docs/specs/presto29/ Safari Safari uses … Read more