• Posts Tagged ‘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 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 →

    Developer Dashboard in SharePoint 2010

    by  • October 31, 2010 • SharePoint 2010 • 0 Comments

    This is one of favorite new feature of SharePoint 2010.   Developer Dashboard provides Statistics and Reports about code that is executed in your SharePoint page. There are 3 modes of Developer Dashboard. On By default Developer Dashboard is switched off. To switch on Simple run the following cmdlet in SharePoint 2010 Management Shell On Demand [...]

    Read more →

    SharePoint 2010 Easy Setup Script

    by  • October 28, 2010 • SharePoint 2010 • 0 Comments

    Today Chris Johnson and I are releasing a new tool to help you setup a SharePoint 2010 developer machine. In order to make this process as easy as possible we have created a series of PowerShell scripts that automate the entire process of building a fully running and ready to go SharePoint 2010 environment. The [...]

    Read more →

    SharePoint 2010 Service Manager

    by  • August 11, 2010 • SharePoint 2010 • 1 Comment

    The SharePoint Service manager let’s you start and stop all the SharePoint 2010 services on your workstation. This is useful if you are running SharePoint 2010 on Windows 7 (or may be Vista) and don’t want SharePoint to slow your machine down when it’s not really needed. Visit http://sharepointserviceman.codeplex.com/ to know more about SharePoint 2010 [...]

    Read more →

    SharePoint 2010 convert License type

    by  • June 30, 2010 • SharePoint 2010 • 5 Comments

    SharePoint 2010 is available in 2 versions namely Standard and Enterprise. If you have installed a standard version and want to convert to Enterprise features then you can simply change the license type by Opening Central Administration Entering the new License Key by Clicking Convert farm license type Looks Simple.. But wait, Do you see [...]

    Read more →

    New SharePoint Exams available from July

    by  • June 24, 2010 • SharePoint 2010 • 0 Comments

    New SharePoint 2010 Exams Available in July Announcing the availability in July 2010 of four new SharePoint 2010 exams: 70-573:TS: Microsoft SharePoint 2010, Application Development 70-576: PRO: Designing and Developing Microsoft SharePoint 2010 Applications 70-667: TS: Microsoft SharePoint 2010, Configuring 70-668: PRO: Microsoft SharePoint 2010, Administrator Source

    Read more →