Quantcast

Category: PHP

Post Pic

11 easy steps for installing Apache ActiveMQ and configuring it for PHP application

Apache ActiveMQ is one good option for implementing message queue in your PHP application. It can be easily installed on your server and it’s web accessible admin interface really makes administrator’s life easy. It can be easily connected with PHP via STOMP. I will suggesst to use MySql for Data persistance and start ActiveMQ as [...]

10 baby steps to install Memcached Server and access it with PHP

Thinking of implementing caching for your php application , you are at a right place. Just in 10 simple (copy and paste) steps you can install and access Memcached Server. Step1: Install libevent ,libmemcached and libmemcached devel (dependency) ?View Code TEXT1 2 yum install libevent yum install libmemcached libmemcached-devel .

Post Pic

Star rating using CSS Sprite and Jquery – With Demo

As we all know CSS sprite and jquery are in trend. I have seen many star rating tricks but none of them are using css-sprite. I tried to make one , hope you all will love it. Moreover i have used ajax call to store the voting value. DEMO So lets start with HTML. Simply [...]

Page 1 of 11