When developing a magento website sometimes you need to update or create products from code directly. The code below helps you to create simple product programmatically. But still you can upload products from magento import/export from admin. There are some […]
Re-Index issue in Magento
Its a big issue with Index management of magento. Generally it works fine but some of the cases its taking too long or sometime you will get timeout error from browser. This probelm is due to lots of products, categories, […]
Floating Label Pattern with CSS and jQuery
The idea of float label pattern is based on a Dribbble Shot by Matt D Smith. This is mainly used to minimize the form space and transition look of labels. There are lots of plugins developed by many developers but […]
jQuery Beginner’s Tutorial
jQuery is a free open source javascript library licensed under the MIT license. jQuery syntax is designed to make it easier to navigate HTML documents, perform animations, handle events, add ajax interactions to web pages. You can download the jquery […]