Archive for the ‘PHP’ Category

Get Excerpt with Thumbnail Image – WordPress Plug-in

Get Excerpt with Thumbnail images is a simple wordpress plugin. It gives thumbnail image, excerpt and title of Wordpress post, in the form PHP array. It is upto the developer how he can display these info on his web page.


WordPress Plugin – List Latest Posts Titles

Here is a latest plugin for Wordpress, called Latest Posts Titles, that we have developed to bring all Titles of Latest Posts posted on a Wordpress blog.


Installing eAccelerator PHP Optimizer and Caching tool

Installing instructions for eAccelerator. eAccelerator is dynamic content cache and optimizer for PHP. It also encodes PHP code and increases PHP script perfomance by caching them in compiled state thus eliminating overhead of compiling PHP script every time it is accessed.


gzip file using PHP

gzencode() function of PHP helps you create gzip file using php.