OUR

BLOG

  • How to Add Barcode In Your Magento Invoice or Shipment PDF File

    Published on: December 29, 2014

    Author:


      If you want to add a barcode in your Invoice or shipment PDF file in Magento, you might find...

  • Create Custom Share Buttons For All Popular Social Media

    Published on: July 8, 2013

    Author:


    According to Wikipedia Social media refers to the means of interactions among people in which they create, share, and exchange...

  • Generate a Report Using CodeIgniter Active Record Class

    Published on: July 1, 2013

    Author:


    In our last tutorial we have learned storing data in MySql database using CodeIgniter Active Record Class. Today we will...

  • How to Insert Record in Database Table Using CodeIgniter Active Record Class

    Published on: May 31, 2013

    Author:


    We already knew about CodeIgniter theming. Today we will concentrate on Database (MySql).  Basic database in CodeIgniter will be discussed...

  • Create a Static page with CodeIgniter

    Published on: May 11, 2013

    Author:


    Lets start by creating a file at application/controllers/pages.php with the following code. Now create a folder into views with the name ‘templates’...

  • Setup CodeIgniter in your localhost with WAMP server

    Published on: April 21, 2013

    Author:


    CodeIgniter User Guide Version 2.1.3  Understanding CodeIgniter:  CodeIgniter is a PHP-driven framework, containing a grab-bag of libraries, helpers, plug-ins and...

  • Configuring CodeIgniter in your localhost with WAMP server

    Published on: April 8, 2013

    Author:


    Once successful installation of CodeIgniter, you need to make a few modifications on CodeIgniter config file so that CodeIgniter is...

  • Useful Ubuntu Server Command Lines

    Published on: March 29, 2013

    Author:


    How to shutdown Ubuntu Server You can shoutdown ubuntu server by following command sudo poweroff shutdown ubuntu at schedule time...