Browse by Tags

Sorry, but there are no more tags available to filter with.
I am a SharePoint Server MVP!
4 Dec 2011 1:58 PM
Body: The last couple of months have been extremely busy for me; a demanding client, Cub Scout den leader activities, user group stuff, and life in general! The best proof of this? I was awarded the MVP award for SharePoint Server while on a Cub Scout camping trip at the beginning of October and I am just now blogging about it. Not a good way to start…... Read More...
jQuery Plugin to Display SharePoint 2010 List Views
30 Aug 2011 8:39 AM
Body: I'm working on a new line of products for SharePoint Online / Office 365. A few of the pages need to display list views whose locations are unknown at design time – the lists are created on the fly and can have any title and a single page displays a view based on what the user chooses. This means that I can't use a data view Web Part because... Read More...
Hiding a SharePoint Ribbon Button with CSS
2 Aug 2011 11:17 AM
Body: I spent far too long this morning trying to hide a single ribbon button on a single page. The page is part of a sandbox solution so I couldn't do the work server side, and because the page was a one-off in a library I didn't want to use a HideCustomAction. My first attempt was CSS, but that didn't work. I assumed (incorrectly) that the reason... Read More...
Office 365/SharePoint Sandbox Service Pages in Action – Autocomplete Text Boxes
26 Jul 2011 6:38 AM
Body: A couple weeks ago I wrote about an Unorthodox Architecture for Services in SharePoint Sandbox Solutions and Office 365 . This post is about an application of this architecture to create an autocomplete text box using jQuery UI. An autocomplete field looks like this: It is a great alternative to the stock lookup field UI when the source list of the lookup... Read More...
How Office 365 Made Me Hate My Windows 7 Phone
17 Jul 2011 12:44 PM
Body: I had a hard time deciding on a title for this post. The experience I am going through is just ridiculous on so many levels and there is a lot of hate to go around. SharePoint Online in Office 365 uses claims based authentication which is cool, and it supports federated authentication and trust to let you use your corporate credentials which is even cooler... Read More...
Unorthodox Architecture for Services in SharePoint Sandbox Solutions and Office 365
15 Jul 2011 12:12 PM
Body: These days we are spending a lot of time on a series of sandbox applications that will run on Office 365. If you are a follower of this blog you know I was more than a bit disappointed in the restrictions the SharePoint 2010 sandbox implementation imposes. However, if you want to play in the sandbox, you can either just say no to requirements that aren't... Read More...
Serialization in Sandbox Solutions
3 Jun 2011 10:06 AM
Body: If you have the pleasure of writing sandbox solutions, perhaps for Office365, you know that doing so involves a wide variety of creative workarounds. Serialization is one area where this creativity comes into play. The problem with the XMLSerializer is that it creates and loads a serialization assembly on the fly. This doesn't work in the sandbox. A... Read More...
Fixing SharePoint, Claims Authentication, and Sign Out
19 May 2011 3:41 PM
Body: One of my clients has a project that includes claims based authentication with a custom identity provider (IP-STS). This part of the project has been helped by the fact that the documentation gets better each month – sometimes it seems as if the question we have was documented a few days before we needed to ask it! There is a lot of documentation... Read More...
Enabling Session State on SharePoint Foundation 2010
24 Jan 2011 5:40 PM
Body: Earlier today I was surprised to discover that the Enable-SPSessionStateService cmdlet and the associated service are not included in SharePoint Foundation. This is unfortunate because I have some bits that need session and they need to run on SPF as well as SharePoint Server. I found this post that describes a method for enabling Session on the MSDN forums... Read More...
Why There is a Shortage of SharePoint Experts
5 Aug 2010 10:30 PM
Body: This post started out as a short reply to a discussion on LinkedIn about this post: Why there is a shortage of SharePoint Experts . Once I hit the fourth paragraph I decided it made a better blog post then a comment. :) There is a shortage of SharePoint experts because the learning curve for the base technologies is large and the learning curve for the... Read More...
The Top SharePoint Server 2010 Feature Set You Probably Don’t Know About
19 Mar 2010 10:54 AM
Body: On Sunday I'm flying to Minneapolis to film the first SharePoint 2010 video for AppDev . The course is entitled Exploring SharePoint 2010 and it's as complete an overview of the 2010 stack as I could reasonably fit into 10 hours. Amazingly, SharePoint 2010 is such a deep and wide platform that there are some very interesting and exciting features... Read More...
Preventing the Use of Edit in Datasheet
15 Oct 2009 7:51 PM
Body: Sometimes you may do some serious customization to a list's forms and build related business logic that precludes the use of the 'Edit in Datasheet' feature that comes with every list. Unfortunately, there isn't an 'Allow Edit in Datasheet' checkbox anywhere on the List Settings page. Fortunately, there are a couple of ways to handle... Read More...
Code for Provisioning Sites on WSS with Navigation
18 Sep 2009 2:57 PM
Body: One thing we like to do on most of our projects is create a version control and deployment system that allows us to keep everyone on the team in sync. This is important because almost every team will have several people who are contributing content, design elements, and requirements who are not developers, in fact these people usually account for the majority... Read More...
My Apologies – Worst Presentation Ever
9 Sep 2009 1:37 PM
Body: I just got done with a Live Learning Web cast for AppDev on User Profiles and My Sites and it's hard to imagine how it could possibly have been worse. I had serious machine issues for the first 30 minutes and couldn't get my profile import configuration to save. I kept getting an error message about connecting to the database on the profile configuration... Read More...
SharePoint Developer Productivity Tip #1 – Visual Studio Project Templates
22 May 2009 4:59 PM
Body: At the second meeting of the new Atlanta SharePoint User Group , Dan Attis spoke on SharePoint development environments. His talk reminded me that I have meant for some time now to post a series about specific techniques that I use to make life as a SharePoint developer more productive. This post is the first in a series and it covers the subject of project... Read More...