Tag Archives: JavaScript

Harnessing the power of the SPCalendarView control March 13th, 2012Posted: GrantComments: 1

The SPCalendarView control in SharePoint 2010 is really pretty snappy. It loads data with the slight of hand that is AJAX and leaves the user with an oh-so-pleasant user experience. So, if SharePoint developers wish to use the SPCalendarView control and deliver the same user experience with custom data; that should be pretty straight forward, right? [...]

Working with files in SharePoint from ECMA Script May 9th, 2011Posted: GrantComments: 0

Document libraries in SharePoint are quite possibly the most common type of content on a SharePoint site. Working with documents is one of the most critical activities in any enterprise content management endeavor. With that being said, if you’re developing solutions for SharePoint; there WILL come a time when you’ll need to work with documents [...]

On-Demand UI in SharePoint 2010 February 7th, 2011Posted: GrantComments: 0

The user experience in SharePoint 2010 is quite impressive. Microsoft has developed a great UI platform in the SharePoint 2010 product that brings wonderful things to developers, such as dialogs, status bars, the Ribbon and much more. SharePoint 2010 implements all of this functionality by way of a very impressive blend of JavaScript and AJAX. As one [...]