How to: Fetch the SharePoint Designer Toolbox
When you start the SharePoint Designer for the first time, you will notice that everything is supposed to be carried out through the ribbon on the top. However flexible the ribbon might be, or however...
View ArticleHow to: Format a Tasks list (or, any other list) in SharePoint 2010 (through...
If you have ever worked with SharePoint before, you know how versatile and important the Tasks lists can be. In the 2007 version of SharePoint, the things you could do with the Tasks list (without...
View ArticleWhat is: Site columns, content types and lists
SharePoint 2010, just like its predecessor, supports the fundamental elements that made SharePoint 2007 such an important platform. Content types, site columns and lists. In the sense of SharePoint,...
View ArticleHow to: Create a site column in SharePoint Designer 2010
Site columns, as we discussed in a previous post, differ from list columns in that they are reusable and guarantee uniformity across the lsits that they are used with. Site columns can easily be...
View ArticleHow to: Add new property in SP2010 site collection property bag
The property bag of a site collection is a hashtable keeping key-value pairs. You can add as many as you want and access them programmatically at a later stage by a simple...
View ArticleHow to: Create a SP2010 view filtered by Group
We all know that it is easy to create a view that only displays list items to specific users. You just go into the views and create one filtered for (for example) Column “Assigned To” equals “[Me]”....
View ArticleHow to: Create a folder roll-up web part to display the number of items in...
1. add a content query web part on your page. 2. edit web part 3. define the query 4. select the list type = Document Library 5. select the content type = Folder Content Types 6. select items of Folder...
View Article