<?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>David Nash &#187; silverstripe</title>
	<atom:link href="http://davidnash.com.au/tag/silverstripe/feed/" rel="self" type="application/rss+xml" />
	<link>http://davidnash.com.au</link>
	<description>Wordpress Guru Sydney</description>
	<lastBuildDate>Tue, 28 Feb 2012 06:12:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Show Child pages in a Silverstripe template</title>
		<link>http://davidnash.com.au/2010/12/show-child-pages-in-a-silverstripe-template/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=show-child-pages-in-a-silverstripe-template</link>
		<comments>http://davidnash.com.au/2010/12/show-child-pages-in-a-silverstripe-template/#comments</comments>
		<pubDate>Sat, 18 Dec 2010 06:00:25 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[silverstripe]]></category>
		<category><![CDATA[What I'm Working On Today]]></category>
		<category><![CDATA[template]]></category>

		<guid isPermaLink="false">http://davidnash.com.au/?p=234</guid>
		<description><![CDATA[This allows you to create infinitely deep Silverstripe page hierarchies without having to mess around too much with navigation. Simple and effective. &#60;% include Nav %&#62; &#60;div id="Content"&#62; &#60;h1&#62;$Title&#60;/h1&#62; $Content $Form &#60;% if Children %&#62; &#60;ul style="padding-top: 1em"&#62; &#60;% control Children %&#62; &#60;li&#62;&#60;a href=$Link&#62;$MenuTitle &#60;/a&#62;&#60;/li&#62; &#60;% end_control %&#62; &#60;/ul&#62; &#60;% end_if %&#62; &#60;/div&#62;&#60;!--Content--&#62;]]></description>
		<wfw:commentRss>http://davidnash.com.au/2010/12/show-child-pages-in-a-silverstripe-template/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML syntax highlighting for Silverstripe .ss template files in vim</title>
		<link>http://davidnash.com.au/2009/08/html-syntax-highlighting-for-silverstripe-ss-template-files-in-vim/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=html-syntax-highlighting-for-silverstripe-ss-template-files-in-vim</link>
		<comments>http://davidnash.com.au/2009/08/html-syntax-highlighting-for-silverstripe-ss-template-files-in-vim/#comments</comments>
		<pubDate>Tue, 04 Aug 2009 06:56:40 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[silverstripe]]></category>
		<category><![CDATA[vim]]></category>
		<category><![CDATA[xhtml]]></category>
		<category><![CDATA[gvim]]></category>

		<guid isPermaLink="false">http://davidnash.com.au/?p=186</guid>
		<description><![CDATA[By default vim opens .ss files with some other file format syntax highlighting. To enable HTML (actually XHTML) syntax highlighting on your .SS Silverstripe template files, create (or edit) your ~/.vim/filetype.vim file. Then enter this: au BufNewFile,BufRead *.ss      setf xhtml Then open a .ss file and it&#8217;ll give you nice HTML syntax highlighting. And because [...]]]></description>
		<wfw:commentRss>http://davidnash.com.au/2009/08/html-syntax-highlighting-for-silverstripe-ss-template-files-in-vim/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Silverstripe &#8211; Configure TinyMCE</title>
		<link>http://davidnash.com.au/2009/07/silverstripe-configure-tinymce/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=silverstripe-configure-tinymce</link>
		<comments>http://davidnash.com.au/2009/07/silverstripe-configure-tinymce/#comments</comments>
		<pubDate>Wed, 08 Jul 2009 00:50:04 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[silverstripe]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://davidnash.com.au/?p=181</guid>
		<description><![CDATA[Edit cms/javascript/tinymce.template.js &#8211; you can use any configuration options you find at http://wiki.moxiecode.com/index.php/TinyMCE:Configuration I was trying to use this to enable force_br_newlines but with no luck &#8211; although the other settings seem to work okay.]]></description>
		<wfw:commentRss>http://davidnash.com.au/2009/07/silverstripe-configure-tinymce/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Remove empty LEGEND tags in Silverstripe search form</title>
		<link>http://davidnash.com.au/2009/05/remove-empty-legend-tags-in-silverstripe-search-form/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=remove-empty-legend-tags-in-silverstripe-search-form</link>
		<comments>http://davidnash.com.au/2009/05/remove-empty-legend-tags-in-silverstripe-search-form/#comments</comments>
		<pubDate>Fri, 01 May 2009 01:28:41 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[silverstripe]]></category>
		<category><![CDATA[xhtml]]></category>
		<category><![CDATA[semantic]]></category>
		<category><![CDATA[w3c valid]]></category>

		<guid isPermaLink="false">http://davidnash.com.au/?p=171</guid>
		<description><![CDATA[I&#8217;m pretty obsessive about my HTML validating with no errors and no warnings. It bugs me that when I use Silverstripe&#8217;s incredibly convenient $Searchform in the template that it outputs an empty legend tag inside the fieldset. There&#8217;s an easy way to fix this: Create a templates directory inside mysite. Copy sapphire/templates/SearchForm.ss to mysite/templates/SearchForm.ss Edit [...]]]></description>
		<wfw:commentRss>http://davidnash.com.au/2009/05/remove-empty-legend-tags-in-silverstripe-search-form/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Dynamic Font/Image Replacement in Silverstripe</title>
		<link>http://davidnash.com.au/2009/03/dynamic-fontimage-replacement-in-silverstripe/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=dynamic-fontimage-replacement-in-silverstripe</link>
		<comments>http://davidnash.com.au/2009/03/dynamic-fontimage-replacement-in-silverstripe/#comments</comments>
		<pubDate>Tue, 10 Mar 2009 07:32:11 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[silverstripe]]></category>
		<category><![CDATA[What I'm Working On Today]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[fonts]]></category>
		<category><![CDATA[gd]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[xhtml]]></category>

		<guid isPermaLink="false">http://davidnash.com.au/?p=154</guid>
		<description><![CDATA[I&#8217;ve recently started creating sites with SilverStripe CMS, and I&#8217;m loving it. My client wants nicely rendered non-standard font titles that fade in and out, without using javascript. Here&#8217;s how I&#8217;m going to accomplish it: In Silverstripe&#8217;s mysite/code/Page.php I overload the onBeforeWrite() call in my Page class. This intercepts the data before it is written [...]]]></description>
		<wfw:commentRss>http://davidnash.com.au/2009/03/dynamic-fontimage-replacement-in-silverstripe/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
	</channel>
</rss>

