Thursday, December 31, 2009
Thursday, December 3, 2009
Useful Sharepoint Links
Useful Sharepoint Links
Useful Links
· MOSS Video Demos (Total 14 Modules)
· Before You Begin with SharePoint Server 2007
· MOSS Tools for performance and capacity planning
· Downloadable book: Planning and architecture for Office SharePoint Server 2007
· MOSS 2007 - Planning and Architecture for Office SharePoint Server 2007
· MOSS 2007 - Administrator Guide
· Complete reference of all STSADM operations
· Using the 2007 Microsoft Office system for disaster planning and response
· Complete reference of all STSADM operations
· Complete reference of all PSCONFIG operations
Best Practices
· Before You Begin with SharePoint Server 2007
· Best Practices Analyzer for WSS 3.0 and MOSS2007
· Writing SQL Syntax Queries for Relevant Results in MOSS2007
· Backing Up and Restoring Web Sites with Stsadm
· Downloadable book: Planning and architecture for Office SharePoint Server 2007
· MOSS Hardware and Software Requirements
· SharePoint 2007 products comparison download
· Which SharePoint technology is right for you?
· White Paper: Working with large lists in Office SharePoint Server 2007
· MOSS Tools for performance and capacity planning
How to Deploy updates for SharePoint 2007
· Deploy software updates for Windows SharePoint Services 3.0
· Deploy software updates for Office SharePoint Server 2007
How to configure Alternate Access Mappings (AAM) successfully
· http://sharepoint.microsoft.com/blogs/fromthefield/Lists/Posts/Post.aspx?ID=8
What every SharePoint administrator needs to know about Alternate Access Mappings
STSADM COMMANDS
· Jose Barreto's Blog Complete reference of all STSADM operations (with parameters) in MOSS 2007 SP1
· Jose Barreto's Blog Complete reference of all STSADM operations (with parameters) in MOSS 2007
SharePoint Administration Toolkit
· SharePoint Administration Toolkit (Office SharePoint Server)
TCP Chimney should be disabled
· http://support.microsoft.com/kb/942861
· The Microsoft Windows Server 2003 Scalable Networking Pack release
Source:http://blogs.msdn.com/pareshj/archive/2009/06/16/useful-sharepoint-links.aspx
Wednesday, November 18, 2009
SharePoint 2007 – Hiding fields on NewForm.aspx and EditForm.aspx
To hide fields in a SharePoint 2007 form, follow these steps (I will use the NewForm.aspx in my example)
1) Open SharePoint Designer and navigate to the site that contains the list or document library you wish to customize.
2) Expand the folder named “Forms” under the desired list or document library. You should see about seven .aspx pages (AllItems.aspx, EditForm.aspx, NewForm.aspx, etc)
3) Open the NewForm.aspx page and switch to the “code” view to edit the HTML of the page.
4) Paste the JavaScript code immediately below the the following HTML tag