Ohh, Welcome to my blog. Are you looking for the stuff which helps you to transfer your Google Blogspot posts to your own WP Blog Site? You are on right page. I have recently completed this for our company blog site. Here, I am sharing my experience with you. I…
Make your WordPress Theme Retina Ready
Retina displays quickly becoming the standard need on phones, tablets and laptops. Retina display support is for giving great visual impact to viewers by serving high-res images to hi-res devices. There are plugin available for regular WordPress users that will add retina support to their site. Here are my recommendations.…
APC PHP Cache
APC stands for Alternative PHP Cache, and is a free open-source opcode (operation code) caching plugin for PHP. With APC setup on your server, your PHP script executions can be optimized to run more efficiently, by cutting down on needless dynamic PHP executions. Usage: STEP 1: Make a class…
Happy Endings For A Bug
Milin M. Patel
How to manage Session in Magento
Session in Magento can be implemented and managed by one of the following way File system. Database. Memcached. tmpfs Filesystem. Out of these 4 options, 2 options are available while installing Magento from which File system is by default selected. How to Add, Retrieve and Delete (unset) a Magento session?…