A quick introduction to method chaining, async and anonymous functions for the absolute beginner
Category Archives: Client Side
How to: Resolve the error “The webparts manifests list is empty” when packaging SPFx solutions
The error message is misleading with this one, but it’s a simple fix.
How to: Resolve “Part URI is not valid” (SPFx)
Resolving the issue “Invalid SharePoint App Package. Error: Part URI is not valid per rules defined in the Open Packaging Conventions specification” seems to have a lot to do with the code’s working directory structure.
Quick tip: MS Content Delivery Network
Things you notice while watching videos on Microsoft Virtual Academy: ASPNETCDN. This is rather embarrassing -for a .NET developer- but,…
How to: Call a WCF Web Service from a Nintex Form and work with the returned JSON object
Probably, the best way to go about calling a web service from your Nintex form would be to do it…
How to: Resolve “Something went wrong” when adding an SPFx webpart to Microsoft Teams
Ensure you allow the webpart to be deployed tenant-wide.
How to: Check the currently installed SPFx version
The answer is in “npm ls”
How to: Setup your development environment for lightweight Angular with TypeScript coding (updated for JSOM coding)
Editors You will need to install an IDE to work in. You can choose whichever works for you, but the…
How to: Change the display of input controls (even multiline TextBox) to look like a label (CSS)
Strange requirement, I would agree, but when working with Nintex forms, you may have some input fields that were then…
How to: Apply a class to all elements of a specific type on a page
I needed to be able to apply a specific class to all my img tags that were linked to their…