• SharePoint 2010

    Starter Corev4 CSS for SharePoint

    by  • March 23, 2012 • SharePoint 2010, Style Sheet • 0 Comments

    Most of us have come across Starter.master or Starter Master Pages in CodePlex created by Randy Drisgill. “Starter Master Pages for SharePoint are a clean, commented starting point for creating your own SharePoint 2010 branding” — Thanks to Randy Drisgrill for such an informative contribution. Inspired from Starter.master, evolved StarterCorev4.css which gives you detailed description [...]

    Read more →

    CSS Style Switcher for SharePoint Master page

    by  • March 2, 2012 • SharePoint 2010 • 2 Comments

    I recently went through a CSS Style switcher article done in JQuery and PHP – http://net.tutsplus.com/tutorials/javascript-ajax/jquery-style-switcher/ Here is the online demo for the style switcher which looks pretty neat – http://demos.net.tutsplus.com/03_jQueryStyleSwitcher/demo/ Click on Day and Night tabs to switch over the effects. You can notice that the jquery fading effect makes it a perfect switching. [...]

    Read more →

    SharePoint 2010 101 Code Samples

    by  • March 1, 2012 • SharePoint 2010 • 0 Comments

    Each code sample is part of the SharePoint 2010 101 code samples project. These samples are provided so that you can incorporate them directly in your code. Each code sample consists of a standalone project created in Microsoft Visual Studio 2010 and demonstrates a distinct feature or feature set. Each sample includes comments describing the sample [...]

    Read more →

    Creating a Search Content Source of type Web using PowerShell

    by  • February 7, 2012 • PowerShell, SharePoint 2010 • 2 Comments

    The New-SPEnterpriseSearchCrawlContentSource command in Powershell is used to create a new crawl content source for a SharePoint search application.We can view the whole set of parameters and options in this msdn article. So , when we need to create a SharePoint Search content source, using Powershell, we use the following commands- This would create a content source Clicking [...]

    Read more →

    SharePoint document convertor

    by  • December 20, 2011 • Downloads, SharePoint 2010 • 0 Comments

    SharePoint Document Converter solution gives a start on how we can leverage the Word automation Service to convert documents to formats that word can support. This project convert documents of type “DOCX” or “DOC” to any possible file type that word support like to PDF, XPS, DOCX, DOCM, DOC, DOTX, DOTM, DOT, XML, RTF, MHT. [...]

    Read more →

    SharePoint Workflow history list never gets deleted

    by  • November 21, 2011 • MOSS 2007, SharePoint 2010 • 3 Comments

    This post will help to understand the different issues and solutions with workflow history stored in MOSS 2007 and SharePoint 2010. There are organizations were numerous workflows are created that are developed using, either out of the box features or SharePoint Designer or Visual Studio developed or even third party tools like Nintex or K2. [...]

    Read more →

    CAML Viewer Web Part

    by  • November 20, 2011 • Downloads, SharePoint 2010 • 0 Comments

    One of the easier ways of creating CAML query is by creating the required view and then creating Query from it. CAML Viewer makes it even more simpler. CAML Viewer lets you view CAML query for Views and it also shows internal names for all fields. I developed this using SharePoint client object model and [...]

    Read more →