Posted June 16th, 2009 by Eric Webb
All of this javascript goodness became useful while I was using jquery to call Sharepoint web services, specifically after I wrapped all of the functionality into a class. 1. Context – this issue arose while using jquery’s .ajax() method as so: $.ajax({ url: “../_vti_bin/lists.asmx”, type: “POST”, dataType: “xml”, data: soapEnv, complete: this.processResult, contentType: “text/xml; charset=\”utf-8\”" [...]
Posted June 10th, 2009 by Eric Webb
Here’s a good way to ensure all of your Infopath Forms open in a browser, no matter where they’re linked from: http://www.sharepointblogs.com/koning53/archive/2009/06/10/ensuring-infopath-forms-to-open-in-forms-services.aspx
Posted June 9th, 2009 by Eric Webb
A site I’ve been developing for my wife’s uncle’s business just went live: tateinsurancegroup.com. Pretty standard site so far. The one cool thing is it was done using Umbraco, an open-source ASP.Net CMS system. There were a few hiccups I encountered when first getting the site setup, but it’s proven to be a very [...]