Great SharePoint Books: ‘SharePoint Cheap Thrills’ by Ira Fuchs

Ira Fuchs has been at it again, working to make SharePoint more interesting and accessible to Real SharePoint People. What I like about Ira’s books is that they are written for people who want to get something done from start to finish. In each book, Ira takes us through how he’s built real applications. Ira’s…

From SharePoint Magazine: Variations in Multiselect Controls in Different SharePoint Language Versions

[SharePoint Magazine date=”December 23, 2010″] Consistency in one’s development practices is a critical part of generating reliable, maintainable code. Most large software contains some inconsistencies, but in your development efforts with SharePoint, you should try your best not to introduce any inconsistencies of your own. In this article, I’ll show you the effect of one…

Fix Internet Explorer Crashes with SharePoint 2013 Online Presence Indicators

Until the other day when I figured this out, every time I hovered my mouse pointer over a presence indicator on SharePoint Online, my browser – which is Internet Explorer 10 at the moment – would crash. It wasn’t some polite little crash, either. The window would freeze, the dreaded “Internet Explorer has stopped working”…

From the SPServices Discussions: Why Should I Bother to Learn XSLT?

Here’s a question from gdavis321 from the good old SPServices discussions. In most cases, I just answer the questions in situ, but occasionally – as you frequent readers know – I realize what I’m writing feels more like a blog post, so I move it over here. It seems that Spservices (thank you for this…

Single-Page Applications (SPAs) in SharePoint Using SPServices – Part 3 – GetListItemChanges

In building a Single Page Application (SPA), we’ll usually want to keep the data we’re displaying up to date. You can probably think of many examples where you see this on the Web, but newsfeeds are a prime example. While we’re sitting on the page, we see newly posted content pop up, usually on the…

SharePoint Saturday Chicago 2013 Follow Up

I can honestly say that I’m sure that everyone enjoyed SharePoint Saturday Chicago yesterday. From the location at the Hard Rock Chicago to the fantastic speaker line up (I snuck in) to the overall convivial atmosphere, it was an event to remember. Kudos go out to Kris Wagner (@SharePointKris), Doug Hemminger (@DougHemminger), Chris Geier (@chrisgeier), and Bryan Gulley (@UXJester)…

SPServices Passes 100,000 Total Downloads

Here are some numbers for the meaningless-but-fun-statistics bin. Codeplex collects a bunch of numbers for me, so I can preserve them here. Yesterday, Sunday, October 27th, 2013, SPServices crossed the 100,000 total downloads threshold. I posted the first version of SPServices (SPServices 0.2.3) on Codeplex on Aug 19th, 2009 as an alpha. That means it’s…

Should You Use the ‘var $this = $(this);’ Syntax in jQuery?

The other day I tweeted that I May succumb to this this syntax: var $this = $(this);* Because I use Hootsuite and it’s a simple button push, I also posted it to Facebook. George Winters saw it there and wondered what I meant. I was referring to a common jQuery coding practice. In the past,…