#OpenToWork Available for new opportunities! Let's build something amazing together.

Get in touch

Archive for 2012

archy

Sub-Site Theme/Composed Looks Inheritance How To

With the new theme engine from SharePoint 2013 I had a few questions about how sub-sites could inherit the theme/composed looks from the parent. Let me first start with the differences between the 2010 and 2013 theme engine. Differences between SharePoint 2010 and 2013 Theme Engine In 2010 when you uploaded a PowerPoint Theme file to the theme gallery (Site Settings > Themes), it was also available to use on all sub-sites.

Read more

Migrating WCM Sites to SharePoint 2013 (SharePoint Conference – SPC12)

In this session we will discuss upgrade and migration strategies for taking an existing SharePoint 2010 WCM internet site and moving it to SharePoint 2013 – while taking advantage of the new features and capabilities for building web sites. We will demonstrate the common steps needed for migrating a site from 2010 to 2013 and provide a hand on demos for different site migration options.

Read more

Customizing the way SharePoint 2013 looks (SharePoint Conference – SPC12)

In SharePoint 2013, it’s easier than ever for end-users to make a site feel like it’s their own. But how can developers and IT Pros get involved? Find out in this deep dive into the new & improved SharePoint theming platform where you’ll learn how to integrate with product stylesheets, build your own themes, and make your own themable master pages.

Read more

Customizing Sites and Pages in SharePoint 2013 (SharePoint Conference – SPC12)

This session will cover an overview of how to customize SharePoint 2013 sites and pages – similar to the activities you would have used SharePoint Designer for with the 2010 platform. These non-workflow or branding activities include conditional formatting, customizing views, etc… If you are a SharePoint 2010 power-user that utilized SharePoint designer for page customization, this session will show you what options are available with 2013.

Read more

Step by Step: Search Development in SP2013 (SharePoint Conference – SPC12)

Come on a tour of the common development tasks needed to take advantage of the full power of SharePoint 2013 Search. Ingest content from external sources via the BCS. Enhance content prior to indexing via Content Enrichment. Pinpoint relevancy with contextual targeting with Query Rules. Leverage the Search Client Object Model to power search driven applications.

Read more

Creating Your Brand in SharePoint 2013 On-Premises or In the Cloud (SharePoint Conference – SPC12)

The process of building, branding and delivering a well-designed web site is more than just skin deep. In this session we will walk you through best practices for planning, creating and deploying engaging web sites with SharePoint 2013 for both on-premises installations as well as SharePoint Online. We will also share best practices around the branding process with lessons learned from real world SharePoint branding projects.

Read more

Step by Step: Building Search-Driven Applications in SharePoint 2013 (SharePoint Conference – SPC12)

Search-driven solutions are applications that use a search engine to drive the data access and results presentation. Simple examples of such applications include image or travel searches in Bing. Microsoft SharePoint 2013 offers developers new ways to extend search to create search-based solutions and Apps. In this session, we will build a Search-driven SharePoint app that allows a law firm to manage proposals, people, offices, and experiences.

Read more

People Search & Extensibility in SharePoint 2013 (SharePoint Conference – SPC12)

Learn about People Search capabilities in SharePoint 2013, and how to leverage external content sources (LOB) to create custom experiences based on user profile properties. Finally, learn how to deliver a user context aware personalized search experience. This session was given by Sana Khan, Mikael Svenson Summary: People are the real value of your organization

Read more

Customizing Search Experiences in SharePoint 2013 (SharePoint Conference – SPC12 – Liveblog)

Learn how to create beautiful search experiences not only in your search centers but also in your portals using the new Content Search Web Part. We will show how Display Templates that use HTML and JavaScript make creating great custom experiences easy. We will also talk about the innovative new search capabilities like Result Types in SharePoint 2013 which allows search to not just understand the query, but adapt the experience to help users find what they are looking for quickly, get answers and take action.

Read more

Introduction to the Cloud App Model for SP2013 and Office: Part 2 (SharePoint Conference – SPC12 – Liveblog)

In part 2 of this 2 part series, we will take a deeper dive into apps for Office and SharePoint. This session will focus on authentication scenarios, user experience guidance and general best practices in developing apps for Office and SharePoint. This session will take the apps from Part 1, and enhance them so that they demonstrate the best practices and guidance outlined in this session.

Read more

Quick Tip: Adding an Active Directory Group Through the Permissions Web Service

When working with the addpermission method from the permissions.asmx web service, you have the possibility to add permissions to a list or site for users or groups. When you specify a group as permissionType, you could only specify a SharePoint group that exists on the site. You are not able to specify an Active Directory group, but that does not mean that it is not possible.

Read more

How to Create a Master Page that is Available for the Composed Looks

In this post I will show you how you can create a new master page that can be selected in the Site Layouts menu when you are changing the look of your site (Site Settings > Change the look). One part that I did not cover yet, is the Site Layouts option in the Composed Looks (Site Settings > Change the look > Select a composed look) and how you can add other layouts to it.

Read more

Creating a New Font Scheme for SharePoint 2013 Composed Look

In my previous post I described how you could create a new color palette for SharePoint 2013. In this post I will describe how you could easily change the font scheme of your website by creating your own font scheme file. The first thing you need to do is download an existing font scheme from the theme gallery (Site Settings > Themes).

Read more

Creating a New Color Palette for a SharePoint 2013 Composed Look

One of the new functionalities in SharePoint 2013 is that themes are split up in multiple files. Color Palette files; Font Scheme files. When you want to create a new color palette in SharePoint 2013, you can start by going to Site Settings > Themes. In the theme gallery click on a color palette (ex.

Read more

Themes and Composed Looks in SharePoint 2013

A lot has been changed in the new version of SharePoint when working with SharePoint themes. One of the biggest changes is that it no longer works with Office themes. In SharePoint 2013 they split up all the design elements, which makes it more powerful than in the previous versions. Right now you have two different things:

Read more

Making an Image Gallery from the Asset Library: Part 2

In the previous part I showed you how to manipulate the Asset Library Thumbnail view, so that it could be used as image gallery. In this part I will do a small update to the code, so that the first image will be used for the gallery. Adding gallery images In the first part I created a gallery section which looked like this:

Read more

Making an Image Gallery Inside the Asset Library: Part 1

Recently I was at a client that wanted to have something more useable for storing and showing their event pictures. The only thing that is possible out-of-the-box in SharePoint 2010 is working with a slideshow web part and the old picture library. That gave me the idea to implement a jQuery image gallery into the Asset Library.

Read more

Do Not Remove the Horizontal Ruler in a Discussion Board Reply

This week a customer informed me that they were experiencing some problems with a web part someone developed. The web part showed the latest discussion board messages, but suddenly they received an error from the web part. In the beginning we thought that it all had to do with special characters.

Read more

Creating a Twitter Data View Web Part: SPSBE Part 3

The last XSLT demo I gave on SharePoint Saturday Belgium was about creating a Twitter web part by using a data view web part. Step 1 First of all you need to retrieve the Twitter search results as RSS feed. This can be done by navigating to the following URL: http://search.

Read more

Using XSLT Statements: SPSBE Part 2

This post explains the second demo that I showed at my SharePoint Saturday Belgium presentation. The second demo was about XSLT statements. XSLT statements are used to put a conditional test against the data source you are using. For example: If my value is equal to “deferred” than show or do this.

Read more

Selecting Data With XSLT: SPSBE Part 1

On the SharePoint Saturday Belgium I gave an introduction presentation about XSLT (Slides). In the following blog post series, consisting of three parts, I will step by step explain my given demos. Selecting Data With XSLT The first demo that I gave was about selecting data with XSLT. The best way to start with this is to create an empty web part page and use a Data View Web Part.

Read more

Discussion Board Style for the Content Query Web Part

When you want to create a rollup from all discussion board (or a specific one) in SharePoint, you will notice that the Content Query Web Part does not have an appropriate style for it. Every out of the box style from the Content Query Web Part returns the following result.

Read more

Adding Properties to Timer Jobs

Adding properties to timer jobs could be handy if you want to set the reference to a particular site collection, or if you want to set some parameters that are needed to run the job. You could add these properties just like you would add properties to a SharePoint site.

Read more

Take your SharePoint social features to the next level with “I like it” and “Tags” counters: Part 1

Social media is a trending topic these days, more and more companies start to use it. As you may know, SharePoint 2010 also got social features like for example: tagging, I like it, social comments, etc. But these social features are nothing compared to the social features like Facebook. When somebody “likes” a page or “tags” a page, it is not displayed to the other users.

Read more

Data View Web Part: Create a Google Chart With XSLT

In this post I will explain how you could create a Google Pie Chart with the use of XSLT. The data that I am going to visualize are the tasks statuses, so that you get an overview of all the tasks. The pie chart that will be used is the following: Pie Chart.

Read more

Fix: Open in New Tab not Available in the Right-Click menu of Internet Explorer

This week a client made me aware that links in the top navigation and in the quick launch (from SharePoint 2010) cannot be opened in a new tab from the Right-Click menu of Internet Explorer. If you try to do it, the option is not available. Show image Right-Click menu If you do it on a regular link, you should get the following Right-Click menu.

Read more

Reuse Page Ribbon Actions (PageStateCommands) Outside the Ribbon

This week I searched for a solution to reuse the page action buttons from the ribbon (Edit Page, Check In, Publish) in a page layout. It was a request of a client that wanted to make the page actions available on the page itself, so that it simplifies the creation/editing/publication process for the users.

Read more

Order List Items Like in a Meeting Workspace: Part 3

In the previous parts I told you how you could enable the reorder functionality and create a custom reorder action in the ribbon. In this blog post I will cover how you could open the reorder page in a SharePoint dialog window. Everywhere in SharePoint you got dialog windows. So it would be much cleaner to modify the custom action to also use a dialog box.

Read more

Order List Items Like in a Meeting Workspace: Part 2

In Order List Items Like in a Meeting Workspace: Part 1 I wrote how you could enable the order field on other lists. In this blog post I will cover how you could create a custom action to reorder the list items. Add a Custom Reorder Action to the List Open your site in SharePoint Designer 2010; Navigate to your list settings page in SharePoint Designer; Show image List Settings in SharePoint Designer Under the List Settings tab, click Custom Action -> View Ribbon; Show image Custom Action - View Ribbon In the Name textbox, fill in: Change Item Order; Select Navigate to URL under the action type, and fill in the following URL value: ~site/_layouts/Reorder.

Read more

Order List Items Like in a Meeting Workspace: Part 1

As you may or may not know, there is functionality in the Meeting Workspaces to reorder the discussion points on the agenda. This functionality enables you to change the order of the discussion points, but you can also enable this functionality on other lists. It requires some manual steps which are explained in this blog post.

Read more
Back to top