Tridion 2011 Sneak peek

July 31st, 2010 admin No comments

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.

Read more…

Categories: Releases, Tridion 2011 Tags:

Some notes about Tridion item naming

March 31st, 2010 admin No comments

I’ve just recently written a script which imported a load of content from flat files into Tridion.  Using the flat files, the script creates the various folders, pages and components etc that it needed.  Unfortunately I cannot share the code as the client contract permits me to do (plus it was a throw-away tool written specifically around the format of the import data) but I can share a couple of titbits that I learnt about item naming and WebDAV lengths.

Read more…

Deleting Keywords in Tridion

March 11th, 2010 admin No comments

One of the search terms entered to find this website reads “sample code to delete keywords in tridion”, which I do have a vb script for.

Read more…

Special characters within Tridion webdav URL’s

March 8th, 2010 admin 4 comments

Obtaining an item from the Tridion database can either be done via Tridion TCM ID, or using the item webdav path. The latter is always the safest bet in the event the item has been deleted and recreated or the code is being moved over different environments but if the item name contains special characters you’ll need a resource which lists what they are .

Read more…

Content Delivery API – GetTaxonomyComponentPresentations Bug

February 26th, 2010 admin No comments

From this months SDL Tridion SDL WCMS newletter there is the following note concerning a bug in the Content Delivery API.

Read more…

Categories: Tridion news Tags:

SDL Releases Tridion 2009 Service pack 1

February 26th, 2010 admin No comments

Just received some news that SDL have released the first service pack for version 2009 of their Web content management system (WCMS).  Full details after the jump.

Read more…

Categories: Tridion news Tags:

Why won’t this publication delete? – Published items

February 2nd, 2009 admin 3 comments

Within Tridion, should you need to delete a publication you need to ensure the following:

  • No pages in the publication are published
  • There are dependencies on the publication, child publications etc.

Normally it’s a simple case of un-publishing everything you need, removing these dependencies then away you go.

Read more…