Monthly Archives: August 2009
Creating custom SharePoint Login page
Whether you`re using SharePoint for intranet scenario and especially for Internet site – you probably don`t want to keep standard out of the box log in page … yeah, that one, blue and yellow with long text boxes and standard … Continue reading
Creating pages of custom content types in SharePoint
Pages as any other content on your SharePoint site is something that although may appear static, is highly dynamic. You may have pages defining certain business object which may need to be aggregated, reported on, filtered, sorted, dashboard-ed etc. In … Continue reading
SharePoint content replication and deployment tool
Few weeks ago I talked about replication and content deployment tool from codeplex that tries to extend sharepoint default out of the box content deployment. Main requests or complaint that I got from clients about out of the box tool … Continue reading
Creating sites of custom templates with SharePoint Designer workflow
In simple situation, when you`re advanced user rather than developer – SharePoint designer can be quite handy; if you find some of it`s capabilities limiting – check out custom SPD activities on codeplex: http://spdactivities.codeplex.com/ Among few there you can find activity … Continue reading
Setting automatic page title for SharePoint Default pages
Here is the scenario: I have to create several doesens of subsites under my site collection. Each of the subsites will have their Default.aspx page with predefined set of webparts and other things set up. Among those other things – … Continue reading
SharePoint Custom Solution development
Allright, so you know how to create features, deploy them as solutions; you also know how to deploy solutions; you think that solutions must be used only when you need to customize something outside of the box – like deploy … Continue reading
Incorporating outside hosted video in your SharePoint site
I`m working on an Internet solution utilizing SharePoint and one of the things that will be available in a final release is the ability for content administrators to upload videos to vimeo.com and them being automatically picked by designated section … Continue reading
Loading and consuming complex webpart properties
When you develop your webparts most likely you want to make them configurable through web part properties dialog. In quite few cases I wanted to go a bit further than out of the box text boxes. In my case I … Continue reading
Granular SharePoint content deployment
If you worked with SharePoint content deployment you`re probably familiar with some limitations of out of the box tool including the ability to only perform content deployment of entrire web. In some cases you may want to go mre granular … Continue reading