Page loader in HTML

Posted on: Wednesday March 16, 2016

A SIMPLE AND EASY JQUERY PLUGIN FOR CSS ANIMATED PAGE TRANSITIONS.   Demo | Source | [...]

Read More

Database Configuration in Codeigniter

Posted on: Friday December 18, 2015

CodeIgniter has a config file that lets you store your database connection values (username, password, database name, etc.). The config file is located at application/config/database.php. You can [...]

Read More

SEO Friendly URL in Codeigniter

Posted on: Friday December 18, 2015

 Open ‘application\config\routes.php’ Add these line to routers.php:[crayon-6780d2b144a52936002902/]   Open ‘application\controllers’ Folder and Create a File [...]

Read More