Showing posts with label bootstrap. Show all posts
Showing posts with label bootstrap. Show all posts

Thursday, June 2, 2016

PHP PDO CRUD Tutorial using OOP with Bootstrap

In this tutorial we will see that how to create database CRUD operations using Object Oriented concept in PDO with Bootstrap framework, i have used here Bootstrap framework for front-end design and the MySQL database operations will done by PDO and OOP, recently i have posted pagination tutorial using PDO and OOP and one of my blog reader request me to post that how to use OOP concept to create CRUD operations in PDO, so in this tutorial i I'm going to explain OOP with PDO using Bootstrap framework.
PHP PDO CRUD tutorial using OOP with Bootstrap
Read more »

Monday, May 23, 2016

How to use jQuery Bootstrap DataTables with Example

Hello friends, today in this tutorial we will discuss about jQuery DataTables, Bootstrap a How-to tip, DataTables is a powerful jQuery plugin for creating dynamic tables which provides sorting, searching, records per page and pagination feature without any configuration. it's useful to create dynamic tables and you can use it in your projects, Before proceed please take a quick look of the live demo of jQuery DataTable, let's code
How to use jQuery Bootstrap DataTables with Example
Read more »

Saturday, May 7, 2016

15 Free Bootstrap Admin Themes Demo and Download

In this post there is no tutorial here, but i have collected 15 free bootstrap admin themes and templates for developers each theme looks great and can be customized easily. all of the free Bootstrap admin templates are awesome to be used as a complete solution for designing the front-end of the dashboard of your web application. you can try them for your projects they are free to download before downloading you can see the live demo of these templates so let's take a look at these themes.
15 Free Bootstrap Admin Themes Demo and Download
Read more »

Friday, May 6, 2016

Ajax Login Script with jQuery PHP MySQL and Bootstrap

This tutorial will explain you, how to create a Login Script using jQuery Ajax with PHP MySQL, well this is my continuation post after Registration post using jQuery and Ajax, so in this tutorial i am going to create a simple login form using Bootstrap. email and password will be validate if user leave it empty after it a form will br submitted using $.ajax() method and send the users value to the main login page all the process will done without page refresh, before proceed you can go through the demo and download the script, let's start the coding.
Ajax Login Script with jQuery, PHP MySQL and Bootstrap
Read more »