The Middle Tier Manifesto: An Alternative Approach to Development with Microsoft SharePoint – An Early Response

My white paper, The Middle Tier Manifesto: An Alternative Approach to Development with Microsoft SharePoint (see my prior post) has been garnering a decent amount of attention over the last few days, as I hoped it would.  I’m enjoying the discussions it is provoking, as the discussions were the whole point in the first place. I felt…

The Middle Tier Manifesto: An Alternative Approach to Development with Microsoft SharePoint

For some time now, I’ve felt the need to set down my thoughts on the power of development in the Middle Tier for SharePoint.  Today, I’m publishing the first edition of my white paper The Middle Tier Manifesto: An Alternative Approach to Development with Microsoft SharePoint.  I say ‘first edition’ because the days of spending…

Upcoming Speaking Dates and Courses: SPSDC, SPTechCon, and USPJA

Over the last week, my submissions have been accepted for two large, impressive SharePoint events. (They impress me, anyway!)  I’m also looking forward to the launch of the USPJA Academy. SharePoint Saturday DC First up is SharePoint Saturday DC (#SPSDC). On May 15th at the the NVCC Community Cultural Center in Annandale, VA, I’ll be speaking on How…

jQuery Library for SharePoint Web Services v0.5.4 Released

I released v0.5.4 of the jQuery Library for SharePoint Web Services (SPServices) last Friday, April 9.  There were quite a few important changes in the library in this release, as well as a nice new function, $().SPServices.SPAutocomplete. Before this release, there were issues with the $().SPServices.SPRedirectWithID function in MOSS.  It had been hard to nail…

What About Anonymous Writes to SharePoint Lists with Web Services? – Follow Up

In my post What About Anonymous Writes to SharePoint Lists with Web Services? the other day, I wondered why the SharePoint Web Services don’t allow anonymous updates to SharePoint lists through the Web Services, even when anonymous write access is enabled on those lists. Since then, I’ve gotten two independent answers that tell me that it just…

What About Anonymous Writes to SharePoint Lists with Web Services?

Here’s the nut of the question.  SharePoint’s Web Services fall into two main classes: those that read (generally Get* methods) and those that write. Others don’t really make sense unless you are authorized, like the Users and Groups Web Service. In situations where you are allowing Anonymous Access, it makes perfect sense to be able…

Cool Use of SPServices from SPEvilGenius (aka Daniel Walker)

Every once in a while, someone comes back to the jQuery Library for SharePoint Web Services (SPServices) site and shares something they have been doing with the library.  I read through one today that was impressive, so I thought I’d post it here so more people can read it and see what neato stuff is…

“Hello World!” Test with SPServices and SharePoint 2010: SPCascadeDropdowns

In a previous post entitled The jQuery Library for SharePoint Web Services and SharePoint 2010, I talked about the fact that the  jQuery Library for SharePoint Web Services (SPServices) basically works with SharePoint 2010.  I also promised to pursue “certification” for SharePoint 2010 on a function by function basis so that users of the library could be sure…