Monthly Archive: July 2011

jQuery parsererror and WCF Data Services

jQuery parsererror and WCF Data Services

If you’re using WCF Data Services (REST APIs for SharePoint, for example) and you’re getting the mysterious “parsererror” error message from jQuery, chances are you’ll need to modify your scripts according to this bug report. The root of the error...

Powershell, SharePoint Solutions, and Waiting for Deployment

Powershell, SharePoint Solutions, and Waiting for Deployment

When installing SharePoint solution packages using Powershell, you’ll need to wait for the solution to be installed after calling install-spsolution before you can enable features using enable-spfeature.  As a part of an automated script, you’d like for the script to...

Chaining jQuery AJAX Calls (w/o Plugins)

Chaining jQuery AJAX Calls (w/o Plugins)

Here’s the scenario: you need to make a series of AJAX calls to process a list of objects and each call is dependent on the results from the previous call.  How can we structure this elegantly in jQuery without having...

WCF Data Services Cheat Sheet

WCF Data Services Cheat Sheet

I was working with some SharePoint REST queries and couldn’t find a good list of the operations supported by the REST API.  Namely, I was trying to figure out if it supported a “contains” operation (it does using indexof). I...

The Beauty of Mongo

The Beauty of Mongo

MongoDB is sexy.  Sexy as hell. This isn’t the first or the best intro to Mongo+.NET, but I hope this one can show you how it finally solves the object-relational disconnect with an easy to follow example. Let’s start with...

When is InfoPath Ever the Answer?

When is InfoPath Ever the Answer?

Since I’ve started working with SharePoint back in beta 2 of 2007, I’ve wondered what the infatuation with InfoPath is. Everyone from enterprise architects and business users seems to be very intrigued by it. As a more technical guy who’s...

Straight Talk from Fareed Zakaria

Straight Talk from Fareed Zakaria

An excellent interview from NPR with Fareed Zakaria. Straight talk about the problems that the US is facing and the straightforward solutions that are being defeated by politics and ideology instead of pragmatism. No better way to spend 45 minutes...

Thoughts on MongoDB

Thoughts on MongoDB

I just recently posted a short write up on Fluent NHibernate vs. Code First in Enterprise Library 4.1. I’m starting up a new pet project (or rather re-starting it after a 3 year hiatus) so I’ve been trying to figure...