OUR

BLOG

  • How to develop website by twitter bootstrap Part 2

    Published on: August 12, 2014

    Author:


    This is the second tutorial about bootstrap. At first tutorial we discussed  about the starting process of designing webpage with...

  • Tips for 2 Important Responsive Design Issue

    Published on: July 9, 2014

    Author:


    1. Showing proper image content & preventing image distortion Suppose you have a large banner with main image content stays...

  • Custom Reporting Magento Extension

    Published on: July 2, 2014

    Author:


    Effective sales order report is vital for every business, magento’s built in system already offers an array of useful reports...

  • Magento export single store products

    Published on: June 3, 2014

    Author:


    Magento have multi store functionality by default. I was working a project that have 4 store for different regions like...

  • Google map with marker for your contact page

    Published on: June 3, 2014

    Author:


    To get Google map you need latitude and longitude of your address. You can easily find latitude and longitude from...

  • How to find/get Client IP Address using PHP function

    Published on: June 3, 2014

    Author:


    You can get Client IP Address using PHP function function get_client_ip() { $ipaddress = ''; if (getenv('HTTP_CLIENT_IP')) $ipaddress = getenv('HTTP_CLIENT_IP');...

  • Get all feeds from Facebook fan page using Graph API

    Published on: June 3, 2014

    Author:


    Using the Graph API you are able to post new stories, upload photos, retrieve posts and a variety of other...

  • WordPress Custom Navigation Menu

    Published on: June 3, 2014

    Author:


    Menu is a common element of every website. WordPress menu is a dynamic menu which is easy to use. Inside...