Elevating Permissions with SharePoint’s Web Services

I get frequent questions about how to elevate permissions when working with the SharePoint Web Services. The answer on this one is really simple: you can’t.This has come up multiple times in the comments on the survey I’m doing about SPServices right now. Yes, right now! Please fill it out if you haven’t already, and…

Setting a Rich Text Column in a SharePoint Form with jQuery

Over in the SPServices Discussions, @PirateEric was having a problem setting the value of a Rich Text column (RTE) in a SharePoint form. He was referring to my blog post Finding the Contents of a SharePoint Rich Text Column with jQuery – And Changing It, which I’ll stand by, but the jQuery there wasn’t cutting it….

Obscure (And Not So Obscure) Bugs with Complex Dropdowns in SharePoint Forms

As I’ve written in the past, there are several types of “dropdowns” in SharePoint forms. Briefly, there are: “Simple” dropdowns – These are plain, old HTML selects; the type of dropdown you are most familiar with on the Web. SharePoint renders one of these when there are fewer than 20 options. “Complex” dropdowns – SharePoint…

Putting Together a Survey About SPServices

In recent discussions with SharePoint luminaries like Christophe Humbert (@Path2SharePoint) and others, it’s seemed like doing a survey about SPServices would be useful for everyone. I’m building it in Survey Monkey, and I wanted to ask you, the entire world, for suggestions about questions. I want the survey to be useful for everyone who uses…

New SPServices Function: SPComplexToSimpleDropdown

Last night, I finally got around to writing a function which *many* people have asked me for, and I called it SPComplexToSimpleDropdown. It’s available in SPServices v0.6.2ALPHA1, and I’d appreciate any testing you might be able to do. The function is in an alpha state, which means that while I’ve tested it, I’m not certain…

SPServices, XML, JSON, and REST–Thoughts?

Over the last few months, I’ve had a couple of requests for SPServices to emit JavaScript Object Notation (JSON) in addition to Extensible Markup Language (XML). This is probably a natural progression, as SharePoint developers are becoming more familiar with the JSON approach, which IMO has been traditionally known far better by Web developers. In my…

Mini Interview with Christian Glessner About SPServices

<UPDATE dateTime=”2011-04-27 14:36EDT”>Ooops. I misspoke when I said “that SPServices was the number one Codeplex project at the time”. It was the number one *SharePoint* project. Big difference!</UPDATE> While I was away lazing on a beach, Christian Glessner posted an interview-let he did with me in a very noisy place deep in the bowels of…