Thursday, September 5, 2013

Performance Point Blog on MSDN

http://blogs.msdn.com/b/performancepoint/

Performance Point Stacked Bar Chart example

http://richmintzbi.wordpress.com/2012/02/27/performance-point-services-excel-like-stacked-bar-chart/

Store Data Connections in SharePoint and Use in Excel

http://blogs.office.com/b/microsoft-excel/archive/2008/10/15/using-office-data-connection-files-odc-and-the-dataconnections-web-part-in-sharepoint-to-specify-external-data-connections-in-newly-created-excel-workbooks.aspx

Reading Excel Spreadsheets from a Document Library with SSIS

See this post for the solution to authentication error when FQDN is used: http://rusco.wordpress.com/2012/08/24/allow-authentication-forwarding-when-using-webdav-with-fqdn/

Monday, May 6, 2013

JavaScript Resources

JavaScript is essential for SharePoint 2013 apps hosted in SharePoint http://www.pluralsight.com/training/Courses/TableOfContents/structuring-javascript http://www.pluralsight.com/training/Courses/TableOfContents/knockout-mvvm http://www.pluralsight.com/training/Courses/TableOfContents/single-page-apps-jumpstart http://www.pluralsight.com/training/Courses/TableOfContents/spa http://docs.angularjs.org/tutorial http://www.youtube.com/user/angularjs http://www.pluralsight.com/training/Courses/TableOfContents/bootstrap-introduction http://www.javascriptenlightenment.com/ http://tekpub.com/productions/js_uptospeed Free Interactive tutorial site http://www.codeacademy.com Not free - Book “Javascript the Good Parts” by Douglas Crockford http://www.amazon.com/JavaScript-Good-Parts-Douglas-Crockford/dp/0596517742

SharePoint 2013 Sign In as a Different User

This feature was removed; some discussion on handling http://nickgrattan.wordpress.com/2012/07/23/sign-in-as-different-user-and-sharepoint-2013/ The Stack Exchange thread: http://sharepoint.stackexchange.com/questions/57328/is-it-possible-to-package-deploy-and-use-my-own-image-for-a-ribbon-customactio The link: http://sharepointinterface.com/2013/01/22/custom-ribbon-button-image-limitations-with-sharepoint-2013-apps/ This post has the exact same issue I am facing with the app I am developing: http://social.msdn.microsoft.com/Forums/en-US/appsforsharepoint/thread/234e50a3-06cc-4fae-b15d-04808b1e6eaa/

Sunday, April 28, 2013

SharePoint 2013: Hello World remote app using CSOM

http://code.msdn.microsoft.com/officeapps/SharePoint-2013-Hello-0fd15fbf#content The sample demonstrates how to read data about the parent SharePoint site on which the app is installed by using OAuth and the SharePoint client object model (CSOM). Page load stores context token string in link button command argument to provide access to token on postback

Friday, April 26, 2013