All about the Strategy, Design, Customisation, Deployment and Development of SharePoint and its related Technologies

  Administration   All Me!! Baby!!   BDC   Book Review   Business   CKS   Conferences   CQWP   Development   Duffer Moments   Email   Errors   Family   Fixes   General   Groove   How To   How To Code   InfoPath   iPhone   IRM   Longhorn   Lotus Notes   Migration   Mobility   Office System 2007   Personal Projects   Powershell   Records Management   REST Services   Search Server   Security   SEO   SharePoint   SharePoint 2010   Silverlight   SQL   Tech Ed 2008   Testing   Vista   VSTO   WCF   WSS   XSL

SharePoint 2010 – REST Services
Categories: SharePoint 2010, REST Services, WCF, How To Code
As you may all be aware SharePoint 2010 now supports the use of REST Services for retrieval of content from lists and libraries etc. This approach works well as the REST Services data can easily be consumed either inside or outside SharePoint. If .....
[Read More]
0 Comments
 
SharePoint 2010 – Content Query Web Part Continued
Categories: CQWP, Development, How To, How To Code, SharePoint, SharePoint 2010
So in the last post we looked at some of the basic Content Query Web Part functionality within SharePoint 2010. In this post we will go a little deeper and look at how items are tied together with the new tool pane UI and the XSL renderings. So fi.....
[Read More]
2 Comments
 
Custom User Profile Web Service
Categories: Development, How To Code, Office System 2007, SharePoint
Like most of you, you may have looked at the "UserProfileManager" web services and noticed that there is no way to get all the user profiles. I needed this functionality so I decided to create my own web service. So if you need a starter.....
[Read More]
1 Comment
 
Retrieve XML from List and View and use as RSS
Categories: Development, SharePoint, Office System 2007, How To Code
In one of my last posts I looked at created a HttpHandler that would use query string parameters to retrieve the Xml of a list in SharePoint. The basis for this was to replace the use of the "owssvr.dll" method due to its security requir.....
[Read More]
1 Comment
 
Retrieve XML from List and View
Categories: Development, How To Code, Office System 2007, SharePoint
Recently I was asked if there was a way to retrieve and present XML from a list. This of course is very straight forward but the complication here was that it needed to be available to an anonymous user who would consume the XML stream. After a .....
[Read More]
1 Comment
 
MOSS 2007 – Capture direct view clicks
Categories: Development, How To Code, Office System 2007, SharePoint
If like me you have worked on a mix of intranet, extranet and internet you will have no doubt been asked about capturing direct file clicks. So an example would be you wish to know the top PDF document that is being clicked on your public facing s.....
[Read More]
14 Comments
 
MOSS2007 – 302 to 301 “Pages” Redirect
Categories: Development, How To Code, Office System 2007, SharePoint
As most of you will no doubt know, SharePoint uses 302 to redirect pages and sites to the default pages. In a good external site you would really want these to be changed to 301 redirects. What are these redirects and what do they do?Permanent 301.....
[Read More]
0 Comments
 
MOSS2007 – Using the Search API (Part 3)
Categories: Development, How To Code, Office System 2007, SharePoint
In the last few posts we have looked at some of the Search API basics. One of the issues I mentioned earlier was that the "PublishingRollupImage" does not show itself in the search results. Using the following XSL code you can see this: .....
[Read More]
0 Comments
 
MOSS2007 – Using the Search API (Part 2)
Categories: Development, How To Code, Office System 2007, SharePoint
In my last post we looked at some basic Search API code using our forms application. As a response to this Daniel from "Zevenseas" he has a tool, if you haven't already got it, go get it from here: http://mosssearchcoder.codeplex.com T.....
[Read More]
0 Comments
 
MOSS2007 – Using the Search API (Part 1)
Categories: Development, How To Code, Office System 2007, SharePoint
On a few projects recently there has been a need to use the search API. You may wonder why you would think to use the search API at all considering we have all the aggregation we need with the Content Query Web Part. I hear you and yes I understan.....
[Read More]
3 Comments
 
STSADM Command – What is using my Content Types?
Categories: Development, How To Code, Office System 2007, SharePoint, WSS
While working recently I was presented with the following query. Is there any way I can look at my site collections and see what documents are using them? I decided the best approach would be to create a custom STSADM command that would output.....
[Read More]
4 Comments
 
Personal Web Part, ASP.NET Components within XSL
Categories: Development, How To Code, Office System 2007, SharePoint, WSS, XSL, Personal Projects
Over the past few months when I get five minutes here and there I have been working on my own web part that I would love to finish at some point. The purpose of the web part was really for the designer in me and the developer in me. I wanted a web.....
[Read More]
3 Comments
 
SharePoint Regional Settings STSADM Command [CODE]
Categories: Development, How To Code, Office System 2007, SharePoint, WSS
As promised here is the code breakdown of the custom STSADM command I have created. I am sure there are better and more elegant ways of enumerating sites etc but this works fine. So to begin with create a new Visual Studio 2008 project (can use Vis.....
[Read More]
2 Comments