Archive for February, 2009
Performance Optimization for WCM Sites & Optimize Sharepoint Site for Search Engines
In internet facing scenario performance optimization is a key thing for the successful implementation of any website. Microsoft has provided good articles related to Performance Optimization for the WCM site in SharePoint & also on how to optimize SharePoint for search engines.
Here is the link:
How to Optimize a SharePoint Server 2007 Web Content Management Site [...]
Site Content And Structure : Find all the pages created using Page layout
In CMS Dependent Report feature is used to identify all the postings which are created using the Template. In Sharepoint Similar feature is available where you can find all the pages which are created using the page layout. This is also useful when you modify the page layout and you want to test all the [...]
Understand Sharepoint using Dot Net Reflector
Using .NET Reflector, you can browse the classes and methods of an assembly, you can examine the Microsoft intermediate language (MSIL) generated by these classes and methods, and you can decompile the classes and methods and see the equivalent in C# or Visual Basic .NET.
Dot Net Reflector Can be used for the following in SharePoint [...]
Manage Site Content And Structure in Sharepoint Server 2007
In a Sharepoint the Site Content and Structure page is cool tool for site administrators to manage site content and structure. You can do lot of stuff here in a easy and efficient way
You can do the following
1) Create Sub site/pages/files
2) Delete Sub sites/ pages/ files
3) Move files between libraries
4) Delete Sites/ files
5) Bulk Check in/ Checkout/ [...]
Securing Publishing Internet Sites – ViewFormPagesLockDown Feature
In Internet facing websites, you don’t want anonymous users to access pages such as AllItems.aspx etc. There is a Sharepoint feature ViewFormPagesLockDown which can be enabled to secure your sites. Find out more details about this feature at: http://technet2.microsoft.com/Office/en-us/library/f507f5d6-4c9d-4f98-909f-069c53b9a3f61033.mspx#section6
Activate Feature:
stsadm -o activatefeature -url <site collection url> -filename ViewFormPagesLockDown\feature.xml
De-Activate Feature:
stsadm -o deactivatefeature -url <site collection [...]
Disposing Sharepoint Objects– SPDisposeCheck tool
SPDisposeCheck
