Posts

Showing posts from May, 2008

Comparing SharePoint Server with ASP.NET

Here are some of Advantages/Disadvantages of SharePoint apps over ASP.Net apps: Advantages: 1. Many built-in features are available with MOSS which can be used to easily develop complex solutions. 2. Rich Security features which come built in. 3. Integrated with Content Management. 4. Very less efforts required to create basic sites with lot of features. 5. It is quite scalable. 6. OOB Integration with Office products. 7. Rich backup techniques 8. Business process can be integrated with Workflows. 9. Multiple sites can be created with the help of templates. Disadvantages: 1. It is difficult to add custom code in SharePoint. Features and WSP files take time. 2. Diffcult to solve the problems in development. 3. Creating ASP.net pages is easy then creating web parts. 4. Cost is very high. 5. Performance for ASP.NET apps is much better. 6. Very few experts are there. Advantages/Disadvantages of ASP.Net apps over SharePoint apps: Advantages: 1. Here we have lot of control on application in

Dynamic left navigation width for SharePoint

To add this functionality to your SharePoint site you need to update default.master. Simply copy and paste the following code into a script tag in your default.master. Save it and the left navigation should become expandable. http://blog.thekid.me.uk/Media/navwidth_thekid.ieuser.js