Browse by Tags
All Tags »
WSS (RSS)
This series of posts about SharePoint deployment would not be complete if I didn’t write one about using resources in Features to allow localization. After all, SharePoint’s out-of-the-box features use resources all the time. Check the first post SharePoint
Read More...
Summary This post is about developing features that associate other features to an existing site definition. This is one of the most powerful types of feature since it allows you to add new functionality to existing site definitions. Check the first post
Read More...
Summary This post is about developing features to bind content types to lists that were provisioned through an onet.xml file. Check the first post SharePoint 2007 Deployment: Overview for an introduction and the series index. Package Structure As I mentioned
Read More...
Summary This post is about developing features to register event receivers. Check the first post SharePoint 2007 Deployment: Overview for an introduction and the series index. Package Structure As I mentioned previously in the post SharePoint 2007 Deployment:
Read More...
Summary This post is about developing features to deploy files in a SharePoint site (module features). Check the first post SharePoint 2007 Deployment: Overview for an introduction and the series index. Package Structure As I mentioned previously in the
Read More...
Changing a web site's navigation settings is pretty easy using the SharePoint user interface. You just click the Site Actions button, select the Site Settings option, and click on Navigation. But how do you do it programmatically? Most navigation options
Read More...
User Profiles are a central concept to Office SharePoint Server 2007. They store all the information about the SharePoint users in a central location, the User Profile Store, allowing that information to be indexed and searched. The User Profile store
Read More...
Summary This post is about developing features to create action features in a SharePoint site. Check the first post SharePoint 2007 Deployment: Overview for an introduction and the series index. Package Structure As I mentioned previously in the post
Read More...
Summary This post is about developing features to create list templates in a SharePoint site. Check the first post SharePoint 2007 Deployment: Overview for an introduction and the series index. Package Structure As I mentioned previously in the post SharePoint
Read More...
Summary This post is about developing features to create site content types in a SharePoint site. Check the first post SharePoint 2007 Deployment: Overview for an introduction and the series index. Package Structure As I mentioned previously in the post
Read More...
Summary This post is about developing features to create site columns in a SharePoint site. Check the first post SharePoint 2007 Deployment: Overview for an introduction and the series index. Package Structure As I mentioned previously in the post SharePoint
Read More...
Summary This fourth post is about creating and using Solutions in a general sense, just as the previous one was about Features . Check the first post SharePoint 2007 Deployment: Overview for an introduction and the series index. The Solution File A solution
Read More...
When developing web parts or other controls that use JavaScript, it's quite common to need to call some function on the Body OnLoad event of the web page. The problem with this is that, in SharePoint, the Body element is in the master page and not
Read More...
Summary This third post is about creating and using Features in a general sense. Creating Features for each specific element will be the subject of later posts. Check the first post SharePoint 2007 Deployment: Overview for an introduction and the series
Read More...
Summary This second post on my SharePoint Deployment Series is focused on the concepts of Feature and Solution . Check the first post SharePoint 2007 Deployment: Overview for an introduction and the series index. What's a Feature? A Feature is a package
Read More...