Skip to main content

Home/ Microsoft SharePoint Tips & Tricks/ Group items tagged sharepoint

Rss Feed Group items tagged

anonymous

Downloadable content for Office SharePoint Server 2007 - 1 views

  •  
    "Some of the content in the Microsoft Office SharePoint Server 2007 technical library is available in downloadable and printable form as Microsoft Office Word documents. The content in these books is a copy of selected content in the Office SharePoint Server technical library http://go.microsoft.com/fwlink/?LinkId=84739 as of the date listed for each book. For the most current content, see the technical library on the Web." - from the technet site
Eric Kraus

Customizing My Sites in SharePoint 2010 - 1 views

  •  
    Customizing My Sites in SharePoint 2010: top navigation, branding, existing personal sites, personalization sites
Johnny Harbieh

Improvements in SharePoint 2010 for Collaborative Workflows - 1 views

  •  
    Improvements in SharePoint 2010 for Collaborative Workflows
  •  
    Improvements in SharePoint 2010 for Collaborative Workflows
Eric Kraus

Visual Studio 2010 SharePoint Power Tools - 3 views

  •  
    Templates and extensions that provide a sandboxed Visual Web Part together with enhanced support for sandboxed compilation to help you develop SharePoint solutions even more productively.
Eric Kraus

A Lap Around SharePoint 2010 Sandboxed Solutions Resource Quotas - John W Powell - Site... - 0 views

  •  
    In this post, I'll demonstrate sandbox solutions resource quotas and show you what happens when they are exceeded. When sandboxed code executes, certain metrics are collected such as % processor time and # of unhandled exceptions. Timer jobs compile the metrics and calculate resource points usage. When the total resource points used exceeds the daily limit (300 points by default), the sandbox is turned off for the entire site collection.
trimantra

Working with SharePoint Search with Form Based Authentication | Trimantra Blog - 0 views

  •  
    When you configure form based authentication sometime is is need that  you disable Integrated Windows Authentication. By doing so search does not work as per expectation and you may face error. If you check in crawl log you will saw following notification error message. Error: Access is denied.
  •  
    When you configure form based authentication sometime is is need that  you disable Integrated Windows Authentication. By doing so search does not work as per expectation and you may face error. If you check in crawl log you will saw following notification error message. Error: Access is denied.
trimantra

Get Sharepoint Term's Custom Local Property values (Client Object Model) | Trimantra Blog - 0 views

  •  
    We can get values of Custom local properties of Term using Client Object Model. Register following files on your page: <SharePoint:ScriptLink ID="spPage" Name="sp.js" LoadAfterUI="true" Localizable="false" runat="server" /> <script type="text/javascript" src="../../../_layouts/15/SP.Taxonomy.js"></script>   Js code to get Custom Local Property values: $(document).ready(function () { SP.SOD.executeOrDelayUntilScriptLoaded(loadAllTerms, 'SP.Taxonomy.js'); }); //loads all existing terms function…
  •  
    We can get values of Custom local properties of Term using Client Object Model. Register following files on your page: <SharePoint:ScriptLink ID="spPage" Name="sp.js" LoadAfterUI="true" Localizable="false" runat="server" /> <script type="text/javascript" src="../../../_layouts/15/SP.Taxonomy.js"></script>   Js code to get Custom Local Property values: $(document).ready(function () { SP.SOD.executeOrDelayUntilScriptLoaded(loadAllTerms, 'SP.Taxonomy.js'); }); //loads all existing terms function…
trimantra

Create List for multilingual site in SharePoint 2013 | Trimantra Blog - 0 views

  •  
    In our previous blog we have seen that how to create site column, content type for multilingual site. Now we will create custom list for all multilingual site with different name on feature activation.   try { using (SPSite site = new SPSite(RootSiteUrl)) { SPWebCollection allWebs = site.AllWebs; foreach (SPWeb…
  •  
    In our previous blog we have seen that how to create site column, content type for multilingual site. Now we will create custom list for all multilingual site with different name on feature activation.   try { using (SPSite site = new SPSite(RootSiteUrl)) { SPWebCollection allWebs = site.AllWebs; foreach (SPWeb…
trimantra

Get Sharepoint Term's Custom Local Property values (Server side) | Trimantra Blog - 0 views

  •  
    We can get values of Custom local properties using server side code. There is no direct way to get custom local from terms. For that we need to do manual coding which is as follow:   /// Get Custom Local Property values of particular term. private void GetCustomLocalPropertyValues(Term term) {…
  •  
    We can get values of Custom local properties using server side code. There is no direct way to get custom local from terms. For that we need to do manual coding which is as follow:   /// Get Custom Local Property values of particular term. private void GetCustomLocalPropertyValues(Term term) {…
trimantra

SharePoint site migration from 2007(MOSS) to 2010 | Trimantra Blog - 0 views

  •  
    To migrate site we are using Database attach method. Configurations and setting:- Here AD of both server is same. If one (normal) user from AD is able to login in 2007 server and not able to login in 2010 then you need to set up user profile for 2010 sever.
  •  
    To migrate site we are using Database attach method. Configurations and setting:- Here AD of both server is same. If one (normal) user from AD is able to login in 2007 server and not able to login in 2010 then you need to set up user profile for 2010 sever.
trimantra

Error (The method &quot;GetItems&quot; of the type &quot;List&quot; with id is blocked ... - 0 views

  •  
    We might have seen this error several time. (The method "GetItems" of the type "List" with id is blocked by the administrator on the server )Here is my scenario. We had launched a public facing website built in SharePoint 2010. Basically this error occurs when site has anonymous access and where Client Object Model is used for accessing list on the site.
« First ‹ Previous 41 - 60 of 117 Next › Last »
Showing 20 items per page