Browse by Tags

All Tags » SharePoint (RSS)
Already since a long time I’ve been thinking about a web part that would search-as-you-type using SharePoint’s search engine. The idea behind this concept is that while you’re typing a query in the search box, asynchronously the query is already executed...
Posted by Jan Tielens | 23 comment(s)
Filed under: ,
Later on this week, on Friday May 29th, I will be presenting two sessions at the Developer Days in The Hague (The Netherlands). I'm pretty excited to be there, not only because it's always lots of fun to speak at this event; but there's lots of cool SharePoint...
Posted by Jan Tielens | 4 comment(s)
Filed under: ,
When working with the out-of-the-box SharePoint web services, it may have happened to you that the Web Service response contained the following exception embedded in the XML: Exception of type 'Microsoft.SharePoint.SoapServer.SoapServerException' was...
Posted by Jan Tielens | 4 comment(s)
Filed under: ,
If you have read some of the previous posts on this blog related to using jQuery in SharePoint 2007 sites, you probably know that it’s perfectly possible to make call the out-of-the-box SharePoint web services by making use of Javascript running in the...
Posted by Jan Tielens | 6 comment(s)
Filed under: ,
In my previous post I explained how you can make use of the Lists.asmx web service of SharePoint, to load list items by using the jQuery Javascript library . The example discussed in that post is simple and easy to understand, but very, very boring. Let...
Posted by Jan Tielens | 13 comment(s)
Filed under:
Due to popular demand I’ve created another sample of how you can make use of the jQuery Javascript library in your SharePoint sites. This example uses SharePoint’s Lists.asmx web service to retrieve all the list items of a specific list. In my previous...
Posted by Jan Tielens | 18 comment(s)
Filed under:
In my previous post I showed how to make a call to SharePoint’s Lists.asmx web service with the jQuery library to retrieve information about the Lists and Document Libraries that are available on a specific SharePoint Site. In the comments of that post...
Posted by Jan Tielens | 10 comment(s)
Filed under:
If you read this blog you probably know that besides the web user interface, SharePoint also exposes some interfaces which you can use from code: the SharePoint object model and the SharePoint web services. The object model of SharePoint can only be used...
Posted by Jan Tielens | 13 comment(s)
Filed under:
My last post about splitting the Top Navigation Bar of a WSS site in two with the help of jQuery , triggered a little discussion (in a good way) in the comments . As a result Christophe from the Path to SharePoint blog wrote some Javascript to accomplish...
Posted by Jan Tielens | 1 comment(s)
Filed under:
Since I got a fan of the jQuery Javascript library , usually I can’t resist showing off the power of this library in my SharePoint development courses at U2U . For example two weeks ago I was in sunny Cyprus talking about SharePoint, ASP.NET AJAX and...
Posted by Jan Tielens | 17 comment(s)
Filed under:
More Posts Next page »