Lab 4: Bootstrap and Responsive Design User Interface Lab: GUI Lab Sep. 16 th, 2014.

Slides:



Advertisements
Similar presentations
Using a CSS Framework or How to spend less time making CSS layouts and more time at the Tugboat Brewpub Chris Barr, Villanova University.
Advertisements

Layouts Using Tables Web Design – Section 4-5 Part or all of this lesson was adapted from the University of Washingtons Web Design & Development I Course.
Bootstrap & CSS James Kahng. Intro Websites require a lot of upfront setup to look passably good (HTML base, CSS style, etc.) Because of this, people.
Kapi’olani Community College Art 128 Interface Programming 1 In-class Presentation Week 6B.
1 Mobile Computing Mobile First (formerly Worklight) Copyright 2015 by Janson Industries.
Definition from Wikipedia.  The Prototype JavaScript Framework  implemented as a single file of JavaScript code  named prototype.js (
(1) User Interface Frameworks: Twitter Bootstrap 3.0 Philip Johnson Collaborative Software Development Laboratory Information and Computer Sciences University.
Project Implementation for COSC 5050 Distributed Database Applications Lab2.
By: Toms Linnes Mrunal Patel.  Universal  With qooxdoo you build rich, interactive applications, native-like apps for mobile devices light weight single.
Lab 2: Forms and Basic Input User Interface Lab: GUI Lab Sep. 2 nd, 2014.
Mr. Justin “JET” Turner CSCI 3000 – Fall 2015 CRN Section A – TR 9:30-10:45 CRN – Section B – TR 5:30-6:45.
Developer TECH REFRESH 15 Junho 2015 #pttechrefres h Web Going Foward.
JavaScript – Quiz #9 Lecture Code:
Strategies for Building Mobile Apps Using ArcGIS API for JavaScript Andy Gup, Lloyd Heberlie.
LABORATORY DATA MANAGEMENT SYSTEM HARSHIT MAHESHWARI (10290) N V SUBBA RAO (10466) GUIDED BY PROF. T.V. PRABHAKAR.
Making iServices Subscriber More Mobile Friendly `
CSS BEST PRACTICES.
Bootstrap by:- Vignesh Dhamodaran. What is Bootstrap? Originally created by a designer and a developer at Twitter. So initial name is Twitter Bootstrap.
INTRODUCTION TO HTML5 New HTML5 User Interface and Attributes.
learn. do. dream. Bootstrapping with Twitter Bootstrap Responsive Layouts CSS Components JavaScript Font Awesome Select2 Themes.
Bootstrap Front-End Framework for Responsive Web Sites Svetlin Nakov Technical Trainer Software University
Zend Framework. What is the Zend Framework? Zend Framework is a high quality and open source framework for developing Web Applications and Web Services.
 An HTML, CSS, Javascript framework you can use as a basis for creating web sites  Uses CSS settings, fundamental HTML elements styled and enhanced.
Browser Compatibility Testing, using different browsers Conditional Statements.
A gentle introduction to Bootstrap MIS 3502, Spring 2016 Jeremy Shafer Department of MIS Fox School of Business Temple University 2/18/
Fundamentals of Web DevelopmentRandy Connolly and Ricardo Hoar Textbook to be published by Pearson Ed in early Bootstrap.
A gentle introduction to Bootstrap TDAP Jeremy Shafer Department of MIS Fox School of Business Temple University Spring
Front-end framework 1.
HTML HTML5 InfoTech Seminar.
Bootstrap L. Grewe.
JQuery Fundamentals Introduction Tutorial Videos
Bootstrap KS Technologies.
CNIT131 Internet Basics & Beginning HTML
Cookies, Sessions, Bootstrap
PHP MySQL Crash Course with HTML CSS
Implementing Responsive Design
A gentle introduction to Bootstrap
CSS Bootstrap.
What’s New In Bootstrap v4?
Creating customization with JS framework: Bootstrap
Front-End Framework for Responsive Web Sites
COLLECTION OF FREE BOOTSTRAP THEMES AND TEMPLATES
Responsive Design and Twitter Bootstrap
Human Computer Interaction
Web Development & Design Foundations with HTML5 8th Edition
Introduction to Google Tag Manager
Introduction to Bootstrap Bootstrap සදහා හැදින්වීම
What is Bootstrap? Front-End Framework Mobile First
DHTML tidbits.
User Interface Design and Usability Bootstrap
Bootstrap A popular HTLM, CSS, and JS framework for developing responsive, mobile first projects on the web.
CS3220 Web and Internet Programming Introduction to Bootstrap
IS1500: Introduction to Web Development
Revision.
CSS BEST PRACTICES.
PHP + Oracle = Data-Driven Websites
Bootstrap Components Reusable components built to provide iconography, dropdowns, input groups, navigation, alerts, and much more.
DHTML tidbits.
A gentle introduction to Bootstrap
Project Documentation Generation
Responsive Web Design and Bootstrap
06 | Introduction to Bootstrap
DHTML tidbits.
Chapter 2 Bootstrap Grid System
Responsive Web Design and Bootstrap
CS3220 Web and Internet Programming Introduction to Bootstrap
Web Page Layout Imran Rashid CTO at ManiWeber Technologies.
ხელმძღვანელი: დიმიტრი ქარაული
Bootstrap/WebFlow Web development of the future
Murach's JavaScript and jQuery (3rd Ed.)
Presentation transcript:

Lab 4: Bootstrap and Responsive Design User Interface Lab: GUI Lab Sep. 16 th, 2014

Projects Project 1a grades (mostly) back Project 2 due 09/30! Better Demo of Project 2

Lab 3 goals Overview of Bootstrap Setting Up Bootstrap Some basic Bootstrap examples

What is Bootstrap A collection of pre-compiled CSS and JS libraries that implement responsive web design Takes a “mobile-first” perspective to design Attempts better normalize rendering across browsers

Getting Started Make a new blank project/new HTML file. go to: click on download bootstrap click on download bootstrap again!

Getting jQuery Bootstrap requires jQuery go to: jquery-with-a-cdn – or go to – navigate to downloads – scroll down to “Using jquery with a cdn” Choose a CDN to use

Basic start …

Basic start …

Bootstrap Columns Bootstrap is based on a 12 column Also supports 4 common screen sizes – xs (< 768px) – sm (≥ 786px) – md (≥ 992px) – lg (≥ 1200px)

Basic 3 column layout Column 1 Column 2 Column 3

Bootstrap Components Forms and input groups Navs Glyphicons