Skip to main content

Posts

SP 2010 Masterpage on Team Site

​If you create a Team Site by default you can no longer change the masterpage from 'Site Settings' / 'Look and Feel'. You must first now enable the Site Collection feature: "SharePoint Server Publishing Infrastructure" and the Manage Site Feature: "SharePoint Server Publishing" To do this go to 'Site Settings' under 'Site Actions':

SharePoint 2010 New Features

Since Microsoft announced SharePoint 2010, the community has been speculating what are the new features that might offer. New User Interface including Ribbon Web Edit Silverlight WebPart Rich Theming Multiple Browser Support Visio Services Business Connectivity Services SharePoint Workspace Rich Media Support Tagging any type of content/site Streamlined Central Administration SharePoint Best Practices Analyzer Usage Reporting and Logging Large List Resource Throttling Unattached Content Database Recovery Visual Upgrade Language Integrated (LINQ) for SharePoint Developer Dashboard Business Connectivity Services Client Object Model (OM)

applying default page template to list form(NewForm.aspx,EditForm,DispForm) pages

 1.   Open a list. 2.   Copy the default.aspx page and paste in the list. 3.   Select the smart part and the list form web part’s html code in between the Zone template of the web part zone where the smart part exists in the original listform(NewForm or Edit or Display form) 4.   In the copy of the default page delete the content in between the of the top left web part zone. 5.   paste the copied contents from the original list form in between the of the web part zone 6.   Rename the original Page to NewForm1.aspx or respectively 7.   Rename the copy of the default page to respective list form name(NewForm.aspx for example). 8.   Remove all other web parts in the page Top Right, bottom right, bottom left. 9.   Copy the register tag prefix of smart part from the original list form to the new list form <%@ Register tagprefix="SmartPart" namespace="SmartPart" assembly="Return...

STSADM Command Line Reference

Database AddcontentDB stsadm.exe -o addcontentdb            -url   -databasename            [-databaseserver ]            [-databaseuser ] DeletcontentDB stsadm.exe -o deletecontentdb  -url            -databasename            [-databaseserver ] Feature Activatefeature    stsadm.exe -o activatefeature            {-filename | -name | -id }            [-url ]   [-force] Deactivatefeature    stsadm.exe -o deactivatefeature            {-filename | -name | -id }            [-url ]...