borderingdotnet.blogspot.com
Bordering .NET: How to Create an HTML MasterPage for SharePoint 2013
http://borderingdotnet.blogspot.com/2012/12/how-to-create-html-masterpage-for.html
Notes on and around design and development of .net based software - especially SharePoint]. Dec 10, 2012. How to Create an HTML MasterPage for SharePoint 2013. As I have stated before, HTML MasterPages are one of the big new things in SharePoint 2013, and even if they are not always the preferred option, it may prove handy in some cases (a bit of exploration of that topic in my previous article. So the question is: how to actually go about it? 1) Create your HTML structure. Span Company A Intranet /span.
borderingdotnet.blogspot.com
Bordering .NET: Using SlickNav with SharePoint
http://borderingdotnet.blogspot.com/2014/03/using-slicknav-with-sharepoint.html
Notes on and around design and development of .net based software - especially SharePoint]. Mar 20, 2014. Using SlickNav with SharePoint. Responsive design in the word of the day, and recently full responsiveness has become more and more required in intranets too, and not only in Internet sites. This led me to trying out the SlickNav. With a SharePoint site of a customer, and was happily surprised, when everything mostly went in a truly slick manner! If you are using dynamic nodes in SharePoint navigatio...
borderingdotnet.blogspot.com
Bordering .NET: How to Create HTML Page Layouts for SharePoint 2013
http://borderingdotnet.blogspot.com/2013/01/how-to-create-html-page-layouts-for.html
Notes on and around design and development of .net based software - especially SharePoint]. Jan 15, 2013. How to Create HTML Page Layouts for SharePoint 2013. To To create an HTML PageLayout, follow these steps:. Create a starter PageLayout in Design Manager. To get started with your custom HTML PageLayout, you need to create a starter PageLayout in Design Manager and edit the HTML file created in the process. Note that this also creates the .aspx file, do not edit that file. Create a mapped folder of th...
borderingdotnet.blogspot.com
Bordering .NET: Discard AppWebs When Setting Custom MasterPages
http://borderingdotnet.blogspot.com/2014/03/discard-appweb-when-setting-custom.html
Notes on and around design and development of .net based software - especially SharePoint]. Mar 19, 2014. Discard AppWebs When Setting Custom MasterPages. I have long used a feature event receiver to set MasterPages throughout the webs. Feature event receiver, activate feature:. SPSite site = properties.Feature.Parent as SPSite;. SPWeb topLevelSite = site.RootWeb;. String WebAppRelativePath = topLevelSite.ServerRelativeUrl;. WebAppRelativePath = "/";. Foreach (SPWeb web in site.AllWebs). As I have stated...
borderingdotnet.blogspot.com
Bordering .NET: Tip: Page Layout Content Type Language Resource
http://borderingdotnet.blogspot.com/2014/04/tip-page-layout-content-type-language.html
Notes on and around design and development of .net based software - especially SharePoint]. Apr 17, 2014. Tip: Page Layout Content Type Language Resource. Property Name="ContentType" Value="$Resources:cmscore,contenttype pagelayout name;" /. Subscribe to: Post Comments (Atom). Senior consultant @ Onsight Helsinki. My blog about gadgets, tech and social media: So Tech Me. Follow me in Twitter @sannamarilka. How to Create an HTML MasterPage for SharePoint 2013. There was an error in this gadget.
borderingdotnet.blogspot.com
Bordering .NET: Accordion "Left Navigation" (Quick Launch) for SharePoint 2013
http://borderingdotnet.blogspot.com/2013/04/accordion-left-navigation-for.html
Notes on and around design and development of .net based software - especially SharePoint]. Apr 3, 2013. Accordion "Left Navigation" (Quick Launch) for SharePoint 2013. Edit 7.3.2016. Since posting this, a lot has changed both in the browser and SharePoint world. This still works, at least in IE, but there have been a whole lot of issues with it. Thus I would urge you to consider the solution by MaxYakovenko. Set dynamic css logic*/. If($('#sideNavBox .menu-item.selected').length){. Else $('#sideNavBox &...
borderingdotnet.blogspot.com
Bordering .NET: Calculated string field in Content Search Web Part
http://borderingdotnet.blogspot.com/2015/02/calculated-string-field-in-content.html
Notes on and around design and development of .net based software - especially SharePoint]. Feb 18, 2015. Calculated string field in Content Search Web Part. One of these columns was a calculated field, that combined the name information into a neat display column of [Lastname, Firstname] string. It was quite a surprise when the CEWP showed this information with an additional string;#. Resulting in a list such as this:. String;#Connor, June. String;#Mickowich, Mark. String;#Somebody, Else. Element h2....
SOCIAL ENGAGEMENT