by zebsadiq
4. May 2015 12:11
I often need to obtain the current site collection URL. Here is my little trick for doing so without loading SharePoint objects through the client context. More...
by zebsadiq
1. April 2015 17:36
Forcing a link to download in this day in age should be an easy task. It is, until you have to make it cross browser compliant and have to cater for pre-HTML5 browsers. More...
by zebsadiq
17. March 2015 15:27
There doesn’t seem to be any out of the box way of resetting SharePoint search filters by JavaScript. This is why I created the following method in order to achieve this. More...