Our Blog

  • 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...

  • Removing index.php from URL in CodeIgniter

    Published on: May 31, 2013

    Author:


    To create .htaccess file in windows: 1. Open Command Prompt 2. Type “cd” for c drive 3. Type “cd c:wampwwwyour_codeIgniter_folder”...

  • 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...

  • Social Media Marketing Services

    Published on: May 24, 2013

    Author:


    Due to the growing demand and popularity of social media marketing we start offering the service as a package, now...

  • WordPress Plugin Development Guide for Beginner’s: A hello world plugin

    Published on: May 16, 2013

    Author:


    Hello Folks ! Today I will share tips on how easily you can create a wordpress plugin. Let’s dig into...

  • Professional theming with CodeIgniter

    Published on: May 11, 2013

    Author:


    Today we will convert a professional HTML into CodeIgniter theme- We will work on the following design layout There are...

  • 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’...