Posted in JavaScript SharePoint

Get recent changes on SharePoint Taxonomy using JSOM

If you are using the JavaScript Object Model (JSOM) for your SharePoint solution that involves taxonomy, and you need to know if there have been…

Continue Reading... Get recent changes on SharePoint Taxonomy using JSOM
Posted in JavaScript JavaScript SharePoint

UTF-16/Unicode to byte array in JavaScript

Rushing to the solution (in case you need it now) The following JavaScript will build a Byte Array from a string. It should even handle…

Continue Reading... UTF-16/Unicode to byte array in JavaScript