Installing WordPress

WordPress is an easy to install web application. A web application requires that the software be run from a web server. This is because it requires PHP and MySQL to generate the web pages. NOTE: You CANNOT launch your website from your local disk by clicking on the files. There are two main ways to…

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…