Tag Archives: sharepoint

Programmatically accessing SharePoint 2010 Visual Upgrade options

One of the cool features in SharePoint 2010 is it’s ability to easily upgrade the site from MOSS. Just recently I have been upgrading a heavily customized site that had custom branding (and I’m talking custom-custom), JQuery calls to web … Continue reading

Posted in MOSS, sharepoint, sharepoint 2010 | Tagged , , , , | Comments Off

Top 60 custom solutions built on Microsoft SharePoint Server 2010

Today is pretty exciting day for me – my book titled “Top 60 custom solutions built on Microsoft SharePoint Server 2010” is available for sale. It’s right now available for purchase here and at Amazon.com and in few more months … Continue reading

Posted in sharepoint, sharepoint 2010 | Tagged , , , | Comments Off

Creating custom list alert templates in SharePoint 2010

SharePoint 2010 allows you to create custom alert templates per list, meaning you can customize what’s going to show up in your SPList alert body. In this example I won’t focus how you can actually edit the alert CAML – … Continue reading

Posted in MOSS, sharepoint, sharepoint 2010 | Tagged , , , | Comments Off

Programatically creating SharePoint site collection relative search scope

Let’s say you have few site collections each representing separate department within organization; you want to enable your users to be able to search each department site separately to narrow down their results. In another scenario – you may have … Continue reading

Posted in MOSS, sharepoint | Tagged , , | Comments Off

SharePoint 2010 for .NET Developers – techdays 2010 promo clip

Just finished making my TechDays 2010 promo clip – hopefully it doesn’t sounds like another commercial. Now that I think about it – making nice and lively sounding commercials is a pretty tough job. Anyway … you be the judge: … Continue reading

Posted in .NET, sharepoint, sharepoint 2010 | Tagged , , | Comments Off

25 min screencast on Extending SharePoint 2010 document ID provider

In my last article on document ID we looked at how SharePoint 2010 document center allows you to add new documents to the site and then after they are assigned unique ID – be able to find them by that ID. … Continue reading

Posted in sharepoint, sharepoint 2010 | Tagged , , , , , , , | Comments Off

Enhancing SharePoint lists and libraries with image picker

If you worked with SharePoint lists and libraries you probably noticed that you have an ability to add an Image type field or a hyperlink. When you add one using SharePoint UI …. you end up with somehting that looks … Continue reading

Posted in MOSS, sharepoint, sharepoint 2010 | Tagged , , , | Comments Off

Searching SharePoint list metadata by lookup column

It’s a common task to search SharePoint lists and libraries using an SPQuery mechanism. The rules are pretty simple, you write a query involving columns and values you would like to filter and get the results back. Things are not … Continue reading

Posted in sharepoint, sharepoint 2010 | Tagged , | Comments Off

Provisioning SharePoint lookups fields into existing list schema

In SharePoint lookup fields allow you to display information from a parent list in the child list. At the time of you provisioning the child list you must already have a parent list where the field is going to be … Continue reading

Posted in sharepoint, sharepoint 2010 | Tagged , , , , | Comments Off

Creating search scopes for SharePoint site collection

When working on a intranet or external site in SharePoint – chances are that you are going to incorporate search in your solution. In some cases you would probably need to separate your search results based on a rule and … Continue reading

Posted in sharepoint | Tagged , , , | Comments Off