Bootstrap Tables

While a lot of layout in a website can be done with your grids, you don’t want to necessarily use grids to display tabular data. Therefore, you want to use a table. Bootstrap has given us several CSS classes that we can use to easier layout our tables. For basic styling, you will only want…

Installing Bootstrap

Installation is like what the installation for any CSS or JavaScript framework for any website. You can either download the files from http://getbootstrap.com/getting-started/, or you can link to it via the Content Delivery Network (CDN). Requiring jQuery Regardless of which version you use, you will still need to include jQuery if you are going to…

How Bootstrap Works

Bootstrap is becoming a popular web layout system for the web. It was started by a designer/developer who worked at Twitter in 2010, and currently is at version 3.1.1. Bootstrap is a web framework. This means that it has identified common problems that web designer and developers run into, and tries to provide easy solutions…

CSS3 – Animations

Some things are more complex/fancy than useful. Consider the Star Wars Crawl, The Matrix, or a 3D cube. These are often proof’s of concept/fun projects that see what can be done. Of course, soon we’ll see clients who want to have their websites scroll vertically automatically like the matrix, or into a distance like with…