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
Monthly Archives
January 2012
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
Auto complete friends list like Facebook or Google using @ input with jQuery
Going towards web2.0, we should think about social networking activites with in our site, and make user experience easier. We should also keep in our mind, How good we are making the sites user friendly which makes user more involved in the site. Below is one of the idea to increase the usability of the site. When … Continue Reading
Create rounded corners div in 2 steps with CSS3
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
Excellent way to create multiple websites with single code base.
New Year’s time is always about thinking back and wondering if you did what all you set out to do. And it’s also the time you plan for the coming days. How quickly time does pass with some innovative ideas! The very big thing which has happened last year for me, I learned something multiple … 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
Countdown timer for Maintenance / Under Construction / Coming soon sites with jQuery timer plugin
When the site is down or being renovated, we would need to create the curiosity and interest of the user. Possibly we can do one of the below, Make some animations that the site is down Use a game to make the user stay on your page Use a count down Timer until the site … 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