|
Browse by Tags
-
You may encounter an exception when running certain SQL Server Reporting Services (SSRS) reports. The exception message will generally say something along the lines of Operation is not valid due to the current state of the object. You may encounter this...
-
When working with SharePoint’s UI, it is often difficult to work out where in the URL structure you are. You may for instance be working at the root of a site collection, but that itself may be several layers deep. Take the following example. You...
-
One of the many pieces of functionality added in SharePoint 2010 was the dialog window, this is a nice little control implemented in JavaScript that allows us to display a “lightbox” style dialog, containing either another page within our...
-
The excellent Knockout.js library is an MVVM (Model, View, ViewModel) library. Using it you can completely abstract the logic from the presentation in your web applications, allowing dynamic and responsive UIs to be created without having to manage all...
-
Today I had a requirement to alter the title in the left hand side of the Suite bar in SharePoint 2013. This is the bar appearing at the very top of the page, by default containing the word SharePoint on the left and links to things like SkyDrive, the...
-
The User Profile Service is an incredibly powerful part of SharePoint. When used correctly it vastly improves the experience of your users by adding a real sense of personal ownership of your sites and their content. Unfortunately like any complex system...
-
Quite often when working with data within a SharePoint environment, we wish to link the data to images hosted within a third party system. This is often seen in the form of staff pictures that are hosted on a third party HR platform rather than within...
-
Recently I wrote about how you could create consistent global navigation across multiple Site Collections with SharePoint 2013. This article presents some improvements to the concept presented previously. Recap One of the new capabilities of SharePoint...
-
So you know those times when you think something is easy but then you quickly realise it isn't? I had one of those today with a SharePoint Calendar form. One of our users said they wanted to hide the All Day Event and other fields highlighted in the...
-
One of the new capabilities of SharePoint 2013 is Managed Navigation which is a perfect candidate for build cross-Site Collection navigation. Unfortunately, by default, Managed Navigation is limited to one single Site Collection. Find out how to overcome...
-
A new version of Mavention SharePoint Assets Minifier with support for Visual Studio 2012 has been released. Minifying JavaScript and CSS files has been a known performance optimization technique for quite some time now. With the release of SharePoint...
Filed under: tools, Visual Studio, Development, Performance, Best Practices, css, JavaScript, Productivity, SharePoint 2010, SharePoint 2013, visual studio 2012
-
‘Liking’ content is one of the new capabilities of SharePoint 2013. And while it works perfectly for Documents and List Items, it doesn’t seem very useful for Publishing Pages. So how would you Like a Publishing Page? ‘I Like This’ In the past many intranets...
-
When writing code it’s a common good practice to store strings separately in resource files. But how to deal with it when writing JavaScript? Client or server choose your side Writing server-side code was the way to go in the past for building SharePoint...
-
The same way as we can use JavaScript Commandlets from favorites in your browser, you can also use them in your SharePoint List Ribbon. In this example we’ll create a button in the NewForm List ribbon that will open the form in a new tab without modal...
-
When trying to open the Site Actions in Firefox the “An error has occurred with the data fetch. Please refresh the page and retry.” error is displayed. The Error When loading any page in SharePoint 2013 using Firefox you get the following error...
|
|