XMLHttpRequest the hard way
$.ajax is great, it hides much of the complexity. But sometimes we need to work with “raw” javascript :) So let’s look behind the scenes. The XMLHttpRequest (or just XHR) is used to open a connection...
View ArticleAndroid: Asynchronously download images
In the Malmöfestivalen for Android where I participate we wanted to show thumbnails of events in lists. We have urls of thumbnails from Malmofestivalen API. This information is stored in a sqlite...
View ArticlePaging with JSOM
If there are many list items you try retrieve with javascript object model,paging could be very useful. Today I came across a wonderful blog post series about javascript object model in SharePoint: The...
View ArticleClient Side Rendering with Async dependencies
Yesterday I asked a question on SharePoint StackExchange: Client Side Rendering with Async dependencies I also asked Elio Struyf on Twitter: @mirontoli create an empty element, with your own...
View Article