Book Image

Mastering ArcGIS Server Development with JavaScript

By : Raymond Kenneth Doman
Book Image

Mastering ArcGIS Server Development with JavaScript

By: Raymond Kenneth Doman

Overview of this book

Table of Contents (18 chapters)
Mastering ArcGIS Server Development with JavaScript
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Bootstrap


If you're looking for an alternative to Dojo's way of laying things out, you might consider Bootstrap. Bootstrap is a popular styling framework originally created by developers at Twitter. The story goes that the developers needed a way to release websites quickly, so they drafted a set of style sheets as a starting point for their projects. The styling templates proved very popular because they were easy to use and met the needs of most web developers. The template, originally named Twitter Blueprint, was later released in August 2011 as Bootstrap.

Bootstrap provides developers with responsive design styles that work well on both desktop and mobile browsers. Responsive grids can be fine-tuned to give you multi-column layouts that collapse to smaller sizes in smaller browser windows. Bootstrap provides stylish looking form elements, and buttons big enough for fat fingers on phone browsers. The framework provides easy to understand CSS classes, and the documentation and style sheets...