Archive for 'Guidance' Category

Ideal list of tools you need for SharePoint Development

By namwar - Last updated: Monday, May 7, 2012

After working with several clients, I have compiled a list of tools, addons, plugins and technologies which are needed for development, customization or administration of SharePoint. This list is not a “Mandatory Tools List” but in fact, it is a compilation of tools and technologies which can be used at any point in time depending on your role. I [...]

Share

Useful Javascript Functions and objects in SharePoint – Part 2

By namwar - Last updated: Monday, February 20, 2012

In my last article “Useful Javascript Functions and objects in SharePoint – Part 1“  I listed some useful javascript objects in SharePoint. Today I will continue exploring useful functions. DOM Management byid(id) = Return element for the given id newE(tag) = Create a new dom element of the given tag e.g. div etc. wpf() = [...]

Share

Continuous Integration of SharePoint Project by using TFS

By namwar - Last updated: Friday, August 26, 2011

SharePoint projects are some what special in the way they use assemblies and some time it is very difficult to setup your TFS build process for continuous integration. Today, SharePoint Developer Team has published an excellent step-by-step process to properly setup your TFS Build Process for SharePoint Projects. You can read the article here This article guides [...]

Share

SharePoint 2010 Service Pack 1 is out!

By namwar - Last updated: Wednesday, June 29, 2011

Today Microsoft has released the much awaited Service Pack 1 for SharePoint 2010 along with Office 2010.  Along with many bug fixes and minor updates, here is a quick list of new functionality which SP1 will add in your SharePoint environment:   For video display, you will now be able to select a frame as [...]

Share

List of Special Pages in SharePoint 2010 which do not use any master page

By namwar - Last updated: Sunday, April 10, 2011

There are some special pages in SharePoint 2010 which do not use any master page. You should be aware of these pages to avoid bad user experience while branding your site. Following is the list of those pages: AccessDenied.aspx : Displays, if user does not have permission to perform respective action. Confirmation.aspx : Displays, to [...]

Share

HTML Field Control versus Content Editor Web Part

By namwar - Last updated: Sunday, April 3, 2011

Normally, people feel strong temptation to use Content Editor Web Part (CEWP) whenever they need to display HTML content on a SharePoint page. There is nothing wrong in using CEWP as far as you know when to use it and what are the alternatives. Most of the time CEWP performs as needed but there are some scenarios where we [...]

Share

SharePoint Designer or Visual Studio?

By namwar - Last updated: Saturday, August 1, 2009

If you are confused about when to use SharePoint Designer and Visual Studio then here are some guidelines which may help you choosing the right technology at the right time. The short answer is

Web Designer=SharePoint Designer whereas Web Developer=Visual Studio

Share

List of all SharePoint Back-End databases

By namwar - Last updated: Thursday, July 16, 2009

List of all SharePoint Back-End databases

Share

Access Denied while changing name of a Document of Document Library

By namwar - Last updated: Sunday, June 21, 2009

So, if you are getting Access Denied error while changing the Name of a document of a SharePoint Documnt Library and you know that you have the Update/Modify permission on that doucment then make sure you also have Delete permission on that document.

Share

Ten Themes for SharePoint in VSeWSS Projects

By namwar - Last updated: Wednesday, March 25, 2009

Ten new SharePoint themes have been released by Microsoft to help SharePoint designers to make new sites more efficientlty. You will find them as individual  Visual Studio 2008 projects which when deployed to SharePoint offer fresh new designed themes you can use in your projects.  Themes can be downloaded from here Following is a preview [...]

Share