Accessing Sharepoint lists with Javascript

One of the more common programming requirements when working with Sharepoint is the ability to access lists that are stored on the server.  Normally this would be accomplished by using C# and creating a new Web Part to access the list.  But with more and more Sharepoint sites being hosted by Microsoft you might not […]