Down and Dirty SPServices Solution to Solve an Emergency Request

I got one of those “red alert”, “all hands on deck” emails this morning. Someone was trying to find all of the Document Libraries in a Site Collection with a certain name that had at least one item. They were trying to solve some specific client problem (I know not what!) and it was a…

Neat Trick to Ensure You’re Serving Up “Fresh” Script and CSS in SharePoint

This is a cool trick devised by one of my colleagues at my current client. (Confidentiality reigns supreme in client situations. Suffice it to say that this wasn’t my bright idea, but I give credit to the real thinker.) We were having trouble with caching of .js and .css files which we were deploying to the…

Rapid Solution Iteration with the Data View Web Part (DVWP) and jQuery

The other day I got a question about what I mean when I say that working with the Data View Web Part (DVWP) and jQuery can allow you to rapidly prototype solutions. In my experience, both the DVWP and jQuery allow you to rapidly iterate on a potential solution for a business use outside the normal…

Why Is jQuery Spelled the Way It Is? Direct Answer from John Resig

You’ve gotta love Twitter. Yesterday, Greg Schaefer asked in the forums for my Enhancing the User Experience with jQuery course at USPJ Academy why jQuery is spelled the way it is. I had no idea, so off to the InterWebs.  I didn’t see an obvious answer after a little Binging, so I figured I’d tweet…

Dynamic Loading of jQuery Libraries

I’ve been going back and forth with my pals @jbhoward (Jim Bob Howard),  @iOnline247(Matt Bramer), and @webdes03(Michael Greene) today about how best to dynamically load jQuery libraries.  We were all interested in the possibility of determining on the fly whether to load the jQuery library itself conditionally from an external CDN (like the Google Ajax…

Should You Use a CDN for jQuery Libraries?

I frequently have people ask me whether they should store jQuery libraries in house or reference external Content Delivery Networks (CDNs) instead. I see plusses and minuses for using the various CDNs out there. (There are several big ones: Google, Microsoft, etc.)  Reducing the ‘hits on the server’ thing is potentially one plus, but unless…