I got a question recently about how the .NET version of Tridion Content Delivery figures out where your configuration files are located.
As I didn’t know all of the details, I decided to investigate and share my findings here. Continue reading
I got a question recently about how the .NET version of Tridion Content Delivery figures out where your configuration files are located.
As I didn’t know all of the details, I decided to investigate and share my findings here. Continue reading
If you’re looking to generate a sitemap.xml file, this post contains a handy TBB to use as a starting point for your development.
For anyone that would like the slides from today’s SDL Tridion community webinar here are the downloads:
Thanks Jules/SDL for having us and we’re looking forward to the next one.
Just wanted to post up a quick code snippet showing how to get a list of used items XML using the SDL Tridion 2011 core service. Why? Well previously the API typically used to work like itemType.GetListUsedItems() (where itemType is a Component or Page object etc), where as now the ‘Using’ and ‘Used’ items are read using a filter via the core service client method .GetListXML().
This post is part 3 of 3 that explains how to install the Image Map extension for SDL Tridion. Please also read the image map extension introduction and details about how to use it.
Note: This will only work on SDL Tridion 2011, that said it would be really easy to get this working on 2009, contact me if you’d like some help with it.
The Image Map tool is built using HTML and Javascript (Not my javascript, the excellent javascript of these guys), it plugs directly into multimedia components as a custom field in the multimedia schema.
Now you’ve got the Image Map extension installed, you’re now to ready to dive in and create loads of image maps
I recently spoke to someone who had the requirement for creating image maps inside SDL Tridion. Seemed like a pretty strange request as I didn’t think people still used image maps, but I thought it would make quite a cool little extension… so during a 9 hour stay over at an airport I decided to knock up a prototype.
In the past couple of months a number of great online resources have popped up to help with SDL Tridion development, implementation topics and environment configuration. These links are mostly promoted on Twitter, so in the event you have missed them, I’ve made a compilation of some favourites.
I’ve just finished upgrading a customer to SDL Tridion 2011 where part of the task involved migrating a custom application from Tridion 2009 server to the new 2011 GUI server. Â The application uses the .Net Interop library in order to create a TDSE object. Â When the code ran to impersonate the object the following exception was thrown with the message:
I’ve just read Julian Wraith’s new blog post showcasing the visual highlights of Tridion 2011.
Whilst Tridion 2009 had a visually enhanced content manager interface (GUI), this was merely a new lick of CSS to give the GUI a visual refresh over Tridion 5.X versions.