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…

Downloading & “Installing” jQuery Mobile

Installing jQuery Mobile into a website is an easy task.As with jQuery UI, you can choose to install it locally, or you can run the JavaScript and CSS from jQuery’s website. Most people run it from their local site, as it reduces the DNS look-ups, which are slower in most mobile browsers/networks. To download jQuery…

HTML Coding for Fixed and Flexible Mobile Design

The process for designing for a mobile webpage isn’t that conceptually different from a desktop. It just requires you to use some extra steps. For example you will normally follow a basic formula of: Receive Project Requirements Sketch out/mock-up designs Build HTML Test in various browsers Modify as necessary Repeat testing The core difference is…