<?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>digitalbreed &#187; matt</title>
	<atom:link href="http://digitalbreed.com/author/site-admin/feed" rel="self" type="application/rss+xml" />
	<link>http://digitalbreed.com</link>
	<description>matthias gall - product architect</description>
	<lastBuildDate>Sat, 31 Mar 2012 11:19:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Enabling Tomcat NIO Connector with Grails 2.0</title>
		<link>http://digitalbreed.com/2012/enabling-tomcat-nio-connector-with-grails-2-0</link>
		<comments>http://digitalbreed.com/2012/enabling-tomcat-nio-connector-with-grails-2-0#comments</comments>
		<pubDate>Sun, 15 Jan 2012 18:29:55 +0000</pubDate>
		<dc:creator>matt</dc:creator>
				<category><![CDATA[Software Engineering]]></category>
		<category><![CDATA[grails]]></category>

		<guid isPermaLink="false">http://digitalbreed.com/?p=1253</guid>
		<description><![CDATA[At dozens of different sources it says that you need to put rails.tomcat.nio=true into your Config.groovy file - apparently that's not true, at least it wasn't working for me.]]></description>
		<wfw:commentRss>http://digitalbreed.com/2012/enabling-tomcat-nio-connector-with-grails-2-0/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MongoDB: can only have 1 index plugin / bad index key pattern</title>
		<link>http://digitalbreed.com/2011/mongodb-can-only-have-1-index-plugin-bad-index-key-pattern</link>
		<comments>http://digitalbreed.com/2011/mongodb-can-only-have-1-index-plugin-bad-index-key-pattern#comments</comments>
		<pubDate>Fri, 25 Nov 2011 17:09:51 +0000</pubDate>
		<dc:creator>matt</dc:creator>
				<category><![CDATA[Software Engineering]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[MongoDB]]></category>

		<guid isPermaLink="false">http://digitalbreed.com/?p=1237</guid>
		<description><![CDATA[I got this exception while working with MongoDB and the MongoDB Java driver I got this exception, caused by a simple type mismatch.]]></description>
		<wfw:commentRss>http://digitalbreed.com/2011/mongodb-can-only-have-1-index-plugin-bad-index-key-pattern/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using Grails without a database</title>
		<link>http://digitalbreed.com/2011/using-grails-without-a-database</link>
		<comments>http://digitalbreed.com/2011/using-grails-without-a-database#comments</comments>
		<pubDate>Mon, 14 Nov 2011 01:57:02 +0000</pubDate>
		<dc:creator>matt</dc:creator>
				<category><![CDATA[Software Engineering]]></category>
		<category><![CDATA[grails]]></category>

		<guid isPermaLink="false">http://digitalbreed.com/?p=1229</guid>
		<description><![CDATA[This posting describes the step necessary to change your Grails project if you’re using Grails for frontend only, without direct database access.]]></description>
		<wfw:commentRss>http://digitalbreed.com/2011/using-grails-without-a-database/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>9 out of 10 startups fail</title>
		<link>http://digitalbreed.com/2011/9-out-of-10-startups-fail</link>
		<comments>http://digitalbreed.com/2011/9-out-of-10-startups-fail#comments</comments>
		<pubDate>Sat, 05 Nov 2011 01:10:43 +0000</pubDate>
		<dc:creator>matt</dc:creator>
				<category><![CDATA[Startups]]></category>

		<guid isPermaLink="false">http://digitalbreed.com/?p=1208</guid>
		<description><![CDATA[I was interested in whether there's any truth in this startup-scene meme, so I took some time to walk through 13 startups who presented 30 second pitches at Web 2.0 summit 2010, a little more than one year ago.]]></description>
		<wfw:commentRss>http://digitalbreed.com/2011/9-out-of-10-startups-fail/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Deprecation of ConfigurationHolder in Grails 2</title>
		<link>http://digitalbreed.com/2011/deprecation-of-configurationholder-in-grails-2</link>
		<comments>http://digitalbreed.com/2011/deprecation-of-configurationholder-in-grails-2#comments</comments>
		<pubDate>Fri, 04 Nov 2011 22:18:50 +0000</pubDate>
		<dc:creator>matt</dc:creator>
				<category><![CDATA[Software Engineering]]></category>
		<category><![CDATA[grails]]></category>

		<guid isPermaLink="false">http://digitalbreed.com/?p=1200</guid>
		<description><![CDATA[While porting my Grails applications to 2.0 RC1, I recognized that ConfigurationHolder is now deprecated. The new way to access the configuration is through dependency injection of the grailsApplication bean. Before 2.0: With 2.0:]]></description>
		<wfw:commentRss>http://digitalbreed.com/2011/deprecation-of-configurationholder-in-grails-2/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Grails cheat sheet</title>
		<link>http://digitalbreed.com/2011/grails-cheat-sheet</link>
		<comments>http://digitalbreed.com/2011/grails-cheat-sheet#comments</comments>
		<pubDate>Thu, 28 Apr 2011 23:50:24 +0000</pubDate>
		<dc:creator>matt</dc:creator>
				<category><![CDATA[Software Engineering]]></category>
		<category><![CDATA[cheat sheet]]></category>
		<category><![CDATA[grails]]></category>

		<guid isPermaLink="false">http://digitalbreed.com/?p=984</guid>
		<description><![CDATA[A little cheat sheet I created for learning purposes. Feel free to add your hints in the comments.]]></description>
		<wfw:commentRss>http://digitalbreed.com/2011/grails-cheat-sheet/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Learning Grails the hard way: Facebook Authentication</title>
		<link>http://digitalbreed.com/2011/learning-grails-the-hard-way-facebook-authentication</link>
		<comments>http://digitalbreed.com/2011/learning-grails-the-hard-way-facebook-authentication#comments</comments>
		<pubDate>Wed, 13 Apr 2011 22:31:08 +0000</pubDate>
		<dc:creator>matt</dc:creator>
				<category><![CDATA[Software Engineering]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[grails]]></category>
		<category><![CDATA[groovy]]></category>

		<guid isPermaLink="false">http://digitalbreed.com/?p=976</guid>
		<description><![CDATA[This posting shows how to implement Facebook authentication with Grails in two slightly different flavors.]]></description>
		<wfw:commentRss>http://digitalbreed.com/2011/learning-grails-the-hard-way-facebook-authentication/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Android Application Development Tips: Disabling scrollbars for WebView</title>
		<link>http://digitalbreed.com/2011/android-application-development-tips-disabling-scrollbars-for-webview</link>
		<comments>http://digitalbreed.com/2011/android-application-development-tips-disabling-scrollbars-for-webview#comments</comments>
		<pubDate>Sun, 09 Jan 2011 21:36:59 +0000</pubDate>
		<dc:creator>matt</dc:creator>
				<category><![CDATA[Software Engineering]]></category>
		<category><![CDATA[android]]></category>

		<guid isPermaLink="false">http://digitalbreed.com/?p=966</guid>
		<description><![CDATA[Scrollbars for a WebView can be easily disabled from XML using the scrollbars attribute.]]></description>
		<wfw:commentRss>http://digitalbreed.com/2011/android-application-development-tips-disabling-scrollbars-for-webview/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>arcadiaCharts public alpha released</title>
		<link>http://digitalbreed.com/2010/arcadiacharts-public-alpha-released</link>
		<comments>http://digitalbreed.com/2010/arcadiacharts-public-alpha-released#comments</comments>
		<pubDate>Sat, 25 Dec 2010 20:36:30 +0000</pubDate>
		<dc:creator>matt</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[Software Engineering]]></category>
		<category><![CDATA[Arcadia]]></category>
		<category><![CDATA[charts]]></category>
		<category><![CDATA[GWT]]></category>
		<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://digitalbreed.com/?p=958</guid>
		<description><![CDATA[The wait has come to an end and it&#8217;s quite a relief to finally be able to write about (and promote) something I&#8217;ve been involved in my spare time, mainly in 2009 and partly in 2010 as well. In December 2008 I had the pleasure to meet members of the management board of element5, one of the world’s largest outsourcing partners for the software industry, who were just kicking off a new little project: a charting library for JavaScript and Java. My colleague Oliver created the GWT Canvas project which was used for the rendering and I designed most of the project architecture and laid grounds for the available chart types. Unfortunately I had to reduce my involvement in late 2009 due to other personal projects and more responsibilities in my day job and made way for Joern and Andreas as the current main developers, but I&#8217;m still part of the development team and a little proud to see the first alpha come to light. The first public release is an alpha version for testing purposes, so if you&#8217;re interested in a flexible, yet easy to use chart library for JavaScript/GWT, have a look at arcadiaCharts.com.]]></description>
		<wfw:commentRss>http://digitalbreed.com/2010/arcadiacharts-public-alpha-released/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Android Application Development Tips: Pull screenshot with ADB</title>
		<link>http://digitalbreed.com/2010/android-pull-screenshot-with-adb</link>
		<comments>http://digitalbreed.com/2010/android-pull-screenshot-with-adb#comments</comments>
		<pubDate>Sat, 25 Dec 2010 01:17:26 +0000</pubDate>
		<dc:creator>matt</dc:creator>
				<category><![CDATA[Software Engineering]]></category>
		<category><![CDATA[android]]></category>

		<guid isPermaLink="false">http://digitalbreed.com/?p=955</guid>
		<description><![CDATA[For some reason, pulling screenshots in the DDMS view in Eclipse doesn&#8217;t always work. In that case, the following calls became handy (tested with HTC Hero): adb pull /dev/graphics/fb0 fb0 dd bs=1920 count=800 if=fb0 of=fb0b ffmpeg -vframes 1 -vcodec rawvideo -f rawvideo -pix_fmt rgb565 -s 320x480 -i fb0 -f image2 -vcodec png image.png More examples available at the source.]]></description>
		<wfw:commentRss>http://digitalbreed.com/2010/android-pull-screenshot-with-adb/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

