Skip to main content

Posts Tagged ‘JavaScript’

SharePoint 2010: Firefox and SharePoint Picture Library Thumbnails

A little while ago, I was working on a project that needed to display user pictures. These pictures were to be stored in a Picture Library specific to the site collection of the application in SharePoint 2010. If the user didn’t have a picture, for whatever reason, a default silhouette picture was to be displayed […]

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