<?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 David Nash</title>
	<atom:link href="http://davidnash.com.au/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://davidnash.com.au</link>
	<description>Freelance PHP developer - builder of high-quality dynamic websites</description>
	<lastBuildDate>Tue, 08 Dec 2009 20:16:00 +1100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Reset Silverstripe admin password by Christian</title>
		<link>http://davidnash.com.au/2009/10/reset-silverstripe-admin-password/comment-page-1/#comment-224</link>
		<dc:creator>Christian</dc:creator>
		<pubDate>Tue, 08 Dec 2009 20:16:00 +0000</pubDate>
		<guid isPermaLink="false">http://davidnash.com.au/?p=209#comment-224</guid>
		<description>Exactly what I was looking for. Great, thanks!</description>
		<content:encoded><![CDATA[<p>Exactly what I was looking for. Great, thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Assorted Handy vim Commands, Part 1 by Gage</title>
		<link>http://davidnash.com.au/2009/01/assorted-handy-vim-commands-part-1/comment-page-1/#comment-220</link>
		<dc:creator>Gage</dc:creator>
		<pubDate>Fri, 13 Nov 2009 06:54:42 +0000</pubDate>
		<guid isPermaLink="false">http://davidnash.com.au/?p=100#comment-220</guid>
		<description>Nice! I love vim, I wish you would explain how the lines switching one works but ah well.

Part 2 coming?</description>
		<content:encoded><![CDATA[<p>Nice! I love vim, I wish you would explain how the lines switching one works but ah well.</p>
<p>Part 2 coming?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Reset Silverstripe admin password by tim</title>
		<link>http://davidnash.com.au/2009/10/reset-silverstripe-admin-password/comment-page-1/#comment-219</link>
		<dc:creator>tim</dc:creator>
		<pubDate>Fri, 06 Nov 2009 21:55:28 +0000</pubDate>
		<guid isPermaLink="false">http://davidnash.com.au/?p=209#comment-219</guid>
		<description>you rule!</description>
		<content:encoded><![CDATA[<p>you rule!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on HTML syntax highlighting for Silverstripe .ss template files in vim by DJR</title>
		<link>http://davidnash.com.au/2009/08/html-syntax-highlighting-for-silverstripe-ss-template-files-in-vim/comment-page-1/#comment-209</link>
		<dc:creator>DJR</dc:creator>
		<pubDate>Tue, 06 Oct 2009 10:17:00 +0000</pubDate>
		<guid isPermaLink="false">http://davidnash.com.au/?p=186#comment-209</guid>
		<description>Or you could use Eclipse/PHP and just add a .ss filetype mapped to html :)

I &lt;3 Eclipse</description>
		<content:encoded><![CDATA[<p>Or you could use Eclipse/PHP and just add a .ss filetype mapped to html <img src='http://davidnash.com.au/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I &lt;3 Eclipse</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Remove empty LEGEND tags in Silverstripe search form by David</title>
		<link>http://davidnash.com.au/2009/05/remove-empty-legend-tags-in-silverstripe-search-form/comment-page-1/#comment-205</link>
		<dc:creator>David</dc:creator>
		<pubDate>Tue, 08 Sep 2009 21:48:50 +0000</pubDate>
		<guid isPermaLink="false">http://davidnash.com.au/?p=171#comment-205</guid>
		<description>Hi Dieter - empty legend tags are valid; my (admittedly petty) issue is that the HTML Validator add-on I use in FIrefox generates a warning that it is trimming empty elements.</description>
		<content:encoded><![CDATA[<p>Hi Dieter &#8211; empty legend tags are valid; my (admittedly petty) issue is that the HTML Validator add-on I use in FIrefox generates a warning that it is trimming empty elements.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Remove empty LEGEND tags in Silverstripe search form by Dieter</title>
		<link>http://davidnash.com.au/2009/05/remove-empty-legend-tags-in-silverstripe-search-form/comment-page-1/#comment-204</link>
		<dc:creator>Dieter</dc:creator>
		<pubDate>Tue, 08 Sep 2009 13:07:11 +0000</pubDate>
		<guid isPermaLink="false">http://davidnash.com.au/?p=171#comment-204</guid>
		<description>Hmm, I can understand your concern, but since when is leaving out the legend valid html (strict)?</description>
		<content:encoded><![CDATA[<p>Hmm, I can understand your concern, but since when is leaving out the legend valid html (strict)?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Duplicate Wordpress site for local development and testing environment by David</title>
		<link>http://davidnash.com.au/2009/08/duplicate-wordpress-site-for-local-development-and-testing-environment/comment-page-1/#comment-202</link>
		<dc:creator>David</dc:creator>
		<pubDate>Mon, 07 Sep 2009 04:43:58 +0000</pubDate>
		<guid isPermaLink="false">http://davidnash.com.au/?p=188#comment-202</guid>
		<description>Instead of step 5 you can do 

update wp_options set option_value=&#039;http://localhost/example&#039; where option_id=39;

Valid for Wordpress 2.8</description>
		<content:encoded><![CDATA[<p>Instead of step 5 you can do </p>
<p>update wp_options set option_value=&#8217;http://localhost/example&#8217; where option_id=39;</p>
<p>Valid for Wordpress 2.8</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dynamic Font/Image Replacement in Silverstripe by AlexBeka</title>
		<link>http://davidnash.com.au/2009/03/dynamic-fontimage-replacement-in-silverstripe/comment-page-1/#comment-189</link>
		<dc:creator>AlexBeka</dc:creator>
		<pubDate>Tue, 11 Aug 2009 11:48:04 +0000</pubDate>
		<guid isPermaLink="false">http://davidnash.com.au/?p=154#comment-189</guid>
		<description>thank you David for this blog, your steps helped me a lot; i did similar like you except i didn´t fade it out with jquery;
i also didn´t use for the filename the $title property instead i took the $urlSegment property where i had no problem with spaces, etc;
also i needed a hack for IE6 because IE6 doesn´t &quot;know&quot; transparency so i took &quot;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=&#039;$Filename&#039;, sizingMethod=&#039;scale&#039;)&quot; instead;</description>
		<content:encoded><![CDATA[<p>thank you David for this blog, your steps helped me a lot; i did similar like you except i didn´t fade it out with jquery;<br />
i also didn´t use for the filename the $title property instead i took the $urlSegment property where i had no problem with spaces, etc;<br />
also i needed a hack for IE6 because IE6 doesn´t &#8220;know&#8221; transparency so i took &#8220;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=&#8217;$Filename&#8217;, sizingMethod=&#8217;scale&#8217;)&#8221; instead;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Quickly replace the header image in the default Wordpress 2.7 Kubrick theme by Adrian</title>
		<link>http://davidnash.com.au/2009/05/quickly-replace-the-header-image-in-the-default-wordpress-27-kubrick-theme/comment-page-1/#comment-186</link>
		<dc:creator>Adrian</dc:creator>
		<pubDate>Wed, 05 Aug 2009 04:27:03 +0000</pubDate>
		<guid isPermaLink="false">http://davidnash.com.au/?p=174#comment-186</guid>
		<description>Once I got my domain I just installed Wordpress so I guess it was an automatic installed. I will ping the support at the web host provider. Thanks again!</description>
		<content:encoded><![CDATA[<p>Once I got my domain I just installed Wordpress so I guess it was an automatic installed. I will ping the support at the web host provider. Thanks again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Quickly replace the header image in the default Wordpress 2.7 Kubrick theme by David</title>
		<link>http://davidnash.com.au/2009/05/quickly-replace-the-header-image-in-the-default-wordpress-27-kubrick-theme/comment-page-1/#comment-185</link>
		<dc:creator>David</dc:creator>
		<pubDate>Tue, 04 Aug 2009 06:52:11 +0000</pubDate>
		<guid isPermaLink="false">http://davidnash.com.au/?p=174#comment-185</guid>
		<description>Hi Adrian, how did you install Wordpress?

I did it via FTP - so when I look at the files on my web server I go into the wp-content/themes/default/images/ directory and put kubrickheader_NEW.jpg there.

If Wordpress was installed for you automatically, you might need to talk to your web host about getting access to the files.</description>
		<content:encoded><![CDATA[<p>Hi Adrian, how did you install Wordpress?</p>
<p>I did it via FTP &#8211; so when I look at the files on my web server I go into the wp-content/themes/default/images/ directory and put kubrickheader_NEW.jpg there.</p>
<p>If Wordpress was installed for you automatically, you might need to talk to your web host about getting access to the files.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
