Month: November 2017

Tutorial on Bootstrap 3 Buttons

Bootstrap 3 Buttons is one of the most and a frequently used component of bootstrap. now there are 8 different types of a button with 4 different size and also there is a block label button which covers 100% of the container width. ** Note: A bootstrap 3 button can be effective on only input […]

Read More

Tutorial on How to Make Bootstrap Alert Box

Bootstrap 3 Alert box is used to get the immediate attention of the end-users such as warning, error, confirmation or success messages. Here can be used as an optional close button to hide the box. the alert box is mainly 4 types and they are… 1. success or light green background with deep green text […]

Read More

Tutorial on Bootstrap 3 well

The Bootstrap 3 well adds a rounded gray border around an element with a gray background and a little padding, it provides a quick way to apply a simple inset effect to an element. It is used to make a little portion highlight or different from others. To use it just enclose the contents with […]

Read More

Tutorial on How to Create Bootstrap 3 Jumbotron

Bootstrap jumbotron indicates a big box for calling extra attention to some special content or information. It is a gray division with a rounded corner. The Bootstrap jumbotron enlarges the font sizes of the text inside it. Bootstrap jumbotron can be used inside container or container fluid and outside container or container fluid. To use […]

Read More

Tutorial on How to Create Bootstrap 3 responsive table

to represent some data by row and column table is one of the most effective solution, Bootstrap providing some classes to make a Bootstrap 3 Responsive Table more attractive and useful, and the type of the tables are Responsive, Striped, Bordered, Hover, Condensed, and Contextual Table Let’s discuss bootstrap table A basic table of bootstrap […]

Read More

Tutorial on Bootstrap 3 Responsive Image

Image and its placement is a very important part of an HTML website design and so bootstrap have given some structure and also while we place an image the width adjustment creating the problem and in Bootstrap 3 Image, bootstrap also defined class for the width of an image. Structure of the bootstrap 3 images the Rounded, […]

Read More

Tutorial on Bootstrap 3 Typography or Text Style

The bootstrap typography is the text style defined by bootstrap and it is a little bit different from browser default to make the text browser compatible now the default text inside the body is 14px and line-height is 1.428 and the p tag has a margin that is 10 px by default. example: Try it […]

Read More

Tutorial On How to Create Bootstrap 3 Responsive Grid System

Bootstrap 3 grid system is the container or container fluid and row and column system, to make a mobile responsive website using bootstrap the grid system is the first need to make the structure and in this tutorial, we will learn how to make the structure of a website using the bootstrap grid system. The […]

Read More
Bootstrap 3 Tutorials

Bootstrap 3 Tutorials

Twitter Bootstrap is an open-source platform to design a mobile-first responsive website, Bootstrap is a combination of CSS javascript and icons, but needed a predefined structure of HTML 5 and the class name and some id to design a site using bootstrap. so in this series of the tutorial, we will learn about the predefine […]

Read More

WordPress plugin development tutorial using MySQL

today we will learn how to develop a WordPress plugin using MySQL database table by creating during installation, inserting from WordPress admin panel and fetching value in frontend using the shortcode. and for this plugin, you can be able to get the social media list by using the shortcode [CM_SOCIAL_MEDIA]. now step by step develop […]

Read More