<?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>Julian Wraith</title>
	<atom:link href="http://www.julianwraith.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.julianwraith.com</link>
	<description>CMS expert, entrepreneur and autodidact.</description>
	<lastBuildDate>Wed, 11 Aug 2010 10:12:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>JQuery as a Tridion GUI extension</title>
		<link>http://www.julianwraith.com/2010/08/jquery-as-a-tridion-gui-extension/</link>
		<comments>http://www.julianwraith.com/2010/08/jquery-as-a-tridion-gui-extension/#comments</comments>
		<pubDate>Wed, 11 Aug 2010 10:11:20 +0000</pubDate>
		<dc:creator>Jules</dc:creator>
				<category><![CDATA[Asides]]></category>
		<category><![CDATA[SDL Tridion]]></category>
		<category><![CDATA[Web Content Management]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[SDL Tridion 2009]]></category>

		<guid isPermaLink="false">http://www.julianwraith.com/?p=562</guid>
		<description><![CDATA[Cool coding goings on in the world of Yoav. Experiments with JQuery and the Tridion GUI.]]></description>
			<content:encoded><![CDATA[<p>Cool coding goings on in the world of Yoav. Experiments with <a href="http://yoavniran.wordpress.com/2010/08/07/using-jquery-for-tridion-gui-extensions/" target="_blank">JQuery and the Tridion GUI</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.julianwraith.com/2010/08/jquery-as-a-tridion-gui-extension/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Retro Computing: HTML 2.0</title>
		<link>http://www.julianwraith.com/2010/08/retro-computing-html-2-0/</link>
		<comments>http://www.julianwraith.com/2010/08/retro-computing-html-2-0/#comments</comments>
		<pubDate>Mon, 09 Aug 2010 07:31:13 +0000</pubDate>
		<dc:creator>Jules</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[html 5.0]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://www.julianwraith.com/?p=538</guid>
		<description><![CDATA[To read this article in HTML 2.0, click here. To read it in HTML 4.0, click here. There is allot of talk at the moment about HTML 5 and far be it from me to jump on the blog post band wagon and post something about HTML 5. For instance, I did not post anything [...]]]></description>
			<content:encoded><![CDATA[<p><em><a href="http://www.julianwraith.com/wp-content/uploads/2010/08/html.jpg"><img class="alignright size-thumbnail wp-image-554" title="html" src="http://www.julianwraith.com/wp-content/uploads/2010/08/html-150x150.jpg" alt="" width="150" height="150" /></a>To read this article in HTML 2.0, click <a href="/julian/content/RetroComputingHTML20.html">here</a>. To read it in HTML 4.0, click <a href="/?p=538" target="_self">here</a>.</em></p>
<p>There is allot of talk at the moment about <a href="http://en.wikipedia.org/wiki/HTML5" target="_blank">HTML 5</a> and far be it from me to jump on the blog post band wagon and post something about HTML 5. For instance, I did not post anything about Day being purchased by Adobe and my feelings about the impending doom to Day customers who fell in love with Day’s great technical marketing and Open Source strategy. My feeling is just that, a feeling, and Adobe and Day tell us this is not the case so I probably should not worry. Anyway, I digress. I have been looking at HTML 5 and it looks to be the best thing to happen to the web since&#8230; well since ever.</p>
<p>Since it become geek cool to have a web page, I have had one. That is not to say I was cool, but at least I tried. I have had many, many websites; some successful, others not. In all of those sites there was probably millions of lines of code, some written in beautiful HTML and others written in the crappiest hacked code you have ever seen.</p>
<p>Way back when I started, there was no HTML standard. HTML 2.0 (November 1995) was the first standard and was versioned as 2.0 to separate it from the many informal HTML versions that were around since 1990. Building out pre 2.0 websites using VI, Netscape Navigator browser on our HP-UX terminals seemed like the cutting edge (it was) but now is somewhat laughable when I think about my current development environment and my browser on my phone. By the year 2000, HTML 2.0 was obsolete&#8230;</p>
<p>HTML 2.0 defined many features, that we now take for granted, for the first time; HTML, HEAD and BODY all made an official appearance as well as LINK and TITLE. But missing from 2.0 would be things like STYLE (HTML 3.2), DIV (HTML 3.2) and even CENTER (HTML 3.2 and already deprecated) &#8211; they might have been available but they were not standard and only available to some browsers. LINK allowed links to style sheets but there was no standard for style sheets and few browsers could even implement the CSS1 standard when it was released a year later (IE 5 was the first to a have full (99%) support for CSS and that was in 2000). To my surprise the trusted BLINK and MARQUEE have never been in a standard, it seems that someone at W3C had some good taste.</p>
<p>Without STYLE and DIV elements, modern web designer would be unable to make any modern design look even passable. But with my trustee P tag at hand and a TABLE or two we can get something like a nice design and get it validated against the 2.0 standard. Oh wait, there is no TABLE element in 2.0 as that was introduced in 3.2. I shall put away the single pixel gif, I have in case of emergencies, for another day.</p>
<p>Other resources:</p>
<ul>
<li><a href="http://en.wikipedia.org/wiki/HTML5" target="_blank">HTML 5 on Wikipedia</a></li>
<li><a href="http://www.w3.org/MarkUp/html-spec/" target="_blank">W3C HTML 2.0 Materials</a></li>
<li><a href="http://ftp.ics.uci.edu/pub/ietf/html/rfc1866.txt" target="_blank">HTML 2.0 Standard</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.julianwraith.com/2010/08/retro-computing-html-2-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Experimenting with mobile</title>
		<link>http://www.julianwraith.com/2010/08/experimenting-with-mobile/</link>
		<comments>http://www.julianwraith.com/2010/08/experimenting-with-mobile/#comments</comments>
		<pubDate>Tue, 03 Aug 2010 07:30:30 +0000</pubDate>
		<dc:creator>Jules</dc:creator>
				<category><![CDATA[Asides]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[mobile]]></category>

		<guid isPermaLink="false">http://www.julianwraith.com/?p=536</guid>
		<description><![CDATA[So I decided to add a mobile plug-in on this site so that the site is a little bit more readable on a mobile device. It says it looks nice on the iPhone and it does. I have no idea how it looks on any other device. Information would be appreciated!]]></description>
			<content:encoded><![CDATA[<p>So I decided to add a mobile plug-in on this site so that the site is a little bit more readable on a mobile device. It says it looks nice on the iPhone and it does. I have no idea how it looks on any other device. Information would be appreciated! </p>
]]></content:encoded>
			<wfw:commentRss>http://www.julianwraith.com/2010/08/experimenting-with-mobile/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SDL Tridion 2011 Visual highlights</title>
		<link>http://www.julianwraith.com/2010/07/sdl-tridion-2011-visual-highlights/</link>
		<comments>http://www.julianwraith.com/2010/07/sdl-tridion-2011-visual-highlights/#comments</comments>
		<pubDate>Fri, 30 Jul 2010 09:07:01 +0000</pubDate>
		<dc:creator>Jules</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[SDL Tridion]]></category>
		<category><![CDATA[2011]]></category>
		<category><![CDATA[CMS]]></category>
		<category><![CDATA[GUI]]></category>
		<category><![CDATA[wcm]]></category>
		<category><![CDATA[Web Content Management]]></category>

		<guid isPermaLink="false">http://www.julianwraith.com/?p=519</guid>
		<description><![CDATA[Recently I attended the bootcamp of the 2011 Community Technology Preview, a preview for existing partners and customers of the latest version of SDL’s WCMS, SDL Tridion 2011. What has changed the most &#8211; or rather the most obvious change &#8211; is the Content Manager Explorer also known as the Tridion GUI. In 2011, apart [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.julianwraith.com/wp-content/uploads/2010/07/2011.png"><img class="alignright size-full wp-image-520" title="2011" src="http://www.julianwraith.com/wp-content/uploads/2010/07/2011.png" alt="" width="200" height="51" /></a>Recently  I attended the bootcamp of the <a href="http://www.sdltridionworld.com/articles/ctp_sdltridion2011.aspx" target="_blank">2011 Community Technology Preview</a>, a  preview for existing partners and customers of the latest version of  SDL’s WCMS, SDL Tridion 2011.</p>
<p>What  has changed the most &#8211; or rather the most obvious change &#8211; is the  Content Manager Explorer also known as the Tridion GUI. In 2011, apart  from running on all the major browsers and also an <a href="http://www.youtube.com/watch?v=PVpl0ejlDq4" target="_blank">iPad</a>, it features a redesign that  will be familiar to existing users but also taking on board lots of new  usability features.</p>
<p><a href="http://www.julianwraith.com/wp-content/uploads/2010/07/gui.png"><img class="aligncenter size-medium wp-image-521" title="gui" src="http://www.julianwraith.com/wp-content/uploads/2010/07/gui-300x182.png" alt="" width="300" height="182" /></a><br />
<br clear="all" /></p>
<p>One  of the nicest features of the new interface is the ribbon toolbar. On  the current version of Tridion, the buttons on the toolbar are somewhat  hard to see and can make it difficult to see what the particular button  is supposed to do. The ribbon features a big icon and some text as well  which should make finding the function you want easy.</p>
<p><a href="http://www.julianwraith.com/wp-content/uploads/2010/07/ribbon_closeup.png"><img class="aligncenter size-medium wp-image-523" title="ribbon_closeup" src="http://www.julianwraith.com/wp-content/uploads/2010/07/ribbon_closeup-300x114.png" alt="" width="300" height="114" /></a><br />
<br clear="all" /></p>
<p>If you don’t like the ribbon you can always collapse the ribbon down to the more traditional row of icons.</p>
<p><a href="http://www.julianwraith.com/wp-content/uploads/2010/07/closed_ribbon_closeup.png"><img class="aligncenter size-medium wp-image-527" title="closed_ribbon_closeup" src="http://www.julianwraith.com/wp-content/uploads/2010/07/closed_ribbon_closeup-300x108.png" alt="" width="300" height="108" /></a><br />
<br clear="all" /></p>
<p>Two  more features I would like to highlight. Gone are the tabs on the  publishing queue and it now shows you all options in the same area. It’s  common for me to forget that I have other options on the other tab, so  having them all in one place is better for the old folk like myself.</p>
<p><a href="http://www.julianwraith.com/wp-content/uploads/2010/07/publishqueue.png"><img class="aligncenter size-medium wp-image-524" title="publishqueue" src="http://www.julianwraith.com/wp-content/uploads/2010/07/publishqueue-300x240.png" alt="" width="300" height="240" /></a><br />
<br clear="all" /></p>
<p>And  then lastly I want to show you another nice feature. Error messages  in-line to the interface, so now the option to feed more back to the  user about what is going on. If you missed a message, you can also get a  list back of the message history.</p>
<p><a href="http://www.julianwraith.com/wp-content/uploads/2010/07/error.png"><img class="aligncenter size-medium wp-image-525" title="error" src="http://www.julianwraith.com/wp-content/uploads/2010/07/error-300x182.png" alt="" width="300" height="182" /></a><br />
<br clear="all" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.julianwraith.com/2010/07/sdl-tridion-2011-visual-highlights/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Gravatar.NET</title>
		<link>http://www.julianwraith.com/2010/07/gravatar-net/</link>
		<comments>http://www.julianwraith.com/2010/07/gravatar-net/#comments</comments>
		<pubDate>Fri, 16 Jul 2010 07:38:01 +0000</pubDate>
		<dc:creator>Jules</dc:creator>
				<category><![CDATA[Asides]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[gravatar]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://www.julianwraith.com/?p=513</guid>
		<description><![CDATA[Friend and coworker, Yoav, as released his Gravatar.NET version of the Gravatar public API. Looks good and fingers cross for many downloads&#8230;]]></description>
			<content:encoded><![CDATA[<p>Friend and coworker, Yoav, as released his <a href="http://yoavniran.wordpress.com/2010/07/15/announcing-gravatar-dotnet/" target="_blank">Gravatar.NET version</a> of the <a href="http://en.gravatar.com/" target="_blank">Gravatar</a> public API. Looks good and fingers cross for many downloads&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.julianwraith.com/2010/07/gravatar-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Note to self&#8230;</title>
		<link>http://www.julianwraith.com/2010/07/note-to-self/</link>
		<comments>http://www.julianwraith.com/2010/07/note-to-self/#comments</comments>
		<pubDate>Thu, 15 Jul 2010 12:31:32 +0000</pubDate>
		<dc:creator>Jules</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[personalization]]></category>
		<category><![CDATA[sweex]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[visual studio]]></category>

		<guid isPermaLink="false">http://www.julianwraith.com/?p=498</guid>
		<description><![CDATA[Wow, it’s been a while since I wrote anything and my head is brimming with ideas on things to blog about. Now, I could come up with an army of excuses why I did not blog&#8230; such as, &#8220;I have moved house&#8221; or &#8220;I spent time today cleaning next doors cat’s vomit from my path&#8221;. [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.julianwraith.com/wp-content/uploads/2010/07/catvomitsign.jpg"><img class="alignright size-medium wp-image-505" title="catvomitsign" src="http://www.julianwraith.com/wp-content/uploads/2010/07/catvomitsign-205x300.jpg" alt="" width="171" height="251" /></a>Wow, it’s been a while  since I wrote anything and my head is brimming with ideas on things to  blog about. Now, I could come up with an army of excuses why I did not  blog&#8230; such as, &#8220;I have moved house&#8221; or &#8220;I spent time today cleaning next  doors cat’s vomit from my path&#8221;. But all in all they are just good  excuses not to post rather than actual reasons. All of these things have  also even stopped me opening Twitter each day. Today I found all sorts  of information in there, including the fact that the company I work for,  SDL, has taken over <a href="http://www.sdl.com/en/events/news-PR/2010/sdl-announces-acquisition-of-language-weaver.asp" target="_blank">Language Weaver</a>.  Moments later I found this news in my email inbox; maybe I should work  bottom to top on my emails?</p>
<p><a href="http://www.julianwraith.com/wp-content/uploads/2010/07/clonedetective.png"><img class="alignleft size-medium wp-image-504" title="clonedetective" src="http://www.julianwraith.com/wp-content/uploads/2010/07/clonedetective-300x200.png" alt="" width="228" height="152" /></a>Anyway, I wanted to share two things that I  wanted to write about but did not get the chance so far (blah, blah).  First up is <a href="http://clonedetectivevs.codeplex.com/" target="_blank">Clone Detective</a>. My  current project is undergoing some re-factoring both in approach and  content. A natural progression of a project running this long, things  change and thus we must change also. One of the things being addressed  is the code that has been written and how good it is. In my part of the  work on this I came across Clone Detective for Visual Studio; this neat  tool discovers how much of your code is duplicated allowing you to see  what methods you can merge and how you can restructure the code. In this  particular case, 25% of the code was duplicated which is way more than  you would have ever spotted with the naked eye. Even if you write great  code, I think this is well worth downloading.</p>
<p>Next, for the new  house (did I mention that?) I had to install a new wifi network. I opted  for a N class wifi network hoping that even poor connectivity would  give me a decent connection. The curse of any wifi network is that,  unless you are sitting next to the access point, your connection is  bound to be suspect. Whilst annoying, a long Ethernet cable is usually  allot faster. To make this all happen, I needed to purchase a new wifi  adapter and grabbed a Sweex wifi adapter from MediaMarkt. I chose it  mainly because the price was right (read: cheap) and I figured it would  work just as well as any of the others. Well good news it did! But this  tale is not of the adapter itself but what was in the box.</p>
<p>In the box was a note  from the founder of <a href="http://www.sweex.com/nl/home" target="_blank">Sweex</a>, Leon. It reads:</p>
<p style="text-align: center;"><em>&#8220;I had a dream</em></p>
<p style="text-align: center;"><em>Some time ago I had a  dream in my sleep.</em></p>
<p style="text-align: center;"><em>I dreamt that I was shipping millions of boxes around the  world</em></p>
<p style="text-align: center;"><em>(which  is exactly what my company Sweex is doing).</em></p>
<p style="text-align: center;"><em>And inspite of useful  products in them,</em></p>
<p style="text-align: center;"><em>I experienced an empty feeling in myself.</em></p>
<p style="text-align: center;"><em>I sat with the dream  for a while and pondered over it.</em></p>
<p style="text-align: center;"><em>Then I realized &#8211; I needed to fill the  boxes with my wish for you.</em></p>
<p style="text-align: center;">
<p style="text-align: center;"><em>Here is the content:</em></p>
<p style="text-align: center;">
<p style="text-align: center;"><em>&#8220;Dear receiver of the  box, from the bottom of my heart I wish you a life full of happiness,  peace and wellbeing&#8221;</em></p>
<p style="text-align: center;">
<p style="text-align: center;"><em>Now the boxes are full.</em></p>
<p style="text-align: center;">
<p style="text-align: center;"><em>Leon</em></p>
<p style="text-align: center;"><em>founder and owner of  Sweex&#8221;</em></p>
<p>WOW. As a result, I  will buy more Sweex products because, unlike all the other companies out  there, it seems this guy cares about me. OK, maybe not really, but at  least I was made to feel this way and he also made this more personal  than any website could ever do, because after all I had a piece of  paper, in my hand, in front of me now, even when the website was closed.</p>
<p>As  a result I have made a mental promise to write more notes to people to  say something to them, but first I will write a note to myself to write  more blog posts!﻿</p>
]]></content:encoded>
			<wfw:commentRss>http://www.julianwraith.com/2010/07/note-to-self/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Fall in love with SDL Tridion publishing</title>
		<link>http://www.julianwraith.com/2010/04/fall-in-love-with-sdl-tridion-publishing/</link>
		<comments>http://www.julianwraith.com/2010/04/fall-in-love-with-sdl-tridion-publishing/#comments</comments>
		<pubDate>Thu, 22 Apr 2010 11:50:59 +0000</pubDate>
		<dc:creator>Jules</dc:creator>
				<category><![CDATA[SDL Tridion]]></category>
		<category><![CDATA[CMS]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[publishng]]></category>
		<category><![CDATA[SDL]]></category>
		<category><![CDATA[wcm]]></category>
		<category><![CDATA[Web Content Management]]></category>

		<guid isPermaLink="false">http://www.julianwraith.com/?p=485</guid>
		<description><![CDATA[I try never to write about SDL Tridion related topics and whilst it is useful to the SDL Tridion Community, I want to write about other things. However, it has been too long since I have written and I had to do something soon…  so here I am again and I decided to look into [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.julianwraith.com/wp-content/uploads/2010/04/photo_big_heart_pc.jpg"><img class="alignright size-medium wp-image-493" title="Love your computer" src="http://www.julianwraith.com/wp-content/uploads/2010/04/photo_big_heart_pc-300x198.jpg" alt="" width="300" height="198" /></a>I try never to write about <a href="http://www.sdltridion.com/" target="_blank">SDL Tridion</a> related topics and whilst it is useful to the <a href="http://www.sdltridionworld.com/" target="_blank">SDL Tridion Community</a>, I want to write about other things. However, it has been too long since I have written and I had to do something soon…  so here I am again and I decided to look into publishing with SDL Tridion.</p>
<p><strong>What is publishing?</strong></p>
<p>In short, Publishing is the mechanism SDL Tridion uses to put content on a presentation environment. Content and Templates are rendered together and HTML, XML, JSP etc. comes out the other side. When you chose to publish something, you start a chain reaction that sees your content successfully published on your website. During that process SDL Tridion makes sure all your dependencies are taken care of. That single item you chose to publish might lead to a few more items being published so that the website has no errors or inconsistencies in the content.<br />
There are a number of factors that influence how publishing behaves and how you, as a user, can get along with it. The basic factors are:</p>
<ul>
<li>The implementation</li>
<li>The content</li>
<li>The hardware</li>
</ul>
<p><strong>So what do we want from publishing? </strong></p>
<p>Mostly you want content there as soon as possible so you can move onto the next task. However, there are allot of other people doing the same thing and on large scale environments or environments with challenges on performance you might have to queue up.</p>
<p><strong>So what can you do?</strong></p>
<p>You need to publish content in a way that ensures the least stress and maximizes the available time for publishing. So I have gathered here some tips that might help you.</p>
<p><strong>Publish Structure Groups</strong></p>
<p>When you publish anything in SDL Tridion, the number of items you select in the Content Management Explorer equals the number of jobs in the publishing queue. Each job in the queue must be completed separately and therefore has all the overhead of being treated as a separate job. However, if you want to publish allot of pages, for example; part of your site, then it makes sense to publish the Structure Group rather than all the individual pages. It will take just as long to get the task done, just with less overhead. If you are worried about failures then use the failure tolerance setting on the Advanced tab of the publishing dialog.</p>
<p><strong>Use priority publishing</strong></p>
<p>Most users have found the priority option in the publishing dialog. It allows you to change the standard priority to change how the publisher will pick up your publishing job. High = it goes first, Low = it goes last. Normal is everything in between. Using Low priority is handy to be able to use the available publishing time of your servers without getting in the way of normal work. So for example, you need to roll out a future site to Staging; then use low priority publishing. It will get there as soon as the publishers have time to deal with it.</p>
<p><strong>Publish on off peak hours</strong></p>
<p>I looked at the number of items published per day for one of my customers recently. It went like this.</p>
<ul>
<li>Wednesday: 16952</li>
<li>Thursday: 21829</li>
<li>Friday: 13279</li>
<li>Saturday: 1</li>
<li>Sunday: 14</li>
<li>Monday: 1527</li>
<li>Tuesday: 2681</li>
<li>Wednesday: 357</li>
</ul>
<p>Notice anything? Many items that could have been published were not because they did not use the weekend. The servers were not turned off; they sat there wasting that publishing time for nothing. So, scheduling a task for the weekend (or even evening) could make better use of the time available.</p>
<p><strong>Publish to staging or live but not to both </strong></p>
<p>Too often I see publishing jobs in a queue that are the same item but going to two different places and those two places are often Staging and Live. The staging site does need to be up to date, but Live is much more important and the process should be that once you are satisfied with your content you publish it to live, so why republish it to staging? If you must publish to staging then make it low priority or maybe schedule a complete republish to Staging in the weekend (see above). To enable low priority publishing all the time you can set the default priority to low on a Publication Target. That way all jobs going to Staging would be low priority and you never need to remember to set it.</p>
<p><strong>Check the details of what you are about to publish</strong></p>
<p>Before you publish, take a look at what will publish and make sure it is what you expect. You can do this using the “See items to Publish” button in the bottom left of the publishing dialog.<br />
<a href="http://www.julianwraith.com/wp-content/uploads/2010/04/publish_dialog.jpg"><img class="size-medium wp-image-486 alignnone" title="publish_dialog" src="http://www.julianwraith.com/wp-content/uploads/2010/04/publish_dialog-300x184.jpg" alt="" width="300" height="184" /></a>
<div style="clear:both;"></div>
<p><strong>Plan your roll outs</strong></p>
<p>When rolling out websites, plan how you are going to do it and leave enough time to get everything done without impacting regular business.</p>
<p><strong>A watched pot never boils</strong></p>
<p>Refreshing the publishing queue frequently might give us the satisfaction that we know that the job was completed as soon as its status is changed to “success”, but in reality it does not make the job go quicker. You might also want to change the filtering options so you only see your own successful tasks.  And do not forget, if it is in the queue, it will get published; it just has to wait its turn.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.julianwraith.com/2010/04/fall-in-love-with-sdl-tridion-publishing/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>SDL Tridion MVP award</title>
		<link>http://www.julianwraith.com/2010/03/sdl-tridion-mvp-award/</link>
		<comments>http://www.julianwraith.com/2010/03/sdl-tridion-mvp-award/#comments</comments>
		<pubDate>Thu, 04 Mar 2010 10:12:54 +0000</pubDate>
		<dc:creator>Jules</dc:creator>
				<category><![CDATA[SDL Tridion]]></category>
		<category><![CDATA[Web Content Management]]></category>
		<category><![CDATA[community]]></category>
		<category><![CDATA[mvp]]></category>
		<category><![CDATA[wcm]]></category>

		<guid isPermaLink="false">http://www.julianwraith.com/?p=476</guid>
		<description><![CDATA[It has been a while since this really happened but I have been so busy that I have not had time to post anything about it. Since I last wrote, I was awarded an SDL Tridion MVP award for my work for SDL Tridion in and around the community. Next to me there 9 other [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.julianwraith.com/wp-content/uploads/2010/03/MVP-award-2010-logo_web.png"><img class="alignright size-full wp-image-477" title="MVP-award-2010-logo_web" src="http://www.julianwraith.com/wp-content/uploads/2010/03/MVP-award-2010-logo_web.png" alt="" width="200" height="117" /></a>It has been a while since this really happened but I have been so busy that I have not had time to post anything about it. Since I last wrote, I was awarded an <a href="http://www.sdltridionworld.com/community/mvp_award/mvp-award-2010.aspx" target="_blank">SDL Tridion MVP award</a> for my work for <a href="http://www.sdltridion.com/" target="_blank">SDL Tridion</a> in and around the community. Next to me there 9 other individuals who also received the award. These 9 together with me were selected by a panel formed from SDL employees, partners and freelancers.</p>
<p>I extend my congratulations to my fellow MVPs and hope for good things in the future&#8230;</p>
<p>You can learn more about the MVP awards for SDL Tridion and see the full list of <a href="http://www.sdltridionworld.com/community/mvp_award/mvp-award-2010.aspx" target="_blank">recipients</a> on <a href="http://www.sdltridionworld.com/community/mvp_award/mvp-award-2010.aspx" target="_blank">SDL Tridion World</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.julianwraith.com/2010/03/sdl-tridion-mvp-award/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Crockford on Javascript</title>
		<link>http://www.julianwraith.com/2010/02/crockford-on-javascript/</link>
		<comments>http://www.julianwraith.com/2010/02/crockford-on-javascript/#comments</comments>
		<pubDate>Thu, 11 Feb 2010 17:00:13 +0000</pubDate>
		<dc:creator>Jules</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[crockford]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://www.julianwraith.com/?p=463</guid>
		<description><![CDATA[Last week (just to show how long it takes me to think about posting) I had the pleasure to drop into Yahoo&#8217;s Sunnyvale offices to see Douglas Crockford lecture on JavaScript. This was part two in a series of lectures by Yahoo&#8217;s senior JavaScript Architect and author. The lecture was very good (and quite detailed) [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.julianwraith.com/wp-content/uploads/2010/02/IMG_5325.jpg"><img class="alignright size-thumbnail wp-image-470" title="IMG_5325" src="http://www.julianwraith.com/wp-content/uploads/2010/02/IMG_5325-150x150.jpg" alt="" width="150" height="150" /></a>Last week (just to show how long it takes me to think about posting) I had the pleasure to drop into Yahoo&#8217;s Sunnyvale offices to see <a href="http://en.wikipedia.org/wiki/Douglas_Crockford" target="_blank">Douglas Crockford</a> lecture on JavaScript. This was part two in a <a href="http://yuiblog.com/crockford/" target="_blank">series of lectures</a> by Yahoo&#8217;s senior JavaScript Architect and author.</p>
<p>The lecture was very good (and quite detailed) and free pizza was supplied by Yahoo (hey, I have to have a motivator!). I find it good to watch leaders of (any) industry speak. It helps me understand how I should present in the future when I guest speak (next guest presentation is a few months away). I liked the style, content and even the jokes.</p>
<p><a href="http://www.julianwraith.com/wp-content/uploads/2010/02/IMG_5326.jpg"><img class="alignleft size-thumbnail wp-image-467" title="IMG_5326" src="http://www.julianwraith.com/wp-content/uploads/2010/02/IMG_5326-150x150.jpg" alt="" width="150" height="150" /></a>I personally am not a JavaScript developer, although I hacked a few things together in the past. As Crockford remarks, we rarely sit down and learn JavaScript, it is something we just often do because we have to. However, it seems there is much to gain from actually knowing what you are doing (this should not really be a surprise).</p>
<p>You can watch the lecture and the previous one on Yahoo! Theater:</p>
<ul>
<li><a href="http://developer.yahoo.com/yui/theater/video.php?v=crockonjs-1" target="_blank">Douglas Crockford — Crockford on JavaScript &#8212; Volume 1: The Early Years</a></li>
<li><a href="http://developer.yahoo.com/yui/theater/video.php?v=crockonjs-2" target="_blank">Douglas Crockford — Crockford on JavaScript &#8212; Chapter 2: And Then There Was JavaScript</a></li>
</ul>
<p><a href="http://www.julianwraith.com/wp-content/uploads/2010/02/poster.jpg"><img class="alignnone size-full wp-image-464" title="poster" src="http://www.julianwraith.com/wp-content/uploads/2010/02/poster.jpg" alt="" width="750" height="353" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.julianwraith.com/2010/02/crockford-on-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Training Matters</title>
		<link>http://www.julianwraith.com/2010/01/training-matters/</link>
		<comments>http://www.julianwraith.com/2010/01/training-matters/#comments</comments>
		<pubDate>Thu, 21 Jan 2010 10:10:25 +0000</pubDate>
		<dc:creator>Jules</dc:creator>
				<category><![CDATA[Asides]]></category>
		<category><![CDATA[Web Content Management]]></category>
		<category><![CDATA[SDL Tridion World]]></category>
		<category><![CDATA[training]]></category>
		<category><![CDATA[world]]></category>

		<guid isPermaLink="false">http://www.julianwraith.com/?p=461</guid>
		<description><![CDATA[I have recently posted a new article to SDL Tridion World on the importance of Training. Proof, if ever you needed it, that I can write things that makes sense and do not include anything technical&#8230; You can read the article here]]></description>
			<content:encoded><![CDATA[<p>I have recently posted a new article to <a href="http://www.sdltridionworld.com" target="_blank">SDL Tridion World</a> on the importance of Training. Proof, if ever you needed it, that I can write things that makes sense and do not include anything technical&#8230; <img src='http://www.julianwraith.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  You can <a href="http://www.sdltridionworld.com/articles/trainingmatters.aspx" target="_blank">read the article here</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.julianwraith.com/2010/01/training-matters/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
