Contents tagged with SharePoint 2013
-
I presented to Alaskan SharePoint User Group
was invited by Greg Burns to present a session targeted to developer audience for Alaskan SharePoint User Group. The group has meeting last Thursday every month, and most of their meetings are hosted in-person, streamed online and recordings are posted on Youtube. You can learn more about the AKSPUG on their site www.akspug.org
-
Configuring Site Policy in SharePoint 2013 using server code
When you create Site Policy in SharePoint, you can configure its options using browser, which is particularly convenient when you have that policy configured for publishing in Content Type Hub. But, when you need to configure multiple sites with same policy, and you for any reason have to deploy multiple instances of same site policy, this browser-based editing process is not something that you would want to use. In that case, some way of configuring policy options automatically would be helpful. Read more
-
Book review: "Exploring Microsoft® SharePoint® 2013: New Features & Functions"
-
Creating Site Policy in SharePoint 2013 using server code
In our solutions we often need to create policies programmatically, to ensure easier deployment and reusability. However, ProjectPolicy class does not provide public method to create new ProjectPolicy http://msdn.microsoft.com/en-us/library/microsoft.office.recordsmanagement.informationpolicy.projectpolicy_members.aspx. [read more...]
-
Workflow Manager installation - my experience
At first, I planned to write long blog post describing my experience during installation of Workflow Manager on my development VM. However, in order not to repeat others I decided to write only quick summary of specific steps that I made in order to successfully install Workflow Manager. Click To Read more
-
“All About Apps” session recording and slides
I presented this material on Microsoft TechNet Day 2012 and meeting of Macedonian SharePoint User Group in December 2012. Embedded slides and video are below. Click To View Entry
-
1SUG SharePoint User Group session “SharePoint Apps”–recording
On Tuesday, 30.10.2012 1SUG SharePoint User Group had regular monthly meeting. One of the topics presented (and, because of Sandy, single session) was my session about “SharePoint Apps in SharePoint 2013”. Session was delivered in-person in Sarajevo, and via Lync to attendees that couldn’t join us in person. Session is recorded, Click To View Entry
-
Using Feature to apply themes in SharePoint 2013 Preview
In my previous post I wrote about applying custom theme to SharePoint 2013 site using new theming engine. I also mentioned that one approach for implementing this functionality could be to encapsulate this code in Feature receiver. In this post, I will demonstrate and explain this approach for applying custom theme to SPWeb. Our custom theming Feature will
-
How to: Apply themes using Server Object Model in SharePoint 2013 Preview
One of new functionalities introduced in SharePoint 2013 Preview is new theming engine. Themes that are managed by this new engine don’t use Office Theme .thmx format and can’t be created using PowerPoint like it was case before. New themes are based on set of xml files stored in Theme Gallery “15” subfolder (on relative path _catalogs/theme/15):
-
Accessing caller web in SharePoint hosted app (SP2013 Preview)
SharePoint apps are hot topic these days, after Microsoft announced that they will be preferred development model for next major version of SharePoint products – known as SharePoint 2013. Applications will be purchased/downloaded from Office Store, or from corporate application catalog. There are 3 application models, depending on the fact where the real app code is hosted: