March, 2013Archive for

HowTo install ImageMagick PHP extension

How to install ImageMagick from YUM repository The easiest way to install ImageMagick extension is to install it from yum repository: 1) Run “yum search imagick” command to check if ImageMagick extension is available in your repositories. If you get the line below – ImageMagick extension is available in your repository and you can install it using “yum install” command 2) Run “yum install php-pecl-imagick” to install ImageMagick extension. 3) Restart Apache webserver. How...

How to expand/adjustable iframe height

Works fine in all browsers.