SEO Friendly URL in Codeigniter

Posted on: Friday December 18, 2015

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

Read More

Theme Setup In Codeigniter

Posted on: Friday December 18, 2015

Creating Views We’re going to create a couple of templates to wrap our views with to keep our code DRY. Create a directory named ‘templates’ in your ‘application/views/’ directory and [...]

Read More

Step1: Installing Codeigniter

Posted on: Thursday December 17, 2015

Download https://www.codeigniter.com/download Extract Folder and Paste in (xampp/htdocs). and rename it to “CodeIgniter“. Now open (htdocs\CodeIgniter\application\controllers) Folder [...]

Read More

Selectors In CSS3 (NEW FEATURE)

Posted on: Tuesday June 23, 2015

  What Selectors Means in CSS: In CSS, selectors are patterns used to select the element(s) you want to style. it means style on Every element which you want e.g. <p> (Selects all <p> [...]

Read More

New Features in CSS3

Posted on: Tuesday June 23, 2015

  CSS3 has been Divided into “modules”. It contains the “old CSS “. In addition, new modules are added. Some important CSS3 modules are: Selectors Box Model [...]

Read More