How to remove compare products sidebar in magento theme

Magento Provides the compare products feature to compare 2 different products side by side. But there is no simple way to turn off this feature in most of the custom theme. To Remove the compare products sidebar in a custom theme follow these 2 simple steps. 1. Locate the catalog.xml file in your custom theme. … Continue Reading

Stylish tooltip like Youtube, Google, Facebook, Twitter with jQuery Poshy tip

Most popular sites in this globe attracts user with common things in different look. One of the most attractive feature in web era is tool-tip with asynchronous response template. Sites like Google+ , Facebook , YouTube , twitter .. have tool-tip functionality which guides user to go ahead and utilize the functionality. jQuery is one … Continue Reading

Create rounded corners div in 2 steps with CSS3

  • January 20, 2012
  • CSS
  • 0 Comments
  • SG

Building a site with an attractive UI is so simple hereafter. Creating a Rounded corner div in a website, was quite tedious.There are lots of ways to create a rounded corner DIV. The below mentioned method is compatible with all high end browsers. See below the output of the rounded corner CSS. Before that, we … Continue Reading

A Quick overview on Drupal features modules

Drupal features module overview Drupal features module provides the UI and API for exporting  the various component used in drupal  like content type, Views etc. In this post we are going to see the key features. Components that can be exported by drupal are as follows, Content type CCK Views Taxonomy Menus User Roles Permissions … Continue Reading

How to display Image Preview in Admin Form magento

Magento allows us to create custom form in admin panel by creating our own custom module. We can create almost any field in the admin form by creating a class that extends the base class Mage_Adminhtml_Block_Widget_Form. The _prepareForm method allows to define our form elements. Note:- This article is based on Magento 1.x version. For … Continue Reading

Easy Auto Suggest with jQuery plugin

AUSU Ajax Auto Suggest jQuery Plugin has the usual functionality with a little extra flexibility: multiple instances, passing custom parameters, the id and the value are returned, keyboard-controlled, and a few others… Almost anything you need from an autosuggest plugin you can do with the built-in options! The CSS file is small and very easily … Continue Reading