How can we produce a list of all files and folders inside a SharePoint List using the GetListItems method of the Lists.asmx webservice? As the webservice documentation is clearly lacking in some respects here’s an example of how to do it.

This post might seem a bit random but it took me quite some googling before I got the XML correct so I figured this might help someone else facing the same problem. Continue reading



updated 4/3: added JQuery Bootstrap theme

The standard JQuery UI themes, those created by the Theme Roller application, don’t always provide the look and feel that one is looking for. Though the Theme Roller themes are meant as a basis for development of new custom themes, for me as a non-designer/graphic artist a bit more variety in styles would be nice. Continue reading



In this post I’ll explain how to automatically generate a list of XPath expressions that can be used to select any element and attribute in an XML document. We’ll use PHP’s SimpleXML extension to easily parse and traverse the XML document and to build a simple XPath generator. Continue reading