Clearing float with css

There are two ways to clear float. I will cover both ways to clear float. 1. You can use overflow: hidden; and clear: both; to clear the float but this have some drawback as well. When you are use using box-shadow or any element from that will div be hidden. .overflowHidden{overflow: hidden; clear: both;} 2. You […]

Magento Speed Optimization

Magento Speed Optimization

Magento is most popular eCommerce  platform used by thousands of merchant across the globe. Magento is very powerful and feature rich platform. Its community edition is free and open source. There is one common issue of performance that most of the merchants face while running a magento store. There are several reasons why a magento […]

Creating custom variables in Magento

This feature of magento can be used for adding text to your magento store. Custom variables are moveable pieces of plain text or HTML content great for adding to transactional emails, or adding constant copy and designs to your store with Static Blocks and CMS pages in magento.You can use this tool to make your client`s life easier who will handling the magento admin.