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
- Using C# HttpClient from Sync and Async code
- C# Using Newtonsoft and dynamic ExpandoObject to convert one Json to another
- c# Async fire and forget
- Creating dynamic arrays and lists using Dynamic and ExpandoObject in C#
- An existing connection was forcibly closed by the remote host
- Using Sitecore Field Validators
Archive
Meta
Tag Archives: webservice
Could not post to my webservice
Have you noticed that when calling a web service from JavaScript using POST (or GET for that matter), the call will work fine on your local development server, but when the thing is put into production it will fail? This … Continue reading
Sitecore: Adding your own buttons to the RichText editor
It’s surprisingly easy to add your own functionality to the Sitecore Rich Text editor. First you need to register your button in Sitecore: /system/settings/Html Editor Profiles/Rich Text Default/Toolbar 1 Duplicate an existing button and you will have added a new … Continue reading
Posted in Sitecore 5, Sitecore 6
Tagged RadEditor, RichText Editor, SheerUI, Sitecore, webservice, XMLHTTP
2 Comments