Frontend - HTML5 - CSS3 - Bootstrap 3.x. SemanticsPerformanceCSS3.

Slides:



Advertisements
Similar presentations
Twitter Bootstrap. Agenda What is it? Grids and Fluid layouts Globals and Typography Tables, Forms and Buttons Navigation Media and thumbnails Responsive.
Advertisements

Part 2 Introduction to CSS. CSS Syntax – class selector 1 With the class selector you can define different styles for the same type of HTML element. You.
User Interface Design using jQuery Mobile CIS 136 Building Mobile Apps 1.
SM5312 week 11: CSS Menus & Navigation Bars1 An Introduction to Cascading Style Sheets CSS Menus and Navigation Bars Nick Foxall.
 Jen Kramer JS Summit November 19,  Grounding in mobile techniques  Background on responsive design  Introduce Bootstrap and Foundation  Compare.
Kathy E. Responsive Design and Twitter Bootstrap.
Additional Topics. Tutorial #9 Review – Forms Forms Legend and fieldset Fields Text Password Radio buttons, check box, text area, select lists Buttons.
Session I - Introduction
Neal Stublen Improvements  New form elements  Assist with validation  Consistency across sites  Changes reduce the need for common.
Cascading Style Sheets (CSS) Within the Enterprise Architecture Framework (EAF) Wes Ziegeler August 3, 2006.
Making iServices Subscriber More Mobile Friendly `
CSS BEST PRACTICES.
Web Foundations WEDNESDAY, NOVEMBER 20, 2013 LECTURE 32: DREAMWEAVER SLIDE SHOW AND GOOGLE MAP.
Internet Technology Dr Jing LU Updated Dr Violet Snell / Dr Kalin Penev 1 Internet Technology (week 6)  Recap: Validating HTML  Page Layout.
Introduction to Bootstrap
Bootstrap by:- Vignesh Dhamodaran. What is Bootstrap? Originally created by a designer and a developer at Twitter. So initial name is Twitter Bootstrap.
VIDA Requirements - HTML5 – Semantic tags - HTML5 - Forms - HTML5 – CSS3.
Adxstudio Portals Training
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
 An HTML, CSS, Javascript framework you can use as a basis for creating web sites  Uses CSS settings, fundamental HTML elements styled and enhanced.
(1) HTML5, CSS, Twitter Bootstrap. (2) HTML5 Will be the new standard New features Drag and Drop and Support for local storage,,,, New input types Removed.
Chapter 3 CSS Components Yeunyong Kantanet School of Information and Communication Technology University of Phayao Yeunyong Kantanet School of Information.
Browser Compatibility Testing, using different browsers Conditional Statements.
Follow Up. Can one change the appearance of the alert/confirm/prompt box? The default Alert box can be customized (or over-ridden) by JavaScript + CSS.
ออกแบบเว็บไซต์ให้ สวยด้วย bootstrap framework อับดุลอาซิส ดือราแม สุรกิจ ชูเดช 16 – 17 มกราคม 2559.
Fundamentals of Web DevelopmentRandy Connolly and Ricardo Hoar Textbook to be published by Pearson Ed in early Bootstrap.
TWITTER BOOTSTRAP Rick Mason. All houses were custom built on site.
1/7/2016www.infocampus.co.in1. 1/7/2016www.infocampus.co.in2 Web Development training gives you and all-round training in both the design and the development.
Basic in Photoshop Tools in Photoshop Simple templates design menu in Photoshop different navigation bar image effects Design your portfolio page Design.
Chapter 4 Bootstrap. Content Bootstrap with CSS Bootstrap Layout Components Bootstrap Plugins.
The A to Z of Building a Responsive SharePoint Site with Bootstrap BY THOMAS DALY.
HTML HTML5 InfoTech Seminar.
Bootstrap KS Technologies.
CSCI 1720 W3.CSS – Part 1 East Tennessee State University Department of Computing CSCI 1720 Intermediate Web Design.
CNIT131 Internet Basics & Beginning HTML
PHP MySQL Crash Course with HTML CSS
What’s New In Bootstrap v4?
Website implementation
Front-End Framework for Responsive Web Sites
Responsive Design and Twitter Bootstrap
Concepts for fluid layout
Introduction to Bootstrap Bootstrap සදහා හැදින්වීම
© 2016, Mike Murach & Associates, Inc.
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
CS3220 Web and Internet Programming Page Layout with CSS
Responsive Web Applications with Bootstrap & CSS
HTML5 Level III Responsive Web Design (RWD) and Front-End Frameworks
CSS BEST PRACTICES.
Objectives Create a reset style sheet Explore page layout designs
Fixed Positioning.
Robert Kiffe Senior Customer Support Engineer
CMP Creating Your Personal and Small Business Web Sites
HTML5 Level III Responsive Web Design (RWD) and Front-End Frameworks
06 | Introduction to Bootstrap
Responsive Grid Layout with Bootstrap
CS3220 Web and Internet Programming Page Layout with CSS
CS3220 Web and Internet Programming Introduction to Bootstrap
HTML / CSS Mai Moustafa Senior Web Designer eSpace eSpace.
HTML5 Level III Responsive Web Design (RWD) and Front-End Frameworks
Web Page Layout Imran Rashid CTO at ManiWeber Technologies.
Web Client Side Technologies Raneem Qaddoura
Web Client Side Technologies Raneem Qaddoura
Concepts for fluid layout
Client-Server Model: Requesting a Web Page
creating websites and web applications responsive.
© 2017, Mike Murach & Associates, Inc.
Presentation transcript:

Frontend - HTML5 - CSS3 - Bootstrap 3.x

SemanticsPerformanceCSS3

Semantics,

Semantics, Form Types: , url, number, range, date, search… Form validation Required fields WYSIWYG Edit inline ‘ContentEditable’

CSS Mistakes Shorthand Over-Qualifying Selectors Duplicate CSS3 - Border radius Box shadow Gradient

Complete framework HTML5 BoilerplateBootstrapJquery UIFont-Awesome

Bootstrap 3 – How to build Step 1: Step 2: Step 3: Customize Step 4: Testing (responsive) ◦ Firefox Web Developer Tool Step 5: Testing (browsers) ◦

Bootstrap 3 - Responsive “Mobile first” = Mobile friendly Devices xssmmdlg 768px992px1200px

Bootstrap 3 - Grid 12 columns “row” class “col-” class “fixed” vs “fluid” width

Bootstrap 3 - Form Style ◦ Basic ◦ Inline ◦ Horizontal Validation states

Bootstrap 3 - Images Shapes ◦ img-rounded ◦ img-circle ◦ img-thumbnail Responsive ◦ “img-responsive”

Bootstrap 3 - Components Icons Navigation ◦ Navs ◦ Navbar Pagination Thumbnails Alerts

Bootstrap 3 - Javascript Modals Tab Collapse Carousel