SPServices Stories #16: Beginning SharePoint Development with KoSp – Knockout for SharePoint, REST API and SPServices

Introduction There were a few tweets from Ashok Raja today that caught my eye. Blogged: Introducing #KoSp – #Knockout binding handlers for #SharePoint 2013 and 2010 #RestAPI and #SPServices http://t.co/WC0TsfTqjf — Ashok Raja (@Ashok_Raja) September 10, 2013 Blogged: Beginning #SharePoint development with #KoSp – #Knockout for SharePoint , #RESTAPI and #SPServices http://t.co/ZQRyjsErKp — Ashok Raja (@Ashok_Raja)…

‘Essential SharePoint 2013’ Now Available

Check out the latest edition of Essential SharePoint, this time for the 2013 version of SharePoint: Essential SharePoint® 2013: Practical Guidance for Meaningful Business Results (3rd Edition) (Addison-Wesley Microsoft Technology Series). It’s authored by my friends Scott Jamison (@sjam), Susan Hanley (@susanhanley), and Chris Bortlik (@cbortlik) and is jam (see what I did there?) packed…

Thoughts on the Discontinuation of the Microsoft Masters Program by Microsoft Learning

I’m putting aside a fun post I’m working on about how my recent trip to Africa and seeing its wildlife on our safari relates to SharePoint to write this unfortunate post instead. As most of you know, Microsoft sent an email to all of its MCMs/MCSMs/MCMAs (I cannot keep acronyms – nay, initializations – straight….

Collaboration is About Behavior, Not Software

Supriyo B “SB” Chatterjee (@sbc111) shared an excellent article on SPYam last night from Adi Gaskell’s (@adigaskell) blog. In the article, Adi says: If only it was that simple. The reality is often very different however. The reality is often that most organisations are not collaborative at the moment. Employee behaviour has been ingrained through…

SPServices Stories #15: Custom Client-side Calendar Query for Office 365 SharePoint Site Using SPServices jQuery Library

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

Introduction My friend and fellow MVP Becky Bertram (@beckybertram) recently acquiesced to my suggestion to try using SPServices to solve a challenge she had in rolling up calendar items across lists. I know it may often seem that since SPServices is my hammer that I always say to whack the nails with it, but sometimes it’s…

‘Black Magic Solutions for White Hat SharePoint’ Available on Amazon

The jQuery and SharePoint book we’ve been working on over the last few months, Black Magic Solutions for White Hat SharePoint, is finished and available in the Kindle Store at Amazon. The book features information about how to use jQuery and real solutions that power users or developers can implement without any deployment to SharePoint…

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…