Fetch and save Sitecore Item in SPEAK 2 using Sitecore.Services.Client

Hello guys, yet another post about SPEAK 🙂 In this medium small post I would like to share with you how I work with Sitecore items in SPEAK. Let’s say you need to retrieve a Sitecore item, modify it and update it. In this example the Sitecore item is exposed in an url, like this: … More Fetch and save Sitecore Item in SPEAK 2 using Sitecore.Services.Client

Put JSON data in your SearchDataSource and bind it to SearchableDroplist – Sitecore SPEAK

Hello guys, I have been working with SPEAK for a while and some of the controls I’ve been using a lot are: SearchDataSource and SearchableDropList(SPEAK 2 control) The SearchableDropList is a droplist with search, the datasources you can use are: QueryDataSource SearchDataSource If you have less than 100 items then QueryDataSource is OK(since it’s using … More Put JSON data in your SearchDataSource and bind it to SearchableDroplist – Sitecore SPEAK

View visitors in real-time in Sitecore using SignalR and MongoDB

In this post I would like to continue on the real-time subject, I see a great potential in using data in real-time. So why not combine my previous posts, Real-time in Sitecore using SignalR and MongoDB(where I showed you guys how to setup real-time and storing the data in Mongodb) and Make a Google Map … More View visitors in real-time in Sitecore using SignalR and MongoDB

GoogleMap SPEAK component released in Sitecore Marketplace

In my previous blog post, Make a Google Map SPEAK component in Sitecore, I was asked if I could move it into a Sitecore package and release it on the Sitecore Marketplace. I managed to transform the blog post to a Sitecore module and released it on Sitecore Marketplace – GoogleMap SPEAK What does it … More GoogleMap SPEAK component released in Sitecore Marketplace