SPUtility 0.5 Released!

January 15th, 2011

Version 0.5 of SPUtility.js has been released onto the codeplex site! Go check it out!

» Read more…

After recently doing a lot of work heavily customizing NewForm.aspx and EditForm.aspx for a SharePoint list, I ran into a major issue after I moved my list into a publishing site. The issue appeared when I added a webpart onto my EditForm.

» Read more…

SPUtility.js version 0.4 should be getting released soon (week or so??). I wanted to put a quick post out there to highlight some of the upcoming features and fixes.
» Read more…

This post is the sequel to my first post: Autopopulate a SharePoint Form from URL.

Let’s use the same example, but this time take advantage of SPUtility.js (the open source JavaScript library I maintain).

» Read more…

Using undefined in JavaScript

August 10th, 2010

Working with JavaScript can definitely be painful, but I always love stumbling across interesting and strange features of the language. I just found wtfjs.com which led me to these two answers on stackoverflow.

» Read more…