December 2017

by

Reading Time: 6 minutes You’ve read my previous post on JavaScript frameworks, and you’ve established that you should definitely use one with your Tridion implementation. Ok. Fine. But which one? There’s so many! I’ve shared my thoughts on some JavaScript frameworks in chats, emails, and discussions. So below is a quick summary of what I’ve been saying over the

by

Reading Time: 3 minutes There’s a growing trend of ditching traditional “back-end” frameworks for dynamically rendering pages. As the interest in client-side frameworks grows, so does confusion about which one to use. There’s React! But then there’s Angular…and have you heard about Vue? What about Handlebars? But let’s back up a second. Should you even use one at all?

by

Reading Time: 2 minutes For the most part, good front-end code isn’t affected by the application that serves it. And, for the most part, good front-end code doesn’t need to be written specifically for that application. But there are some exceptions —like structuring the HTML for a title and a link when the link is optional. That’s a case

by

Reading Time: 5 minutes I’ve been working in a particular Tridion implementation for quite some time now. It doesn’t have Site EditExperience Manager set up. So when I find a page, I have to sort out in my own brain what the actual url is. And then I have to type it into a browser and actually go there.