Working Magic with jQuery and SharePoint Web Services.

Slides:



Advertisements
Similar presentations
Get Your jQuery On. Who Is Marc? Co-Founder and President of Sympraxis Consulting LLC, located in the Boston suburb of Newton, MA, USA. Sympraxis focuses.
Advertisements

Anatomy of a Display Template Marc D Anderson. Who Is Marc?
Developing in SharePoint’s Middle Tier. Who Is Marc? Marc is the Co-Founder and President of Sympraxis Consulting LLC, located in the Boston suburb of.
Designing for SharePoint Session Overview SharePoint MVP, Marc Anderson, will introduce you to the possibilities of design and customization in.
Content Management, Working with WordPress Svetlin Nakov Telerik Corporation
SHAREPOINT 2010 AND GEOLOCATION DATA SharePoint as a Platform for Utilizing and Visualizing Geolocation Data SUGDC February 21 st, 2013 Timothy Ferro.
Single-Page Applications (SPAs) in SharePoint Using SPServices Marc D Anderson.
JavaScript Libraries for SharePoint February 21 st, 2015 Timothy Ferro.
JavaScript Libraries for SharePoint February 12 th, 2015 Timothy Ferro.
Week 12: JQuery Write less, do more.. JQuery Basics Lightweight JavaScript Library – Emphasizes interaction between JavaScript and HTML – Reduces technical.
Content Management, Working with WordPress Svetlin Nakov Telerik Corporation
Multiple Tiers in Action
WikiPlus customizations
Any host All components deployed to SharePoint Client side code App Web created for app Wrapper deployed to SharePoint Components deployed to.
Intro to Apps Minnesota SharePoint User Group Raymond April 2014.
A GUIDE TO SHAREPOINT 2007 CUSTOMIZATION OPTIONS Heather Solomon, WSS MVP.
Michael Atkins. Note:  This is a non-technical overview  Some light technical background is given, to put things in context  Some of the content is.
The new way to work together SharePoint Products Cloud Server Free.
Building Dynamic Applications on both Office 365 and on-premise.
Windows.Net Programming Series Preview. Course Schedule CourseDate Microsoft.Net Fundamentals 01/13/2014 Microsoft Windows/Web Fundamentals 01/20/2014.
WebMatrix 2 /* web with benefits */. Everything You Need Start create new from OSS apps or templates, or start with existing sites hosted remotely or.
Cascading Style Sheets (CSS) 1.  What is CSS?  Why CSS?  How to write a CSS? 2.
JavaScript Libraries for SharePoint January 21 st, 2015 Timothy Ferro.
JavaScript Libraries for Office 365 April 18 th, 2015 Timothy Ferro.
Some essentials difference syntax and concept for jquery developers Roohullah Afzali
JavaScript Libraries for Office 365 July 25 th, 2015 Timothy Ferro.
Benjamin Niaulin Presented at: SharePoint Saturday Utah SharePoint Geek Step into the SharePoint Branding World: Tools and Techniques.
SPS Boston 2015 is made possible by our Sponsors.
Sustainable SharePoint 2010 Customizations By Bill Keys.
Capita Consultancy Services & Web Reporting Rupert Ireland Applications Consultant.
SharePoint Governance An brief guide on SharePoint Governance Jeremy Thake
SharePoint Pakistan User Group The first and only SharePoint user community in Pakistan One of the best in Asia!
Ready for what’s next. SharePoint 2010 and Maps! Utilizing and Visualizing Geolocation Data for Powerful Analysis Share Point Saturday Redmond September.
Mobile web Sebastian Lopienski IT Technical Forum 29 June 2012.
Dudok de Wit David.  Documents management in a deskless company  SharePoint Online as a solution  Redesigning the documentary organization  Interoperability.
Copyright © 2006 Pilothouse Consulting Inc. All rights reserved. Profiles and Active Directory Overview User profiles –Import from Active Directory –Creating.
Document Management System
Server Browser Network Complex pages Too many web parts Large payload Too many files Large distance to server Complex pages Busy computer.
Flying in the Cloud: New Ways to Develop for SharePoint.
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.
Administration - I Jong S. Bok
05 | Integrating JavaScript and MVC 4 Jon Galloway | Tech Evangelist Christopher Harrison | Head Geek.
IT Accessibility Committee Cascading Style Sheets Presented by Michael B. Short Prepared by The NYS Forum IT Accessibility Committee
Leveraging Web Content Management in SharePoint 2013 Christina Wheeler.
CPSC 8985 Fall 2015 P10 Web Crawler Mike Schmidt.
Getting Started With JavaScript Libraries for Office 365 #SPSDC October 3 rd, 2015 Timothy Ferro.
DEV103 – Web Part Transformers – More than meets the eye By: D’arce Hess.
Trimantra Software Solution Offshore Software Development Outsourcing Company Visit :
SharePoint as a Platform for Utilizing and Visualizing Geolocation Data SHAREPOINT 2010 AND GEOLOCATION DATA BAHSPUG January 8 th, 2013 Timothy Ferro.
SharePoint University of the Highlands and Islands SharePoint for Records Management.
Create a Business Solution, Step by Step, with No Managed Code9:00 – 12:15 Welcome9:00-9:10 Intro to Tools9:10-9:30 The Challenges9:30-9:45 Breakout.
SharePoint & jQuery. About me Phill Duffy – Product Manager at Lightning Tools Ltd – Author of ‘Pro SharePoint with jQuery’ – MCTS Application Developer.
Mark Rackley – PAIT Group –
Best Practices for Small-Scale Client-Side Development in SharePoint
Anatomy of a Display Template
Line of Business Solutions in SharePoint Online
Building Single Page Applications (SPAs) in SharePoint with JavaScript
SharePoint-Hosted Apps and JavaScript
Portal Workshop make it simple
There Are Exactly Two Ways to Develop Solutions in SharePoint…Right?
Getting Started With JavaScript Libraries for Office 365 Developers
JQuery with ASP.NET.
Working with different JavaScript frameworks and libraries
There Are Exactly Two Ways to Develop Solutions in SharePoint…Right?
Moving Your Customizations to the cloud
AngularJS and SharePoint I Chris Douglas Senior SharePoint Developer ECS Web:
The SharePoint framework
Office 365 Development.
Presentation transcript:

Working Magic with jQuery and SharePoint Web Services

What is jQuery? is

What is jQueryUI? is

What is SPServices? is

CSS Styles.article { color: red; } Select something Style it!

jQuery $('.article').hide(); Select something Do something!

Referencing Script Libraries from CDNs More:

Adding Some Useful SharePoint-Specific Tools into the Mix Data View Web Parts (DVWPs) Content Editor Web Parts (CEWPs) Content Query Web Parts (CQWPs)

What Can’t You Do? Event Receivers Timer Jobs Elevate Permissions Deployments of a large number of sites or other objects Deploy files to the server’s file system

Don’t Forget Governance! Development with jQuery should also follow good governance –Coding practices –Deployment mechanisms –Testing methods –Documentation –Training –Maintenance planning

Scripting Works Great in “The Cloud”

DEMOS

Contact Information Bloghttp://sympmarc.com SPServiceshttp://spservices.codeplex.com SPXSLThttp://spxslt.codeplex.com USPJA Academyhttp://uspja.com eBookhttp://bit.ly/UnlockingDVWP The Middle Tier Manifestohttp://bit.ly/middletier