<?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>350 Nice &#187; Software</title>
	<atom:link href="http://blog.350nice.com/wp/archives/tag/software/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.350nice.com/wp</link>
	<description></description>
	<lastBuildDate>Tue, 13 Sep 2011 17:13:43 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Tutorial: Arduino UNO + Google ADK</title>
		<link>http://blog.350nice.com/wp/archives/301</link>
		<comments>http://blog.350nice.com/wp/archives/301#comments</comments>
		<pubDate>Tue, 31 May 2011 15:41:22 +0000</pubDate>
		<dc:creator>declanshanaghy</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Arduino]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://blog.350nice.com/wp/?p=301</guid>
		<description><![CDATA[[from BricoGeek]
&#8220;A few days ago I presented at the ADK Google&#8217;s blog, a platform that enables communication between Android and Arduino. The downside was that the development kit worth about EUR300.
Today we bring you a scoop. After seeing fellow online who managed to run the ADK in an Arduino with a USB Host Shield controlling [...]]]></description>
		<wfw:commentRss>http://blog.350nice.com/wp/archives/301/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>UI Overhaul for PicPush</title>
		<link>http://blog.350nice.com/wp/archives/263</link>
		<comments>http://blog.350nice.com/wp/archives/263#comments</comments>
		<pubDate>Sun, 24 Jan 2010 09:35:30 +0000</pubDate>
		<dc:creator>declanshanaghy</dc:creator>
				<category><![CDATA[PicPush]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[Releases]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://blog.350nice.com/wp/?p=263</guid>
		<description><![CDATA[OK we admit it! The user interface for adding/editing destinations in PicPush was tricky to figure out! (To say the least!) We&#8217;ve known for a while that it was a less than optimal solution. But last week steps were finally taken to resolve it. Read on for all the gorey details.
The new approach uses the [...]]]></description>
		<wfw:commentRss>http://blog.350nice.com/wp/archives/263/feed</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>CoverFlow in PicPush Transfers = KOOOOOL! :-)</title>
		<link>http://blog.350nice.com/wp/archives/271</link>
		<comments>http://blog.350nice.com/wp/archives/271#comments</comments>
		<pubDate>Sun, 24 Jan 2010 09:00:10 +0000</pubDate>
		<dc:creator>declanshanaghy</dc:creator>
				<category><![CDATA[PicPush]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://blog.350nice.com/wp/?p=271</guid>
		<description><![CDATA[Not too long ago I came across a coverflow widget for Android and thought, wow that looks brilliant! Given that the transfers tab of PicPush uses the Android Gallery widget I decided to drop it in and see how it would look.

It took about half a day to integrate and set it up just right. [...]]]></description>
		<wfw:commentRss>http://blog.350nice.com/wp/archives/271/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>PicPush 3.1.0 &#8211; New Plugin Framework</title>
		<link>http://blog.350nice.com/wp/archives/260</link>
		<comments>http://blog.350nice.com/wp/archives/260#comments</comments>
		<pubDate>Thu, 06 Aug 2009 05:18:59 +0000</pubDate>
		<dc:creator>declanshanaghy</dc:creator>
				<category><![CDATA[PicPush]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[Releases]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://blog.350nice.com/wp/?p=260</guid>
		<description><![CDATA[The latest update to PicPush includes a plugin framework for 3rd party applications to listen in on PicPush upload activity and manipulate the data in any way that can be imagined.
The first user of this framework, PicPush Tweeter, listens to and records every time PicPush completes an upload. It will then post tweets with links [...]]]></description>
		<wfw:commentRss>http://blog.350nice.com/wp/archives/260/feed</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>MultiChoice Preference Widget for Android</title>
		<link>http://blog.350nice.com/wp/archives/240</link>
		<comments>http://blog.350nice.com/wp/archives/240#comments</comments>
		<pubDate>Fri, 10 Jul 2009 05:46:08 +0000</pubDate>
		<dc:creator>declanshanaghy</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[PicPush]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Software Architecture]]></category>

		<guid isPermaLink="false">http://blog.350nice.com/wp/?p=240</guid>
		<description><![CDATA[Strangely, the Android framework does not include a widget which allows multiple selections in Preference Screens. I needed to add one of these for selecting folders to monitor for new media in PicPush and ended up having to implement it myself. If this is something you need for your Android app, following this tutorial will [...]]]></description>
		<wfw:commentRss>http://blog.350nice.com/wp/archives/240/feed</wfw:commentRss>
		<slash:comments>58</slash:comments>
		</item>
		<item>
		<title>PicPush 3.0 Released</title>
		<link>http://blog.350nice.com/wp/archives/237</link>
		<comments>http://blog.350nice.com/wp/archives/237#comments</comments>
		<pubDate>Fri, 10 Jul 2009 04:51:30 +0000</pubDate>
		<dc:creator>declanshanaghy</dc:creator>
				<category><![CDATA[PicPush]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[Releases]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://blog.350nice.com/wp/?p=237</guid>
		<description><![CDATA[It&#8217;s been some time since we&#8217;ve made major changes to PicPush. CrowdPleazer sort of took over all the development time. With a major push in the last 2 weeks or so we got the new UI implemented and added some great features which take PicPush functionality to the next level:

Activate/deactivate destinations when scheduling one time [...]]]></description>
		<wfw:commentRss>http://blog.350nice.com/wp/archives/237/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>PicPush Privacy options updated</title>
		<link>http://blog.350nice.com/wp/archives/217</link>
		<comments>http://blog.350nice.com/wp/archives/217#comments</comments>
		<pubDate>Thu, 25 Jun 2009 18:43:12 +0000</pubDate>
		<dc:creator>declanshanaghy</dc:creator>
				<category><![CDATA[PicPush]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[Releases]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://blog.350nice.com/wp/?p=217</guid>
		<description><![CDATA[PicPush 1.1.19 (download from android market) now supports automatically marking your pics as public when uploaded to Facebook and Flickr.
The default setting is that all pics are uploaded as public. If you wish to keep your photos private so that you can later make them public manually simply go to the Preferences page and uncheck [...]]]></description>
		<wfw:commentRss>http://blog.350nice.com/wp/archives/217/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>SCM Heaven &#8211; Continuous Integration</title>
		<link>http://blog.350nice.com/wp/archives/18</link>
		<comments>http://blog.350nice.com/wp/archives/18#comments</comments>
		<pubDate>Tue, 18 Dec 2007 10:54:42 +0000</pubDate>
		<dc:creator>declanshanaghy</dc:creator>
				<category><![CDATA[FaxIt Nice]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Testing]]></category>

		<guid isPermaLink="false">http://blog.350nice.com/wp/?p=18</guid>
		<description><![CDATA[With the small development team we have here in 350 Nice I always pretty much  dismissed the advantages of running a continuous integration (CI) server. But every now and then a build does break, and it does affect people. This weekend i explored the magical world of CI. And i only scratched the surface [...]]]></description>
		<wfw:commentRss>http://blog.350nice.com/wp/archives/18/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

