Introduction to StratusForms #SayNoToInfoPathMark Rackley
This document introduces StratusForms, a lightweight alternative to InfoPath that allows building forms using HTML, CSS and JavaScript. Key points include:
- StratusForms uses client-side code to build forms that can be customized and styled easily.
- It works with SharePoint 2007-2013 and Office 365 to store form data in lists and promote fields.
- Additional features include repeating sections, parent-child relationships, reporting, and field encryption.
- Support and customization services are available, and a premium version with automated configuration is coming soon to the SharePoint Store.
- The document demonstrates how to initialize a form, submit data, validate fields, and generate reports on form data.
TulsaTechFest - Maximize SharePoint UX with free jQuery librariesMark Rackley
This document provides an overview and demos of using various jQuery libraries to enhance the user experience in SharePoint, including jQuery UI, DataTables, FullCalendar, Bluff Charts, and Stratus Forms. It discusses why third-party jQuery libraries are useful, best practices for client-side development, and includes live demos of integrating these libraries into SharePoint to build tabs, list views, calendars, charts, and forms.
SPTechCon Dev Days - Third Party jQuery LibrariesMark Rackley
This document discusses maximizing the SharePoint user experience through the use of free third-party jQuery libraries. It provides an overview of several popular jQuery libraries - jQueryUI, DataTables, FullCalendar, Chart.js, and Stratus Forms - and includes demos of building tabs, lists, calendars, charts, and forms with them. The document emphasizes that client-side development can enhance SharePoint without the need for expensive tools or deep coding skills.
SPTechCon Boston 2015 - Overcoming SharePoint LimitationsMark Rackley
This document discusses creating list views for large SharePoint lists. It begins with an introduction of the speaker and an overview of the agenda. It then covers the problems with large lists, such as losing functionality at the list view threshold of 5,000 items. It recommends preparing for large lists by using retention policies and indexing columns. It demonstrates using jQuery and REST to query large lists. Finally, it demonstrates creating interactive list views for large data sets using DataTables, bringing REST and DataTables together to build powerful views.
avaScript, REST, CSOM, Office 365 APIs: Like it or not, client-side development is the future of SharePoint development. At the forefront of this wave is the powerful JavaScript library jQuery. Utilizing jQuery in SharePoint, developers can take their applications to the next level in less time. What's more, you can utilize jQuery in SharePoint 2007, 2010, 2013, and in Office 365 often without making changes to your code. In this class, you gain a new appreciate for jQuery and learn:
"What's possible," including visual enhancements and practical business intelligence
Tips and Tricks for deploying and maintaining scripts
How to get quick wins with little effort using third-party jQuery libraries
How to interact with SharePoint forms and lists using JavaScript and jQuery
The SharePoint & jQuery Guide - Updated 1/14/14Mark Rackley
Latest version of my SharePoint & jQuery slides from SharePoint Saturday St. Louis.
This session introduces people to using jQuery in SharePoint, how to get started, and some best practices.
SPTechCon Boston 2015 - Utilizing jQuery in SharePointMark Rackley
This document provides an overview of using jQuery in SharePoint. It discusses what jQuery is, why it is useful for SharePoint development, and how to deploy and develop with jQuery in SharePoint. It provides examples of common jQuery methods and best practices. It also demonstrates using the jQuery UI library to add tabs to a page.
A Power User's Intro to jQuery Awesomeness in SharePointMark Rackley
This document summarizes a presentation about enhancing SharePoint pages using JavaScript and jQuery. The presentation covers why it is useful to do this, how a power user can add scripts to SharePoint pages through content editor web parts, best practices, and provides examples of scripts that can be used to add features like tabs, signatures, and customized forms.
#SPSTC Maximizing the SharePoint User Experience with Free 3rd Party jQuery L...Mark Rackley
SharePoint Saturday Twin Cities session on using third party jQuery libraries in SharePoint:
jQueryUI
DataTables.net
FullCalendar
Bluff Charts
StratusForms
This document provides an introduction and overview of SharePoint web services:
- It describes what web services are and how they enable machine-to-machine communication over a network using standards like SOAP and XML.
- Common SharePoint web services are introduced that provide programmatic access to functionality like retrieving list data, managing lists and sites, and searching.
- Programming fundamentals for working with SharePoint web services are covered, including using CAML for queries and handling errors.
- An example is shown of making a call to the Lists.GetListItems web service and parsing the XML response.
This document provides a summary of a presentation on using jQuery with SharePoint. It discusses:
1) Why jQuery is useful for SharePoint - it allows dynamic updates without custom code, improves visuals and usability, and can work around limitations like the list view threshold.
2) The basics of using jQuery with SharePoint, including common methods to interact with elements, attributes, and SharePoint list data via APIs.
3) Best practices for jQuery development, such as putting code in document ready functions, debugging techniques, and chaining methods to concisely select and update elements.
SharePoint & jQuery Guide - SPSTC 5/18/2013 Mark Rackley
This document provides an overview and introduction to using jQuery with SharePoint. It discusses what jQuery is and why it is useful for SharePoint development. It covers basics of jQuery and SharePoint integration including deployment options, development best practices, interacting with forms, and reading list items using both SPServices and the Client Side Object Model. The document includes code examples and discusses using third party libraries and debugging techniques. It concludes with demonstrations of basic jQuery techniques, reading list items, searching the DOM, and integrating Bing Maps.
SPTechCon 2014 How to develop and debug client side code in SharePointMark Rackley
This document contains the presentation slides for a session titled "How to Develop and Debug Client Side Code" given by Mark Rackley at the SPTechCon San Francisco 2014 conference. The presentation provides an overview of tools and techniques for developing and debugging JavaScript and jQuery code in SharePoint, including jQuery, jQuery UI, DataTables, Bluff Charts, and REST/CSOM/SPServices. It also covers debugging basics, common issues, and best practices.
This document provides an agenda and information for the SharePoint Saturday Nashville event on April 24, 2014. It includes information on sponsors, the presenter Mark Rackley and his background, and an agenda for the event with topics on what jQuery is, why use it with SharePoint, basics of jQuery and SharePoint, deployment options, development and examples.
Introduction to using jQuery with SharePointRene Modery
This document provides an introduction to using jQuery with SharePoint. It discusses what jQuery is, some basic jQuery concepts like selection and modification, and how jQuery can be used to enhance SharePoint through demos of content modification, slideshows, column visibility toggling, and calling SharePoint web services. Requirements, development tools, and resources for learning more about jQuery with SharePoint are also outlined.
Transform SharePoint default list forms with HTML, CSS and JavaScriptJohn Calvert
This document discusses transforming SharePoint list forms by customizing the out-of-the-box forms using HTML, CSS and JavaScript. It presents three approaches to customizing the forms: styling the existing forms, using a custom HTML table layout, and using a custom tab layout. It demonstrates moving fields from the default forms into the custom forms using JavaScript. The approaches allow creating attractive, customized forms without requiring advanced tools like SharePoint Designer.
SPSNH 2014 - The SharePoint & jQueryGuideMark Rackley
This document provides an agenda and overview for a SharePoint and jQuery event. It discusses what jQuery is and why it is useful for SharePoint. It covers jQuery and SharePoint basics, deployment options, development best practices, and examples of commonly used jQuery methods. The presentation aims to demonstrate how jQuery can be used to modify and enhance the user experience of SharePoint.
This document discusses client side development options in SharePoint using the Client Side Object Model (CSOM) and the REST API. It provides an overview of CSOM and REST, covering their introduction, available APIs, supported platforms and standards, ease of use and flexibility, and batch processing capabilities. The presentation compares the strengths and weaknesses of each approach.
Transform SharePoint List Forms with HTML and CSSJohn Calvert
The document discusses transforming SharePoint list forms by customizing the default New, Display, and Edit forms with HTML and CSS. It provides an agenda that includes introducing the desired situation, avoiding heavy-weight solutions, and showing sample outcomes of basic form customization. It then covers introductory topics on HTML, CSS, and how to do simple styling or create custom table and tab forms by moving fields to a new layout with JavaScript.
Introduction to Client Side Dev in SharePoint WorkshopMark Rackley
The document is a presentation on client side development in SharePoint using jQuery. It begins with introductions and an agenda. The agenda covers deploying and referencing scripts, a jQuery primer, debugging techniques, modifying default SharePoint forms, REST/CSOM/SPServices, third party libraries, and SharePoint hosted apps. It then discusses why client side development is useful and challenges like browser inconsistencies. Best practices covered include avoiding global variables and writing performant code. Various development tools are presented. Finally, a demo is shown of building a simple contract management solution using the techniques discussed.
The Content Query Web Part allows aggregation of content from lists and libraries across a site collection and displays it in configurable ways on web pages. It has sections for configuring queries, presentation, sources, filters, grouping, sorting and styles. The Imtech Content Query Web Part adds paging capabilities that the standard web part lacks.
This document provides an outline and agenda for a presentation on client side rendering (CSR) in SharePoint 2013. It begins with an introduction to CSR and outlines how it can be used to customize views with JSLink, create display templates for search results, and build custom hover panels. It then describes several demonstrations that will be shown, including using JSLink to modify list views, creating display templates for search result types like teams, and examples of hover panels for MLB parks. The document emphasizes that CSR allows developers to leverage JavaScript, jQuery and other libraries to customize the SharePoint user experience.
SPSSTHLM - Using JSLink and Display Templates for ITProsPaul Hunt
This document discusses using JavaScript and display templates with list view web parts in SharePoint. It begins with an introduction and overview of the presenter. It then discusses how list views used to be customized using SharePoint Designer and XSLT, and why the focus has shifted to client-side rendering using JavaScript, HTML and CSS. The rest of the document explains what JavaScript display templates are, provides examples of the anatomy and usage of list view and field display templates, and discusses techniques for troubleshooting templates.
SPSDenver - SharePoint & jQuery - What I wish I would have knownMark Rackley
This document provides an overview of using jQuery with SharePoint. It discusses how jQuery can be used to resolve common SharePoint issues without extensive coding. Key points include how jQuery makes applications more usable, common myths about jQuery, deployment options, best practices for maintenance and upgrades, and how to interact with SharePoint lists and libraries using jQuery and the SPServices library. The document concludes with code examples and tips for debugging jQuery in SharePoint.
This document discusses improving search in SharePoint. It provides an overview of SharePoint search concepts and components. It also provides tips on organizing content to improve searchability through metadata and hierarchies. Additionally, it discusses customizing the search experience through scopes, master pages, and metadata. The document emphasizes that search is a powerful tool for organizations and improving relevancy is key.
If you've been meaning to learn jQuery but haven't found the time, come to this introductory session where we'll cover all of the important basics of jQuery in a SharePoint context. By the end of the workshop, you'll be ready to start adding jQuery customizations to your SharePoint pages. We'll cover Selectors, Traversing, Manipulation, Events and Effects as I cover in my article series at SharePoint Magazine.
O365 Saturday - Deepdive SharePoint Client Side RenderingRiwut Libinuko
This document provides an agenda for a presentation on Client Side Rendering in SharePoint. It will include an introduction to CSR, a deep dive, and a demo. It discusses how CSR allows developers to modify specific areas of lists, forms, and views using JavaScript and UI templating, rather than having to redevelop entire features. This avoids issues like previous requests requiring full new features and redevelopment. The demo will cover overriding fields in views and forms, applying validation, and using JavaScript templating to modify display forms.
My session slides from SharePoint Saturday UK IT Pro track. See my blog for more details and the demonstration videos. http://www.myfatblog.co.uk/index.php/2013/11/sharepoint-saturday-uk-wrap-up/
Quick & Easy SharePoint Forms with StratusFormsApril Dunnam
StratusForms is a free jQuery library for building robust SharePoint forms. If you are familiar with HTML, CSS and JavaScript then StratusForms is a good alternative to InfoPath for forms creation. I will discuss it's features, limitations and a quick comparison of StratusForms and PowerApps.
This document provides a 3 sentence summary of the SharePoint and jQuery Guide document:
The document outlines how to use jQuery with SharePoint by discussing jQuery basics, deployment options, development practices, interacting with SharePoint forms and lists using jQuery, and includes demos of reading list items with SPServices and interacting with forms. It provides guidance on when jQuery is appropriate to use with SharePoint and best practices for jQuery development and deployment in the SharePoint environment. The document is intended as a guide for those looking to leverage jQuery client-side capabilities with SharePoint.
#SPSTC Maximizing the SharePoint User Experience with Free 3rd Party jQuery L...Mark Rackley
SharePoint Saturday Twin Cities session on using third party jQuery libraries in SharePoint:
jQueryUI
DataTables.net
FullCalendar
Bluff Charts
StratusForms
This document provides an introduction and overview of SharePoint web services:
- It describes what web services are and how they enable machine-to-machine communication over a network using standards like SOAP and XML.
- Common SharePoint web services are introduced that provide programmatic access to functionality like retrieving list data, managing lists and sites, and searching.
- Programming fundamentals for working with SharePoint web services are covered, including using CAML for queries and handling errors.
- An example is shown of making a call to the Lists.GetListItems web service and parsing the XML response.
This document provides a summary of a presentation on using jQuery with SharePoint. It discusses:
1) Why jQuery is useful for SharePoint - it allows dynamic updates without custom code, improves visuals and usability, and can work around limitations like the list view threshold.
2) The basics of using jQuery with SharePoint, including common methods to interact with elements, attributes, and SharePoint list data via APIs.
3) Best practices for jQuery development, such as putting code in document ready functions, debugging techniques, and chaining methods to concisely select and update elements.
SharePoint & jQuery Guide - SPSTC 5/18/2013 Mark Rackley
This document provides an overview and introduction to using jQuery with SharePoint. It discusses what jQuery is and why it is useful for SharePoint development. It covers basics of jQuery and SharePoint integration including deployment options, development best practices, interacting with forms, and reading list items using both SPServices and the Client Side Object Model. The document includes code examples and discusses using third party libraries and debugging techniques. It concludes with demonstrations of basic jQuery techniques, reading list items, searching the DOM, and integrating Bing Maps.
SPTechCon 2014 How to develop and debug client side code in SharePointMark Rackley
This document contains the presentation slides for a session titled "How to Develop and Debug Client Side Code" given by Mark Rackley at the SPTechCon San Francisco 2014 conference. The presentation provides an overview of tools and techniques for developing and debugging JavaScript and jQuery code in SharePoint, including jQuery, jQuery UI, DataTables, Bluff Charts, and REST/CSOM/SPServices. It also covers debugging basics, common issues, and best practices.
This document provides an agenda and information for the SharePoint Saturday Nashville event on April 24, 2014. It includes information on sponsors, the presenter Mark Rackley and his background, and an agenda for the event with topics on what jQuery is, why use it with SharePoint, basics of jQuery and SharePoint, deployment options, development and examples.
Introduction to using jQuery with SharePointRene Modery
This document provides an introduction to using jQuery with SharePoint. It discusses what jQuery is, some basic jQuery concepts like selection and modification, and how jQuery can be used to enhance SharePoint through demos of content modification, slideshows, column visibility toggling, and calling SharePoint web services. Requirements, development tools, and resources for learning more about jQuery with SharePoint are also outlined.
Transform SharePoint default list forms with HTML, CSS and JavaScriptJohn Calvert
This document discusses transforming SharePoint list forms by customizing the out-of-the-box forms using HTML, CSS and JavaScript. It presents three approaches to customizing the forms: styling the existing forms, using a custom HTML table layout, and using a custom tab layout. It demonstrates moving fields from the default forms into the custom forms using JavaScript. The approaches allow creating attractive, customized forms without requiring advanced tools like SharePoint Designer.
SPSNH 2014 - The SharePoint & jQueryGuideMark Rackley
This document provides an agenda and overview for a SharePoint and jQuery event. It discusses what jQuery is and why it is useful for SharePoint. It covers jQuery and SharePoint basics, deployment options, development best practices, and examples of commonly used jQuery methods. The presentation aims to demonstrate how jQuery can be used to modify and enhance the user experience of SharePoint.
This document discusses client side development options in SharePoint using the Client Side Object Model (CSOM) and the REST API. It provides an overview of CSOM and REST, covering their introduction, available APIs, supported platforms and standards, ease of use and flexibility, and batch processing capabilities. The presentation compares the strengths and weaknesses of each approach.
Transform SharePoint List Forms with HTML and CSSJohn Calvert
The document discusses transforming SharePoint list forms by customizing the default New, Display, and Edit forms with HTML and CSS. It provides an agenda that includes introducing the desired situation, avoiding heavy-weight solutions, and showing sample outcomes of basic form customization. It then covers introductory topics on HTML, CSS, and how to do simple styling or create custom table and tab forms by moving fields to a new layout with JavaScript.
Introduction to Client Side Dev in SharePoint WorkshopMark Rackley
The document is a presentation on client side development in SharePoint using jQuery. It begins with introductions and an agenda. The agenda covers deploying and referencing scripts, a jQuery primer, debugging techniques, modifying default SharePoint forms, REST/CSOM/SPServices, third party libraries, and SharePoint hosted apps. It then discusses why client side development is useful and challenges like browser inconsistencies. Best practices covered include avoiding global variables and writing performant code. Various development tools are presented. Finally, a demo is shown of building a simple contract management solution using the techniques discussed.
The Content Query Web Part allows aggregation of content from lists and libraries across a site collection and displays it in configurable ways on web pages. It has sections for configuring queries, presentation, sources, filters, grouping, sorting and styles. The Imtech Content Query Web Part adds paging capabilities that the standard web part lacks.
This document provides an outline and agenda for a presentation on client side rendering (CSR) in SharePoint 2013. It begins with an introduction to CSR and outlines how it can be used to customize views with JSLink, create display templates for search results, and build custom hover panels. It then describes several demonstrations that will be shown, including using JSLink to modify list views, creating display templates for search result types like teams, and examples of hover panels for MLB parks. The document emphasizes that CSR allows developers to leverage JavaScript, jQuery and other libraries to customize the SharePoint user experience.
SPSSTHLM - Using JSLink and Display Templates for ITProsPaul Hunt
This document discusses using JavaScript and display templates with list view web parts in SharePoint. It begins with an introduction and overview of the presenter. It then discusses how list views used to be customized using SharePoint Designer and XSLT, and why the focus has shifted to client-side rendering using JavaScript, HTML and CSS. The rest of the document explains what JavaScript display templates are, provides examples of the anatomy and usage of list view and field display templates, and discusses techniques for troubleshooting templates.
SPSDenver - SharePoint & jQuery - What I wish I would have knownMark Rackley
This document provides an overview of using jQuery with SharePoint. It discusses how jQuery can be used to resolve common SharePoint issues without extensive coding. Key points include how jQuery makes applications more usable, common myths about jQuery, deployment options, best practices for maintenance and upgrades, and how to interact with SharePoint lists and libraries using jQuery and the SPServices library. The document concludes with code examples and tips for debugging jQuery in SharePoint.
This document discusses improving search in SharePoint. It provides an overview of SharePoint search concepts and components. It also provides tips on organizing content to improve searchability through metadata and hierarchies. Additionally, it discusses customizing the search experience through scopes, master pages, and metadata. The document emphasizes that search is a powerful tool for organizations and improving relevancy is key.
If you've been meaning to learn jQuery but haven't found the time, come to this introductory session where we'll cover all of the important basics of jQuery in a SharePoint context. By the end of the workshop, you'll be ready to start adding jQuery customizations to your SharePoint pages. We'll cover Selectors, Traversing, Manipulation, Events and Effects as I cover in my article series at SharePoint Magazine.
O365 Saturday - Deepdive SharePoint Client Side RenderingRiwut Libinuko
This document provides an agenda for a presentation on Client Side Rendering in SharePoint. It will include an introduction to CSR, a deep dive, and a demo. It discusses how CSR allows developers to modify specific areas of lists, forms, and views using JavaScript and UI templating, rather than having to redevelop entire features. This avoids issues like previous requests requiring full new features and redevelopment. The demo will cover overriding fields in views and forms, applying validation, and using JavaScript templating to modify display forms.
My session slides from SharePoint Saturday UK IT Pro track. See my blog for more details and the demonstration videos. http://www.myfatblog.co.uk/index.php/2013/11/sharepoint-saturday-uk-wrap-up/
Quick & Easy SharePoint Forms with StratusFormsApril Dunnam
StratusForms is a free jQuery library for building robust SharePoint forms. If you are familiar with HTML, CSS and JavaScript then StratusForms is a good alternative to InfoPath for forms creation. I will discuss it's features, limitations and a quick comparison of StratusForms and PowerApps.
This document provides a 3 sentence summary of the SharePoint and jQuery Guide document:
The document outlines how to use jQuery with SharePoint by discussing jQuery basics, deployment options, development practices, interacting with SharePoint forms and lists using jQuery, and includes demos of reading list items with SPServices and interacting with forms. It provides guidance on when jQuery is appropriate to use with SharePoint and best practices for jQuery development and deployment in the SharePoint environment. The document is intended as a guide for those looking to leverage jQuery client-side capabilities with SharePoint.
The SharePoint and jQuery Guide by Mark Rackley - SPTechConSPTechCon
This document provides a summary of a presentation on using jQuery with SharePoint. It discusses:
- Why use jQuery with SharePoint to improve visuals, usability and rapid deployment of modifications.
- The basics of jQuery and how it can interact with SharePoint lists and forms through the client-side object model or SPServices.
- Best practices for deploying jQuery files and debugging jQuery code in SharePoint.
- Examples of using jQuery to read list items, interact with forms, and search the DOM.
The presentation concluded with a demonstration of integrating Bing Maps with SharePoint using jQuery.
Introducing the JotSpot Data Model and APIScott McMullan
This preso introduces the benefits of adding structure to wikis and introduces how this is done in JotSpot wikis. It also provides a quick fly-over of the JotSpot API.
User Profiles: I Didn't Know I Could Do That (Updated Demo)Stacy Deere
User profiles and MySites are often confused but are different features in SharePoint. User profiles are representations of users that include personal information, while MySites allow users to create personal sites. Although user profiles don't require MySites, MySites leverage user profiles to populate user information. The document provides steps for configuring user profiles, including connecting to Active Directory, defining custom profile properties, and using managed metadata. It also demonstrates how to build a corporate directory search page for finding user profiles.
This document provides an introduction to branding in SharePoint 2013. It discusses the benefits of branding such as improving the user experience. It outlines the branding tools available in SharePoint 2013 including composed looks, master pages, page layouts, display templates, and device channels. It recommends choosing the right branding strategy based on factors like budget, requirements, and available talent. The presentation encourages attendees to start with a solid information architecture foundation and then select the appropriate level of customization for their needs and abilities.
Yes, you did read that title correctly. Didn't know you can create workflows using InfoPath? In this session, I will show you how to accomplish such a feat!
1. Short background on InfoPath and workflow
2. Workflow functions that can and can't be performed in InfoPath
3. Build a simple workflow in InfoPath
Abstract - Designing SharePoint 2010 for Business
A business owner nowadays needs to be able to attract and engage people to their website. In this session, learn to implement your company's brand on SharePoint 2010. During this session, we'll use the right tools to take a design from concept to a fully functioning SharePoint 2010 site. Based on real world experiences, this session is sure to give you some practical tips, tricks, and advice you can use immediately. Learn to leverage SharePoint 2010 tools to customize your experiences, and make them unique. You will be able to take this knowledge and deliver the best end to end experiences to your customers.
Bio - Kanwal Khipple, is a SharePoint Most Valued Professional (MVP) and Principal SharePoint Architect for BrightStarr. Kanwal focuses on designing adoptable solutions using SharePoint. In the past 7 years, he has developed, implemented and architected hundreds of SharePoint solutions from small single server deployments to globally dispersed SharePoint server farms that can handle 120,000+ users. Kanwal lives in Toronto, Canada and you can find him tweeting, buzzing and blogging on his personal blog. Connect with him on LinkedIn to learn how you can quickly start getting ROI for your SharePoint Intranet.
Let's build an adoption centre in office 365Joanne Klein
Using a modern communication site, build an adoption centre for Office 365 using Site Pages and Page Properties. Slides from Modern Workplace Conference in Paris - October 2018
This document outlines a project for a towing company called ACME Inc. to create an intranet solution using SharePoint. The solution will include a shared calendar integrated with Outlook, a contacts list, shared sales decks for employees, a monthly newsletter, and portals for each vendor. The project will involve administration, development, and business process tasks in SharePoint to design and establish the application.
jsSaturday - PhoneGap and jQuery Mobile for SharePoint 2013Kiril Iliev
PhoneGap allows building of native mobile apps using web technologies that can be deployed across multiple devices. It uses a project structure with a www folder containing code and plugins to enable device functionality. The document demonstrates communicating with SharePoint via ASMX, REST and 2013 API, performing CRUD operations on lists using the API endpoints. It shows reading, creating, updating and deleting data through code examples.
Mark Rackley presented on customizing SharePoint using column and view formatters. He discussed what column formatters are, how they can be accessed and used to format list views without changing the underlying data. He covered the basics of using the JSON schema including supported elements, field types, predefined classes and operators. The presentation concluded with demonstrations of column formatters.
Where did design view go in SharePoint DesignerPatrick O'Toole
This presentation goes into the role of the SharePoint 2013 Power User and how things have changed for them since SharePoint 2010. This was presented at the Chicago Developers SharePoint User Group in July 2013
The document provides an agenda and overview for a SharePoint Saturday session on using SharePoint and jQuery. The session will cover the history of SharePoint and jQuery, an overview of jQuery, best practices for when to use jQuery and how to deploy and develop with it. It will also discuss using jQuery to interact with SharePoint forms and lists, and demonstrate some third party jQuery libraries.
SharePoint Saturday Belgium 2014 - Using JSLink and Display Templates with th...BIWUG
This document discusses using JavaScript and display templates with the list view web part in SharePoint. It begins with an introduction to the presenter and the topic. It then covers what developers used to do to customize list views in SharePoint 2010, and why client-side rendering is now emphasized. The basics of JavaScript display templates and their anatomy are explained. The document discusses how to use display templates with list views and troubleshoot issues. It addresses some limitations and ends with a call to action and questions.
Recorded for SharePoint Saturday VA Beach 2019
If you are like me, you love InfoPath. Even if you don't love it, you probably have respect for it (even if grudgingly). It had been around for a long time and we have done some amazing things with it but it could be a bit decrepit at times. Along comes PowerApps and it is awesome and continually getting better but it's no InfoPath... Yet. In this session, we will look at the differences between the two and when to use each.
SUGUK Cambridge - Display Templates & JSLink for IT ProsPaul Hunt
This is another evolution of my Display Templates session. A few of the slides have been updated. The key differences between each session however is the demos.
These slides do contain the links called out during the session however.
These are the slides from my #SPSBE session #SPSBE23 on Display Templates and JSLink for IT Pros. This is a slightly amended version of the session that I've uploaded for SPSUK and SPSSTHLM as a result of feedback from those earlier sessions.
As a result of conversations from this session and a twitter jam during the journey home, I'll announcing some great news about a community effort to make Display Template samples from many great speakers around the world available in one location.
Watch twitter using hashtag #SPCSR for more info as we announce it.
How to create site content types in share point online and descrptionPrashant Kumar Singh
This document discusses site content types in SharePoint Online. It provides an overview of the different types of site content types that exist in SharePoint Online and includes an excel sheet listing the various content types. It also provides instructions for how to create new site content types by navigating to the site settings page and selecting the appropriate options.
SharePoint Conference North America - Converting your JavaScript to SPFXMark Rackley
This document provides an overview of the SharePoint Framework (SPFx) and discusses converting existing customizations to use SPFx. It begins with an introduction to Mark Rackley and his areas of expertise. The main sections discuss what SPFx is, why it is needed, required skills, and demonstrates converting a sample customization to SPFx. Key points are that SPFx allows managing client-side web parts, supports modern development practices, and provides an enterprise-ready solution for customizations. Potential hurdles mentioned are learning new skills like TypeScript, Node.js and the SharePoint toolchain.
A Power User's Introduction to jQuery Awesomeness in SharePointMark Rackley
This document discusses using jQuery to enhance pages in SharePoint. It begins with an introduction to jQuery and why a power user should care. It then explains how a power user can start using jQuery by uploading files to a document library and linking them to a content editor web part. The document provides best practices for power users and concludes with several demos of jQuery features like tabbed web parts, content sliders, digital signatures, and custom forms.
Utilizing jQuery in SharePoint: Get More Done FasterMark Rackley
The document discusses using jQuery in SharePoint to improve user interfaces and interactions. It begins with an introduction to jQuery and why it is useful for SharePoint. It then covers jQuery basics like selecting elements, showing/hiding content, and getting/setting values. Additional topics include best practices, using third-party jQuery libraries, and a demonstration of jQuery UI tabs. The presentation aims to explain how jQuery can be used to enhance SharePoint with interactive elements and animated transitions.
A Power User's intro to jQuery awesomeness in SharePointMark Rackley
This document summarizes a presentation about enhancing SharePoint pages using JavaScript and jQuery. It discusses why power users should care about using these technologies, how to add basic jQuery scripts to SharePoint pages through content editor web parts, best practices, and provides examples of common scripts including tabbed web parts, content sliders, digital signatures, and filtering drop down lists.
NOW I Get it!! What SharePoint IS and why I need itMark Rackley
This document discusses SharePoint and why it can be difficult to understand. It begins by explaining that there is a lot of information available about SharePoint but it is conflicting and noisy, making it hard to know where to start. It also notes that SharePoint requires changing how people work. The document then defines SharePoint as a collaboration and organization platform that can be customized. It provides tips to avoid SharePoint pain, such as not expecting clear error messages. Finally, it emphasizes the importance of joining the SharePoint community to learn from others.
This document provides an overview of SharePoint development. It defines development as bringing something to a more advanced stage through elaboration or working out details. The document outlines different methods of SharePoint development including out of the box, SharePoint Designer, JavaScript/jQuery, PowerShell, and Visual Studio/.NET. For each method it describes what it is, benefits, disadvantages, and skills needed. It provides a comparison of the development options and emphasizes that the right tool should be chosen for the job.
Wrapping your head around the SharePoint Beast (For the rest of us)Mark Rackley
This document summarizes Mark Rackley's presentation on understanding SharePoint. The presentation covers:
1) Why understanding SharePoint is difficult due to the large amount of information, paths to take, and conflicting advice.
2) An overview of what SharePoint is, including that it is a platform that can be used for many functions like storing data, managing permissions, and workflows.
3) Reasons for using SharePoint, including that it can replace other products, provide insights, and make users more productive.
4) Tips for avoiding SharePoint pain, such as learning correct terminology, being skeptical of experts, and getting involved in the SharePoint community.
This document discusses different types of SharePoint development. It begins by defining development as elaborating or working out details to bring something to a later stage. There are several types of SharePoint development discussed: out of the box development using the SharePoint interface without code; development using SharePoint Designer with some code; JavaScript/jQuery development; PowerShell scripting; and full custom development using Visual Studio/.NET. Each development type is compared in terms of capabilities, benefits, disadvantages, and required skills. The document aims to help understand the best development approach for different situations.
The document appears to be a presentation about using jQuery with SharePoint. It discusses open wireless access being available and encourages attendees to tweet about the session and blog. It then provides information about the presenter and their background as well as an outline of the topics to be covered in the presentation, including what jQuery is, how to deploy and develop with it, interacting with SharePoint and the DOM, reading and writing list data, using third party libraries, and demos.
Data Virtualization: Bringing the Power of FME to Any ApplicationSafe Software
Imagine building web applications or dashboards on top of all your systems. With FME’s new Data Virtualization feature, you can deliver the full CRUD (create, read, update, and delete) capabilities on top of all your data that exploit the full power of FME’s all data, any AI capabilities. Data Virtualization enables you to build OpenAPI compliant API endpoints using FME Form’s no-code development platform.
In this webinar, you’ll see how easy it is to turn complex data into real-time, usable REST API based services. We’ll walk through a real example of building a map-based app using FME’s Data Virtualization, and show you how to get started in your own environment – no dev team required.
What you’ll take away:
-How to build live applications and dashboards with federated data
-Ways to control what’s exposed: filter, transform, and secure responses
-How to scale access with caching, asynchronous web call support, with API endpoint level security.
-Where this fits in your stack: from web apps, to AI, to automation
Whether you’re building internal tools, public portals, or powering automation – this webinar is your starting point to real-time data delivery.
For the full video of this presentation, please visit: https://www.edge-ai-vision.com/2025/06/state-space-models-vs-transformers-for-ultra-low-power-edge-ai-a-presentation-from-brainchip/
Tony Lewis, Chief Technology Officer at BrainChip, presents the “State-space Models vs. Transformers for Ultra-low-power Edge AI” tutorial at the May 2025 Embedded Vision Summit.
At the embedded edge, choices of language model architectures have profound implications on the ability to meet demanding performance, latency and energy efficiency requirements. In this presentation, Lewis contrasts state-space models (SSMs) with transformers for use in this constrained regime. While transformers rely on a read-write key-value cache, SSMs can be constructed as read-only architectures, enabling the use of novel memory types and reducing power consumption. Furthermore, SSMs require significantly fewer multiply-accumulate units—drastically reducing compute energy and chip area.
New techniques enable distillation-based migration from transformer models such as Llama to SSMs without major performance loss. In latency-sensitive applications, techniques such as precomputing input sequences allow SSMs to achieve sub-100 ms time-to-first-token, enabling real-time interactivity. Lewis presents a detailed side-by-side comparison of these architectures, outlining their trade-offs and opportunities at the extreme edge.
Your startup on AWS - How to architect and maintain a Lean and Mean accountangelo60207
Prevent infrastructure costs from becoming a significant line item on your startup’s budget! Serial entrepreneur and software architect Angelo Mandato will share his experience with AWS Activate (startup credits from AWS) and knowledge on how to architect a lean and mean AWS account ideal for budget minded and bootstrapped startups. In this session you will learn how to manage a production ready AWS account capable of scaling as your startup grows for less than $100/month before credits. We will discuss AWS Budgets, Cost Explorer, architect priorities, and the importance of having flexible, optimized Infrastructure as Code. We will wrap everything up discussing opportunities where to save with AWS services such as S3, EC2, Load Balancers, Lambda Functions, RDS, and many others.
How Advanced Environmental Detection Is Revolutionizing Oil & Gas Safety.pdfRejig Digital
Unlock the future of oil & gas safety with advanced environmental detection technologies that transform hazard monitoring and risk management. This presentation explores cutting-edge innovations that enhance workplace safety, protect critical assets, and ensure regulatory compliance in high-risk environments.
🔍 What You’ll Learn:
✅ How advanced sensors detect environmental threats in real-time for proactive hazard prevention
🔧 Integration of IoT and AI to enable rapid response and minimize incident impact
📡 Enhancing workforce protection through continuous monitoring and data-driven safety protocols
💡 Case studies highlighting successful deployment of environmental detection systems in oil & gas operations
Ideal for safety managers, operations leaders, and technology innovators in the oil & gas industry, this presentation offers practical insights and strategies to revolutionize safety standards and boost operational resilience.
👉 Learn more: https://www.rejigdigital.com/blog/continuous-monitoring-prevent-blowouts-well-control-issues/
Improving Developer Productivity With DORA, SPACE, and DevExJustin Reock
Ready to measure and improve developer productivity in your organization?
Join Justin Reock, Deputy CTO at DX, for an interactive session where you'll learn actionable strategies to measure and increase engineering performance.
Leave this session equipped with a comprehensive understanding of developer productivity and a roadmap to create a high-performing engineering team in your company.
Establish Visibility and Manage Risk in the Supply Chain with Anchore SBOMAnchore
Over 70% of any given software application consumes open source software (most likely not even from the original source) and only 15% of organizations feel confident in their risk management practices.
With the newly announced Anchore SBOM feature, teams can start safely consuming OSS while mitigating security and compliance risks. Learn how to import SBOMs in industry-standard formats (SPDX, CycloneDX, Syft), validate their integrity, and proactively address vulnerabilities within your software ecosystem.
Create Your First AI Agent with UiPath Agent BuilderDianaGray10
Join us for an exciting virtual event where you'll learn how to create your first AI Agent using UiPath Agent Builder. This session will cover everything you need to know about what an agent is and how easy it is to create one using the powerful AI-driven UiPath platform. You'll also discover the steps to successfully publish your AI agent. This is a wonderful opportunity for beginners and enthusiasts to gain hands-on insights and kickstart their journey in AI-powered automation.
Domino IQ – Was Sie erwartet, erste Schritte und Anwendungsfällepanagenda
Webinar Recording: https://www.panagenda.com/webinars/domino-iq-was-sie-erwartet-erste-schritte-und-anwendungsfalle/
HCL Domino iQ Server – Vom Ideenportal zur implementierten Funktion. Entdecken Sie, was es ist, was es nicht ist, und erkunden Sie die Chancen und Herausforderungen, die es bietet.
Wichtige Erkenntnisse
- Was sind Large Language Models (LLMs) und wie stehen sie im Zusammenhang mit Domino iQ
- Wesentliche Voraussetzungen für die Bereitstellung des Domino iQ Servers
- Schritt-für-Schritt-Anleitung zur Einrichtung Ihres Domino iQ Servers
- Teilen und diskutieren Sie Gedanken und Ideen, um das Potenzial von Domino iQ zu maximieren
MCP vs A2A vs ACP: Choosing the Right Protocol | BluebashBluebash
Understand the differences between MCP vs A2A vs ACP agent communication protocols and how they impact AI agent interactions. Get expert insights to choose the right protocol for your system. To learn more, click here: https://www.bluebash.co/blog/mcp-vs-a2a-vs-acp-agent-communication-protocols/
Securiport is a border security systems provider with a progressive team approach to its task. The company acknowledges the importance of specialized skills in creating the latest in innovative security tech. The company has offices throughout the world to serve clients, and its employees speak more than twenty languages at the Washington D.C. headquarters alone.
Mark Zuckerberg teams up with frenemy Palmer Luckey to shape the future of XR...Scott M. Graffius
Mark Zuckerberg teams up with frenemy Palmer Luckey to shape the future of XR/VR/AR wearables 🥽
Drawing on his background in AI, Agile, hardware, software, gaming, and defense, Scott M. Graffius explores the collaboration in “Meta and Anduril’s EagleEye and the Future of XR: How Gaming, AI, and Agile are Transforming Defense.” It’s a powerful case of cross-industry innovation—where gaming meets battlefield tech.
📖 Read the article: https://www.scottgraffius.com/blog/files/meta-and-anduril-eagleeye-and-the-future-of-xr-how-gaming-ai-and-agile-are-transforming-defense.html
#Agile #AI #AR #ArtificialIntelligence #AugmentedReality #Defense #DefenseTech #EagleEye #EmergingTech #ExtendedReality #ExtremeReality #FutureOfTech #GameDev #GameTech #Gaming #GovTech #Hardware #Innovation #Meta #MilitaryInnovation #MixedReality #NationalSecurity #TacticalTech #Tech #TechConvergence #TechInnovation #VirtualReality #XR
Earthling Security’s Compliance as a Service (CaaS) delivers ongoing, end-to-end support to help organizations meet and maintain complex cybersecurity and regulatory standards like FedRAMP, FISMA, NIST 800-53, and more. We combine expert advisory, automated tools, and continuous monitoring to reduce your compliance burden, lower risk, and ensure you stay audit-ready — all through a scalable, subscription-based model.
Scaling GenAI Inference From Prototype to Production: Real-World Lessons in S...Anish Kumar
Presented by: Anish Kumar
LinkedIn: https://www.linkedin.com/in/anishkumar/
This lightning talk dives into real-world GenAI projects that scaled from prototype to production using Databricks’ fully managed tools. Facing cost and time constraints, we leveraged four key Databricks features—Workflows, Model Serving, Serverless Compute, and Notebooks—to build an AI inference pipeline processing millions of documents (text and audiobooks).
This approach enables rapid experimentation, easy tuning of GenAI prompts and compute settings, seamless data iteration and efficient quality testing—allowing Data Scientists and Engineers to collaborate effectively. Learn how to design modular, parameterized notebooks that run concurrently, manage dependencies and accelerate AI-driven insights.
Whether you're optimizing AI inference, automating complex data workflows or architecting next-gen serverless AI systems, this session delivers actionable strategies to maximize performance while keeping costs low.
What is Oracle EPM A Guide to Oracle EPM Cloud Everything You Need to KnowSMACT Works
In today's fast-paced business landscape, financial planning and performance management demand powerful tools that deliver accurate insights. Oracle EPM (Enterprise Performance Management) stands as a leading solution for organizations seeking to transform their financial processes. This comprehensive guide explores what Oracle EPM is, its key benefits, and how partnering with the right Oracle EPM consulting team can maximize your investment.
Neural representations have shown the potential to accelerate ray casting in a conventional ray-tracing-based rendering pipeline. We introduce a novel approach called Locally-Subdivided Neural Intersection Function (LSNIF) that replaces bottom-level BVHs used as traditional geometric representations with a neural network. Our method introduces a sparse hash grid encoding scheme incorporating geometry voxelization, a scene-agnostic training data collection, and a tailored loss function. It enables the network to output not only visibility but also hit-point information and material indices. LSNIF can be trained offline for a single object, allowing us to use LSNIF as a replacement for its corresponding BVH. With these designs, the network can handle hit-point queries from any arbitrary viewpoint, supporting all types of rays in the rendering pipeline. We demonstrate that LSNIF can render a variety of scenes, including real-world scenes designed for other path tracers, while achieving a memory footprint reduction of up to 106.2x compared to a compressed BVH.
https://arxiv.org/abs/2504.21627
ELNL2025 - Unlocking the Power of Sensitivity Labels - A Comprehensive Guide....Jasper Oosterveld
Sensitivity labels, powered by Microsoft Purview Information Protection, serve as the foundation for classifying and protecting your sensitive data within Microsoft 365. Their importance extends beyond classification and play a crucial role in enforcing governance policies across your Microsoft 365 environment. Join me, a Data Security Consultant and Microsoft MVP, as I share practical tips and tricks to get the full potential of sensitivity labels. I discuss sensitive information types, automatic labeling, and seamless integration with Data Loss Prevention, Teams Premium, and Microsoft 365 Copilot.
2. Mark Rackley / Senior Consultant
• 19+ years software
architecture and development
experience
• SharePoint Junkie since 2007
• Event Organizer
• Blogger, Writer, Speaker
• Bacon aficionado
@mrackley
www.SharePointHillbilly.com
www.MarkRackley.net
www.SharePointaLooza.org
3. Agenda
• What’s and Why’s
• The Basics
• Automatic Parent / Child relationship
• Showing / Hiding Fields
• Custom field validation
• Using REST for cascading drop down lists
• Improving form layout using HTML Templates
4. What Exactly Are We Going To Be Doing?
Create powerful dynamic forms
Create visually appealing forms
Use HTML, JavaScript
Utilize existing default New and Edit Forms
5. Why Are We Doing This?
Default SharePoint Forms are ugly
Default SharePoint Forms aren’t dynamic
Creating new forms from scratch is time
consuming and cumbersome
InfoPath is not the right approach for many
scenarios (and it’s going away yay!)
6. What Skills Do I Need?
HTML / CSS
Create Pretty forms
JavaScript / jQuery
Create dynamic forms
REST / CSOM / SPServices
Create powerful forms
7. The Basis
Create a script and place it in a Document
Library
Edit the Default New or Edit Form for a
List/Library
Add a Content Editor Web Part to the default
form
Link Script to the Content Editor Web Part
8. The Basics – Editing the Default Form
From a list view on the
ribbon, click on the “List”
tab
Click on the “Modify
Form Web Parts” button
and select the form to
edit.
9. The Basics – Identifying Form Elements
Use the “title” attribute when possible to
retrieve a field
<select title="City" id="City_310b7c27-13ba-4a7e-
a133-058d312a6b7f_$LookupField">
$(“select*title=‘City’+”);
Be careful of DOM changes (ie “Required Fields)
<select title="City Required Field" id="City_310b7c27-
13ba-4a7e-a133-058d312a6b7f_$LookupField">
10. The Basics – Identifying Form Elements
Use the “FieldName” or “FieldInternalName”
stored in the comments if necessary
<td width="350" class="ms-formbody" valign="top">
<!-- FieldName="City" FieldInternalName="City"
FieldType="SPFieldLookup“ -->
$("table.ms-formtable td").each(function(){
if (this.innerHTML.indexOf('FieldName=“City"') != -1)
{
var field = this;
}
});
11. The Basic – Interacting with basic form fields
//get input / select values
$(“select*title=‘City’+”).val();
//set input / select values
$(“select*title=‘City’+”).val(“value”);
//uncheck a check box
$(“input*title=‘City’+").removeAttr('checked');
//check a check box
$(“input*title=‘City’+").attr('checked','checked');
//is a check box checked?
if ($(“input*title=‘City’+”).is(':checked'))
12. Showing / Hiding Fields
Show/Hide the field’s entire row to ensure the label is
not visible
$(“select*title=‘City’+”).closest(“tr”).hide();
Attach to click event of field to trigger showing/hiding
$(“input*title=‘myCheckbox’+”).click(function()
{
if ($(this).is(‘:checked’))
{
hide or show fields
}
});
13. Demo: Add jQuery to default form and learn
how to identify elements