<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Mad-Dog-Software</title>
	<atom:link href="http://maddogsoftware.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://maddogsoftware.wordpress.com</link>
	<description>less about playing dead and more about eating shoes</description>
	<lastBuildDate>Mon, 14 Nov 2011 23:37:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='maddogsoftware.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Mad-Dog-Software</title>
		<link>http://maddogsoftware.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://maddogsoftware.wordpress.com/osd.xml" title="Mad-Dog-Software" />
	<atom:link rel='hub' href='http://maddogsoftware.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Having problems with git-merge?</title>
		<link>http://maddogsoftware.wordpress.com/2011/09/19/having-problems-with-git-merge/</link>
		<comments>http://maddogsoftware.wordpress.com/2011/09/19/having-problems-with-git-merge/#comments</comments>
		<pubDate>Mon, 19 Sep 2011 05:14:32 +0000</pubDate>
		<dc:creator>maddogsoftware</dc:creator>
				<category><![CDATA[dev]]></category>
		<category><![CDATA[epicfail]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[gitsanity]]></category>

		<guid isPermaLink="false">http://maddogsoftware.wordpress.com/?p=186</guid>
		<description><![CDATA[If you&#8217;re having issues with git merge try this command: I ran that and it solved all my issues. It&#8217;s a little bit counterintuitive but then so is every other git command so it shouldn&#8217;t be a problem.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=maddogsoftware.wordpress.com&amp;blog=9722476&amp;post=186&amp;subd=maddogsoftware&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re having issues with git merge try this command:</p>
<p><pre class="brush: bash;">
git pushpull remote ^^:0:/origin/reset★★★--blue
</pre></p>
<p>I ran that and it solved all my issues. It&#8217;s a little bit counterintuitive but then so is every other git command so it shouldn&#8217;t be a problem. </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/maddogsoftware.wordpress.com/186/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/maddogsoftware.wordpress.com/186/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/maddogsoftware.wordpress.com/186/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/maddogsoftware.wordpress.com/186/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/maddogsoftware.wordpress.com/186/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/maddogsoftware.wordpress.com/186/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/maddogsoftware.wordpress.com/186/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/maddogsoftware.wordpress.com/186/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/maddogsoftware.wordpress.com/186/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/maddogsoftware.wordpress.com/186/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/maddogsoftware.wordpress.com/186/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/maddogsoftware.wordpress.com/186/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/maddogsoftware.wordpress.com/186/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/maddogsoftware.wordpress.com/186/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=maddogsoftware.wordpress.com&amp;blog=9722476&amp;post=186&amp;subd=maddogsoftware&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://maddogsoftware.wordpress.com/2011/09/19/having-problems-with-git-merge/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3c2b0b5c4f9c7351b0dc732500f70c43?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">maddogsoftware</media:title>
		</media:content>
	</item>
		<item>
		<title>UIImage processing using vDSP/Accelerate framework</title>
		<link>http://maddogsoftware.wordpress.com/2011/06/05/uiimage-processing-using-vdspaccelerate-framework/</link>
		<comments>http://maddogsoftware.wordpress.com/2011/06/05/uiimage-processing-using-vdspaccelerate-framework/#comments</comments>
		<pubDate>Sun, 05 Jun 2011 10:42:18 +0000</pubDate>
		<dc:creator>maddogsoftware</dc:creator>
				<category><![CDATA[dev]]></category>
		<category><![CDATA[graphics]]></category>
		<category><![CDATA[image processing]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[vDSP]]></category>

		<guid isPermaLink="false">http://maddogsoftware.wordpress.com/?p=176</guid>
		<description><![CDATA[Image processing on mobiles can be pretty performance intensive given the relatively low power of their CPU&#8217;s (as compared to desktops). In order to get reasonable processing speeds for my application Bokeh Booth I decided to build some efficient UIImage extensions which make use of the vDSP routines in the iOS 4 and up Accelerate [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=maddogsoftware.wordpress.com&amp;blog=9722476&amp;post=176&amp;subd=maddogsoftware&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Image processing on mobiles can be pretty performance intensive given the relatively low power of their CPU&#8217;s (as compared to desktops). </p>
<p>In order to get reasonable processing speeds for my application <a href="http://itunes.apple.com/us/app/bokeh-booth/id438194374?mt=8&amp;ls=1" title="Bokeh Booth">Bokeh Booth</a> I decided to build some efficient UIImage extensions which make use of the vDSP routines in the iOS 4 and up Accelerate framework. This framework allows for efficient matrix based image processing on iPhone/iPad devices, even those without OpenGL shader support. </p>
<p>You can grab a copy of all my routines here: <a href="https://github.com/gdawg/uiimage-dsp" title="https://github.com/gdawg/uiimage-dsp">https://github.com/gdawg/uiimage-dsp</a></p>
<p>The github repository contains a UIImage Category with the dsp processing routines and an example app showing how to call the routines. </p>
<p>I&#8217;ve tried to make the routines as easy as possible to use, for example you can blur an image using code as simple as<br />
<code><br />
 UIImage* src = [UIImage imageNamed:@"image.png"];<br />
 UIImage* blurred = [src imageByApplyingGaussianBlur3x3];<br />
</code></p>
<p>At this stage the library is still very much in it&#8217;s infancy but there&#8217;s support for blur/sharpen/2pass Gaussian Blur/emboss functions with the potential for many more to come. </p>
<p>The two pass Gaussian filter is particularly fast compared to any trivial implementation in software. </p>
<p>The github repository contains an example project showing usage:</p>

<a href='http://maddogsoftware.wordpress.com/2011/06/05/uiimage-processing-using-vdspaccelerate-framework/screenshot_69/' title='Screenshot_69'><img data-attachment-id='193' data-orig-size='320,460' data-liked='0'width="104" height="150" src="http://maddogsoftware.files.wordpress.com/2011/06/screenshot_69.png?w=104&#038;h=150" class="attachment-thumbnail" alt="Screenshot_69" title="Screenshot_69" /></a>
<a href='http://maddogsoftware.wordpress.com/2011/06/05/uiimage-processing-using-vdspaccelerate-framework/screenshot_70/' title='Screenshot_70'><img data-attachment-id='192' data-orig-size='320,460' data-liked='0'width="104" height="150" src="http://maddogsoftware.files.wordpress.com/2011/06/screenshot_70.png?w=104&#038;h=150" class="attachment-thumbnail" alt="Screenshot_70" title="Screenshot_70" /></a>
<a href='http://maddogsoftware.wordpress.com/2011/06/05/uiimage-processing-using-vdspaccelerate-framework/screenshot_71/' title='Screenshot_71'><img data-attachment-id='191' data-orig-size='320,460' data-liked='0'width="104" height="150" src="http://maddogsoftware.files.wordpress.com/2011/06/screenshot_71.png?w=104&#038;h=150" class="attachment-thumbnail" alt="Screenshot_71" title="Screenshot_71" /></a>

<p>If you use the library anywhere I&#8217;d love to hear about it. Also if you have any bugfixes or ideas on improvements I&#8217;d love to hear them too!</p>
<p><a href="mailto:support@mad-dog-software.com" title="email">email me</a></p>
<p>Andrew. </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/maddogsoftware.wordpress.com/176/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/maddogsoftware.wordpress.com/176/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/maddogsoftware.wordpress.com/176/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/maddogsoftware.wordpress.com/176/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/maddogsoftware.wordpress.com/176/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/maddogsoftware.wordpress.com/176/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/maddogsoftware.wordpress.com/176/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/maddogsoftware.wordpress.com/176/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/maddogsoftware.wordpress.com/176/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/maddogsoftware.wordpress.com/176/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/maddogsoftware.wordpress.com/176/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/maddogsoftware.wordpress.com/176/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/maddogsoftware.wordpress.com/176/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/maddogsoftware.wordpress.com/176/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=maddogsoftware.wordpress.com&amp;blog=9722476&amp;post=176&amp;subd=maddogsoftware&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://maddogsoftware.wordpress.com/2011/06/05/uiimage-processing-using-vdspaccelerate-framework/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3c2b0b5c4f9c7351b0dc732500f70c43?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">maddogsoftware</media:title>
		</media:content>

		<media:content url="http://maddogsoftware.files.wordpress.com/2011/06/screenshot_69.png?w=104" medium="image">
			<media:title type="html">Screenshot_69</media:title>
		</media:content>

		<media:content url="http://maddogsoftware.files.wordpress.com/2011/06/screenshot_70.png?w=104" medium="image">
			<media:title type="html">Screenshot_70</media:title>
		</media:content>

		<media:content url="http://maddogsoftware.files.wordpress.com/2011/06/screenshot_71.png?w=104" medium="image">
			<media:title type="html">Screenshot_71</media:title>
		</media:content>
	</item>
		<item>
		<title>Found a great sample iPhone &#8220;Pull to Refresh&#8221; project and blog article</title>
		<link>http://maddogsoftware.wordpress.com/2011/01/19/found-a-great-sample-iphone-pull-to-refresh-project-and-blog-article/</link>
		<comments>http://maddogsoftware.wordpress.com/2011/01/19/found-a-great-sample-iphone-pull-to-refresh-project-and-blog-article/#comments</comments>
		<pubDate>Wed, 19 Jan 2011 04:05:30 +0000</pubDate>
		<dc:creator>maddogsoftware</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://maddogsoftware.wordpress.com/?p=173</guid>
		<description><![CDATA[If you&#8217;re looking to implement &#8220;Pull to Refresh&#8221; style functionality in your iPhone project you could do worse than to take a look at http://blog.leahculver.com/2010/12/iphone-pull-to-refresh.html I&#8217;ve already made use of some of the code there and pointed one other on iphonedevsdk.com. Good stuff Leah.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=maddogsoftware.wordpress.com&amp;blog=9722476&amp;post=173&amp;subd=maddogsoftware&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re looking to implement &#8220;Pull to Refresh&#8221; style functionality in your iPhone project you could do worse than to take  a look at </p>
<p><a href="http://blog.leahculver.com/2010/12/iphone-pull-to-refresh.html">http://blog.leahculver.com/2010/12/iphone-pull-to-refresh.html</a></p>
<p>I&#8217;ve already made use of some of the code there and pointed one other on <a href="http://www.iphonedevsdk.com">iphonedevsdk.com</a>. </p>
<p>Good stuff Leah. </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/maddogsoftware.wordpress.com/173/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/maddogsoftware.wordpress.com/173/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/maddogsoftware.wordpress.com/173/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/maddogsoftware.wordpress.com/173/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/maddogsoftware.wordpress.com/173/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/maddogsoftware.wordpress.com/173/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/maddogsoftware.wordpress.com/173/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/maddogsoftware.wordpress.com/173/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/maddogsoftware.wordpress.com/173/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/maddogsoftware.wordpress.com/173/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/maddogsoftware.wordpress.com/173/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/maddogsoftware.wordpress.com/173/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/maddogsoftware.wordpress.com/173/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/maddogsoftware.wordpress.com/173/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=maddogsoftware.wordpress.com&amp;blog=9722476&amp;post=173&amp;subd=maddogsoftware&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://maddogsoftware.wordpress.com/2011/01/19/found-a-great-sample-iphone-pull-to-refresh-project-and-blog-article/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3c2b0b5c4f9c7351b0dc732500f70c43?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">maddogsoftware</media:title>
		</media:content>
	</item>
		<item>
		<title>app store submissions failing with error &#8220;filename may not contain whitespace&#8221;</title>
		<link>http://maddogsoftware.wordpress.com/2011/01/19/app-store-submissions-failing-with-error-filename-may-not-contain-whitespace/</link>
		<comments>http://maddogsoftware.wordpress.com/2011/01/19/app-store-submissions-failing-with-error-filename-may-not-contain-whitespace/#comments</comments>
		<pubDate>Wed, 19 Jan 2011 02:42:28 +0000</pubDate>
		<dc:creator>maddogsoftware</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://maddogsoftware.wordpress.com/?p=168</guid>
		<description><![CDATA[If (like me) you&#8217;re using Xcode 3.2.5 and see this error when trying to submit an app for approval It&#8217;s worth knowing that this seems to be the result of a bug introduced in this version of xcode. There&#8217;s a great writeup at useyourloaf.com In summary the workaround is: Build and archive the app with [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=maddogsoftware.wordpress.com&amp;blog=9722476&amp;post=168&amp;subd=maddogsoftware&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>If (like me) you&#8217;re using Xcode 3.2.5 and see this error when trying to submit an app for approval It&#8217;s worth knowing that this seems to be the result of a bug introduced in this version of xcode.</p>
<p>There&#8217;s a great writeup at <a href="http://useyourloaf.com/blog/2011/1/3/app-store-whitespace-validation-failure-with-xcode-325.html">useyourloaf.com</a></p>
<p>In summary the workaround is:</p>
<ul>
<li>Build and archive the app with Xcode</li>
<li>Use the organiser to export an IPA file</li>
<li>Run /Developer/Applications/Utilities/Application Loader and submit the app using this</li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/maddogsoftware.wordpress.com/168/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/maddogsoftware.wordpress.com/168/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/maddogsoftware.wordpress.com/168/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/maddogsoftware.wordpress.com/168/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/maddogsoftware.wordpress.com/168/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/maddogsoftware.wordpress.com/168/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/maddogsoftware.wordpress.com/168/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/maddogsoftware.wordpress.com/168/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/maddogsoftware.wordpress.com/168/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/maddogsoftware.wordpress.com/168/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/maddogsoftware.wordpress.com/168/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/maddogsoftware.wordpress.com/168/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/maddogsoftware.wordpress.com/168/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/maddogsoftware.wordpress.com/168/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=maddogsoftware.wordpress.com&amp;blog=9722476&amp;post=168&amp;subd=maddogsoftware&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://maddogsoftware.wordpress.com/2011/01/19/app-store-submissions-failing-with-error-filename-may-not-contain-whitespace/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3c2b0b5c4f9c7351b0dc732500f70c43?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">maddogsoftware</media:title>
		</media:content>
	</item>
		<item>
		<title>How to compile scantool 1.13 for Ubuntu 10.10</title>
		<link>http://maddogsoftware.wordpress.com/2010/09/08/how-to-compile-scantool-1-13-for-ubuntu-10-10/</link>
		<comments>http://maddogsoftware.wordpress.com/2010/09/08/how-to-compile-scantool-1-13-for-ubuntu-10-10/#comments</comments>
		<pubDate>Wed, 08 Sep 2010 06:58:17 +0000</pubDate>
		<dc:creator>maddogsoftware</dc:creator>
				<category><![CDATA[cars]]></category>
		<category><![CDATA[dev]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[automotive]]></category>
		<category><![CDATA[compile]]></category>
		<category><![CDATA[obd2]]></category>
		<category><![CDATA[obdii]]></category>
		<category><![CDATA[scantool]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://maddogsoftware.wordpress.com/?p=155</guid>
		<description><![CDATA[I recently embarked on the challenge of getting scantool compiled under Ubuntu (10.10 &#8211; netbook edition) so that I could try out the OBD-II diagnostics on my car. Since there were a few changes needed to make it work (and since it also relies on a compiled version of dzcomm) I thought it might be [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=maddogsoftware.wordpress.com&amp;blog=9722476&amp;post=155&amp;subd=maddogsoftware&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I recently embarked on the challenge of getting scantool compiled under Ubuntu (10.10 &#8211; netbook edition) so that I could try out the OBD-II diagnostics on my car. </p>
<p>Since there were a few changes needed to make it work (and since it also relies on a compiled version of dzcomm) I thought it might be useful to others if I shared my updated/compiling version. </p>
<p><strong>Follow the link below to download the source for both dzcomm and scantool 1.13, modified to compile under Ubuntu.</strong></p>
<p><a href="http://github.com/gdawg/scantool-ubuntu">scantool &#8211; 1.13 source to compile for ubuntu 10.10<br />
(http://github.com/gdawg/scantool-ubuntu)</a></p>
<p>Please let me know if you find it useful or think anything needs updating.</p>
<p>The original source can be found here: <a href="http://sourceforge.net/projects/scantool/files/">http://sourceforge.net/projects/scantool/files/</a></p>
<p>Most of the credit this info belongs here: <a href="http://wiki.eeeuser.com/howto:scantool">http://wiki.eeeuser.com/howto:scantool</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/maddogsoftware.wordpress.com/155/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/maddogsoftware.wordpress.com/155/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/maddogsoftware.wordpress.com/155/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/maddogsoftware.wordpress.com/155/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/maddogsoftware.wordpress.com/155/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/maddogsoftware.wordpress.com/155/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/maddogsoftware.wordpress.com/155/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/maddogsoftware.wordpress.com/155/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/maddogsoftware.wordpress.com/155/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/maddogsoftware.wordpress.com/155/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/maddogsoftware.wordpress.com/155/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/maddogsoftware.wordpress.com/155/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/maddogsoftware.wordpress.com/155/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/maddogsoftware.wordpress.com/155/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=maddogsoftware.wordpress.com&amp;blog=9722476&amp;post=155&amp;subd=maddogsoftware&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://maddogsoftware.wordpress.com/2010/09/08/how-to-compile-scantool-1-13-for-ubuntu-10-10/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3c2b0b5c4f9c7351b0dc732500f70c43?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">maddogsoftware</media:title>
		</media:content>
	</item>
		<item>
		<title>Edward or Jacob: who do Android users choose?</title>
		<link>http://maddogsoftware.wordpress.com/2010/08/19/edward-or-jacob-who-do-android-users-choose/</link>
		<comments>http://maddogsoftware.wordpress.com/2010/08/19/edward-or-jacob-who-do-android-users-choose/#comments</comments>
		<pubDate>Thu, 19 Aug 2010 12:50:46 +0000</pubDate>
		<dc:creator>maddogsoftware</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://maddogsoftware.wordpress.com/?p=142</guid>
		<description><![CDATA[Thanks to my android application twipaper I&#8217;m in a great position to judge this particular question. Since the app already needs to be net-connected in order to download pictures I added flurry tracking to count views for pictures of Edward, Jacob&#8230; or Bella. WOW! Edward wins hands down! 50% vs 30%. I had hoped to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=maddogsoftware.wordpress.com&amp;blog=9722476&amp;post=142&amp;subd=maddogsoftware&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Thanks to my android application <strong><a href="http://mad-dog-software.com">twipaper</a></strong> I&#8217;m in a great position to judge this particular question.</p>
<p>Since the app already needs to be net-connected in order to download pictures I added <a href="http://dev.flurry.com">flurry</a> tracking to count views for pictures of Edward, Jacob&#8230; or Bella.</p>
<div id="attachment_146" class="wp-caption aligncenter" style="width: 476px"><a href="http://maddogsoftware.files.wordpress.com/2010/08/edward-jacob-android-pie.png"><img src="http://maddogsoftware.files.wordpress.com/2010/08/edward-jacob-android-pie.png?w=466&#038;h=250" alt="Edward vs Jacob - who do android users prefer?" title="edward-jacob-android-pie" width="466" height="250" class="size-full wp-image-146" /></a><p class="wp-caption-text">Edward vs Jacob - who do android users prefer?</p></div>
<p>WOW! Edward wins hands down! 50% vs 30%. </p>
<p>I had hoped to produce an iPhone/Android users comparison but apple put the kibosh on this by refusing to release the iphone version of twipaper (copyright fears).  </p>
<hr />
<br />
For those interested in the app search for &#8220;twipaper&#8221; on the android market.<br />
<br />
<a href="http://mad-dog-software.com/"><img src="http://maddogsoftware.files.wordpress.com/2010/08/twipaper-icon.png?w=90&#038;h=90" alt="twipaper - now in the Android MarketPlace" title="twipaper-icon" width="90" height="90" class="aligncenter size-full wp-image-150" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/maddogsoftware.wordpress.com/142/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/maddogsoftware.wordpress.com/142/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/maddogsoftware.wordpress.com/142/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/maddogsoftware.wordpress.com/142/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/maddogsoftware.wordpress.com/142/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/maddogsoftware.wordpress.com/142/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/maddogsoftware.wordpress.com/142/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/maddogsoftware.wordpress.com/142/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/maddogsoftware.wordpress.com/142/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/maddogsoftware.wordpress.com/142/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/maddogsoftware.wordpress.com/142/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/maddogsoftware.wordpress.com/142/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/maddogsoftware.wordpress.com/142/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/maddogsoftware.wordpress.com/142/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=maddogsoftware.wordpress.com&amp;blog=9722476&amp;post=142&amp;subd=maddogsoftware&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://maddogsoftware.wordpress.com/2010/08/19/edward-or-jacob-who-do-android-users-choose/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3c2b0b5c4f9c7351b0dc732500f70c43?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">maddogsoftware</media:title>
		</media:content>

		<media:content url="http://maddogsoftware.files.wordpress.com/2010/08/edward-jacob-android-pie.png" medium="image">
			<media:title type="html">edward-jacob-android-pie</media:title>
		</media:content>

		<media:content url="http://maddogsoftware.files.wordpress.com/2010/08/twipaper-icon.png" medium="image">
			<media:title type="html">twipaper-icon</media:title>
		</media:content>
	</item>
		<item>
		<title>Openfeint 2.5.1 killed my iPad autorotation!</title>
		<link>http://maddogsoftware.wordpress.com/2010/08/10/openfeint-2-5-1-killed-my-ipad-autorotation/</link>
		<comments>http://maddogsoftware.wordpress.com/2010/08/10/openfeint-2-5-1-killed-my-ipad-autorotation/#comments</comments>
		<pubDate>Tue, 10 Aug 2010 08:11:18 +0000</pubDate>
		<dc:creator>maddogsoftware</dc:creator>
				<category><![CDATA[iPhone]]></category>
		<category><![CDATA[openfeint]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[ipad]]></category>
		<category><![CDATA[shouldAutorotateToInterfaceOrientation]]></category>

		<guid isPermaLink="false">http://maddogsoftware.wordpress.com/?p=120</guid>
		<description><![CDATA[Problems with shouldAutorotateToInterfaceOrientation: when using OpenFeint 2.5.1? read on! After adding Openfeint to my BoxMaster game (currently pending app store approval) I noticed that iPad view rotation had stopped working. This struck me as odd so I did a little digging to find the culprit! It turns out that Openfenit adds a UIView (and associated [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=maddogsoftware.wordpress.com&amp;blog=9722476&amp;post=120&amp;subd=maddogsoftware&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>Problems with shouldAutorotateToInterfaceOrientation: when using OpenFeint 2.5.1?<br />
read on!</strong></p>
<p>After adding Openfeint to my BoxMaster game (currently pending app store approval) I noticed that iPad view rotation had stopped working. </p>
<p>This struck me as odd so I did a little digging to find the culprit! </p>
<p>It turns out that Openfenit adds a UIView (and associated UIViewController which does not support auto-rotation) to your root window to work around a particular menu bug. Thankfully this bug only manifests if your application does NOT use any view controllers. </p>
<p>The bottom line here is:<br />
  <strong> if your application already contains a view controller, you can safely remove this code. </strong></p>
<p>Change: Openfeint.mm<br />
<pre class="brush: objc; first-line: 229;">    
 [self fixInCaseOfNoViewControllers];
</pre></p>
<p>to this:<br />
<pre class="brush: objc; first-line: 229;">    
 // disabled due to auto rotation issues, I promise that I already have a view controller    
 // [self fixInCaseOfNoViewControllers];
</pre></p>
<p>Doing so restored my applications rotation behaviour and all is well in the world. </p>
<p>Hope this helps someone out!</p>
<p>Some more related details here: <a href="http://openfeint.com/developers/forum/showthread.php?1407-Touch-no-longer-works-after-using-a-MPMediaPickerController">http://openfeint.com/developers/forum/showthread.php?1407-Touch-no-longer-works-after-using-a-MPMediaPickerController</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/maddogsoftware.wordpress.com/120/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/maddogsoftware.wordpress.com/120/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/maddogsoftware.wordpress.com/120/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/maddogsoftware.wordpress.com/120/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/maddogsoftware.wordpress.com/120/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/maddogsoftware.wordpress.com/120/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/maddogsoftware.wordpress.com/120/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/maddogsoftware.wordpress.com/120/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/maddogsoftware.wordpress.com/120/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/maddogsoftware.wordpress.com/120/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/maddogsoftware.wordpress.com/120/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/maddogsoftware.wordpress.com/120/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/maddogsoftware.wordpress.com/120/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/maddogsoftware.wordpress.com/120/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=maddogsoftware.wordpress.com&amp;blog=9722476&amp;post=120&amp;subd=maddogsoftware&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://maddogsoftware.wordpress.com/2010/08/10/openfeint-2-5-1-killed-my-ipad-autorotation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3c2b0b5c4f9c7351b0dc732500f70c43?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">maddogsoftware</media:title>
		</media:content>
	</item>
		<item>
		<title>iPhone, Android, Web Applications</title>
		<link>http://maddogsoftware.wordpress.com/2010/08/09/iphone-android-web-applications/</link>
		<comments>http://maddogsoftware.wordpress.com/2010/08/09/iphone-android-web-applications/#comments</comments>
		<pubDate>Mon, 09 Aug 2010 07:23:47 +0000</pubDate>
		<dc:creator>maddogsoftware</dc:creator>
				<category><![CDATA[android]]></category>
		<category><![CDATA[cars]]></category>
		<category><![CDATA[charts]]></category>
		<category><![CDATA[dev]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[openfeint]]></category>
		<category><![CDATA[future directions]]></category>
		<category><![CDATA[home]]></category>
		<category><![CDATA[moving]]></category>
		<category><![CDATA[redirect]]></category>

		<guid isPermaLink="false">http://maddogsoftware.wordpress.com/?p=110</guid>
		<description><![CDATA[Hi there! Our official home on the web has moved to http://mad-dog-software.com/ This blog will continue to exist but will become more technically focused with development articles and updates. As always you can continue to follow us on twitter or facebook too:<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=maddogsoftware.wordpress.com&amp;blog=9722476&amp;post=110&amp;subd=maddogsoftware&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Hi there! </p>
<p><strong>Our official home on the web has moved to <a href="http://mad-dog-software.com/">http://mad-dog-software.com/</a> </strong></p>
<p>This blog will continue to exist but will become more technically focused with development articles and updates. </p>
<p>As always you can continue to follow us on twitter or facebook too:</p>
<p><a href="http://www.facebook.com/pages/Mad-Dog-Software/151331587163"><img src="http://maddogsoftware.files.wordpress.com/2009/12/facebook.png?w=48&#038;h=48" alt="" title="Facebook" width="48" height="48" class="alignnone size-full wp-image-46" /></a> <a href="https://twitter.com/maddog_software"><img src="http://maddogsoftware.files.wordpress.com/2009/12/follow-me.png?w=48&#038;h=48" alt="" title="Follow me" width="48" height="48" class="alignnone size-full wp-image-47" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/maddogsoftware.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/maddogsoftware.wordpress.com/110/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/maddogsoftware.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/maddogsoftware.wordpress.com/110/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/maddogsoftware.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/maddogsoftware.wordpress.com/110/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/maddogsoftware.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/maddogsoftware.wordpress.com/110/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/maddogsoftware.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/maddogsoftware.wordpress.com/110/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/maddogsoftware.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/maddogsoftware.wordpress.com/110/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/maddogsoftware.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/maddogsoftware.wordpress.com/110/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=maddogsoftware.wordpress.com&amp;blog=9722476&amp;post=110&amp;subd=maddogsoftware&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://maddogsoftware.wordpress.com/2010/08/09/iphone-android-web-applications/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3c2b0b5c4f9c7351b0dc732500f70c43?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">maddogsoftware</media:title>
		</media:content>

		<media:content url="http://maddogsoftware.files.wordpress.com/2009/12/facebook.png" medium="image">
			<media:title type="html">Facebook</media:title>
		</media:content>

		<media:content url="http://maddogsoftware.files.wordpress.com/2009/12/follow-me.png" medium="image">
			<media:title type="html">Follow me</media:title>
		</media:content>
	</item>
	</channel>
</rss>
