A few months ago I had a question from a prospect that had me stumped. Your product is great with content, but how does it deal with data? It took me a while to understand - more context was needed - and still today it is somewhat haunting me. To me,...
As a starting point of our 3rd post in this series of "non-binding futuristic plays", I'll start by telling you a secret that everyone except Marketing seems to have realized. Actionable analytics already exist, and they've been around for quite a while...
Currently, Tridion does not allow you to check in items that are checked out by other users. A while back, I came across this request by a client because they are concerned that a person might leave an item checked out and go on vacation for weeks. Although...
Sometimes you just need a simple WebClient to get back the results from an HTTP Post, but you need to set the timeout, this is how to do that. public class TimeoutWebClient : WebClient { public int Timeout { get ; set ; } public TimeoutWebClient() { Timeout...