Legal Notice
The opinions expressed herein are my own personal opinions and do not represent my employer’s view in anyway.Top Posts
- C# HttpClient POST or PUT Json with content type application/json
- Creating dynamic arrays and lists using Dynamic and ExpandoObject in C#
- Using C# HttpClient from Sync and Async code
- Run tasks in parallel using .NET Core, C# and async coding
- C# Get expiry timestamp from JWT token
- c# Async fire and forget
- HttpClient retry mechanism with .NET Core, Polly and IHttpClientFactory
Archive
Meta
Tag Archives: Experience Editor
Improve Sitecore Experience Editor Performance by Disabling Number of Locked Items Counter
The Sitecore Experience Editor is not the fastest tool in the shed, but you can improve the performance slightly by disabling the counter on the “My items” button that shows how many items you currently have locked: The setting is … Continue reading
Edit special field types in Sitecore Experience Editor – Custom Experience Editor Buttons replaces the Edit Frame
The Sitecore Experience Editor allows inline editing of simple field types like text and rich text (HTML) field, and a few complex ones like links. But editing checkboxes, lookup values, multiselect boxes, or any custom field you might have developed … Continue reading
Posted in Sitecore 7, Sitecore 8
Tagged Custom Experience Editor Buttons, Edit Frame, Experience Editor, Field Editor Button, Sitecore
1 Comment
Sitecore how to make the experience editor a great experience for your editors
In Sitecore it is very easy to toss in a few renderings on a page, set the renderings flag to “editable”, and voila, the page is editable using the Sitecore Experience Editor. But that kind of laziness often ends up … Continue reading
Sitecore register page events
A Page Event in Sitecore is a way of tracking when a user have reached a goal by executing a call to action on a specific page, for example: Downloaded a brochure Clicked your banner Done a search A page … Continue reading
Posted in c#, General .NET, Sitecore 8
Tagged Analytics, Experience Editor, Goal, Page Event, Sitecore, Tracker
Leave a comment
Extend the Sitecore FieldRenderer
The Sitecore FieldRenderer is the render controls used to render fields from Sitecore in a way that makes them page editable from the Page Editor (or Experience Editor as it is called in Sitecore 8). The FieldRenderer has been known … Continue reading
Posted in c#, Sitecore 5, Sitecore 6, Sitecore 7, Sitecore 8
Tagged Experience Editor, FieldRenderer, Page Editor, Sitecore
Leave a comment