(Waldek Mastykarz) Splitting long forms into multiple pages is a great idea from the usability point of view. The downside is that it requires you to create some sort of mechanism of persisting the data between the pages. The good news is that SharePoint 2010 provides you with a framework for that p
Tag: SharePoint / BI
COUNT and SIZE of all your documents in SharePoint 2010
(Nicki Borell) There are a lot of use cases and scenarios where you need to know the size and the count of the documents in your SharePoint content database.
SharePoint Productivity: 3 Best Practices for Supporting SharePoint
(Dan Holme) After your SharePoint implementation is up and running, users start to discover its capabilities and to demand solutions to business problems. How do you help users solve business problems with SharePoint?
Pretty up SharePoint 2010 mysite with showModalDialog
(John Liu) The problem with My Site, even back in the days of SharePoint 2007, is that your users get lost. It doesn’t look anything like your nice branded site. It doesn’t share the same global navigation.
PowerShell Automatic Publishing Page Builder for SharePoint 2010
(John Wefler) I’ve recently created a handy PowerShell script to create publishing pages for my SharePoint sites.
Blob Size Never Reduces When Using RBS with SharePoint 2010
(BrianGre) So last week I had a customer let me know that after configuring RBS (remote blob storage) with their SharePoint Server 2010 environment they noticed that the blob size was not reducing after they would delete a document from the SharePoint library. So we begin investigation into what it
The importance of synchronous event handlers
(Ishai Sagi) In SharePoint, we can create list item event handlers (or receivers). I have written about this in the past, and even posted some code for setting the security automatically on a list item as it is created.
jQuery and SharePoint 2010: the Basics
(bentedder) SharePoint out-of-the-box is functional, but fairly lacking when it comes to really wanting to extract and beautify your data. This is where jQuery comes in. It’s light, easy to implement, and actually hooks up with a bunch of SharePoint services when you have the right plugins. Consider
Get the Field Name from a Specified View in the SharePoint 2010
(Vijai Anand) In this article you will see how to get the field name from a specified view in the SharePoint 2010 list using ECMAScript. I have a list named “List Request” from which I need to get the field name from a particular view (for example: “All Items”).
How to do Visual Best Bets for built-in SharePoint Search
(Mikael Svenson) Marcus Johansson did a post about the use of Best Bets this morning which inspired me to write this post. Read his post for more thoughts around the use of best bets.