SlideShare a Scribd company logo
1 of 37
Quick Start Guide to JavaScript Frameworks
for SharePoint Add-ins
#SPSOslo
Sonja Madsen
October 17th, 2015
SharePoint Saturday
Oslo 2015
SharePoint Saturday
Oslo 2015
@sonjamadsen
dev@sonjasapps.com
Belgium,
Paris,
Netherlands,
Cambridge,
Copenhagen,
Barcelona,
Oslo,
Stockholm,
Slovenia
www.sonjasapps.com
Sonja Madsen
SP2013.blogspot.com
JavaScript Frameworks and Libraries
Development
SharePoint 2003-2010
SharePoint 2010-2013
SHAREPOINT
DEVELOPMENT
JavaScript Frameworks
โ€ข Standardized code structure and rules
โ€ข HTML, CSS and JS
โ€ข Front-end frameworks
โ€“ CSS to position elements
โ€“ Typography styles
โ€“ Browser compatibility
โ€“ Standard CSS classes
โ€“ Set of tools
โ€“ Imposes no structure
jQuery
โ€ข JavaScript library
โ€ข Most popular
โ€ข Open-source
โ€ข Released in 2006
โ€ข Easy to select DOM elements
โ€ข Used in Bootstrap and other libraries
jQuery
โ€ข Start with $(document).ready(function(){
โ€ข AJAX calls $.ajax({
โ€ข Element selector $(".item")
โ€ข Chaining
$(".item").addClass("blue").slideDown("slow");
โ€ข Jquery.ui, jquery.validation
Bootstrap
โ€ข The most popular HTML, CSS, and JS framework
for developing responsive, mobile first projects
on the web
โ€ข Open-source
โ€ข Twitter Bootstrap in 2011
โ€ข Bootstrap 3.0 - mobile first
โ€ข Bootstrap 4 alpha
Bootstrap
โ€ข CSS
โ€“ Grid, typography, code, tables, forms, buttons, images
โ€ข Components
โ€“ Glyphicons, dropdowns, input, navs, nav bars, breadcrumbs, pagination,
labels, badges, jumbotron, page header, thumbnails, alerts, progress bars,
media object, list group, panels, responsive embed, wells
โ€ข JavaScript
๏‚ž Transitions, modal, dropdown, scrollspy, tab, tooltip, popover, alert, button,
collapse, carousel, affix
โ€ข Customize
What is Bootstrap?
โ€ข Grid
โ€ข Forms
โ€ข Navigation, tabs
โ€ข Popovers, badges, collapse, paginationโ€ฆ
Grid HTML
โ€ข <div class="col-md-12"> - entire page
โ€ข <div class="col-md-6โ€> - 50%
โ€ข <div class="col-md-12 col-lg-12 col-sm-12 col-
xs-12">
โ€ข <div class="col-md-12 hidden-xs">
Button HTML
โ€ข <a href="#" class="btn btn-default btn-md active">Cancel
MEDIUM</a>
โ€ข <button type="button" class="btn btn-success">
Success</button>
LESS
Extends the CSS language, adding features that
allow variables, mixins, functions
Bootstrap is based on LESS
Bootstrap 4.0 is based on SASS
Bootstrap Themes
โ€ข Bootswatch โ€“ free themes at bootswatch.com
โ€ข Wrapbootstrap โ€“ payed themes at
wrapbootstrap.com
โ€ข Official Bootstrap themes -
http://themes.getbootstrap.com/collections/all
SharePoint Saturday
Oslo 2015
jQuery Validation
HTML
<input type=โ€œtextโ€ id=โ€œSiteTitleโ€
JavaScript
rules: {
"SiteTitle": { required: true, minlength: 5 }
},
messages: {
"SiteTitle": {
required: "Please enter the site title.",
minlength: "Minimum length is 5 letters."
}
}
HTML
<input type="textโ€œ id=โ€œSiteTitleโ€
data-rule-required="true"
data-msg-required="The Site Title field is
required.โ€œ
data-rule-minlength="5"
data-msg-minlength="The minimum length
5 letters.โ€œ
JavaScript
$form.validate();
Data rules
โ€ข data-rule-required="true"
โ€ข data-rule-email="true"
โ€ข data-rule-url="true"
โ€ข data-rule-date="true"
โ€ข data-rule-dateISO="true"
โ€ข data-rule-number="true"
โ€ข data-rule-digits="true"
โ€ข data-rule-creditcard="true"
โ€ข data-rule-minlength="6"
โ€ข data-rule-maxlength="24"
โ€ข data-rule-rangelength="5,10"
โ€ข data-rule-min="5"
โ€ข data-rule-max="10"
โ€ข data-rule-range="5,10"
Modernizr
โ€ข Detects HTML5 and CSS3 features that your
browser supports on page load
โ€ข Result of โ€œfeature detectionโ€ is โ€œyesโ€ or โ€œnoโ€
โ€ข Adds classes to HTML
โ€ข https://github.com/Modernizr/Modernizr/wiki/H
TML5-Cross-browser-Polyfills
โ€ข Support IE6+, Firefox 3.5+, Opera 9.6+, Safari 2+,
Chrome
Support IE6+, Firefox 3.5+,
Opera 9.6+, Safari 2+, Chrome
Modernizr
Yepnopejs is deprecated
Modernizr.load({
test: Modernizr.borderradius,
yep : alert("This browser supports border radius."),
nope: 'PIE_IE678.js'
});
Respondjs
โ€ข It loops through the CSS referenced on the
page
โ€ข IE8: re-requests the CSS files using Ajax
โ€ข Polyfill for CSS min-width and max-width in
browsers that don't support CSS3 Media
Queries
Polyfills, shims
โ€ข Shim: a generic code, a library that brings a new
API to an older environment
โ€ข Polyfill: downloadable code with fallback for
functionality that is not available in your browser
โ€ข Also with newer browsers
SharePoint Saturday
Oslo 2015
โ€ข jQuery http://api.jquery.com/
โ€ข Bootstrap tutorial
http://www.tutorialspoint.com/bootstrap/bootstrap_tutorial.pdf
โ€ข Modernizr http://modernizr.com/docs/
โ€ข Respond https://github.com/scottjehl/Respond
โ€ข Building Responsive UI with Bootstrap on MVA
โ€ข http://www.microsoftvirtualacademy.com/training-courses/building-
responsive-ui-with-bootstrap
โ€ข LESS http://lesscss.org/
โ€ข Polyfills https://github.com/Modernizr/Modernizr/wiki/HTML5-Cross-
browser-Polyfills
Links
SharePoint Saturday
Oslo 2015
SharePoint Saturday
Oslo 2015
Thanks to our
Sponsors
Questions?
Get stamps from all the sponsors,
so make sure to visit them
Deposit the passport to enter the
prize raffle
Good luck!
The SPSOslo Passport
FREE BEER!
Make sure to get your voucher
Network and have fun with your
colleagues and mingle with our
great speaker lineup.
SharePint sponsored by
They help us improve for SharePoint Saturday 2016!
Remember to evaluate our sessions

More Related Content

What's hot

Simplify AJAX using jQuery
Simplify AJAX using jQuerySimplify AJAX using jQuery
Simplify AJAX using jQuery
Siva Arunachalam
ย 
Content by query web part
Content by query web partContent by query web part
Content by query web part
IslamKhattab
ย 
Applied component i unit 2
Applied component i unit 2Applied component i unit 2
Applied component i unit 2
Pramod Redekar
ย 
Html5 storage and browser storage
Html5 storage and browser storageHtml5 storage and browser storage
Html5 storage and browser storage
Sway Deng
ย 
Net online training
Net online trainingNet online training
Net online training
Monster Courses
ย 

What's hot (20)

Introducing project spartan
Introducing project spartanIntroducing project spartan
Introducing project spartan
ย 
SEF2013 - Create a Business Solution, Step by Step, with No Managed Code
SEF2013 - Create a Business Solution, Step by Step, with No Managed CodeSEF2013 - Create a Business Solution, Step by Step, with No Managed Code
SEF2013 - Create a Business Solution, Step by Step, with No Managed Code
ย 
Search as main navigation
Search as main navigationSearch as main navigation
Search as main navigation
ย 
PHP Training Session 9
PHP Training Session 9PHP Training Session 9
PHP Training Session 9
ย 
Introduction to html & css
Introduction to html & cssIntroduction to html & css
Introduction to html & css
ย 
Simplify AJAX using jQuery
Simplify AJAX using jQuerySimplify AJAX using jQuery
Simplify AJAX using jQuery
ย 
Content by query web part
Content by query web partContent by query web part
Content by query web part
ย 
Neos CMS and SEO
Neos CMS and SEONeos CMS and SEO
Neos CMS and SEO
ย 
Client Side Optimization
Client Side OptimizationClient Side Optimization
Client Side Optimization
ย 
Applied component i unit 2
Applied component i unit 2Applied component i unit 2
Applied component i unit 2
ย 
Hack angular wildly
Hack angular wildlyHack angular wildly
Hack angular wildly
ย 
Practical Ruby Projects With Mongo Db
Practical Ruby Projects With Mongo DbPractical Ruby Projects With Mongo Db
Practical Ruby Projects With Mongo Db
ย 
Building Software Backend (Web API)
Building Software Backend (Web API)Building Software Backend (Web API)
Building Software Backend (Web API)
ย 
Introduction to Jquery
Introduction to JqueryIntroduction to Jquery
Introduction to Jquery
ย 
SilverStripe From a Developer's Perspective
SilverStripe From a Developer's PerspectiveSilverStripe From a Developer's Perspective
SilverStripe From a Developer's Perspective
ย 
6 Months PHP internship in Noida
6 Months PHP internship in Noida6 Months PHP internship in Noida
6 Months PHP internship in Noida
ย 
HTML5 Storage/Cache
HTML5 Storage/CacheHTML5 Storage/Cache
HTML5 Storage/Cache
ย 
Html5 storage and browser storage
Html5 storage and browser storageHtml5 storage and browser storage
Html5 storage and browser storage
ย 
The SharePoint & jQuery Guide
The SharePoint & jQuery GuideThe SharePoint & jQuery Guide
The SharePoint & jQuery Guide
ย 
Net online training
Net online trainingNet online training
Net online training
ย 

Similar to Quick start guide to java script frameworks for sharepoint add ins oslo

Hdv309 - Real World Sandboxed Solutions
Hdv309 - Real World Sandboxed SolutionsHdv309 - Real World Sandboxed Solutions
Hdv309 - Real World Sandboxed Solutions
woutervugt
ย 

Similar to Quick start guide to java script frameworks for sharepoint add ins oslo (20)

Quick start guide to java script frameworks for sharepoint add ins sharepoint...
Quick start guide to java script frameworks for sharepoint add ins sharepoint...Quick start guide to java script frameworks for sharepoint add ins sharepoint...
Quick start guide to java script frameworks for sharepoint add ins sharepoint...
ย 
Quickstartguidetojavascriptframeworksforsharepointapps spsbe-2015-15041903264...
Quickstartguidetojavascriptframeworksforsharepointapps spsbe-2015-15041903264...Quickstartguidetojavascriptframeworksforsharepointapps spsbe-2015-15041903264...
Quickstartguidetojavascriptframeworksforsharepointapps spsbe-2015-15041903264...
ย 
SharePoint and jQuery Essentials
SharePoint and jQuery EssentialsSharePoint and jQuery Essentials
SharePoint and jQuery Essentials
ย 
Hdv309 - Real World Sandboxed Solutions
Hdv309 - Real World Sandboxed SolutionsHdv309 - Real World Sandboxed Solutions
Hdv309 - Real World Sandboxed Solutions
ย 
Building RESTfull Data Services with WebAPI
Building RESTfull Data Services with WebAPIBuilding RESTfull Data Services with WebAPI
Building RESTfull Data Services with WebAPI
ย 
PhDigital 2020: Web Development
PhDigital 2020: Web DevelopmentPhDigital 2020: Web Development
PhDigital 2020: Web Development
ย 
The SharePoint and jQuery Guide by Mark Rackley - SPTechCon
The SharePoint and jQuery Guide by Mark Rackley - SPTechConThe SharePoint and jQuery Guide by Mark Rackley - SPTechCon
The SharePoint and jQuery Guide by Mark Rackley - SPTechCon
ย 
Popping the Hood: How to Create Custom SharePoint Branding by Randy Drisgill ...
Popping the Hood: How to Create Custom SharePoint Branding by Randy Drisgill ...Popping the Hood: How to Create Custom SharePoint Branding by Randy Drisgill ...
Popping the Hood: How to Create Custom SharePoint Branding by Randy Drisgill ...
ย 
Ajax workshop
Ajax workshopAjax workshop
Ajax workshop
ย 
Become a Full Stack Web Developer (.NET) - Thisiswali
Become a Full Stack Web Developer (.NET) - ThisiswaliBecome a Full Stack Web Developer (.NET) - Thisiswali
Become a Full Stack Web Developer (.NET) - Thisiswali
ย 
Intro JavaScript
Intro JavaScriptIntro JavaScript
Intro JavaScript
ย 
Slow kinda sucks
Slow kinda sucksSlow kinda sucks
Slow kinda sucks
ย 
9 Months Web Development Diploma Course in North Delhi
9 Months Web Development Diploma Course in North Delhi9 Months Web Development Diploma Course in North Delhi
9 Months Web Development Diploma Course in North Delhi
ย 
HTML5 for ASP.NET Developers
HTML5 for ASP.NET DevelopersHTML5 for ASP.NET Developers
HTML5 for ASP.NET Developers
ย 
jQuery Makes Writing JavaScript Fun Again (for HTML5 User Group)
jQuery Makes Writing JavaScript Fun Again (for HTML5 User Group)jQuery Makes Writing JavaScript Fun Again (for HTML5 User Group)
jQuery Makes Writing JavaScript Fun Again (for HTML5 User Group)
ย 
Unleashing Creative Freedom with MODX - 2015-08-26 at PHP Zwolle
Unleashing Creative Freedom with MODX - 2015-08-26 at PHP Zwolle Unleashing Creative Freedom with MODX - 2015-08-26 at PHP Zwolle
Unleashing Creative Freedom with MODX - 2015-08-26 at PHP Zwolle
ย 
JavaScript front end performance optimizations
JavaScript front end performance optimizationsJavaScript front end performance optimizations
JavaScript front end performance optimizations
ย 
Working with a super model for SharePoint Tuga IT 2016
Working with a super model for SharePoint Tuga IT 2016Working with a super model for SharePoint Tuga IT 2016
Working with a super model for SharePoint Tuga IT 2016
ย 
SPTechCon Boston 2015 - Utilizing jQuery in SharePoint
SPTechCon Boston 2015 - Utilizing jQuery in SharePointSPTechCon Boston 2015 - Utilizing jQuery in SharePoint
SPTechCon Boston 2015 - Utilizing jQuery in SharePoint
ย 
SPTechCon DevDays - SharePoint & jQuery
SPTechCon DevDays - SharePoint & jQuerySPTechCon DevDays - SharePoint & jQuery
SPTechCon DevDays - SharePoint & jQuery
ย 

More from Sonja Madsen

More from Sonja Madsen (20)

SharePoint Framework, React, and Office UI sps Silicon Valley
SharePoint Framework, React, and Office UI sps Silicon ValleySharePoint Framework, React, and Office UI sps Silicon Valley
SharePoint Framework, React, and Office UI sps Silicon Valley
ย 
Building SharePoint add-ins with JavaScript and c# sps Silicon Valley
Building SharePoint add-ins with JavaScript and c# sps Silicon ValleyBuilding SharePoint add-ins with JavaScript and c# sps Silicon Valley
Building SharePoint add-ins with JavaScript and c# sps Silicon Valley
ย 
SharePoint Framework, React, and Office UI Fabric spc adriatics 2016
SharePoint Framework, React, and Office UI Fabric spc adriatics 2016SharePoint Framework, React, and Office UI Fabric spc adriatics 2016
SharePoint Framework, React, and Office UI Fabric spc adriatics 2016
ย 
SharePoint Framework, React and Office UI SPS Paris 2016 - d01
SharePoint Framework, React and Office UI SPS Paris 2016 - d01SharePoint Framework, React and Office UI SPS Paris 2016 - d01
SharePoint Framework, React and Office UI SPS Paris 2016 - d01
ย 
SharePoint Framework SPS Madrid 2016
SharePoint Framework SPS Madrid 2016SharePoint Framework SPS Madrid 2016
SharePoint Framework SPS Madrid 2016
ย 
Cloud-first SharePoint JavaScript Add-ins - Collab 365
Cloud-first SharePoint JavaScript Add-ins - Collab 365Cloud-first SharePoint JavaScript Add-ins - Collab 365
Cloud-first SharePoint JavaScript Add-ins - Collab 365
ย 
Building Share Point add-ins with JavaScript and c# Microsoft Western Europe ...
Building Share Point add-ins with JavaScript and c# Microsoft Western Europe ...Building Share Point add-ins with JavaScript and c# Microsoft Western Europe ...
Building Share Point add-ins with JavaScript and c# Microsoft Western Europe ...
ย 
Office 365 security concerns, EU General Data Protection Regulation (GDPR)
Office 365 security concerns, EU General Data Protection Regulation (GDPR) Office 365 security concerns, EU General Data Protection Regulation (GDPR)
Office 365 security concerns, EU General Data Protection Regulation (GDPR)
ย 
Share point hosted add ins munich
Share point hosted add ins munichShare point hosted add ins munich
Share point hosted add ins munich
ย 
Workshop supermodel munich
Workshop supermodel munichWorkshop supermodel munich
Workshop supermodel munich
ย 
GitHub and Office 365 video Munich
GitHub and Office 365 video MunichGitHub and Office 365 video Munich
GitHub and Office 365 video Munich
ย 
Branding Office 365 SharePoint Days
Branding Office 365 SharePoint DaysBranding Office 365 SharePoint Days
Branding Office 365 SharePoint Days
ย 
Patterns in add ins espc15
Patterns in add ins espc15Patterns in add ins espc15
Patterns in add ins espc15
ย 
Branding Office 365 ESPC15
Branding Office 365 ESPC15Branding Office 365 ESPC15
Branding Office 365 ESPC15
ย 
Wonderful csom sps barcelona
Wonderful csom sps barcelonaWonderful csom sps barcelona
Wonderful csom sps barcelona
ย 
Branding office 365 copenhagen
Branding office 365 copenhagenBranding office 365 copenhagen
Branding office 365 copenhagen
ย 
Branding office 365 Netherlands
Branding office 365 NetherlandsBranding office 365 Netherlands
Branding office 365 Netherlands
ย 
Branding office 365
Branding office 365Branding office 365
Branding office 365
ย 
Introduktion til SharePoint apps
Introduktion til SharePoint appsIntroduktion til SharePoint apps
Introduktion til SharePoint apps
ย 
Mva migrate to a different office 365 plan
Mva migrate to a different office 365 planMva migrate to a different office 365 plan
Mva migrate to a different office 365 plan
ย 

Recently uploaded

๐Ÿ’š๐Ÿ˜‹ Bilaspur Escort Service Call Girls, 9352852248 โ‚น5000 To 25K With AC๐Ÿ’š๐Ÿ˜‹
๐Ÿ’š๐Ÿ˜‹ Bilaspur Escort Service Call Girls, 9352852248 โ‚น5000 To 25K With AC๐Ÿ’š๐Ÿ˜‹๐Ÿ’š๐Ÿ˜‹ Bilaspur Escort Service Call Girls, 9352852248 โ‚น5000 To 25K With AC๐Ÿ’š๐Ÿ˜‹
๐Ÿ’š๐Ÿ˜‹ Bilaspur Escort Service Call Girls, 9352852248 โ‚น5000 To 25K With AC๐Ÿ’š๐Ÿ˜‹
nirzagarg
ย 
VIP Model Call Girls NIBM ( Pune ) Call ON 8005736733 Starting From 5K to 25K...
VIP Model Call Girls NIBM ( Pune ) Call ON 8005736733 Starting From 5K to 25K...VIP Model Call Girls NIBM ( Pune ) Call ON 8005736733 Starting From 5K to 25K...
VIP Model Call Girls NIBM ( Pune ) Call ON 8005736733 Starting From 5K to 25K...
SUHANI PANDEY
ย 
Russian Call Girls Pune (Adult Only) 8005736733 Escort Service 24x7 Cash Pay...
Russian Call Girls Pune  (Adult Only) 8005736733 Escort Service 24x7 Cash Pay...Russian Call Girls Pune  (Adult Only) 8005736733 Escort Service 24x7 Cash Pay...
Russian Call Girls Pune (Adult Only) 8005736733 Escort Service 24x7 Cash Pay...
SUHANI PANDEY
ย 
โžฅ๐Ÿ” 7737669865 ๐Ÿ”โ–ป mehsana Call-girls in Women Seeking Men ๐Ÿ”mehsana๐Ÿ” Escorts...
โžฅ๐Ÿ” 7737669865 ๐Ÿ”โ–ป mehsana Call-girls in Women Seeking Men  ๐Ÿ”mehsana๐Ÿ”   Escorts...โžฅ๐Ÿ” 7737669865 ๐Ÿ”โ–ป mehsana Call-girls in Women Seeking Men  ๐Ÿ”mehsana๐Ÿ”   Escorts...
โžฅ๐Ÿ” 7737669865 ๐Ÿ”โ–ป mehsana Call-girls in Women Seeking Men ๐Ÿ”mehsana๐Ÿ” Escorts...
nirzagarg
ย 
๐Ÿ“ฑDehradun Call Girls Service ๐Ÿ“ฑโ˜Ž๏ธ +91'905,3900,678 โ˜Ž๏ธ๐Ÿ“ฑ Call Girls In Dehradun ๐Ÿ“ฑ
๐Ÿ“ฑDehradun Call Girls Service ๐Ÿ“ฑโ˜Ž๏ธ +91'905,3900,678 โ˜Ž๏ธ๐Ÿ“ฑ Call Girls In Dehradun ๐Ÿ“ฑ๐Ÿ“ฑDehradun Call Girls Service ๐Ÿ“ฑโ˜Ž๏ธ +91'905,3900,678 โ˜Ž๏ธ๐Ÿ“ฑ Call Girls In Dehradun ๐Ÿ“ฑ
๐Ÿ“ฑDehradun Call Girls Service ๐Ÿ“ฑโ˜Ž๏ธ +91'905,3900,678 โ˜Ž๏ธ๐Ÿ“ฑ Call Girls In Dehradun ๐Ÿ“ฑ
@Chandigarh #call #Girls 9053900678 @Call #Girls in @Punjab 9053900678
ย 
6.High Profile Call Girls In Punjab +919053900678 Punjab Call GirlHigh Profil...
6.High Profile Call Girls In Punjab +919053900678 Punjab Call GirlHigh Profil...6.High Profile Call Girls In Punjab +919053900678 Punjab Call GirlHigh Profil...
6.High Profile Call Girls In Punjab +919053900678 Punjab Call GirlHigh Profil...
@Chandigarh #call #Girls 9053900678 @Call #Girls in @Punjab 9053900678
ย 
valsad Escorts Service โ˜Ž๏ธ 6378878445 ( Sakshi Sinha ) High Profile Call Girls...
valsad Escorts Service โ˜Ž๏ธ 6378878445 ( Sakshi Sinha ) High Profile Call Girls...valsad Escorts Service โ˜Ž๏ธ 6378878445 ( Sakshi Sinha ) High Profile Call Girls...
valsad Escorts Service โ˜Ž๏ธ 6378878445 ( Sakshi Sinha ) High Profile Call Girls...
Call Girls In Delhi Whatsup 9873940964 Enjoy Unlimited Pleasure
ย 
Ganeshkhind ! Call Girls Pune - 450+ Call Girl Cash Payment 8005736733 Neha T...
Ganeshkhind ! Call Girls Pune - 450+ Call Girl Cash Payment 8005736733 Neha T...Ganeshkhind ! Call Girls Pune - 450+ Call Girl Cash Payment 8005736733 Neha T...
Ganeshkhind ! Call Girls Pune - 450+ Call Girl Cash Payment 8005736733 Neha T...
SUHANI PANDEY
ย 

Recently uploaded (20)

Nanded City ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready ...
Nanded City ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready ...Nanded City ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready ...
Nanded City ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready ...
ย 
Call Girls Sangvi Call Me 7737669865 Budget Friendly No Advance BookingCall G...
Call Girls Sangvi Call Me 7737669865 Budget Friendly No Advance BookingCall G...Call Girls Sangvi Call Me 7737669865 Budget Friendly No Advance BookingCall G...
Call Girls Sangvi Call Me 7737669865 Budget Friendly No Advance BookingCall G...
ย 
Busty DesiโšกCall Girls in Vasundhara Ghaziabad >เผ’8448380779 Escort Service
Busty DesiโšกCall Girls in Vasundhara Ghaziabad >เผ’8448380779 Escort ServiceBusty DesiโšกCall Girls in Vasundhara Ghaziabad >เผ’8448380779 Escort Service
Busty DesiโšกCall Girls in Vasundhara Ghaziabad >เผ’8448380779 Escort Service
ย 
All Time Service Available Call Girls Mg Road ๐Ÿ‘Œ โญ๏ธ 6378878445
All Time Service Available Call Girls Mg Road ๐Ÿ‘Œ โญ๏ธ 6378878445All Time Service Available Call Girls Mg Road ๐Ÿ‘Œ โญ๏ธ 6378878445
All Time Service Available Call Girls Mg Road ๐Ÿ‘Œ โญ๏ธ 6378878445
ย 
๐Ÿ’š๐Ÿ˜‹ Bilaspur Escort Service Call Girls, 9352852248 โ‚น5000 To 25K With AC๐Ÿ’š๐Ÿ˜‹
๐Ÿ’š๐Ÿ˜‹ Bilaspur Escort Service Call Girls, 9352852248 โ‚น5000 To 25K With AC๐Ÿ’š๐Ÿ˜‹๐Ÿ’š๐Ÿ˜‹ Bilaspur Escort Service Call Girls, 9352852248 โ‚น5000 To 25K With AC๐Ÿ’š๐Ÿ˜‹
๐Ÿ’š๐Ÿ˜‹ Bilaspur Escort Service Call Girls, 9352852248 โ‚น5000 To 25K With AC๐Ÿ’š๐Ÿ˜‹
ย 
Real Men Wear Diapers T Shirts sweatshirt
Real Men Wear Diapers T Shirts sweatshirtReal Men Wear Diapers T Shirts sweatshirt
Real Men Wear Diapers T Shirts sweatshirt
ย 
Call Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service Available
Call Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service AvailableCall Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service Available
Call Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service Available
ย 
20240510 QFM016 Irresponsible AI Reading List April 2024.pdf
20240510 QFM016 Irresponsible AI Reading List April 2024.pdf20240510 QFM016 Irresponsible AI Reading List April 2024.pdf
20240510 QFM016 Irresponsible AI Reading List April 2024.pdf
ย 
VIP Model Call Girls NIBM ( Pune ) Call ON 8005736733 Starting From 5K to 25K...
VIP Model Call Girls NIBM ( Pune ) Call ON 8005736733 Starting From 5K to 25K...VIP Model Call Girls NIBM ( Pune ) Call ON 8005736733 Starting From 5K to 25K...
VIP Model Call Girls NIBM ( Pune ) Call ON 8005736733 Starting From 5K to 25K...
ย 
Russian Call Girls Pune (Adult Only) 8005736733 Escort Service 24x7 Cash Pay...
Russian Call Girls Pune  (Adult Only) 8005736733 Escort Service 24x7 Cash Pay...Russian Call Girls Pune  (Adult Only) 8005736733 Escort Service 24x7 Cash Pay...
Russian Call Girls Pune (Adult Only) 8005736733 Escort Service 24x7 Cash Pay...
ย 
โžฅ๐Ÿ” 7737669865 ๐Ÿ”โ–ป mehsana Call-girls in Women Seeking Men ๐Ÿ”mehsana๐Ÿ” Escorts...
โžฅ๐Ÿ” 7737669865 ๐Ÿ”โ–ป mehsana Call-girls in Women Seeking Men  ๐Ÿ”mehsana๐Ÿ”   Escorts...โžฅ๐Ÿ” 7737669865 ๐Ÿ”โ–ป mehsana Call-girls in Women Seeking Men  ๐Ÿ”mehsana๐Ÿ”   Escorts...
โžฅ๐Ÿ” 7737669865 ๐Ÿ”โ–ป mehsana Call-girls in Women Seeking Men ๐Ÿ”mehsana๐Ÿ” Escorts...
ย 
๐Ÿ“ฑDehradun Call Girls Service ๐Ÿ“ฑโ˜Ž๏ธ +91'905,3900,678 โ˜Ž๏ธ๐Ÿ“ฑ Call Girls In Dehradun ๐Ÿ“ฑ
๐Ÿ“ฑDehradun Call Girls Service ๐Ÿ“ฑโ˜Ž๏ธ +91'905,3900,678 โ˜Ž๏ธ๐Ÿ“ฑ Call Girls In Dehradun ๐Ÿ“ฑ๐Ÿ“ฑDehradun Call Girls Service ๐Ÿ“ฑโ˜Ž๏ธ +91'905,3900,678 โ˜Ž๏ธ๐Ÿ“ฑ Call Girls In Dehradun ๐Ÿ“ฑ
๐Ÿ“ฑDehradun Call Girls Service ๐Ÿ“ฑโ˜Ž๏ธ +91'905,3900,678 โ˜Ž๏ธ๐Ÿ“ฑ Call Girls In Dehradun ๐Ÿ“ฑ
ย 
6.High Profile Call Girls In Punjab +919053900678 Punjab Call GirlHigh Profil...
6.High Profile Call Girls In Punjab +919053900678 Punjab Call GirlHigh Profil...6.High Profile Call Girls In Punjab +919053900678 Punjab Call GirlHigh Profil...
6.High Profile Call Girls In Punjab +919053900678 Punjab Call GirlHigh Profil...
ย 
Story Board.pptxrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrr
Story Board.pptxrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrStory Board.pptxrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrr
Story Board.pptxrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrr
ย 
valsad Escorts Service โ˜Ž๏ธ 6378878445 ( Sakshi Sinha ) High Profile Call Girls...
valsad Escorts Service โ˜Ž๏ธ 6378878445 ( Sakshi Sinha ) High Profile Call Girls...valsad Escorts Service โ˜Ž๏ธ 6378878445 ( Sakshi Sinha ) High Profile Call Girls...
valsad Escorts Service โ˜Ž๏ธ 6378878445 ( Sakshi Sinha ) High Profile Call Girls...
ย 
๐“€คCall On 7877925207 ๐“€ค Ahmedguda Call Girls Hot Model With Sexy Bhabi Ready Fo...
๐“€คCall On 7877925207 ๐“€ค Ahmedguda Call Girls Hot Model With Sexy Bhabi Ready Fo...๐“€คCall On 7877925207 ๐“€ค Ahmedguda Call Girls Hot Model With Sexy Bhabi Ready Fo...
๐“€คCall On 7877925207 ๐“€ค Ahmedguda Call Girls Hot Model With Sexy Bhabi Ready Fo...
ย 
2nd Solid Symposium: Solid Pods vs Personal Knowledge Graphs
2nd Solid Symposium: Solid Pods vs Personal Knowledge Graphs2nd Solid Symposium: Solid Pods vs Personal Knowledge Graphs
2nd Solid Symposium: Solid Pods vs Personal Knowledge Graphs
ย 
WhatsApp ๐Ÿ“ž 8448380779 โœ…Call Girls In Mamura Sector 66 ( Noida)
WhatsApp ๐Ÿ“ž 8448380779 โœ…Call Girls In Mamura Sector 66 ( Noida)WhatsApp ๐Ÿ“ž 8448380779 โœ…Call Girls In Mamura Sector 66 ( Noida)
WhatsApp ๐Ÿ“ž 8448380779 โœ…Call Girls In Mamura Sector 66 ( Noida)
ย 
Katraj ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready For S...
Katraj ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready For S...Katraj ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready For S...
Katraj ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready For S...
ย 
Ganeshkhind ! Call Girls Pune - 450+ Call Girl Cash Payment 8005736733 Neha T...
Ganeshkhind ! Call Girls Pune - 450+ Call Girl Cash Payment 8005736733 Neha T...Ganeshkhind ! Call Girls Pune - 450+ Call Girl Cash Payment 8005736733 Neha T...
Ganeshkhind ! Call Girls Pune - 450+ Call Girl Cash Payment 8005736733 Neha T...
ย 

Quick start guide to java script frameworks for sharepoint add ins oslo

  • 1. Quick Start Guide to JavaScript Frameworks for SharePoint Add-ins #SPSOslo Sonja Madsen October 17th, 2015 SharePoint Saturday Oslo 2015
  • 5.
  • 6. JavaScript Frameworks โ€ข Standardized code structure and rules โ€ข HTML, CSS and JS โ€ข Front-end frameworks โ€“ CSS to position elements โ€“ Typography styles โ€“ Browser compatibility โ€“ Standard CSS classes โ€“ Set of tools โ€“ Imposes no structure
  • 7. jQuery โ€ข JavaScript library โ€ข Most popular โ€ข Open-source โ€ข Released in 2006 โ€ข Easy to select DOM elements โ€ข Used in Bootstrap and other libraries
  • 8. jQuery โ€ข Start with $(document).ready(function(){ โ€ข AJAX calls $.ajax({ โ€ข Element selector $(".item") โ€ข Chaining $(".item").addClass("blue").slideDown("slow"); โ€ข Jquery.ui, jquery.validation
  • 9. Bootstrap โ€ข The most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web โ€ข Open-source โ€ข Twitter Bootstrap in 2011 โ€ข Bootstrap 3.0 - mobile first โ€ข Bootstrap 4 alpha
  • 10. Bootstrap โ€ข CSS โ€“ Grid, typography, code, tables, forms, buttons, images โ€ข Components โ€“ Glyphicons, dropdowns, input, navs, nav bars, breadcrumbs, pagination, labels, badges, jumbotron, page header, thumbnails, alerts, progress bars, media object, list group, panels, responsive embed, wells โ€ข JavaScript ๏‚ž Transitions, modal, dropdown, scrollspy, tab, tooltip, popover, alert, button, collapse, carousel, affix โ€ข Customize
  • 11.
  • 12.
  • 13.
  • 14. What is Bootstrap? โ€ข Grid โ€ข Forms โ€ข Navigation, tabs โ€ข Popovers, badges, collapse, paginationโ€ฆ
  • 15.
  • 16.
  • 17. Grid HTML โ€ข <div class="col-md-12"> - entire page โ€ข <div class="col-md-6โ€> - 50% โ€ข <div class="col-md-12 col-lg-12 col-sm-12 col- xs-12"> โ€ข <div class="col-md-12 hidden-xs">
  • 18. Button HTML โ€ข <a href="#" class="btn btn-default btn-md active">Cancel MEDIUM</a> โ€ข <button type="button" class="btn btn-success"> Success</button>
  • 19.
  • 20.
  • 21. LESS Extends the CSS language, adding features that allow variables, mixins, functions Bootstrap is based on LESS Bootstrap 4.0 is based on SASS
  • 22.
  • 23. Bootstrap Themes โ€ข Bootswatch โ€“ free themes at bootswatch.com โ€ข Wrapbootstrap โ€“ payed themes at wrapbootstrap.com โ€ข Official Bootstrap themes - http://themes.getbootstrap.com/collections/all
  • 24. SharePoint Saturday Oslo 2015 jQuery Validation HTML <input type=โ€œtextโ€ id=โ€œSiteTitleโ€ JavaScript rules: { "SiteTitle": { required: true, minlength: 5 } }, messages: { "SiteTitle": { required: "Please enter the site title.", minlength: "Minimum length is 5 letters." } } HTML <input type="textโ€œ id=โ€œSiteTitleโ€ data-rule-required="true" data-msg-required="The Site Title field is required.โ€œ data-rule-minlength="5" data-msg-minlength="The minimum length 5 letters.โ€œ JavaScript $form.validate();
  • 25. Data rules โ€ข data-rule-required="true" โ€ข data-rule-email="true" โ€ข data-rule-url="true" โ€ข data-rule-date="true" โ€ข data-rule-dateISO="true" โ€ข data-rule-number="true" โ€ข data-rule-digits="true" โ€ข data-rule-creditcard="true" โ€ข data-rule-minlength="6" โ€ข data-rule-maxlength="24" โ€ข data-rule-rangelength="5,10" โ€ข data-rule-min="5" โ€ข data-rule-max="10" โ€ข data-rule-range="5,10"
  • 26.
  • 27. Modernizr โ€ข Detects HTML5 and CSS3 features that your browser supports on page load โ€ข Result of โ€œfeature detectionโ€ is โ€œyesโ€ or โ€œnoโ€ โ€ข Adds classes to HTML โ€ข https://github.com/Modernizr/Modernizr/wiki/H TML5-Cross-browser-Polyfills โ€ข Support IE6+, Firefox 3.5+, Opera 9.6+, Safari 2+, Chrome
  • 28. Support IE6+, Firefox 3.5+, Opera 9.6+, Safari 2+, Chrome
  • 29. Modernizr Yepnopejs is deprecated Modernizr.load({ test: Modernizr.borderradius, yep : alert("This browser supports border radius."), nope: 'PIE_IE678.js' });
  • 30. Respondjs โ€ข It loops through the CSS referenced on the page โ€ข IE8: re-requests the CSS files using Ajax โ€ข Polyfill for CSS min-width and max-width in browsers that don't support CSS3 Media Queries
  • 31. Polyfills, shims โ€ข Shim: a generic code, a library that brings a new API to an older environment โ€ข Polyfill: downloadable code with fallback for functionality that is not available in your browser โ€ข Also with newer browsers
  • 32. SharePoint Saturday Oslo 2015 โ€ข jQuery http://api.jquery.com/ โ€ข Bootstrap tutorial http://www.tutorialspoint.com/bootstrap/bootstrap_tutorial.pdf โ€ข Modernizr http://modernizr.com/docs/ โ€ข Respond https://github.com/scottjehl/Respond โ€ข Building Responsive UI with Bootstrap on MVA โ€ข http://www.microsoftvirtualacademy.com/training-courses/building- responsive-ui-with-bootstrap โ€ข LESS http://lesscss.org/ โ€ข Polyfills https://github.com/Modernizr/Modernizr/wiki/HTML5-Cross- browser-Polyfills Links
  • 33. SharePoint Saturday Oslo 2015 SharePoint Saturday Oslo 2015 Thanks to our Sponsors
  • 35. Get stamps from all the sponsors, so make sure to visit them Deposit the passport to enter the prize raffle Good luck! The SPSOslo Passport
  • 36. FREE BEER! Make sure to get your voucher Network and have fun with your colleagues and mingle with our great speaker lineup. SharePint sponsored by
  • 37. They help us improve for SharePoint Saturday 2016! Remember to evaluate our sessions