In any organization, communication is the key for success. In most organizations it is happening on Email, on Lync / Skype, via Documents on SharePoint / OneDrive or on conversation in Yammer. Enterprises across the world use Microsoft Office 365 to bolster collaborative culture, support mobility, and focus more time on core operations. Almost one in every seven people on the planet uses Office (read more at https://news.microsoft.com/... and with the seamless integration with ......
Analytics Drives Adoption - SPTechCon 2014 Presentation By BrightStarr and Webtrends from kapoorkunaal ......
Mobile support for your enterprise intranet from kapoorkunaal ......
Overview of SharePoint 2013 - App ModelPower of the app storeSharePoint Apps ......
Social Collaboration WebinarYour Opinions5 Awesome Things About Enterprise SocialEnterprise Social Drives Innovation5 Enterprise Social MythsWhitepaperOslo ......
Here is the slide deck I used today @ SharePoint Saturday Houston:Happy Sharing! CSOM (Client Side Object Model). Explained @ SharePoint Saturday Houston from kapoorkunaal ......
As we all start working on apps with SharePoint 2013 it becomes very critical to know how permissions with apps work. Firstly, we need to know that both the app and the user need permissions to perform operations spec'd for the app. It wouldn't really matter if I was a Site Admin and tried to write to a list using an App if the app itself didn't have adequate permissions and vice versa. Basically the app is making a call into SharePoint by providing the OAuth access token. SharePoint sees that no ......
How do you localize apps?Using multiple languages in JavaScript code in SharePoint 2013 apps. Step 1: Add languages in AppManifest.xmlUpdate the .resx files, that are used to localize .xml definitions, while JavaScript files are used to localize text displayed on pages with HTML and JavaScript.Step 2: Add this code to HEAD part of your (app) page:<script type="text/javascript" src="../scripts/Resources.&... runat='server' text='<%$Resources:wss,l... ......
SharePoint CSOMThe Client-Side Object Model or CSOM came out with SharePoint 2010. CSOM is accessible through client.svc but all client.svc calls must go through supported WFC entry points (supported entry points are .NET, Silverlight and JavaScript). So a developer would need to use client side proxy objects exposed by either a .NET assembly or a JavaScript library. Changes with SharePoint 2013REST Capabilities - Direct access to client.svcNew APIs - App ModelREST CapabilitiesOne of the most important ......
1. Everything is an app! Lists, libraries, sites and even calendars are now ‘Apps’. In an interesting move that will at one stroke empower end users, reduce load on overworked IT operations departments and add fuel to the already active after-market for SharePoint add-ons, Microsoft is introducing an Apps Store model with SharePoint 2013. App vs a classic solution: They provide users with the easiest discovery, purchase, and installation process. They provide administrators with the safest SharePoint ......