SharePoint Tip #19: Using JavaScript in Body OnLoad Event
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 […]
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 […]
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 […]
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 […]
I’m starting a new series of posts on SharePoint Deployment, since I believe it’s one of the hardest tasks on a SharePoint project. This first post will be updated every […]
Sandcastle is Microsoft's documentation compiler. It uses reflection of source assemblies and integrates the XML comments placed in the code by the developer to generate comprehensive MSDN-like documentation. Actually, it […]
Each field type has a different way to be read from and written to. The most used ones (single line of text, multiple lines of text, number, currency, date and […]
In a Document Library, when you create a new document using the New button (or edit one that already exists), SharePoint will open the proper client application (if it knows […]
When defining a List Template, using a SharePoint feature, one needs to specify the Base Type attribute (see sample below). <Elements xmlns="http://schemas.microsoft.com/sharepoint/"> <ListTemplate BaseType="0" Category="Custom Lists" Name="ConfigurationList" DisplayName="Configuration List" Description="My […]
When developing a web part (whether in WSS 3.0 or in ASP.Net 2.0) it can be important that it appears differently if the user is in edit mode. The simplest way […]
Attention: this post refers to the CTP2 version of PerformancePoint Server 2007. If, when opening Excel (2007 or 2003), after installing the PerformancePoint Add-In for Excel, you can't find the […]