This is the second tutorial about bootstrap. At first tutorial we discussed about the starting process of designing webpage with...
1. Showing proper image content & preventing image distortion Suppose you have a large banner with main image content stays...
Effective sales order report is vital for every business, magento’s built in system already offers an array of useful reports...
Magento have multi store functionality by default. I was working a project that have 4 store for different regions like...
To get Google map you need latitude and longitude of your address. You can easily find latitude and longitude from...
You can get Client IP Address using PHP function function get_client_ip() { $ipaddress = ''; if (getenv('HTTP_CLIENT_IP')) $ipaddress = getenv('HTTP_CLIENT_IP');...
Using the Graph API you are able to post new stories, upload photos, retrieve posts and a variety of other...
Menu is a common element of every website. WordPress menu is a dynamic menu which is easy to use. Inside...