<?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>Deadly Technology &#187; SilverStripe</title>
	<atom:link href="http://deadlytechnology.com/category/silverstripe/feed/" rel="self" type="application/rss+xml" />
	<link>http://deadlytechnology.com</link>
	<description></description>
	<lastBuildDate>Sun, 18 Dec 2011 20:21:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>Scheduled Tasks in SilverStripe</title>
		<link>http://deadlytechnology.com/silverstripe/scheduled-tasks/</link>
		<comments>http://deadlytechnology.com/silverstripe/scheduled-tasks/#comments</comments>
		<pubDate>Sun, 18 Dec 2011 18:00:06 +0000</pubDate>
		<dc:creator>frank</dc:creator>
				<category><![CDATA[SilverStripe]]></category>

		<guid isPermaLink="false">http://deadlytechnology.com/?p=1013</guid>
		<description><![CDATA[Creating a scheduled task in SilverStripe, one that is called by cron, can be a bit fiddly and the documentation seems to have disappeared. Heres the process I followed to create a SilverStripe scheduled task that is run by cron. &#160; Create your scheduled task Create a class that extends ScheduledTask (or YearlyTask, MonthlyTask, WeeklyTask, [...]<p>Post from: <a href="http://deadlytechnology.com">Deadly Technology</a> &copy;<br/><br/><a href="http://deadlytechnology.com/silverstripe/scheduled-tasks/">Scheduled Tasks in SilverStripe</a></p>



More articles like this one:<ol><li><a href='http://deadlytechnology.com/silverstripe/phpunit-testing/' rel='bookmark' title='Permanent Link: Pear, PHPUnit, MAMP and SilverStripe Unit Testing'>Pear, PHPUnit, MAMP and SilverStripe Unit Testing</a></li>
<li><a href='http://deadlytechnology.com/silverstripe/sqlite-unit-testing/' rel='bookmark' title='Permanent Link: Speed up SilverStripe Unit Testing with SQLite'>Speed up SilverStripe Unit Testing with SQLite</a></li>
</ol>]]></description>
		<wfw:commentRss>http://deadlytechnology.com/silverstripe/scheduled-tasks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bare bones SilverStripe image gallery module</title>
		<link>http://deadlytechnology.com/silverstripe/bare-bones-silverstripe-image-gallery-module/</link>
		<comments>http://deadlytechnology.com/silverstripe/bare-bones-silverstripe-image-gallery-module/#comments</comments>
		<pubDate>Thu, 17 Nov 2011 06:00:52 +0000</pubDate>
		<dc:creator>frank</dc:creator>
				<category><![CDATA[SilverStripe]]></category>

		<guid isPermaLink="false">http://deadlytechnology.com/?p=998</guid>
		<description><![CDATA[This is an example image gallery that has no dependencies on other SilverStripe modules &#8211; not counting the SilverStripe framework and cms haha. Just an example of a bare bones image gallery, using ComplexTableField instead of the DataObjectManager. If you are looking for a more complete Image Gallery Tutorial please follow that link to a [...]<p>Post from: <a href="http://deadlytechnology.com">Deadly Technology</a> &copy;<br/><br/><a href="http://deadlytechnology.com/silverstripe/bare-bones-silverstripe-image-gallery-module/">Bare bones SilverStripe image gallery module</a></p>



More articles like this one:<ol><li><a href='http://deadlytechnology.com/silverstripe/silverstripe-image-gallery/' rel='bookmark' title='Permanent Link: Silverstripe Image Gallery Tutorial'>Silverstripe Image Gallery Tutorial</a></li>
<li><a href='http://deadlytechnology.com/silverstripe/silverstripe-book-review/' rel='bookmark' title='Permanent Link: SilverStripe 2.4 Module Extension, Themes, and Widgets: Beginner&#8217;s Guide by Philipp Krenn'>SilverStripe 2.4 Module Extension, Themes, and Widgets: Beginner&#8217;s Guide by Philipp Krenn</a></li>
<li><a href='http://deadlytechnology.com/silverstripe/membership-module/' rel='bookmark' title='Permanent Link: SilverStripe Membership Module Tutorial'>SilverStripe Membership Module Tutorial</a></li>
</ol>]]></description>
		<wfw:commentRss>http://deadlytechnology.com/silverstripe/bare-bones-silverstripe-image-gallery-module/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Easy &#8216;Under Construction&#8217; pages for SilverStripe sites</title>
		<link>http://deadlytechnology.com/silverstripe/under-construction/</link>
		<comments>http://deadlytechnology.com/silverstripe/under-construction/#comments</comments>
		<pubDate>Fri, 11 Nov 2011 00:06:31 +0000</pubDate>
		<dc:creator>frank</dc:creator>
				<category><![CDATA[SilverStripe]]></category>

		<guid isPermaLink="false">http://deadlytechnology.com/?p=979</guid>
		<description><![CDATA[For if you&#8217;ve ever been in the situation where you&#8217;ve developed a SilverStripe site for a client and now they want to review it before making it live &#8211; but you don&#8217;t have a staging server set up. What you usually want to do is give the client full access to their website, but prevent [...]<p>Post from: <a href="http://deadlytechnology.com">Deadly Technology</a> &copy;<br/><br/><a href="http://deadlytechnology.com/silverstripe/under-construction/">Easy &#8216;Under Construction&#8217; pages for SilverStripe sites</a></p>



More articles like this one:<ol><li><a href='http://deadlytechnology.com/silverstripe/google-map-module/' rel='bookmark' title='Permanent Link: A better way to add google maps to SilverStripe pages'>A better way to add google maps to SilverStripe pages</a></li>
<li><a href='http://deadlytechnology.com/silverstripe/add-google-maps/' rel='bookmark' title='Permanent Link: Add google maps to pages in SilverStripe'>Add google maps to pages in SilverStripe</a></li>
<li><a href='http://deadlytechnology.com/silverstripe/silverstripe-recaptcha/' rel='bookmark' title='Permanent Link: Silverstripe Captcha'>Silverstripe Captcha</a></li>
</ol>]]></description>
		<wfw:commentRss>http://deadlytechnology.com/silverstripe/under-construction/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Posting invalid form data in SilverStripe unit tests</title>
		<link>http://deadlytechnology.com/silverstripe/post-data-unit-tests/</link>
		<comments>http://deadlytechnology.com/silverstripe/post-data-unit-tests/#comments</comments>
		<pubDate>Mon, 07 Nov 2011 20:41:50 +0000</pubDate>
		<dc:creator>frank</dc:creator>
				<category><![CDATA[SilverStripe]]></category>

		<guid isPermaLink="false">http://deadlytechnology.com/?p=963</guid>
		<description><![CDATA[By default posting form data from a SilverStripe unit test seems to restrict your POST data to only valid values. Meaning, if you want to post a value for a select field on the form, the value must be in the options for that select field in order for it to be POST&#8217;d. Usually when [...]<p>Post from: <a href="http://deadlytechnology.com">Deadly Technology</a> &copy;<br/><br/><a href="http://deadlytechnology.com/silverstripe/post-data-unit-tests/">Posting invalid form data in SilverStripe unit tests</a></p>



More articles like this one:<ol><li><a href='http://deadlytechnology.com/silverstripe/silverstripe-sessions/' rel='bookmark' title='Permanent Link: How to access array data from SilverStripe sessions easily'>How to access array data from SilverStripe sessions easily</a></li>
<li><a href='http://deadlytechnology.com/silverstripe/submit-user-forms-via-ajax/' rel='bookmark' title='Permanent Link: Submit SilverStripe User Forms via AJAX'>Submit SilverStripe User Forms via AJAX</a></li>
<li><a href='http://deadlytechnology.com/silverstripe/phpunit-testing/' rel='bookmark' title='Permanent Link: Pear, PHPUnit, MAMP and SilverStripe Unit Testing'>Pear, PHPUnit, MAMP and SilverStripe Unit Testing</a></li>
</ol>]]></description>
		<wfw:commentRss>http://deadlytechnology.com/silverstripe/post-data-unit-tests/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Speed up SilverStripe Unit Testing with SQLite</title>
		<link>http://deadlytechnology.com/silverstripe/sqlite-unit-testing/</link>
		<comments>http://deadlytechnology.com/silverstripe/sqlite-unit-testing/#comments</comments>
		<pubDate>Sun, 06 Nov 2011 09:17:38 +0000</pubDate>
		<dc:creator>frank</dc:creator>
				<category><![CDATA[SilverStripe]]></category>

		<guid isPermaLink="false">http://deadlytechnology.com/?p=945</guid>
		<description><![CDATA[Unit testing can be a useful process to kill those pesky bugs, luckily with SilverStripe its relatively easy to get started unit testing. Running a test can take some time though, a great way of speeding up unit testing (as pointed out to me by Will Rossiter on the IRC channel) is to use the [...]<p>Post from: <a href="http://deadlytechnology.com">Deadly Technology</a> &copy;<br/><br/><a href="http://deadlytechnology.com/silverstripe/sqlite-unit-testing/">Speed up SilverStripe Unit Testing with SQLite</a></p>



More articles like this one:<ol><li><a href='http://deadlytechnology.com/silverstripe/phpunit-testing/' rel='bookmark' title='Permanent Link: Pear, PHPUnit, MAMP and SilverStripe Unit Testing'>Pear, PHPUnit, MAMP and SilverStripe Unit Testing</a></li>
<li><a href='http://deadlytechnology.com/silverstripe/post-data-unit-tests/' rel='bookmark' title='Permanent Link: Posting invalid form data in SilverStripe unit tests'>Posting invalid form data in SilverStripe unit tests</a></li>
</ol>]]></description>
		<wfw:commentRss>http://deadlytechnology.com/silverstripe/sqlite-unit-testing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Date range picker for SilverStripe model admin search</title>
		<link>http://deadlytechnology.com/silverstripe/date-range-filter/</link>
		<comments>http://deadlytechnology.com/silverstripe/date-range-filter/#comments</comments>
		<pubDate>Tue, 28 Jun 2011 00:43:05 +0000</pubDate>
		<dc:creator>frank</dc:creator>
				<category><![CDATA[SilverStripe]]></category>

		<guid isPermaLink="false">http://deadlytechnology.com/?p=925</guid>
		<description><![CDATA[After reading this awesome post by Aaron Carlino I decided a date range filter was just what I needed to filter search results in my ModelAdmin class. Then I read the comment by Ingo Schommer and that date range widget looked pretty badass so I incorporated that instead of having two fields like Aaron&#8217;s solution. [...]<p>Post from: <a href="http://deadlytechnology.com">Deadly Technology</a> &copy;<br/><br/><a href="http://deadlytechnology.com/silverstripe/date-range-filter/">Date range picker for SilverStripe model admin search</a></p>



More articles like this one:<ol><li><a href='http://deadlytechnology.com/silverstripe/add-google-maps/' rel='bookmark' title='Permanent Link: Add google maps to pages in SilverStripe'>Add google maps to pages in SilverStripe</a></li>
<li><a href='http://deadlytechnology.com/silverstripe/submit-user-forms-via-ajax/' rel='bookmark' title='Permanent Link: Submit SilverStripe User Forms via AJAX'>Submit SilverStripe User Forms via AJAX</a></li>
<li><a href='http://deadlytechnology.com/silverstripe/silverstripe-image-gallery/' rel='bookmark' title='Permanent Link: Silverstripe Image Gallery Tutorial'>Silverstripe Image Gallery Tutorial</a></li>
</ol>]]></description>
		<wfw:commentRss>http://deadlytechnology.com/silverstripe/date-range-filter/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>SilverStripe 2.4 Module Extension, Themes, and Widgets: Beginner&#8217;s Guide by Philipp Krenn</title>
		<link>http://deadlytechnology.com/silverstripe/silverstripe-book-review/</link>
		<comments>http://deadlytechnology.com/silverstripe/silverstripe-book-review/#comments</comments>
		<pubDate>Fri, 03 Jun 2011 08:51:23 +0000</pubDate>
		<dc:creator>frank</dc:creator>
				<category><![CDATA[SilverStripe]]></category>

		<guid isPermaLink="false">http://deadlytechnology.com/?p=842</guid>
		<description><![CDATA[The latest book offering in a short line of SilverStripe books is an enjoyable read and full of useful and practical content. As I read through I kept a file noting little tips that were either completely new to me or were techniques that I should be making more use of, by the end of [...]<p>Post from: <a href="http://deadlytechnology.com">Deadly Technology</a> &copy;<br/><br/><a href="http://deadlytechnology.com/silverstripe/silverstripe-book-review/">SilverStripe 2.4 Module Extension, Themes, and Widgets: Beginner&#8217;s Guide by Philipp Krenn</a></p>



More articles like this one:<ol><li><a href='http://deadlytechnology.com/silverstripe/bare-bones-silverstripe-image-gallery-module/' rel='bookmark' title='Permanent Link: Bare bones SilverStripe image gallery module'>Bare bones SilverStripe image gallery module</a></li>
<li><a href='http://deadlytechnology.com/silverstripe/membership-module/' rel='bookmark' title='Permanent Link: SilverStripe Membership Module Tutorial'>SilverStripe Membership Module Tutorial</a></li>
<li><a href='http://deadlytechnology.com/web-development-tips/change-breadcrumb-separator/' rel='bookmark' title='Permanent Link: How to change the breadcrumb separator on SilverStripe'>How to change the breadcrumb separator on SilverStripe</a></li>
</ol>]]></description>
		<wfw:commentRss>http://deadlytechnology.com/silverstripe/silverstripe-book-review/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML Emails with inline CSS on SilverStripe</title>
		<link>http://deadlytechnology.com/silverstripe/html-emails-css/</link>
		<comments>http://deadlytechnology.com/silverstripe/html-emails-css/#comments</comments>
		<pubDate>Sun, 08 May 2011 10:46:09 +0000</pubDate>
		<dc:creator>frank</dc:creator>
				<category><![CDATA[SilverStripe]]></category>

		<guid isPermaLink="false">http://deadlytechnology.com/?p=829</guid>
		<description><![CDATA[This is a really neat method to include CSS styles into an HTML email inline, which is apparently the best practice for HTML emails. Instead of tediously adding inline styles Mark Guinn wrote a class that extends SilverStripe&#8217;s Email class and injects CSS rules inline automatically using Emogrifier. This is awesome because you can keep [...]<p>Post from: <a href="http://deadlytechnology.com">Deadly Technology</a> &copy;<br/><br/><a href="http://deadlytechnology.com/silverstripe/html-emails-css/">HTML Emails with inline CSS on SilverStripe</a></p>
]]></description>
		<wfw:commentRss>http://deadlytechnology.com/silverstripe/html-emails-css/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to setup PayPal Express Checkout with SilverStripe</title>
		<link>http://deadlytechnology.com/silverstripe/paypal-express-silverstripe/</link>
		<comments>http://deadlytechnology.com/silverstripe/paypal-express-silverstripe/#comments</comments>
		<pubDate>Tue, 03 May 2011 07:31:09 +0000</pubDate>
		<dc:creator>frank</dc:creator>
				<category><![CDATA[SilverStripe]]></category>

		<guid isPermaLink="false">http://deadlytechnology.com/?p=802</guid>
		<description><![CDATA[The SilverStripe Payment module is really handy, its useful to have a payment module completely separate from ecommerce because it gives you so much freedom. The Payment-Test module is an ideal example of this. I used Payment-Test to create a basic booking system for instance, its a really good example of how to hook up [...]<p>Post from: <a href="http://deadlytechnology.com">Deadly Technology</a> &copy;<br/><br/><a href="http://deadlytechnology.com/silverstripe/paypal-express-silverstripe/">How to setup PayPal Express Checkout with SilverStripe</a></p>



More articles like this one:<ol><li><a href='http://deadlytechnology.com/silverstripe/membership-module/' rel='bookmark' title='Permanent Link: SilverStripe Membership Module Tutorial'>SilverStripe Membership Module Tutorial</a></li>
<li><a href='http://deadlytechnology.com/silverstripe/google-map-module/' rel='bookmark' title='Permanent Link: A better way to add google maps to SilverStripe pages'>A better way to add google maps to SilverStripe pages</a></li>
<li><a href='http://deadlytechnology.com/silverstripe/html-emails-css/' rel='bookmark' title='Permanent Link: HTML Emails with inline CSS on SilverStripe'>HTML Emails with inline CSS on SilverStripe</a></li>
</ol>]]></description>
		<wfw:commentRss>http://deadlytechnology.com/silverstripe/paypal-express-silverstripe/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Pear, PHPUnit, MAMP and SilverStripe Unit Testing</title>
		<link>http://deadlytechnology.com/silverstripe/phpunit-testing/</link>
		<comments>http://deadlytechnology.com/silverstripe/phpunit-testing/#comments</comments>
		<pubDate>Wed, 20 Apr 2011 02:34:09 +0000</pubDate>
		<dc:creator>frank</dc:creator>
				<category><![CDATA[SilverStripe]]></category>

		<guid isPermaLink="false">http://deadlytechnology.com/?p=789</guid>
		<description><![CDATA[Installing PHPUnit using Pear on Mac OSX was such a process I have to write it down. If you want to get started with unit testing in SilverStripe you need PHPUnit installed. Installing Pear and PHPUnit If you have MAMP installed on Mac OSX 10.6, you probably have Pear installed already and just need to [...]<p>Post from: <a href="http://deadlytechnology.com">Deadly Technology</a> &copy;<br/><br/><a href="http://deadlytechnology.com/silverstripe/phpunit-testing/">Pear, PHPUnit, MAMP and SilverStripe Unit Testing</a></p>



More articles like this one:<ol><li><a href='http://deadlytechnology.com/silverstripe/sqlite-unit-testing/' rel='bookmark' title='Permanent Link: Speed up SilverStripe Unit Testing with SQLite'>Speed up SilverStripe Unit Testing with SQLite</a></li>
</ol>]]></description>
		<wfw:commentRss>http://deadlytechnology.com/silverstripe/phpunit-testing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced)

Served from: deadlytechnology.com @ 2012-02-10 19:06:11 -->
