designing responsive ibm i web applications · 5/14/2020  · responsive-web-design/ introduction...

37
Greg Patterson May 14, 2020 Designing Responsive IBM i Web Applications

Upload: others

Post on 21-Jul-2020

6 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Designing Responsive IBM i Web Applications · 5/14/2020  · responsive-web-design/ Introduction to Bootstrap. What is Bootstrap oPopular HTML & CSS design framework for developing

Greg PattersonMay 14, 2020

Designing Responsive IBM iWeb Applications

Page 2: Designing Responsive IBM i Web Applications · 5/14/2020  · responsive-web-design/ Introduction to Bootstrap. What is Bootstrap oPopular HTML & CSS design framework for developing

Agendao What is Responsive Web Design?

▶ Live Demo▶ Examples

o Introduction to Bootstrapo Introduction to IDEs

Page 3: Designing Responsive IBM i Web Applications · 5/14/2020  · responsive-web-design/ Introduction to Bootstrap. What is Bootstrap oPopular HTML & CSS design framework for developing

What is Responsive Web Design?

Page 4: Designing Responsive IBM i Web Applications · 5/14/2020  · responsive-web-design/ Introduction to Bootstrap. What is Bootstrap oPopular HTML & CSS design framework for developing

Make web pages look good on all devices

Responsive Web Design

Page 5: Designing Responsive IBM i Web Applications · 5/14/2020  · responsive-web-design/ Introduction to Bootstrap. What is Bootstrap oPopular HTML & CSS design framework for developing

What is Responsive Web Design

o Content responds to device sizeo Uses CSS and HTMLo Hide, move, stack, resizeo Grid Layouto One code base

Page 6: Designing Responsive IBM i Web Applications · 5/14/2020  · responsive-web-design/ Introduction to Bootstrap. What is Bootstrap oPopular HTML & CSS design framework for developing

Live Examples

Page 7: Designing Responsive IBM i Web Applications · 5/14/2020  · responsive-web-design/ Introduction to Bootstrap. What is Bootstrap oPopular HTML & CSS design framework for developing

Browser Development Tools & Mobile Emulators

o Browser Development Tools▶ Chrome, Firefox, Edge (Chromium), Safari etc.

o Mobile emulators▶ iOS▶ Android

Page 8: Designing Responsive IBM i Web Applications · 5/14/2020  · responsive-web-design/ Introduction to Bootstrap. What is Bootstrap oPopular HTML & CSS design framework for developing

Media Queries

o Dimensionso 480pxo 768pxo 992pxo 1200px

o Orientationo Cross Browser and OS

Page 9: Designing Responsive IBM i Web Applications · 5/14/2020  · responsive-web-design/ Introduction to Bootstrap. What is Bootstrap oPopular HTML & CSS design framework for developing

B2B eCommerce on IBM i

Page 10: Designing Responsive IBM i Web Applications · 5/14/2020  · responsive-web-design/ Introduction to Bootstrap. What is Bootstrap oPopular HTML & CSS design framework for developing

B2B on IBM i

Page 11: Designing Responsive IBM i Web Applications · 5/14/2020  · responsive-web-design/ Introduction to Bootstrap. What is Bootstrap oPopular HTML & CSS design framework for developing

IBM i Dashboard

Page 12: Designing Responsive IBM i Web Applications · 5/14/2020  · responsive-web-design/ Introduction to Bootstrap. What is Bootstrap oPopular HTML & CSS design framework for developing

IBM i Document Portal

Page 13: Designing Responsive IBM i Web Applications · 5/14/2020  · responsive-web-design/ Introduction to Bootstrap. What is Bootstrap oPopular HTML & CSS design framework for developing

Alternatives?o Desktop onlyo Mobile onlyo Separateo Native Mobile Appo Article on Responsive Design on Smashing Magazine from 2011:

o https://www.smashingmagazine.com/2011/01/guidelines-for-responsive-web-design/

Page 14: Designing Responsive IBM i Web Applications · 5/14/2020  · responsive-web-design/ Introduction to Bootstrap. What is Bootstrap oPopular HTML & CSS design framework for developing

Introduction to Bootstrap

Page 15: Designing Responsive IBM i Web Applications · 5/14/2020  · responsive-web-design/ Introduction to Bootstrap. What is Bootstrap oPopular HTML & CSS design framework for developing

What is Bootstrap

o Popular HTML & CSS design framework for developing responsive web applicationso Forms, buttons, tables, menus, modal

windows and more via JavaScript pluginso Build sleek sites quickly and easilyo Single code baseo Free Open Sourceo Integrate with other frameworks

Page 16: Designing Responsive IBM i Web Applications · 5/14/2020  · responsive-web-design/ Introduction to Bootstrap. What is Bootstrap oPopular HTML & CSS design framework for developing

BootStrap 3 vs. 4

o BootStrap 4 is the latest version

▶ New components, faster stylesheets, more responsive options▶ All stable browsers except IE9 or lower

o BootStrap 3 is the most stable, and still maintained

▶ Critical bug-fixes & documentation only▶ IE8-9 supported

Page 17: Designing Responsive IBM i Web Applications · 5/14/2020  · responsive-web-design/ Introduction to Bootstrap. What is Bootstrap oPopular HTML & CSS design framework for developing

Grid Layout

o Up to 12 columns per page (can be combined)o Grid is responsive, automatically re-arranging with screen size

Page 18: Designing Responsive IBM i Web Applications · 5/14/2020  · responsive-web-design/ Introduction to Bootstrap. What is Bootstrap oPopular HTML & CSS design framework for developing

Media Queries

o xs - 480pxo s - 768pxo m - 992pxo l - 1200pxo Class = .hidden-xs

Page 19: Designing Responsive IBM i Web Applications · 5/14/2020  · responsive-web-design/ Introduction to Bootstrap. What is Bootstrap oPopular HTML & CSS design framework for developing

CSS Styles and Components

Page 20: Designing Responsive IBM i Web Applications · 5/14/2020  · responsive-web-design/ Introduction to Bootstrap. What is Bootstrap oPopular HTML & CSS design framework for developing

CSS Styles and Components

Page 21: Designing Responsive IBM i Web Applications · 5/14/2020  · responsive-web-design/ Introduction to Bootstrap. What is Bootstrap oPopular HTML & CSS design framework for developing

JavaScript and Plug-ins

o Integrated into many frameworkso Extend functionalityo Customizeo Don’t reinvent the wheel

Page 22: Designing Responsive IBM i Web Applications · 5/14/2020  · responsive-web-design/ Introduction to Bootstrap. What is Bootstrap oPopular HTML & CSS design framework for developing

Themes

Page 23: Designing Responsive IBM i Web Applications · 5/14/2020  · responsive-web-design/ Introduction to Bootstrap. What is Bootstrap oPopular HTML & CSS design framework for developing

Other Advantages

o Popularo Saves Timeo What Other Platforms Useo Cross Browsero Attract New Developers

Page 24: Designing Responsive IBM i Web Applications · 5/14/2020  · responsive-web-design/ Introduction to Bootstrap. What is Bootstrap oPopular HTML & CSS design framework for developing

Bootstrap Site Example

https://expo.getbootstrap.com/

Page 25: Designing Responsive IBM i Web Applications · 5/14/2020  · responsive-web-design/ Introduction to Bootstrap. What is Bootstrap oPopular HTML & CSS design framework for developing

Resources

o http://getbootstrap.com/o https://bootswatch.com/o https://wrapbootstrap.como http://www.w3schools.com/bootstrap/ o http://startbootstrap.com/bootstrap-resources/

Page 26: Designing Responsive IBM i Web Applications · 5/14/2020  · responsive-web-design/ Introduction to Bootstrap. What is Bootstrap oPopular HTML & CSS design framework for developing

Development Tools

Page 27: Designing Responsive IBM i Web Applications · 5/14/2020  · responsive-web-design/ Introduction to Bootstrap. What is Bootstrap oPopular HTML & CSS design framework for developing

PHP IDEs

Page 28: Designing Responsive IBM i Web Applications · 5/14/2020  · responsive-web-design/ Introduction to Bootstrap. What is Bootstrap oPopular HTML & CSS design framework for developing

Not just Net-New Development

Page 29: Designing Responsive IBM i Web Applications · 5/14/2020  · responsive-web-design/ Introduction to Bootstrap. What is Bootstrap oPopular HTML & CSS design framework for developing

eCommerce

Page 30: Designing Responsive IBM i Web Applications · 5/14/2020  · responsive-web-design/ Introduction to Bootstrap. What is Bootstrap oPopular HTML & CSS design framework for developing

B2B on IBM i

Page 31: Designing Responsive IBM i Web Applications · 5/14/2020  · responsive-web-design/ Introduction to Bootstrap. What is Bootstrap oPopular HTML & CSS design framework for developing

Dashboard on IBM i

Page 32: Designing Responsive IBM i Web Applications · 5/14/2020  · responsive-web-design/ Introduction to Bootstrap. What is Bootstrap oPopular HTML & CSS design framework for developing

Questions?

www.freschesolutions.com | 1 800 364 6782

ca.linkedin.com/company/fresche-solutions

[email protected]@gpatt75

www.freschesolutions.com

Greg Patterson

Page 33: Designing Responsive IBM i Web Applications · 5/14/2020  · responsive-web-design/ Introduction to Bootstrap. What is Bootstrap oPopular HTML & CSS design framework for developing

Experts in IBM i Application Modernization & Management Solutions

GUI, Web & Mobile

Analysis & Productivity

Reporting &Document Distribution

Code & DatabaseModernization

IT StrategyServices

Application Services & Staffing

Page 34: Designing Responsive IBM i Web Applications · 5/14/2020  · responsive-web-design/ Introduction to Bootstrap. What is Bootstrap oPopular HTML & CSS design framework for developing

34

About FrescheThrough the power of automated tools and experienced professionals,

Fresche delivers innovative solutions that bring our clients the best, boldest solutions to help fuel transformation and growth.

Page 35: Designing Responsive IBM i Web Applications · 5/14/2020  · responsive-web-design/ Introduction to Bootstrap. What is Bootstrap oPopular HTML & CSS design framework for developing

Rapid Responsive Development

Page 36: Designing Responsive IBM i Web Applications · 5/14/2020  · responsive-web-design/ Introduction to Bootstrap. What is Bootstrap oPopular HTML & CSS design framework for developing

WebSmart Benefits

o See results in minutes

o Reduce web development learning curve

o Leverage existing RPG/COBOL code and resources

o Attract new developers

o Strategic web applications

Page 37: Designing Responsive IBM i Web Applications · 5/14/2020  · responsive-web-design/ Introduction to Bootstrap. What is Bootstrap oPopular HTML & CSS design framework for developing

Templates Create Programs in Minutes