SharePoint & Office 365
Thursday, September 29, 2016
Published my first SharePoint Framework client webpart to Public CDN
›
The new SharePoint Framework is cool and awesome. I developed my first SPFx webpart and published the files to public CDN. Followed the b...
Monday, November 9, 2015
Using AngularJS and REST to display list data in SharePoint hosted app
›
AngularJS is now best way to work on the MVC pattern at client side. In this post, I will walk you through how we can display the data fro...
Wednesday, November 4, 2015
Get app web and host web title using jQuery promises in SharePoint hosted app
›
In my previous post , I talked about getting the app web title using jQuery promises. In this post we will talk about how to get the app w...
3 comments:
Using jQuery Deferred and Promises in SharePoint Hosted App
›
jQuery promises are awesome when you wanted to work with aysnc calls in SharePoint hosted app. Below is the simple example to get the Ap...
Wednesday, July 15, 2015
Setup a development environment for Apps in SharePoint 2013
›
As Apps require a DNS entry, it is difficult to create a DNS entry for development environment. Below is the post which will guide you to s...
Monday, March 16, 2015
Date column showing incorrect value for different timezone using javascript object model in SharePoint 2013
›
When you have multiple users in different zones, you will see the date value varies based on different timezone. The date which we are gett...
Tuesday, June 24, 2014
Create Lookup Site Column using Javascript object model in SharePoint 2013 / 2010
›
Sometimes we need to create a lookup column as a site column to use it in different list or use it in a content type. Below is a simple co...
›
Home
View web version