<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Tridion Developer &#187; Migration</title>
	<atom:link href="http://www.tridiondeveloper.com/category/migration/feed" rel="self" type="application/rss+xml" />
	<link>http://www.tridiondeveloper.com</link>
	<description>Tridion Development portfolio and blog</description>
	<lastBuildDate>Thu, 26 Jan 2012 05:44:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Some notes about Tridion item naming</title>
		<link>http://www.tridiondeveloper.com/some-notes-about-tridion-item-naming</link>
		<comments>http://www.tridiondeveloper.com/some-notes-about-tridion-item-naming#comments</comments>
		<pubDate>Wed, 31 Mar 2010 16:02:15 +0000</pubDate>
		<dc:creator>John Winter</dc:creator>
				<category><![CDATA[Helpful Tridion tips]]></category>
		<category><![CDATA[Migration]]></category>
		<category><![CDATA[Guidlines]]></category>
		<category><![CDATA[Naming]]></category>
		<category><![CDATA[WebDav]]></category>

		<guid isPermaLink="false">http://www.tridiondeveloper.com/?p=104</guid>
		<description><![CDATA[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 [...]]]></description>
			<content:encoded><![CDATA[<p>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.</p>
<p><span id="more-104"></span></p>
<p><strong>Note:</strong> All of the below are tests performed in Tridion 2009.</p>
<p><strong>Item naming.<br />
</strong>The following rules are present:</p>
<p>The CMS GUI will not let you enter more than 250 characters when naming (the item Title field) Publications, Folders, Components and Structure groups.  This also applied to the Structure Group “directory” field.</p>
<p>I found the page ‘Title’ field has a little quirk when naming as the GUI will allow an infinite number of characters however, if you enter more than 255, you will receive an error message like the one below:</p>
<p><a href="http://www.tridiondeveloper.com/wp-content/uploads/2010/03/tridion-long-page-title.gif"><img class="alignnone size-full wp-image-105" title="tridion-long-page-title" src="http://www.tridiondeveloper.com/wp-content/uploads/2010/03/tridion-long-page-title.gif" alt="" width="640" height="191" /></a></p>
<p>The page ‘Filename’ follows the normal convention of only allowing a user to enter 250 characters.</p>
<p>Tridion will allow most special characters, with the exception of “/” but I wouldn’t recommend ever using special characters as this will only lead to problems later in life J</p>
<p>If you simply must have special chars in your naming <a title="Tridion WebDav and special chars" href="http://www.tridiondeveloper.com/tridion-webdav-path-special">this post</a> may help you should you ever need to obtain such items using WebDav.</p>
<p><strong>WebDAV paths.<br />
</strong>The maximum length of a WedDAV path (on the system tested) is 300 characters.  Which means it is very easy to exceed this limit with a combination of long folder names and a deep folder structure.</p>
<p>The best advice is to keep all naming as short as possible and again avoid special characters.</p>
<p>Final note, I&#8217;ve only experimented with the items mentioned above, but I&#8217;m sure the same rules apply to items such as Page &amp; Component templates etc.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tridiondeveloper.com/some-notes-about-tridion-item-naming/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

