Dragan Panjkov
// ASP.NET blog
-
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
-
Office 365 Tip: Configuring Page Hierarchy on Public Web site
This post is intended as quick and simple guide for configuring hierarchy of pages (friendly URLs) on Office 365 Public Site collection. As Public Site does not offer users any direct to Managed Navigation configuration – as written in more details here, configuring page hierarchy can be done by using EDIT LINKS command in Top Navigation Bar:
-
Office 365 Tip: Referencing third-party JavaScript libraries in Master Pages with Design Manager
When you are converting existing HTML design to SharePoint Master Page with Design Manager, you often need to reference third-party script libraries used for functionality on pages. I recently had a case with SkelJS (version 0.4.9 ) which was used in source design to provide functionality to make pages responsive (source design was a freebie taken from Templated). During conversion Design Manager didn't change the <script> tags, but did add XML CDATA element between start and end tag, like this:
-
Quick tip: Content Type Hub in Office365
Content Type Publishing and Content Type Hub are widely used mechanism for creating and maintaining reusable set of Content Types in SharePoint. Content Type Hub helps administrators to spend less time administering Content Types across the organization by providing centralized storage for Content Types which are used in more than one Site Collection. Read more...
-
Slides and demos for session "Documents and Records Management with SharePoint 2013"
TechDay conference is conference organized by Microsoft BiH, usually during December every year. This year, conference took place on 9th December, with two parallel tracks - for Developer and IT Pro audiences. I had a session in Developer track read post here
-
Tip: Regularily reset SharePoint Timer Service during development
There is an interesting issue that can occur on development machines during development of SharePoint solutions that contain Site Templates or list templates in certain scenarios when site creation is not done manually, but using some kind of Custom Timer Job. The issue manifests in a way that even after retraction of old WSP and deployment of new WSP, even after performing IISRESET, sites created with new WSP don't have applied latest changes which are part of new WSP, but instead use (contain) functionality which is a part of the old WSP. Read full post >>
-
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"
-
Office 365 sada je dostupan poslovnim korisnicima u Bosni i Hercegovini
Od petka, 12.jula 2013. Office 365 za poslovne korisnike (Office 365 for Business) dostupan je i korisnicima u Bosni i Hercegovini.
-
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...]