SharePoint framework WebParts PnP sample to demonstrate how to use the Unified Communications Web API JavaScript SDK from Skype for business. This SDK allows you to do things like subscribe to a person status, start instant messaging conversations, calls.
Tag Archives: Javascript
Office UI Fabric JS
Simple components that focus on appearance and styling while showing the visual language of Office. Fabric JS provides you with simple components that don’t require a framework. It’s open source, easy to extend, and ready for you to add what makes your project unique.
Fabric JS works great with Add-ins and is the recommended front-end toolkit for making your next Office Add-in.
Verwenden des clientseitigen Steuerelements „Personenauswahl“ in von SharePoint gehosteten Share Point-Add-Ins
Mit dem clientseitigen Personenauswahl-Steuerelement können Benutzer schnell nach gültigen Benutzerkonten von Personen, Gruppen und Ansprüchen in ihrer Organisation suchen und diese auswählen. Bei der Auswahl handelt es sich um ein HTML- und JavaScript-Steuerelement mit browserübergreifender Unterstützung.
100+ Emulators Written in JavaScript
100+ Emulators Written in JavaScript
A list of emulators written in the JavaScript programming language.
Microsoft SharePoint · GitHub
Collection of Microsoft SharePoint patterns and practices on GitHub.
Using REST to update a Managed Metadata column in SharePoint!
Using REST to update a Managed Metadata column in SharePoint!
[T]here is a way you can use REST to update a Taxonomy Field.
Migrate SharePoint JavaScript customizations to SharePoint Framework
Migrate SharePoint JavaScript customizations to SharePoint Framework
Migrate existing Script Editor Web Part customizations to the SharePoint Framework
In the past you might have built a SharePoint customization using nothing else than JavaScript, HTML and maybe some CSS and images. Your customization would be embedded on the page using either the Content or the Script Editor Web Part and would contain the necessary HTML and references to its resources. With the recent release of the SharePoint Framework you wonder what the easiest way is to migrate your customization so that it can be used on modern team sites.
SharePoint time, is not your time, is not their time
SharePoint time, is not your time, is not their time
If you’re using SharePoint out of the box because all the content is rendered on the server and pushed to the client with all the date/time translation has been done for you. This makes wonderful sense, except when you try and write JavaScript against those same data points.
Generating fantasy maps
Make maps that look like something you’d find at the back of cheap paperback fantasy novels.
p5.js
p5.js is a JavaScript library that starts with the original goal of Processing, to make coding accessible for artists, designers, educators, and beginners, and reinterprets this for today’s web.
Using the original metaphor of a software sketchbook, p5.js has a full set of drawing functionality. However, you’re not limited to your drawing canvas, you can think of your whole browser page as your sketch! For this, p5.js has addon libraries that make it easy to interact with other HTML5 objects, including text, input, video, webcam, and sound.