Application Pages in SharePoint
Labels: Application Pages, MOSS 2007, WSS 3.0
Posts about Microsoft Office Sharepoint Server 2007, Windows Sharepoint Services 3.0, InfoPath, Excel Services, Performance Point Server 2007, ASP.Net 2.0, Microsoft Certifications and anything else I can think of.
Labels: Application Pages, MOSS 2007, WSS 3.0
Labels: Minimal Master Page, MOSS 2007, WSS 3.0
Another tool that can aid in the development of SharePoint solutions is the SharePoint Developer Explorer, which allows you to see the structure of your SharePoint site in Visual Studio. For more information check out TheKid's site:
Labels: MOSS 2007, SharePoint development tools, WSS 3.0
Andrew Connell did an excellent post on using code behind files in Windows SharePoint Services and Microsoft Office SharePoint Server. This is an important topic for anyone interested in SharePoint development.
Labels: Code Behind Files, MOSS 2007, WSS
At one point or another in every SharePoint administrator's career there comes the point where they have to take an Intranet SharePoint deployment and allow Extranet or Internet access to it for other stakeholders of the organization. This is a simple enough process, the only trick is whether to use the built-in functionality to extend a web application or to simply add some alternate access mappings.
Labels: Alternate Access Mappings, Extending a Web Application, MOSS 2007, WSS 3.0
How many times have you run across the scenario where you have multiple people who need to access an Excel spreadsheet and all need to run calculations and run forecasts against the sheet. Most IT people know how hard it is to keep "one version of the truth" with multiple copies of spreadsheets floating around the office.
Labels: Excel Services, MOSS 2007
The next few posts concern some recent finds when working with the variation mechanism in SharePoint. Variations allow for the quick creation of language sites and allow you to add workflow items for translators to translate the text and then submit the page for approval. An approver can then approve the page, where it will be available on the site. Variations work by creating a landing page in the top site which has some logic to determine the default language of the user's browser. If there is a variation with that culture set, then the user is redirected to that version of the site. If there is not a site with that culture, the user is sent to the default culture site. Each language is a subsite in the SharePoint hierarchy.
Labels: customizing variation landing page, MOSS 2007, MOSS variations, Variation landing page
In SharePoint you can easily integrate line of business (LOB) data into SharePoint for easy collaboration and searching. To integrate this data you will be using the Business Data Catalog. The official Microsoft documentation says that BDC allows for the integration of line of business without using code. Although this is mostly true, you will need a good understanding of XML to create the BDC definition. Note that BDC is only available in MOSS, not WSS. Once you have the BDC set up you can use the data in web parts, lists, search, and user profiles. The following site has some good examples of using the BDC, creating the definition, and tools to aid in the creation of the definition files. Believe me, you don't want to build the BDC definition from hand.
Labels: BDC, Business Data Catalog, MOSS 2007
Today I was passed an email about public-facing MOSS and WSS sites prompting users to run an ActiveX control on the page. The control wants to run name.dll which is used by the presence feature in WSS. There is a workaround until Microsoft can fix the issue. This article explains the issue in more depth and provides the workaround:
Labels: ActiveX Control Prompting, MOSS 2007, WSS 3.0
We have been discussing various parts of features and solutions and how you can use them to efficiently build your SharePoint business solution. One of the most basic things is to create a list template that instances can base themselves on. To begin your list template feature you need to create a ListTemplate element. This element has many attributes that define your list. One of the most important of these is the Type attribute. In the MSDN documentation it states that this is
Labels: features, list templates, ListTemplate, MOSS 2007
Finally the release of SP1 for WSS 3.0 and MOSS 2007 is out! There are many hotfixes rolled into this service pack as well as some new functionality and stsadm commands. You should read the following post about how to apply the service pack.