Tag Archives: sharepoint 2010
Setting alternative Masterpage for SharePoint 2010 collaboration sites
Just like in case of publishing pages, you can set custom masterpage with structural and markup changes, styles, and images for collaboration sites. By default each collaboration site page (for example: http://intranet.contoso.com/default.aspx) already references a default masterpage. By setting a … Continue reading
Have SharePoint public site – here is how to make it mobile friendly
SharePoint, especially 2010 release, is becoming more popular as a public site platform – and with an increased number of mobile devices – mobile site experience is expected. Both SharePoint and SharePoint 2010 have mobile support. When user with a … Continue reading
Automated SharePoint 2010 install/upgrade using PowerShell
When you develop with SharePoint you often have to set up development, build, qa environments, but wait – there is also production etc. All that takes time and SharePoint 2010 really stepped up in how you can quickly automate building of … Continue reading
Demystifying: SharePoint site collection specific timer jobs
If you worked with timer jobs in SharePoint (both MOSS and 2010) – you know that those execute on Web Application level. There in Central Administration you can see all of the definitions and statuses of running job. In SharePoint … Continue reading
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
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
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
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
Automatically enabling anonymous authentication on SharePoint 2010 site
When building public site using SharePoint 2010 one of the items on the list is to make the site accessible to anonymous user – obviously. There are few things involved having this happen. First setting must be performed on Web … Continue reading