Thursday, May 16, 2013

PHP - Delete all files from a folder excluding current date file name

Friday, March 29, 2013

How to save unchecked value of checkbox - HTML

Working with form check boxes can be a bit of a pain on sites with dynamic content. Saving the checked data is easy, but how do you easily save the unchecked value without manually adding it to an array from inside your code.
Read Full Article and solution here http://bit.ly/6laVc

Wednesday, March 6, 2013

In Magento, whenever you change the searchable attributes of product from admin panel, you need to re-index data




Magento Gyaan !

In Magento, whenever you change the searchable attributes of product from admin panel, you need to re-index data using following step system->index management otherwise it will not work.

Thursday, February 28, 2013

Best way to add Google Analytics code snippet placement in web page

The Google Analytics code snippet placement in web page.
The tracking code is designed to read data from your page after the content for the page has finished loading. For this reason, the snippet should be located just before the closing </body> tag for your web page. For more story read here http://bit.ly/Y3klGn

Thursday, September 6, 2012

Yii Framework: restrict loading jquery library again if you already included Jquery in case of using ajax button/link etc

Yii Framework: When already included Jquery and using Ajax button , Link creating conflicts


Monday, April 30, 2012

Awesome JQuery Plug-ins for website

Awesome JQuery Plug-ins for website
http://www.hotscripts.com/blog/jquery-plugins/

Parsing XML Using PHP