So, you’re a front-end developer, eh? And you’ve been told that you’ll be writing code, and that it’ll be moved into a Content Management System. Called Tridion. And you can’t find out where to download it because there’s not a version on Github. There...
The Tridion Developer Summit 2016 had great sessions this year. Some sessions touched on subject unfamiliar to myself. The two day developer summit started and ended with SDL vowing to (re)focus on the core product (CMS, Translations, Media) and making...
In my previous post Creating a DXA Java Module, I started presenting the steps for creating the Tridion items on the Content Manager needed for the new DXA module. In this current post, I present the Java code and configuration for having the DXA mod...
In this Alchemy Training video, I’ll demonstrate how to use the Resource Group Class to easily add CSS and Javascript to your SDL Tridion / SDL Web GUI Extension. Alchemy Training Video 5: Adding CSS and Javascript to our Tridion … Continue reading →...
In this forth Alchemy Training Video I’ll show you how easy it is to create a popup window for your plugin. Alchemy Training Video 4: Creating a popup window from Content Bloom The code used in this video is … Continue reading → ...
When building a GUI extension it’s best to only show your functionality when relevant, this behaviour starts with the buttons you add to the Ribbon Toolbar and the Context Menu. In this third Alchemy Training video I demonstrate how to … Continue reading...
In my previous blog post Troubleshoot a DXA Java Module, I presented a solution for a very specific issue with loading a DXA Java module. Then I had the idea for this blog post -- write a short tutorial on how to write a DXA module.What follows are t...
I’ve uploaded a small project which helps with the connection and handling of SDL Tridion (SDL Web) Core Service tasks. It is available via my publish BitBucket profile here: https://github.com/chrismrgn/chrismrgn.sdl.tridion
I’ll be adding additional...