Getting Started with JavaScript Libraries for Office 365 Tim July 6 th, 2016.

Slides:



Advertisements
Similar presentations
SHAREPOINT 2010 AND GEOLOCATION DATA SharePoint as a Platform for Utilizing and Visualizing Geolocation Data SUGDC February 21 st, 2013 Timothy Ferro.
Advertisements

JavaScript Libraries for SharePoint February 21 st, 2015 Timothy Ferro.
JavaScript Libraries for SharePoint February 12 th, 2015 Timothy Ferro.
Business Intelligence in the 2007 Microsoft Office System Rob Gray Product Marketing Manager SharePoint Technologies.
GPPC Connections 2011 | November 6-8 | Las Vegas, NV SharePoint 101: An Introduction to Microsoft SharePoint 2010 Joseph Tews, MCITP, MCT Summit Group.
©2012 Microsoft Corporation. All rights reserved. Content based on SharePoint 15 Technical Preview and published July Thierry Gasser TSP
©2012 Microsoft Corporation. All rights reserved. Content based on SharePoint 2013 Technical Preview and published July Introducing.
Building Public Facing Websites with SharePoint 2010 Prepared for ILTA’s SharePoint for Legal Symposium June 16 th, 2010 George Durzi Principal Consultant.
JavaScript Libraries for SharePoint January 21 st, 2015 Timothy Ferro.
JavaScript Libraries for Office 365 April 18 th, 2015 Timothy Ferro.
The Evolution of SharePoint Event May 21 st, 2014 Timothy Ferro.
JavaScript Libraries for Office 365 July 25 th, 2015 Timothy Ferro.
Sustainable SharePoint 2010 Customizations By Bill Keys.
The Evolution of SharePoint Event Receivers from On-Prem to the April 10 th, 2015 Timothy Ferro.
The Evolution of SharePoint Event Receivers #SPSNYC July 26 th, 2014 Timothy Ferro.
Slide 2 The Microsoft Office Project 2003 Software Development Kit Jim Corbin Programmer Writer Office Developer Documentation Microsoft Corporation Uma.
BI Funcasts The Mac-Guyver Techniques BI - The Mac-Guyver Techniques : Office Sharepoint Excel Services Gunter Staes –
Ready for what’s next. SharePoint 2010 and Maps! Utilizing and Visualizing Geolocation Data for Powerful Analysis Share Point Saturday Redmond September.
Kevin Francis Azure Media Services Architecture Deep Dive CLD31 2.
Module 1: Overview of Microsoft Office SharePoint Server 2007.
©2012 Microsoft Corporation. All rights reserved. Content based on SharePoint 15 Technical Preview and published July 2012.
UNDERSTANDING YOUR OPTIONS FOR CLIENT-SIDE DEVELOPMENT IN OFFICE 365 Mark Rackley
JavaScript Libraries for SharePoint Developers #SPSPhilly March 7 th, 2015 Timothy Ferro.
SHAREPOINT & JQUERY. Hi, my name and I am a product manager at lightning tools. I have been working with SharePoint for 5 years.
Update: Office & SharePoint Development Feb 2016.
05 | Integrating JavaScript and MVC 4 Jon Galloway | Tech Evangelist Christopher Harrison | Head Geek.
Getting Started on Office Addin with AngularJS and Yeoman
Bravely Take your Skills to the Next Level: Office Add-Ins John Liu SharePoint Gurus.
Getting Started With JavaScript Libraries for Office 365 #SPSDC October 3 rd, 2015 Timothy Ferro.
SharePoint as a Platform for Utilizing and Visualizing Geolocation Data SHAREPOINT 2010 AND GEOLOCATION DATA BAHSPUG January 8 th, 2013 Timothy Ferro.
跨平台 Hybrid App 開發簡介 - 使用 Visual Studio Tool for Apache Cordova + HTML/JavaScript 陳葵懋 (Ian)
Ramping Up On The SharePoint Framework (SPFx)
SharePoint + CRM Saturday Zurich 2017
Integrating SharePoint 2010 with Office 2010
What's new in the world of SharePoint development and deployment
About Bill Bill Baer (ˈbɛər)
Line of Business Solutions in SharePoint Online
Business Connectivity Services in SharePoint 2010 and Office 2010
What is SharePoint and why you should care
Upgrading from Full Trust Code to Add-in Model and SharePoint Framework Paolo Pialorsi Senior Consultant - PiaSys.com Track: DEV | Level:
8/2/2018 4:49 AM Understanding the SharePoint Framework and how it affects your JavaScript customizations Mark Rackley / Chief Strategy.
Introduction to SharePoint 2007
Creating and Deploying Your First SharePoint Framework Application
Working with the SharePoint Framework
SharePoint Framework Extensions
Building Single Page Applications (SPAs) in SharePoint with JavaScript
Introduction to SharePoint Framework (SPFx)
Understanding SharePoint Framework and Modern Development
The Future of SharePoint Development - Vision, Strategy, and Roadmap
Microsoft Ignite NZ October 2016 SKYCITY, Auckland.
Creating and Deploying Your First SharePoint Framework Application
AngularJS and SharePoint Chris Douglas Senior SharePoint Developer InfoReliance Web: Twitter:
Microsoft Ignite NZ October 2016 SKYCITY, Auckland.
Getting Started With JavaScript Libraries for Office 365 Developers
Office 365 Development July 2014.
Introduction to SharePoint Framework (SPFx)
SharePoint & jQuery: Better Together
Working with different JavaScript frameworks and libraries
Getting started with SharePoint Framework
Rich single page applications with SharePoint
Introduction to SharePoint Framework
Office 365 Development July 2014.
LitwareHR v2: an S+S reference application
AngularJS and SharePoint I Chris Douglas Senior SharePoint Developer ECS Web:
The SharePoint framework
Office 365 Development.
Microsoft Connect /28/2019 2:20 AM
SharePoint Development
Build /19/2019 © 2015 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION.
5/25/2019 2:40 PM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
Presentation transcript:

Getting Started with JavaScript Libraries for Office 365 Tim July 6 th, 2016

Office 365 / SharePoint Implementations * Upgrades Hybrid * Portals Workflows * Search Data Analytics Visualization * Warehouse Big Data * SQL Server Tableau Cloud Enterprise Transformation Hybrid * Platform Services Mobile * Security Application Integration Digital Marketing Internet Sites * CMS eCommerce * Sitecore Transform your business with RDA! rdacorp.com | |

© 2016 RDA Corporation. All rights reserved. Tim Ferro Microsoft MVP: Visual Studio and Development Technologies Principal Architect at RDA Corporation Senior Software Engineer / SharePoint Specialist Author / Editor / Speaker / Blogger / Tweeter 12 Years Engineering Software Solutions 9 Years Developing Solutions for SharePoint

© 2016 RDA Corporation. All rights reserved. Publications Technical EditorAuthor

© 2016 RDA Corporation. All rights reserved. Agenda Overview Office 365 JavaScript Options JavaScript Tips Must Have JavaScript Libraries Niche JavaScript Libraries JavaScript Snippets Demo SharePoint Framework (SPFx): What to Learn References

© 2016 RDA Corporation. All rights reserved. Overview Office 365 JavaScript Options Content Editor Web Part Script Editor Web Part SharePoint Designer or Custom Action to Register Code SSOM or JSOM CSS JavaScript Injection Client Side Code Injection SP.SOD.executeFunc('sp.js', 'SP.ClientContext', sharePointReady)

© 2016 RDA Corporation. All rights reserved. JavaScript Tips JavaScript !== jQuery Where to store them? CDN vs Document Library vs 15 Hive Enable Blob Cache Use a Rich Editor: Visual Studio or Visual Studio Code Organize your files in folders Learn non-SharePoint JavaScript Multiple SharePoint Data Access Options JSOM, SPServices, REST, SOAP, DOM Minimal Download Strategy (MDS) Compliant Code

© 2016 RDA Corporation. All rights reserved. Must Have JavaScript Libraries jQuery ( jQueryUI ( Office UI Fabric ( SPServices ( DataTables ( jqPlot ( ADAL.js (

© 2016 RDA Corporation. All rights reserved. JavaScript Library: jQuery/jQueryUI jQuery ( jQueryUI (

© 2016 RDA Corporation. All rights reserved. JavaScript Library: SPServices SPServices (

© 2016 RDA Corporation. All rights reserved. JavaScript Library: DataTables DataTables (

© 2016 RDA Corporation. All rights reserved. JavaScript Library: jqPlot jqPlot (

© 2016 RDA Corporation. All rights reserved. JavaScript Library: Active Directory Authentication Library (ADAL) for JavaScript ADAL.js ( MSAL.js (coming soon)

© 2016 RDA Corporation. All rights reserved. Niche JavaScript Libraries Bootstrap ( Moment.js (

© 2016 RDA Corporation. All rights reserved. JavaScript Snippets Get InternalName for a SharePoint List Column Registering JavaScript on All Pages in Office 365

© 2016 RDA Corporation. All rights reserved. JavaScript Snippet: Get SharePoint Column Internal Name

© 2016 RDA Corporation. All rights reserved. JavaScript Snippet: JavaScript on all Pages Registering JavaScript on All Pages in Office 365

© 2016 RDA Corporation. All rights reserved. Demo: JavaScript in Office 365 Office 365 Developer Tenant JavaScript jQuery SPServices jqPlot

Tooling Node.js Yeoman Gulp TypeScript Visual Studio (Code) Frameworks – Choose yours React Angular.js Knockout Etc.

IIS Express VS Project  New  C#

© 2016 RDA Corporation. All rights reserved. SharePoint Framework Overview Links Watch These Videos 1. SharePoint-Framework SharePoint-Framework 2. SharePoint-Framework SharePoint-Framework 3. Framework-What-should-I-learn Framework-What-should-I-learn Listen to These Podcasts 1. developer-podcast/ developer-podcast/ 2. office-365-developer-podcast/ office-365-developer-podcast/

© 2016 RDA Corporation. All rights reserved. SharePoint Framework Overview Links Read These Blogs 1. connected-platform/ connected-platform/ 2. model.html model.html development development

© 2016 RDA Corporation. All rights reserved. SharePoint Framework Overview Links And These Blogs Too 5. developer-announcement-the-sharepoint-framework-an-open-and-connected- platform/ developer-announcement-the-sharepoint-framework-an-open-and-connected- platform/ 6. framework framework

© 2016 RDA Corporation. All rights reserved. Tim Ferro Microsoft MVP: Visual Studio and Development Technologies Principal Architect at RDA Corporation Senior Software Engineer / SharePoint Specialist Author / Editor / Speaker / Blogger / Tweeter 12 Years Engineering Software Solutions 9 Years Developing Solutions for SharePoint

© 2016 RDA Corporation. All rights reserved. References must-have/ must-have/ sharepoint-developers/ sharepoint-developers/ sprestrepository/ sprestrepository/