SPServices Stories #14: Create a Slide Show in SharePoint 2010 using an Announcements List and SPServices

This entry is part 14 of 21 in the series SPServices Stories

Introduction It’s been a while since I’ve posted a new SPServices Story. This one was sitting in my draft bucket for way too long, so a big sorry goes out to Trace Armstrong (@TraceBArmstrong). Trace wrote this post about using SPServices to drive a slideshow using an announcements list as the source. This is the…

Attribute Change Detection for SharePoint 2010 Row Selection

SharePoint 2010 has some quirky architecture to handle row selection in list views. We’re all familiar with this from navigating around lists. In the list views, we have a few choices on how we select rows to work with (depending on the list view settings): Clicking the checkbox to the left of each item Clicking…

Create a Business Solution, Step by Step, with No Managed Code at SPTechCon Boston 2013

[important]If you’re coming to this post late, remember that you can still save $200 by using code ANDERSON, right up the conference![/important] SPTechCon Boston 2013 is coming up fast. If you haven’t registered yet, do so by tomorrow (June 28) to get $400 off. If you use my code ANDERSON, you can get an additional…

Displaying the Most Recent Documents from All Document Libraries in a SharePoint Site

Data View Web Parts (DVWPs) are still my favorite tool in my SharePoint toolbox. Whenever I can use them to get the server to do the heavy lifting before the page is rendered, I do. jQuery and all of the fancy template libraries out there are grand, but in most cases it introduces a lag for…

SharePoint-Videos.com: JavaScript and jQuery for SharePoint 2013 Training – Online Class

Next Thursday, May 23rd, 2013, I’ll be teaching a class for SharePoint-Videos.com called “JavaScript and jQuery for SharePoint 2013”. It’s an online class that is available to everyone, but it’s filling up fast. This will be my first class fully focused on jQuery with SharePoint 2013, and I’ve had a lot of fun putting it…

SharePoint 2013’s Search Continuous Crawl: An Enigma

I’m doing some work in SharePoint 2013 and we want to take advantage of as many out of the box capabilities as possible. We’re replacing an existing Intranet that has grown up in SharePoint from 2007 to 2010, and we’d like to rebuild with as little custom code as possible, since SharePoint 2013 now contains features…

jQuery Library for SharePoint Web Services (SPServices) 2013.01 Released

Tonight I’ve released SPServices 2013.01. If you are using an earlier version of SPServices, I strongly suggest that you upgrade to this version, as you will see some performance improvements and there is some nice new functionality. Thanks to everyone who downloaded the beta and provided feedback. jQuery Promises By far the most exciting thing in this release…

Determine if a SharePoint Publishing Page Is in Design Mode (Edit Mode) with Script

Today I was working on some script for the home page of a SharePoint 2013 site which added the jQueryUI accordion behaviour to all of the Web Parts within a Web Part Zone. When I went into edit mode, it was pretty frustrating to have the accorsdions kick in, so I looked around for a way…

Comparing SPServices 2013.01 Calls with Async vs. Promises Methods

SPServices 2013.01 is almost ready for release and I’m hoping that when you see the coolness here that you’ll want to get your hands on the beta to do a little testing with it. I’ve put together a pretty simple demo page to show how great it can be to use jQuery .Deferred objects (aka…