by zebsadiq
29. January 2013 08:30
This server control will help you hide html elements which shouldn’t display in ‘display mode’ if a certain SharePoint field is empty. This must be a common requirement amongst most SharePoint projects so I’m surprised that I haven’t covered this earlier as its not commonly documented elsewhere. More...
by ZebSadiq
7. December 2010 19:55
On nearly all of the SharePoint implementations I've participated on, there has been a requirement to customise the look and feel of the search results page. This makes sense because it would be odd from the user experience for the SharePoint look and feel to change all a sudden when the user decides to search for a keyword.
Here I will try to explain how to create a custom search site template that uses one custom search results layout for all different types of search results. More...
by ZebSadiq
24. September 2010 02:26
The Summary Links control is a great way to allow content editors to add links to other content using a simple content editing method. One of the limitations of the Summary Links control is in its ability to allow rich text on the description field of an item. More...
by ZebSadiq
21. September 2010 02:29
If you’re ever creating a custom site definition for SharePoint, it is likely that you would be required to attach a site logo to the site definition and are left wondering why such an obvious property does not exist in onet.xml. Recently I came across this situation and although the work around may be known amongst the community, it is not really well documented on the web (as I discovered while trying to find one). More...
by ZebSadiq
11. August 2010 22:08
Every now and then, I come across an error that seems to be so simple, yet after trying all the obvious remedies, I'm left the wonder whether the resulting error is unsolvable by some form a memory loss in my head, or something bizarre built into the third party system which I'm trying to wrestle.
Recently I came across such a situation and I spent a bit of time trying to figure it out until a colleague told me something about SharePoint that I didn't know.More...
by ZebSadiq
5. May 2010 02:10
Many SharePoint projects require migrating existing functionality and content from the client's existing systems to a new SharePoint site. While content migration is more straight forward, existing functionality which is usually in the shape of standalone aspx pages can be difficult to accommodate within SharePoint. Here I will try to identify the options available to achieve this. More...
by ZebSadiq
8. April 2010 01:38
In some cases, one of the requirements of a SharePoint project is to provide two versions of the same SharePoint site. One with 'forms' authentication where the users information is stored in a database and the other with 'windows' authentication where the user is authenticated via the active directory. Though its easy to deal with each of these scenarios by writing separate pieces of code, it is not going to as quick as using the out of the box functionality provided by SharePoint 2007.More...
by ZebSadiq
17. February 2010 08:30
SharePoint themes are probably one of the most overlooked features of SharePoint. Many developers believe that having a custom master page that contain custom html and custom CSS eliminates the need for themes all together. However, I've recently come across scenarios that challenge such an approach to getting the look and feel required for professional looking sites using SharePoint 2007. Here I will try to illustrate my findings on this matter and hopefully help you make better informed decision about that the approach you should take in applying the look and feel required to a SharePoint site.More...
by ZebSadiq
1. February 2010 00:27
Much of the information regarding SharePoint 2007 installation on the internet has become out of date. Additionally like myself, many people will find themselves with dated installation packages and getting them even to load can be a bit tricky. I came across many issues in an attempt to do a clean install of MOSS 2007 on Server 2008. Many of these issues are generally avoided thanks to network/dev admins keeping virtualised copies of the base installations (not requiring full installations) and therefore these installation topics are often overlooked. I've tried to manifest as much helpful information as possible rooting from my own (painful) experiences.
Here is a summary of how to install MOSS 2007 on Windows Server 2008.More...