Contents tagged with SharePoint 2007
-
Create a List Definition in SharePoint 2010 using Visual Studio 2010
In this demonstration, I am going to create a list definition using Visual Studio 2010. For the demonstration purpose, I am going to create a list definition for storing expenses, once deployed, the list definition can be used to create lists to store expenses. The list definition will define a list template that inherit from custom list and add columns expensedate and amount.
-
Developing SharePoint 2010 features using Visual Studio 2010
Developers can extend SharePoint by creating new features. Using features developers can develop customizations and extensions that can be capable of automated deployment, management, un-installation and upgrading. SharePoint Feature allows developer to create a set of functionality to group into a component and allows administrators to add that functionality to the site/site collection. In addition to this, administrator can disable or uninstall the feature if they wish. With SharePoint 2010, it is possible to upgrade the feature to a new version. In this article I am going to demonstrate how to create a feature using SharePoint 2010.
-
Determine the version of MOSS 2007 installed
Recently I came across with an assignment to upgrade MOSS 2007 to SharePoint 2010. MOSS 2007 was already installed but no documentation was available. I asked the system administrator and he had no clue as he just joined the company. I need to know the service pack installed in the MOSS 2007 farm and I thought of document this as it may help others.
-
Backup options in SharePoint 2007
It is very important to make sure the server farm backup is taking properly, making sure that in case of any disaster, the administrator has the latest backup that can be used to restore. This articles addresses some of the options available for backup/restore in SharePoint 2007
-
Disable the ActiveX warning in Sharepoint 2007 sites
The activeX warning is appearing because Sharepoint is trying to load a control that is used to display presence information in the Sharepoint site. There are two ways of dealing with this, one that is server based and another that is specific to a master page. Use Server Based Solution if you need the solution to apply for all the sites in the server. Apply the Master Page Solution if you want to apply for a particular site/master page.
-
Installing Sharepoint 2007 (MOSS 2007)
Recently as part of one of my project, I need to install Microsoft Office Sharepoint server 2007. I went through internet and found lot of articles. Also I found the exact article from technet that gives me a clear picture. Since the technet article refers to a general scenario. Here I am going to explain how I installed sharepoint in my infrastructure.