<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for Brad Westness.com</title>
	<atom:link href="http://www.bradwestness.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bradwestness.com</link>
	<description>A living portfolio, personal website and blog</description>
	<lastBuildDate>Fri, 05 Mar 2010 15:35:44 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Avoid This Job by Brad</title>
		<link>http://www.bradwestness.com/2010/02/avoid-this-job/comment-page-1/#comment-29</link>
		<dc:creator>Brad</dc:creator>
		<pubDate>Fri, 05 Mar 2010 15:35:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.bradwestness.com/2010/02/avoid-this-job/#comment-29</guid>
		<description>They take care of that afterwards! Not like my son, who is pooping on my door as we speak...</description>
		<content:encoded><![CDATA[<p>They take care of that afterwards! Not like my son, who is pooping on my door as we speak&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Avoid This Job by feat. Joe A. Musician</title>
		<link>http://www.bradwestness.com/2010/02/avoid-this-job/comment-page-1/#comment-28</link>
		<dc:creator>feat. Joe A. Musician</dc:creator>
		<pubDate>Thu, 04 Mar 2010 18:13:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.bradwestness.com/2010/02/avoid-this-job/#comment-28</guid>
		<description>Speaking from experience, I&#039;ll always and forever be haunted by the decision I made in college. I joined a band instead of taking an internship, and we only rose to have a top 11 song. I would shoot myself, but my insurance policy doesn&#039;t pay out to my next of kin for self initiated deaths! Should&#039;ve interned at an insurance company.</description>
		<content:encoded><![CDATA[<p>Speaking from experience, I&#8217;ll always and forever be haunted by the decision I made in college. I joined a band instead of taking an internship, and we only rose to have a top 11 song. I would shoot myself, but my insurance policy doesn&#8217;t pay out to my next of kin for self initiated deaths! Should&#8217;ve interned at an insurance company.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Blogging as self-improvement by Taking Stock, Looking Forward &#8211; Brad Westness.com</title>
		<link>http://www.bradwestness.com/2009/05/blogging-as-self-improvement/comment-page-1/#comment-26</link>
		<dc:creator>Taking Stock, Looking Forward &#8211; Brad Westness.com</dc:creator>
		<pubDate>Thu, 31 Dec 2009 06:16:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.bradwestness.com/?p=18#comment-26</guid>
		<description>[...] may remember my first blog post on this site, where I talked about using this blog to catalogue my attempts to suck less every year. Well, now it’s the end of the first year of this blog, so I figured I’d do a little re-cap of [...]</description>
		<content:encoded><![CDATA[<p>[...] may remember my first blog post on this site, where I talked about using this blog to catalogue my attempts to suck less every year. Well, now it’s the end of the first year of this blog, so I figured I’d do a little re-cap of [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Documenting NoobSlide So They Don&#8217;t Have To by Kate</title>
		<link>http://www.bradwestness.com/2009/08/documenting-noobslide-so-they-dont-have-to/comment-page-1/#comment-22</link>
		<dc:creator>Kate</dc:creator>
		<pubDate>Fri, 20 Nov 2009 23:44:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.bradwestness.com/?p=137#comment-22</guid>
		<description>perfect, thanks.</description>
		<content:encoded><![CDATA[<p>perfect, thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Documenting NoobSlide So They Don&#8217;t Have To by Brad</title>
		<link>http://www.bradwestness.com/2009/08/documenting-noobslide-so-they-dont-have-to/comment-page-1/#comment-21</link>
		<dc:creator>Brad</dc:creator>
		<pubDate>Fri, 20 Nov 2009 13:09:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.bradwestness.com/?p=137#comment-21</guid>
		<description>Looks like what you&#039;re looking for is this part:
&lt;pre class=&quot;brush: js&quot;&gt;
onWalk: function(currentItem){
				info5.empty();
				new Element(&#039;h4&#039;).set(&#039;html&#039;,&#039;&lt;a href=&quot;&#039;+currentItem.link+&#039;&quot; rel=&quot;nofollow&quot;&gt;link&lt;/a&gt;&#039;+currentItem.title).inject(info5);
				new Element(&#039;p&#039;).set(&#039;html&#039;,&#039;&lt;b&gt;Autor&lt;/b&gt;: &#039;+currentItem.autor+&#039; &#160; &#160; &lt;b&gt;Date&lt;/b&gt;: &#039;+currentItem.date).inject(info5);
			}
&lt;/pre&gt;
You&#039;d want to edit the new Element(&#039;p&#039;).set(&#039;html&#039;,&#039;&lt;b&gt;Autor&lt;/b&gt;:&#039;+... and change &quot;Autor&quot; to &quot;Author&quot;, since that&#039;s the line that actually includes the text that gets put out onto the page.</description>
		<content:encoded><![CDATA[<p>Looks like what you&#8217;re looking for is this part:</p>
<pre class="brush: js">
onWalk: function(currentItem){
				info5.empty();
				new Element('h4').set('html','<a href="'+currentItem.link+'" rel="nofollow">link</a>'+currentItem.title).inject(info5);
				new Element('p').set('html','<b>Autor</b>: '+currentItem.autor+' &nbsp; &nbsp; <b>Date</b>: '+currentItem.date).inject(info5);
			}
</pre>
<p>You&#8217;d want to edit the new Element(&#8216;p&#8217;).set(&#8216;html&#8217;,&#8217;<b>Autor</b>:&#8217;+&#8230; and change &#8220;Autor&#8221; to &#8220;Author&#8221;, since that&#8217;s the line that actually includes the text that gets put out onto the page.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
