Friday, May 27, 2011

JQuery 1.6 Fail ?

 

Had all sorts of problems with JQuery 1.6, I’m going back to release 1.4.2 which I like.

Wednesday, May 04, 2011

How to retrieve a SharePoint list using rest

I’m using this so often these days and I keep forgetting the url to use, so I thought I’d put it here so I could find it.

http://sp2010a/teamsite/_vti_bin/listdata.svc

To retrieve information for a single list

http://sp2010a/teamsite/_vti_bin/listdata.svc/Contacts

Or perhaps just a single contact (in this case, the one with ID = 1)

http://sp2010a/teamsite/_vti_bin/listdata.svc/Contacts(1)

Friday, March 04, 2011

iisapp R.I.P

Out of habit I still type iisapp at a cmd prompt even though its gone in IIS7. I was going to add a batch file but that’s just grasping

Reminder to self:
%windir%\system32\inetsrv\appcmd.exe list wp