Skip to main content

Posts Tagged ‘JavaScript’

Dynamic Picture Library Slideshow that you can add to SharePoint 2010 site

The following code is a combo of JavaScript (jQuery) & little HTML. It can be pasted into a 2010 Content Editor Web Part (CEWP) to create a dynamic slideshow of a Picture Library. All you will need to do after pasting the code below into a CEWP is change the two items that are indicated […]

REST Easy in SharePoint 2010

Sharepoint 2010 includes out-of-the-box support for RESTful access to list data via the ListData.svc service. This service makes it easy to write client-side applications that consume data from SharePoint lists. The service is a significant improvement over Lists.asmx (which is still supported) in that it natively supports Atom or JSON formatted responses allowing AJAX applications […]

Load More