Tag: javascript
28 posts.
-
ApolloServer, AzureFunctions and local debugging
I wanted to jog down some notes that’ll help with local debugging of Apollo Server with Azure Functions. Firstly, due to changes to Azure API routing -...
-
Building modern public sites (JAM Stack) with Microsoft Flow
Web technologies evolve, and we are on the edge of a new stack, it is called JAMStack. Javascript API Markup In the world of JAM Stack, we create serverless...
-
Hot-patching our dependencies with patch-package
This is also a quick blog post. Let me tell you the tale of patch-package. Not many people have heard the tale of patch-package. Many prefer to walk the...
-
Bad JavaScript. Expected '(' in our webpack eval chunk
This is a quick blog post for resolving an issue this morning from webpack uglified/minified JavaScript. The error happens in IE and Edge, it simply says:...
-
JSON cheatsheet for Microsoft Flow
I have a big blog post in the works for a significant dive in Microsoft Flow functionality. But I realized that before we get there, we need to GET GOOD at...
-
April PnP JavaScript special interest group call and Azure Functions demos
Shortly after the March Azure Functions demo , I reached out and asked Patrick about coming back to do a follow up focused on JavaScript - specifically...
-
Working with SharePoint WebHooks with JavaScript using an Azure Function
This blog post covers additional explanation on how to subscribe to SharePoint WebHooks and have it running with only JavaScript in Azure Functions. The...
-
All Demo Downloads will be on Github - blog housekeeping
I've taken a short break from writing blog posts - I haven't been idle, I have been writing something . Hopefully to be able to share it with everyone soon....
-
Azure Functions, JS and App-Only Updates to SharePoint Online
Have you ever, really wanted to have your JavaScript perform a RunWithElevatedPrivileges against SharePoint Online? Do something that the current user just...
-
UserCustomAction-ConfigPage adding CSS file links
I've had several questions in comments about how to add CSS files using the Simplest-Safest-Most-Future-Proof-Way to customize your SharePoint and...
-
SP2013/2016 Responsive-UI and UserCustomActionsConfigPage
I just pushed an update to my Simplest-Safest-Most-Future-Proof-Way to customize your SharePoint and SharePoint Online using UserCustomActionsConfigPage...
-
ngSydney, Office Add-ins and lots of AngularJS
I went to my first ngSydney meetup on Wednesday night, and presented a short session on Office-Addin with AngularJS (I also throw in Graph API) and ran over...
-
Update on SharePoint and Office Development - 2016 Feb edition
We rotate through different topics and presenters in the Sydney SharePoint user group. But I finally got my turn to present a developer topic, and I wanted...
-
Set Window Title in Nintex Forms for O365
Disclaimer. This post is about an unsupported hack. Over at Nintex Community ( registration required ), there was a question about how to change the Nintex...
-
The easiest way to add Script and Brand your SharePoint and SharePoint Online
This is the first of a few blog posts I wanted to cover in my 2015 Christmas break on the future of branding. I'll probably devote the next article to...
-
Convert SharePoint JSOM's ExecuteQueryAsync to Promise in the Prototype
Today's blog is about adding an additional method to SharePoint JavaScript Object Model (JSOM)'s ClientContext object, so we can use it directly like a...
-
Thinking with JS Promise and Promises
Here's a real life example of a quick design iteration that we went through with promises this week. In AngularJS (but this applies to any JavaScript), we...
-
Racing to the Races - Putting our Office App out there
As I'm posting this blog entry, our ( SharePoint Gurus ) first Office App (Add-In) would be available on the store. I might let you in on a secret - it has...
-
Fixing SharePoint Promoted Link's New Tab Launch Behaviour
There's a bug with Promoted Links web part in SharePoint 2013 and Office 365, and I have no idea how long it's been there. This post is about a simple...
-
AngularJS - Logging Client Side Stack Trace
Nothing beats mythical errors that happens on the client side, but not on your development machine. This post follows yesterday's post on configuring...
-
AngularJS $http and logger Circular Dependency
Error [$injector:cdep] Circular dependency found: $rootScope <- $http <- logger <- $exceptionHandler <- $rootScope <- $location <- routehelper TLDR: If you...
-
AngularJS Extend and Computed Property
This is an Intermediate level discussion on AngularJS Extend, Computed Property in general, and a fairly complicated binding bug that needs some new...
-
Notes on KnockoutJS Mapping and ViewModel style guide
I wanted to write down some of the better practices I've settled with since using KnockoutJS for nearly two years now. A lot of these has to do with just...
-
Moving Everyone and Everything to AngularJS
We are late on the boat. But I'm describing the journey for us, and we are truly on the boat. So in mid 2014, SharePoint Gurus decided that we'll move...
-
Presenting "PhantomJS" at SPBizConf free online conference on June 18.
I will be presenting "Introducing PhantomJS: Headless Browser for your SharePoint/Online" in the SPBizConf on 18 June....
-
Office 365 Saturday Perth #O365PER summary
On 22nd of May I had the pleasure of presenting O365 Saturday Perth. In the past years, we have called this SharePoint Saturday. We re-branded the name and...
-
SharePoint Add-in: Accessing Webcam with Only Javascript
This blog post details how to access your Webcam via Javascript through the browser, and upload that content to a SharePoint library. Then, with an added...
-
InfoPath Javascript - fixing image control tooltip.
In a previous blog post I discussed using Picture Controls to host lots of images within InfoPath and manage the tooltip. InfoPath FormServer renders...