Updated SharePoint 2010 Certifications for SPServices

I just went through all of the “value-added” functions in SPServices and updated their certifications for SharePoint 2010. They were really behind the times and many were incorrect. Almost everything works great in SharePoint 2010, though there are a few functions that have some caveats. I wanted to make these updates as part of getting ready for…

Active Directory Groups vs. SharePoint Groups for User Management: The Denouement

Last week I did a post about when you might decide to use Active Directory groups versus SharePoint groups. It was less about managing the security, and more about understanding the membership of the groups. I got a *lot* of comments, emails, tweets, grumbles, and groans about the post. This seems to be a really common…

Using SPServices to Get the Display Names for a SharePoint List’s Content Types – Follow Up

A couple of weeks ago I got a question from my pal Tasha Scott (@TashasEv) about how to find the DisplayName of a Content Type on a NewForm. At the end of the code in that post, I had the comment: Well, it turned out that the “do something” that Tasha wanted was to display that…

Active Directory Groups vs. SharePoint Groups for User Management: A Dilemma

<UPDATE date=”2011-02-22″> If you find this topic interesting, you might also like to read my follow up post Active Directory Groups vs. SharePoint Groups for User Management: The Denouement </UPDATE> I’m working with a small municipality and, like I always do, I recommended that they manage user groups in Active Directory as much as possible. Then they…

Displaying Links Lists’ URLs in a Content Query Web Part (CQWP) in SharePoint 2010

I was trying to use a Content Query Web Part in SharePoint 2010 today and display the URL column from a Links list. Oddly, there’s no out of the box style for this. A little Binging, an #SPHelp tweet, and I came to the conclusion that I needed to add a new style to ItemStyles.xsl…

New Selector Notation Requirement in jQuery 1.5

In a post on February 3 entitled Issues with SPServices and jQuery 1.5, I mentioned that there were some problems with SPServices and jQuery 1.5. Since then I’ve done pretty extensive testing, and I’m convinced that the only problem is that, as of jQuery 1.5, single quotes are *required* around z:row or any other similar node selector….