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?…
Create a Custom config file for Codeigniter
By default, CodeIgniter has one primary config file, located at “application/config/config.php” What if we want to have a custom configuration file? What if we want to create custom config array with desired name? Codeigniter allows a developer to create custom file but developer has to define values with $config array…
How to Recover Truncated Table and Recover Deleted Rows or Table
I want to introduce new thing to recover “Truncated” or “Deleted” record from MS SQL Server. This is very simple way to recover our data without any cost. I have tired this with SQL server 2008, 2010 and 2012. Note : If you want to recover your data, please do…
How to Speed Up a web site and increase Google pagerank
Hi, I would like to introduce that how to speed up your page/web site and increase Google page speed rank. This will also help you in SEO. To check you page speed and Analyze your web site online use following tool https://developers.google.com/speed/pagespeed/ http://gtmetrix.com/ Main Points for Speed up web sites…