State of the Front End 2017 – Chris Hallberg.

Slides:



Advertisements
Similar presentations
CIS 1310 – HTML & CSS 6 Layout. CIS 1310 – HTML & CSS Learning Outcomes  Describe & Apply the CSS Box Model  Configure Float with CSS  Designate Positioning.
Advertisements

Easy Website Creation Using WordPress Welcome and Thank You to our Sponsors.
Responsive Web Design Sheri German, Instructor Montgomery College.
Development of mobile applications using PhoneGap and HTML 5
Lloyd-Jamie Bennett – P Stylianos Michael – P
New Rollbase User Interface
DEVELOPING FOR MOBILE Jackie Calapristi. AGENDA  Why you should go mobile  Mobile Design Options  Responsive Design  Tips & Tools to Help You Build.
Philly.NET Hands-on Labs JAVASCRIPT SERIES. July 9: JavaScript Syntax Visual Studio ◦Projects ◦Editors ◦Debugging ◦Script blocks ◦Minification and bundling.
Branding in SharePoint #SPcincy2013 on Twitter Open wireless access is available. Feel free to Tweet (#SPcincy2013) and.
San Diego 2014 SharePoint Saturday San Diego November 15, 2014 UCSD Extension SharePoint Saturday San Diego November 15, 2014 UCSD Extension.
| imodules.com Making Your Site Mobile-Ready Presented by Chris Smith and Mark Werner.
All you need to know about building donation pages Marta Fornal de Seixas.
JavaScript Framework for Rich Apps in Every Browser Maura Wilder Joan Wortman
Kirkwood Center for Continuing Education Introduction to PHP and MySQL By Fred McClurg, Copyright © 2015 All Rights Reserved.
Strategies for Building Mobile Apps Using ArcGIS API for JavaScript Andy Gup, Lloyd Heberlie.
Making iServices Subscriber More Mobile Friendly `
CSS BEST PRACTICES.
Crazy New CSS Tools MIS 424 MIS 424 Professor Sandvig Professor Sandvig.
Adding maps, widgets, searchbox Week 07 TCNJ Web 2 Jean Chu.
USING WORDPRESS TO CREATE A WEBSITE (RATHER THAN A BLOG) STEP-BY-STEP INSTRUCTIONS.
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.
Adxstudio Portals Training
learn. do. dream. Bootstrapping with Twitter Bootstrap Responsive Layouts CSS Components JavaScript Font Awesome Select2 Themes.
 An HTML, CSS, Javascript framework you can use as a basis for creating web sites  Uses CSS settings, fundamental HTML elements styled and enhanced.
Responsive Web Design (RWD) MIS 3502, Spring 2016 Jeremy Shafer Department of MIS Fox School of Business Temple University 2/11/2016.
 Can access all API’s made available by OS vendor.  SDK’s are platform-specific.  Each mobile OS comes with its own unique tools and GUI toolkit.
Basic Elements of Responsive Web Design Jason Bengtson, MLIS, AHIP Emerging Technologies/R&D Librarian UNM Health Sciences Library and Informatics Center.
Confidential | Copyright © 2014 TriZetto Corporation 1.
Cheryl Wolfe Web Services Administrator Tampa-Hillsborough County Public Library James Day Electronic Services Librarian Embry-Riddle Aeronautical University.
Fundamentals of Web DevelopmentRandy Connolly and Ricardo Hoar Textbook to be published by Pearson Ed in early Bootstrap.
Office UI Fabric INTRO. The Pitch The pitch Looks amazing!
Top Joomla Templates From each category that leads in 2016.
10 Mobile Application Framework Must Know to Launch New App.
A gentle introduction to Bootstrap TDAP Jeremy Shafer Department of MIS Fox School of Business Temple University Spring
With Responsive Web Design Eric Overfield SharePoint Advocate and Enthusiast PixelMill SharePoint Fest Denver – March 18 th - 20 th 2013 Enhance SharePoint.
What’s New in WordPress 4.7?. Summary The WordPress 4.7 Beta 1 to Beta 4 has been released. The date for the final launch is out that is December 6, 2016.
How HTML responsiveness translates to PDF
Front-end framework 1.
A Crash Course By TraversyMedia.com
The Share Widget Library
تصميم صفحات الانترنت web design
Front-End Framework for Responsive Web Sites
COLLECTION OF FREE BOOTSTRAP THEMES AND TEMPLATES
EOS WEBPAGE Collaborative work with: Ewa Lopienska (logo),
Yii Framework – The Major Pros and Cons
Use Office UI Fabric React to Build Beauty with SharePoint
Introduction to Bootstrap Bootstrap සදහා හැදින්වීම
© 2016, Mike Murach & Associates, Inc.
Melbourne Office 365 User Group
Development using This presentation shows the steps required in ENIGMA to create a Program for inclusion into a Demonstration system. Once the program.
Bootstrap A popular HTLM, CSS, and JS framework for developing responsive, mobile first projects on the web.
Templates July 14, 2017.
Ionic Framework Kerry Ritter
One-to-One Math Classrooms
CSS BEST PRACTICES.
Create Stunning Website Design with HTML5 Responsive Templates
Making Your Site Mobile-Ready
April 4-5, 2018 The Four Seasons Baltimore
Microsoft Ignite NZ October 2016 SKYCITY, Auckland.
Easy Website Creation Using WordPress
06 | Introduction to Bootstrap
Pattern Libraries Leveraging Atomic Design and Pattern Lab to Develop a Living Visual Style Guide Jayson Jaynes, ITS Web Services Web Developer Mark Miller,
ASP.NET MVC Web Development
Innovation Co-Lab roots/React
Slides prepared by Sarah Benis Scheier-Dolberg
Bootstrap Direct quote from source: bootstrap/
The Front-ier The Distant Future of the Front-End
creating websites and web applications responsive.
Top Tools for WordPress Development -Hidden Brains Infotech Enterprise Web & Mobile App Development Company.
Presentation transcript:

State of the Front End 2017 – Chris Hallberg

VuFind Summit 2017 - October 9 & 10 2017 in Review Sandal theme Bootstrap-reliance reduction Custom theme template Tokenized language strings AJAX firing on scroll Channels launched Searchbox simplification Remove jquerymobile Remove Google Maps Remove Statistics New grunt dev tools Increase hair 600% Improve mobile view Improve RTL VuFind Summit 2017 - October 9 & 10

VuFind Summit 2017 - October 9 & 10 Talking Philosophy 2017 was the year of the easier customization VuFind Summit 2017 - October 9 & 10

v4.0: Sandal Design Principles Font Update 16px base Native font stack Use of more font weights VuFind Summit 2017 - October 9 & 10

v4.0: Sandal Design Principles Improve Typography 16px base Native font stack Use of more font weights VuFind Summit 2017 - October 9 & 10

v4.0: Sandal Design Principles Demonstrate Common Advanced Features Full width header Image searchbox hero Unsplash is the best VuFind Summit 2017 - October 9 & 10

v4.0: Theme Template “Principles” Make obvious simple changes to lead the way. Demonstrate a template customization and css customization. Make just ugly enough to inspire change. VuFind Summit 2017 - October 9 & 10

VuFind Summit 2017 - October 9 & 10 v4.0: Trimming Bootstrap Goals Remove hard-coded Bootstrap classes Add more unique class names throughout HTML Expected Benefits Make everything customizable via CSS Most customizable version of VuFind to date Make VuFind’s HTML framework independent VuFind Summit 2017 - October 9 & 10

v4.0: Reducing Specificity VuFind Summit 2017 - October 9 & 10

v4.0: Reducing Specificity VuFind Summit 2017 - October 9 & 10

VuFind Summit 2017 - October 9 & 10 v4.0: Flex Columns Moves the column widths from the templates to the css. Flex is more stable and flexible than floats. flex: 0 1 % VuFind Summit 2017 - October 9 & 10

VuFind Summit 2017 - October 9 & 10 The Future VuFind Summit 2017 - October 9 & 10

Future: Imminent Pull Requests New Offscreen Sidebar Account AJAX Reports VuFind Summit 2017 - October 9 & 10

VuFind Summit 2017 - October 9 & 10 Future: Bootstrap 4… Probably not… VuFind Summit 2017 - October 9 & 10

VuFind Summit 2017 - October 9 & 10 Future CSS: CSS Grid This is amazing VuFind Summit 2017 - October 9 & 10

VuFind Summit 2017 - October 9 & 10 Future CSS: PostCSS Probably not… VuFind Summit 2017 - October 9 & 10

VuFind Summit 2017 - October 9 & 10 Future JS: prettier https://prettier.io/ Pros Opinionated formatting. No more failing tests due to eslint. Cons Opinionated formatting VuFind Summit 2017 - October 9 & 10

Future JS: Offline First VuFind Summit 2017 - October 9 & 10

Future JS: Offline First VuFind Summit 2017 - October 9 & 10

Future JS: Offline First VuFind Summit 2017 - October 9 & 10

Future JS: Progressive Web Apps VuFind Summit 2017 - October 9 & 10

VuFind Summit 2017 - October 9 & 10 Future JS: ES6 classes Probably not… VuFind Summit 2017 - October 9 & 10

Future: Web Components VuFind Summit 2017 - October 9 & 10

VuFind Summit 2017 - October 9 & 10 Questions? Comments? Concerns? Font suggestions? (I love fonts) challber@villanova.edu or @crhallberg on Twitter Special thanks to caniuse.com VuFind Summit 2017 - October 9 & 10