↧
Get the SharePoint Version Number Using JavaScript
If you’ve always wondered how to get SharePoint Version # by JavaScript, the SharePoint 2010 Client Object Model introduces the SP namespace for JavaScript (i.e. ECMAScript). Since it is used in...
View ArticleFarm, Sandbox, or Client Object Model?
When developing solutions for SharePoint 2010 there are 3 primary options for development. These options are as follows: Farm Sandbox Client Object Model (Managed, Silverlight, and Javascript) It’s...
View ArticleCreating a Dynamic Status Bar in SharePoint
In this quick example I’ll show how you can utilize a SharePoint list and the SharePoint 2010 Status Bar to provide messages to the user, which are dynamically updated every 10 seconds. And since we’ll...
View Article