Archives
Creating a Feedback Form Part 2 – Connecting the Flow
Posted on December 6, 2017 2 Comments

In my last post, I started to create a Feedback form that is using the new possibility to us PowerApps for SharePoint Online list form customization. The first part shows how to create a separated forms for View, Edit, and New action. You should check that out first because we will extend that functionality on […]
Reading Word File Content from Office 365
Posted on October 25, 2017 Leave a Comment

I had a case where I needed to read a document content from Office 365 through REST API and use that on my project. More specifically I wanted to use the content in my Word Add-in. Back then I was struggling to be able to read the content in a correct way. I didn’t find […]
Use case: List Posts – Using Widget Wrangler and AngularJS in the web part development
Posted on July 29, 2016 3 Comments
In this post, I will show you how you can create a widget or web part that show you a list of posts from SharePoint blog site. The element is done purely as client side coding. One thing that is true with SharePoint is the fact that you can do the same things in multiple […]
Your Day with Microsoft NextGen Portals
Posted on June 23, 2015 Leave a Comment
Microsoft Ignite 2015 last month was huge. Basically everything from Microsoft stack was presented there. For me all things related to modern workplaces, meaning Office 365 and SharePoint, was under the microscope. But I have to say that the information flow was a blast and it was almost impossible to digest all the new things […]
Display Template and Current Item Index
Posted on February 3, 2015 1 Comment
A little while ago we had request where we were spouse to build a content lift up that displays the latest news pages. Very common and nothing new. The solution should be done with SharePoint OOTB features (be Office 365 compatible), so I decided to use a search and search web parts like I have […]