Category Archives: Development

Articles related to programming and development

Forcing JavaScript reload in Internet Explorer

If you develop websites in Internet Explorer you may experience trouble reloading your  updated JavaScript. I ran into this problem myself when developing SharePoint Online  apps using IE11. The JavaScript was located on an external Azure website and did not … Continue reading

Posted in Development | Tagged , | Leave a comment

Setting “Allow Fill-In” on taxonomy fields with CSOM

SharePoint taxonomy term sets can be open, allowing users to enter new values in the taxonomy picker. For this to work you also need to enable Allow ‘Fill-in’ choices in the site column settings for the managed metadata field connected … Continue reading

Posted in Development | Tagged , , | Leave a comment

Working with the AppInstalled and AppUninstalling events in SharePoint Apps

Some quick notes about remote app events receivers I have picked up when working with apps in SharePoint Online. When is AppInstalled triggered? When you add an app in SharePoint Online it shows in Site Content as being added. Installing … Continue reading

Posted in Development | Tagged , , , | 3 Comments

Introducing DynForm, a c# library for semi-automatic WinForms dialogs

Application development often involves creating dialogs where the user is presented a form to enter or edit some sort of data. DynForm aims to make development of this a little bit easier. By implementing a simple interface into your data … Continue reading

Posted in Development | Tagged , , , , , , | Leave a comment