Category Archives: Bootstrap


June 25, 2014 5:12 pm

PHP CRUD with Twitter Bootstrap 3 Part – 1/2


PHP CRUD with Twitter Bootstrap 3 Part - 1/2
PHP CRUD I have received many requests from my readers to create some article on CRUD (stand for Create/Read/Update/Delete) grid its a very common task in web development and we always implement it in our applications very frequently. The purpose of creating CRUD grid is to give an option to your user to Create/Read/Update/Delete data. Your data is stored in database and here we are using MySQL database. To display grid we use bootstrap framework.

[ Read More ]


May 5, 2014 11:13 am

Auto-Hiding Navbar using Bootstrap extension


Auto-Hiding Navbar using Bootstrap extension
In this tutorial I am going to show you that how you can hide your website navbar while scroll goes down. Its very simple and 2 line of code but very useful for your web UI, Basically its an extension Bootstrap Auto-Hiding Navbar which hides navebar on scroll down and show on scroll up.

[ Read More ]


January 23, 2014 3:22 pm

Dynamic image slider using Twitter Bootstrap & PHP with MySQL


Dynamic image slider using Twitter Bootstrap & PHP with MySQL
I have received many requests from my readers to create image slider with admin where they can edit images and update text, so in this tutorial I am going to show you how to create image slider to get images, title and description from database and slide images. Using twitter bootstrap I have created a very simple and easy to understand slider and PHP & MySQL for dynamic option.

[ Read More ]


January 2, 2014 1:07 pm

How to create Accordion toggle using jQuery and Bootstrap


How to create Accordion toggle using jQuery and Bootstrap
Bootstrap is one of the best framework for designing your websites and we have already created an article on contact form with bootstrap so this time we come with accordion toggle with bootstrap. Its very simple to configure and create with very nice animation with CSS and jQuery.

[ Read More ]


December 11, 2013 8:24 am

How to create Contact Form using Bootstrap


How to create Contact Form using Bootstrap
Today I am going to a very basic tutorial on Bootstrap (front-end framework for faster and easier web development) and this is very simple and easy to configure and make your websites powerful at front-end, in this article I am explaining you with a contact form which is very simple and easy to use in your web designs.

[ Read More ]