SlideShare a Scribd company logo
MWLUG 2013
AD105 - OneUI.. really? Is that because
you don't know about Twitter
Bootstrap?
Andrew Barickman
Practice Leader
PSC Group
@ajbarickman
About Andrew
• Practice Leader of the
collaboration group at
PSC
• 20 years in Lotus/IBM
space
• Responsible for technical
direction and delivery of
all IBM projects
Twitter: @ajbarickman
Twitter Bootstrap History
• Developed by Mark Otto and Jacob Thornton at
Twitter
• Released as open source in August, 2011
• Apache license 2.0
• Minified files < 30K
Twitter Bootstrap
Including
<!DOCTYPE html>
<html>
<head>
<title>Bootstrap 101 Template</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0”>
<link href="css/bootstrap.min.css" rel="stylesheet" media="screen”>
</head>
<body>
<h1>Hello, world!</h1>
<script src="http://code.jquery.com/jquery.js"></script>
<script src="js/bootstrap.min.js"></script>
</body>
</html>
Parts
• Scaffolding
• Base CSS
• Components
• JavaScript Plugins
Scaffolding
• Basic typography and styles
• Includes most of normalize.css – allows browsers to act
the same.. For the most part
• Grid system
• Responsive
Style
The Grid
• Default to a 12 column grid
• 980 wide container
• 16 column and 24 column included as well
• Fluid Grid – percent instead of pixels
Grid – Fluid Layout
<div class="container-fluid">
<div class="row-fluid">
<div class="span2">
<!--Sidebar content-->
</div>
<div class="span10">
<!--Body content-->
</div>
</div>
</div>
• Remove “Fluid” to make it fixed widths
Responsive
• Responsive turned off by default
• Add the following to turn on
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="assets/css/bootstrap-responsive.css" rel="stylesheet”>
• Can modify width of grid columns
• Stacks up instead of float as necessary
• Resize heading and text as appropriate
Responsive (Cont)
Responsive (Cont)
TB versus OneUI
Advantages
• Does not look like an IBM
product
• Responsive
• Better UI – More modern
• More modern typography
• Buying into an amazing Eco-
system of plugins and support
• Simpler markup
• Easy to templatize for reuse
• Easier to engage non-IBM
resources (ie designers)
Disadvantages
• Does not look like an IBM
product
• Extention library has already
done some of the hard work
for you (ie application layout
control)
Prototyping
https://mockupstogo.mybalsamiq.com/projects/web/Bootstrap
Balsamiq
Jetstrap
Jetstrap Demo
Adding TB Resources
• Download resources from Jetstrap
or…..
• Download from TB website
• Import resources into project using
navigator or package explorer view
• Set the HTML 5 doc type
• Don’t forget to add jQuery
• Add responsive capabilities
<meta name="viewport" content="width=device-width,
initial-scale=1.0">
<link href="assets/css/bootstrap-responsive.css"
rel="stylesheet">
Templating
<form class="form-horizontal">
<div class="control-group">
<label class="control-label" for="inputEmail">Email</label>
<div class="controls">
<input type="text" id="inputEmail" placeholder="Email">
</div>
</div>
<div class="control-group">
<label class="control-label" for="inputPassword">Password</label>
<div class="controls">
<input type="password" id="inputPassword" placeholder="Password">
</div>
</div>
<div class="control-group">
<div class="controls">
<label class="checkbox">
<input type="checkbox"> Remember me
</label>
<button type="submit" class="btn">Sign in</button>
</div>
</div>
</form>
Snippets
Demo
Templating - Custom Controls
Demo
Bootstrap XPages Resources
• Bootstrap for XPages
– http://www.bootstrap4xpages.com/
• Bootstrap for XPages
– www.openntf.org/blogs/openntf.nsf/d6plinks/NHEF-9AQDW3
• Bootstrap UI Template
– http://www.openntf.org/blogs/openntf.nsf/d6plinks/NHEF-98JALA
• Getting Started With Bootstrap
– https://www.socialbizug.org/blogs/articles/entry/getting_started_w
ith_twitter_bootstrap_part_1?lang=en_us
Bonus Content
• WrapBootStrap.com
• Font Awesome
• Select 2

More Related Content

PDF
Refreshing Your UI with HTML5, Bootstrap and CSS3
PDF
Node.js 101
PPT
2017 stuysplash-build-tools
PDF
Dipping Your Toe into Drupal 8 Module Development
KEY
Getting started with CSS frameworks using Zurb foundation
PDF
Zurb foundation
PDF
Responsive Web Design using ZURB Foundation
PPTX
WP 101 - Local Development - Themes and Plugins
Refreshing Your UI with HTML5, Bootstrap and CSS3
Node.js 101
2017 stuysplash-build-tools
Dipping Your Toe into Drupal 8 Module Development
Getting started with CSS frameworks using Zurb foundation
Zurb foundation
Responsive Web Design using ZURB Foundation
WP 101 - Local Development - Themes and Plugins

What's hot (20)

PPTX
PPTX
WordPress Optimization - Pubcon Las Vegas 2014
PPTX
Untangling - fall2017 - week5
PPTX
Designing with Gutenberg - Las Lajas WordPress Meetup 2020
PPTX
Untangling - fall2017 - week6
PDF
Theming in WordPress - Where do I Start?
PPTX
Introduction to headless browsers
PDF
Platform Selection
PDF
Advanced custom fields in Wordpress
PPTX
2012 - HTML5, CSS3 and jQuery with SharePoint 2010
PPTX
Netbeans dev and ecosystem
PDF
Drupal's competition
PDF
CP3108B midterm presentation
PDF
WordPress Gutenberg
PPTX
Gatsby intro
PDF
What to include in a boilerplate theme
PDF
Leveraging the Power of Custom Elements in Gutenberg
PPTX
Html5 with SharePoint 2010
PDF
Future of web_apps
PDF
서버개발자의 프론트엔드 맛보기
WordPress Optimization - Pubcon Las Vegas 2014
Untangling - fall2017 - week5
Designing with Gutenberg - Las Lajas WordPress Meetup 2020
Untangling - fall2017 - week6
Theming in WordPress - Where do I Start?
Introduction to headless browsers
Platform Selection
Advanced custom fields in Wordpress
2012 - HTML5, CSS3 and jQuery with SharePoint 2010
Netbeans dev and ecosystem
Drupal's competition
CP3108B midterm presentation
WordPress Gutenberg
Gatsby intro
What to include in a boilerplate theme
Leveraging the Power of Custom Elements in Gutenberg
Html5 with SharePoint 2010
Future of web_apps
서버개발자의 프론트엔드 맛보기
Ad

Similar to AD105 - OneUI.. really? Is that because you don't know about Twitter Bootstrap? (20)

PPT
Know the reason behind choosing bootstrap as css framework
PPTX
MongoDB.local Dallas 2019: MongoDB Stitch Tutorial
PPTX
Bootstrap 3.1.1
PPTX
MongoDB.local Seattle 2019: MongoDB Stitch Tutorial
PPTX
Reboot-Typography.pptx reboot typography to help you in research
PDF
The Ultimate Guide to Bootstrap for Beginners.pdf
PDF
FITC - Bootstrap Unleashed
PPTX
MongoDB.local Atlanta: MongoDB Stitch Tutorial
PDF
Scalable front-end architecture with Bootstrap 3 + Atomic CSS
PPTX
Intro To Twitter Bootstrap
KEY
Developing High Performance Web Apps - CodeMash 2011
PPTX
Curtin University Frontend Web Development
PPTX
Pearls and Must-Have Tools for the Modern Web / .NET Developer
PDF
HTML5, just another presentation :)
PPTX
An Unexpected Solution to Microservices UI Composition
PPTX
221c82d4-5428-4047-8558-0467b34083e8.pptx
PPTX
Untangling spring week5
PDF
Drupal 8 - Build Week Update
PDF
Building Responsive Websites with the Bootstrap 3 Framework
PPTX
Creating a Documentation Portal
Know the reason behind choosing bootstrap as css framework
MongoDB.local Dallas 2019: MongoDB Stitch Tutorial
Bootstrap 3.1.1
MongoDB.local Seattle 2019: MongoDB Stitch Tutorial
Reboot-Typography.pptx reboot typography to help you in research
The Ultimate Guide to Bootstrap for Beginners.pdf
FITC - Bootstrap Unleashed
MongoDB.local Atlanta: MongoDB Stitch Tutorial
Scalable front-end architecture with Bootstrap 3 + Atomic CSS
Intro To Twitter Bootstrap
Developing High Performance Web Apps - CodeMash 2011
Curtin University Frontend Web Development
Pearls and Must-Have Tools for the Modern Web / .NET Developer
HTML5, just another presentation :)
An Unexpected Solution to Microservices UI Composition
221c82d4-5428-4047-8558-0467b34083e8.pptx
Untangling spring week5
Drupal 8 - Build Week Update
Building Responsive Websites with the Bootstrap 3 Framework
Creating a Documentation Portal
Ad

Recently uploaded (20)

PDF
ChatGPT for Dummies - Pam Baker Ccesa007.pdf
PDF
Classroom Observation Tools for Teachers
PPTX
Introduction-to-Literarature-and-Literary-Studies-week-Prelim-coverage.pptx
PDF
A GUIDE TO GENETICS FOR UNDERGRADUATE MEDICAL STUDENTS
PDF
Black Hat USA 2025 - Micro ICS Summit - ICS/OT Threat Landscape
PPTX
Cell Structure & Organelles in detailed.
PDF
Anesthesia in Laparoscopic Surgery in India
PDF
Supply Chain Operations Speaking Notes -ICLT Program
PPTX
Radiologic_Anatomy_of_the_Brachial_plexus [final].pptx
PDF
RTP_AR_KS1_Tutor's Guide_English [FOR REPRODUCTION].pdf
PDF
Updated Idioms and Phrasal Verbs in English subject
PDF
Practical Manual AGRO-233 Principles and Practices of Natural Farming
PDF
Microbial disease of the cardiovascular and lymphatic systems
PPTX
Lesson notes of climatology university.
PDF
Paper A Mock Exam 9_ Attempt review.pdf.
PPTX
History, Philosophy and sociology of education (1).pptx
PDF
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student
PDF
Chapter 2 Heredity, Prenatal Development, and Birth.pdf
PPTX
Cell Types and Its function , kingdom of life
PPTX
Final Presentation General Medicine 03-08-2024.pptx
ChatGPT for Dummies - Pam Baker Ccesa007.pdf
Classroom Observation Tools for Teachers
Introduction-to-Literarature-and-Literary-Studies-week-Prelim-coverage.pptx
A GUIDE TO GENETICS FOR UNDERGRADUATE MEDICAL STUDENTS
Black Hat USA 2025 - Micro ICS Summit - ICS/OT Threat Landscape
Cell Structure & Organelles in detailed.
Anesthesia in Laparoscopic Surgery in India
Supply Chain Operations Speaking Notes -ICLT Program
Radiologic_Anatomy_of_the_Brachial_plexus [final].pptx
RTP_AR_KS1_Tutor's Guide_English [FOR REPRODUCTION].pdf
Updated Idioms and Phrasal Verbs in English subject
Practical Manual AGRO-233 Principles and Practices of Natural Farming
Microbial disease of the cardiovascular and lymphatic systems
Lesson notes of climatology university.
Paper A Mock Exam 9_ Attempt review.pdf.
History, Philosophy and sociology of education (1).pptx
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student
Chapter 2 Heredity, Prenatal Development, and Birth.pdf
Cell Types and Its function , kingdom of life
Final Presentation General Medicine 03-08-2024.pptx

AD105 - OneUI.. really? Is that because you don't know about Twitter Bootstrap?

  • 1. MWLUG 2013 AD105 - OneUI.. really? Is that because you don't know about Twitter Bootstrap? Andrew Barickman Practice Leader PSC Group @ajbarickman
  • 2. About Andrew • Practice Leader of the collaboration group at PSC • 20 years in Lotus/IBM space • Responsible for technical direction and delivery of all IBM projects Twitter: @ajbarickman
  • 3. Twitter Bootstrap History • Developed by Mark Otto and Jacob Thornton at Twitter • Released as open source in August, 2011 • Apache license 2.0 • Minified files < 30K
  • 5. Including <!DOCTYPE html> <html> <head> <title>Bootstrap 101 Template</title> <meta name="viewport" content="width=device-width, initial-scale=1.0”> <link href="css/bootstrap.min.css" rel="stylesheet" media="screen”> </head> <body> <h1>Hello, world!</h1> <script src="http://code.jquery.com/jquery.js"></script> <script src="js/bootstrap.min.js"></script> </body> </html>
  • 6. Parts • Scaffolding • Base CSS • Components • JavaScript Plugins
  • 7. Scaffolding • Basic typography and styles • Includes most of normalize.css – allows browsers to act the same.. For the most part • Grid system • Responsive
  • 9. The Grid • Default to a 12 column grid • 980 wide container • 16 column and 24 column included as well • Fluid Grid – percent instead of pixels
  • 10. Grid – Fluid Layout <div class="container-fluid"> <div class="row-fluid"> <div class="span2"> <!--Sidebar content--> </div> <div class="span10"> <!--Body content--> </div> </div> </div> • Remove “Fluid” to make it fixed widths
  • 11. Responsive • Responsive turned off by default • Add the following to turn on <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link href="assets/css/bootstrap-responsive.css" rel="stylesheet”> • Can modify width of grid columns • Stacks up instead of float as necessary • Resize heading and text as appropriate
  • 14. TB versus OneUI Advantages • Does not look like an IBM product • Responsive • Better UI – More modern • More modern typography • Buying into an amazing Eco- system of plugins and support • Simpler markup • Easy to templatize for reuse • Easier to engage non-IBM resources (ie designers) Disadvantages • Does not look like an IBM product • Extention library has already done some of the hard work for you (ie application layout control)
  • 18. Adding TB Resources • Download resources from Jetstrap or….. • Download from TB website • Import resources into project using navigator or package explorer view • Set the HTML 5 doc type • Don’t forget to add jQuery • Add responsive capabilities <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link href="assets/css/bootstrap-responsive.css" rel="stylesheet">
  • 19. Templating <form class="form-horizontal"> <div class="control-group"> <label class="control-label" for="inputEmail">Email</label> <div class="controls"> <input type="text" id="inputEmail" placeholder="Email"> </div> </div> <div class="control-group"> <label class="control-label" for="inputPassword">Password</label> <div class="controls"> <input type="password" id="inputPassword" placeholder="Password"> </div> </div> <div class="control-group"> <div class="controls"> <label class="checkbox"> <input type="checkbox"> Remember me </label> <button type="submit" class="btn">Sign in</button> </div> </div> </form>
  • 21. Templating - Custom Controls Demo
  • 22. Bootstrap XPages Resources • Bootstrap for XPages – http://www.bootstrap4xpages.com/ • Bootstrap for XPages – www.openntf.org/blogs/openntf.nsf/d6plinks/NHEF-9AQDW3 • Bootstrap UI Template – http://www.openntf.org/blogs/openntf.nsf/d6plinks/NHEF-98JALA • Getting Started With Bootstrap – https://www.socialbizug.org/blogs/articles/entry/getting_started_w ith_twitter_bootstrap_part_1?lang=en_us
  • 23. Bonus Content • WrapBootStrap.com • Font Awesome • Select 2

Editor's Notes

  • #7: Open the Bootstrap website