Archive for the ‘SharePoint 2010’ Category

  • SharePoint 2010 Central Admin – All The Links

    May 4, 12 • SharePoint 2010Comments Off
    SharePoint 2010 Central Admin – All The Links

    In the beginning it’s hard to find all of the links in Central Administration. There are lots of links all over the place. So I made a page called AllTheLinks.aspx It’s really simple, but really useful. Add jQuery to the site first. <asp:Content id="Content2" runat="server" contentplaceholderid="PlaceHolderMain"> <style type="text/css"> h2 { color:#288400; font-weight:normal; } </style> <script ...

  • Using the Sharepoint 2010 REST interface

    May 3, 12 • SharePoint 2010Comments Off
    Using the Sharepoint 2010 REST interface

    Here a few examples on how to do things with REST in SharePoint 2010. Given the following list: Column Type ProjectName Single line of text Status Choice Start Date and Time Description Multiple lines of text Sponsor Person or Group Related Team Lookup Project Lead Person or Group Employee Resources Person or Group Contractor Resources ...