Microsoft SharePoint Conference 2011 Keynote Thoughts

The keynotes this morning at SPC11 were great Microsoft marketing. We heard about all of the hopes and dreams the product team has (probably driven to a large degree by the Marketing folks) for SharePoint use and adoption. We heard that Office365 is taking off like gangbusters and solves a whole class of somewhat unidentified…

How Many Content Types Do You Need in SharePoint?

The other day, I got a question form an ex-client about Content Types: How many content types can we reasonably have in a document management collection for a large organization, with multiple document libraries? I am proposing using around 200 content types. We are 12,000 people in 130 countries, so we are big and complex….

MetaVis Webinar “Developing in SharePoint’s Middle Tier” Wrap Up

It was great doing the webinar for MetaVis yesterday called “Developing in SharePoint’s Middle Tier“. Thanks to Dave Coleman (@davecoleman146) for the invitation to do this and the facilitation, and to Peter Senescu of MetaVis. If you haven’t looked at MetaVis’ tools for managing your SharePoint farm, whether for migration, working with your information architecture,…

Using SPServices with jQueryUI’s Autocomplete Function on InfoPath Forms in SharePoint

Yes, that title says using jQueryUI on InfoPath forms in SharePoint. InfoPath forms are fantastic, except when they just aren’t quite able to do what you want. While InfoPath can help you take your SharePoint list forms to a whole new level, there may be times when you want to add some behavior to those…

Middle Tier Magic: The SPSTCDC Web Site Speakers and Sessions Pages – Recording Available

In case you missed my Middle Tier Magic: The SPSTCDC Web Site Speakers and Sessions Pages webinar which I did a little over a week ago with Dux Sy (@meetdux), I just wanted to do a quick post about it. The webinar was my “session” for SharePoint Saturday: The Conference (SPSTCDC) since I wasn’t able…

Taming Long SharePoint List Forms Using jQuery to Break Them into Sections

Do you have any lists in SharePoint where the forms seem to go on and on, marching down the page, seemingly ad infinitum? I’ve seen lists which have over a hundred, even over 300 columns. This is a horrible thing to do to your users for so many reasons, but one of the primary reasons…

Compound Filtering in Data View Web Parts (DVWPs) with SharePoint Designer

When you build a Data View Web Part (DVWP) in SharePoint Designer, there are times when you might need compound filtering. By this, I mean something like: Show me the items where (City=”Abington” or Approval Status=”Approved”) and Approval Status!=”Pending” It’s sort of a silly example, but you should get the gist. Where you put the…