Tag: SharePoint Apps

Classic SharePoint Add-ins with Office UI Fabric
Classic SharePoint Add-ins with Office UI Fabric
Blog Posts

Office UI Fabric is the new dress for Office add-ins, that perfectly marries with modern SharePoint pages using the SharePoint Framework. Besides providing a set of UI guidelines, font styles, grid layouts and icons, Office UI Fabric adds a rich collection of HTML components ready to use in your Office add-ins & SharePoint pages. Office… READ MORE

Creating a SharePoint list and Adding List Items in SharePoint Apps
Creating a SharePoint list and Adding List Items in SharePoint Apps
Blog Posts

In my previous article I explained how to read from a SharePoint list available inside a SharePoint App site. In this article my focus would be on how to create a list inside the app and how to add list items to it. The same app I used in the previous example will be used here. Here is the code available in my Default.aspx file.

SharePoint Apps the Dark Side
SharePoint Apps the Dark Side
Blog Posts

First of all, I am a proponent of SharePoint apps. As I have said many times over, SharePoint Apps make me very ‘appy, they are very app-propriate. But there are some points to consider that make a bit app-rehensive.

Using the Chrome Control in SharePoint 2013 Apps
Using the Chrome Control in SharePoint 2013 Apps
Blog Posts

In the new SharePoint 2013 App model, there are essentially two ways to host apps – within SharePoint itself or from an external web site (also known as “provider hosted” or “autohosted”). One of the disadvantages of external apps is that they don’t look or feel like SharePoint. All the familiar navigation menus and shortcuts are missing, resulting in a stark contrast between the default SharePoint visual experience and whichever app is currently being used unless the app developer went the extra mile (or ten) to style their app.