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...
by zebsadiq
9. March 2015 21:52
While working on a SharePoint 2013 project, I have had the requirement to fulfil a multi-language requirement. In trying to work up a solution to this requirement, I have been looking at the functionality offered by variations during which I have discovered a few limitations. More...
by zebsadiq
24. February 2014 15:35
We developed a SharePoint component that originally communicated with the twitter API over http. This component was then ported from SharePoint 2010 to SharePoint 2013. Therefore the code was 90% the same in both solutions. Then twitter changed their API requirements and made https compulsory. Therefore the fix to the component was made in the SharePoint 2013 solution. This worked fine through the various testing environments. When the same change was applied to SharePoint 2010, the component did not work. Here is how I set out to investigate the issue: More...