Night sky with twinkling stars – CSS3 only
Posted on: Wednesday March 16, 2016
Cool Effect! HTML: [crayon-698fb59b5568e888275096/] CSS: [crayon-698fb59b556a1106220542/] http://codepen.io/WebSonick/pen/vjmgu/ [...]
Read MorePosted on: Wednesday March 16, 2016
Cool Effect! HTML: [crayon-698fb59b5568e888275096/] CSS: [crayon-698fb59b556a1106220542/] http://codepen.io/WebSonick/pen/vjmgu/ [...]
Read MorePosted on: Wednesday February 17, 2016
[crayon-698fb59b5627e813264259/] [...]
Read MorePosted on: Wednesday February 17, 2016
[crayon-698fb59b5666f017166935/] [...]
Read MorePosted on: Friday January 8, 2016
Create User login with CodeIgniter At some point you might need to create a user login for your project while using the codeigniter framework. For those of you who are just getting started with this, [...]
Read MorePosted on: Saturday January 2, 2016
The routes config found in [crayon-698fb59b56d55406028734/] is your friend here.A simple [crayon-698fb59b56d5e145245887/] [...]
Read MorePosted 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 MorePosted on: Friday December 18, 2015
Open ‘application\config\routes.php’ Add these line to routers.php:[crayon-698fb59b57212312792307/] Open ‘application\controllers’ Folder and Create a File [...]
Read MorePosted 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 MorePosted 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 MorePosted on: Thursday December 3, 2015
[crayon-698fb59b579b9036418631/] Output:Array ( [0] => 3 [1] => vipul [2] => 5 ) [crayon-698fb59b579c2294674453/] [...]
Read More