<?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>BillDay.com &#187; Open Source</title>
	<atom:link href="http://billday.com/category/open-source/feed/" rel="self" type="application/rss+xml" />
	<link>http://billday.com</link>
	<description></description>
	<lastBuildDate>Sun, 05 Feb 2012 10:59:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Hackathon innovations:  David Cohen discusses his Health Graph Java wrapper</title>
		<link>http://billday.com/2012/01/03/hackathon-innovations-david-cohen-discusses-his-health-graph-java-wrapper/</link>
		<comments>http://billday.com/2012/01/03/hackathon-innovations-david-cohen-discusses-his-health-graph-java-wrapper/#comments</comments>
		<pubDate>Tue, 03 Jan 2012 20:24:15 +0000</pubDate>
		<dc:creator>Bill Day</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Recommended]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[davidcohen]]></category>
		<category><![CDATA[developers]]></category>
		<category><![CDATA[hackathons]]></category>
		<category><![CDATA[healthgraph]]></category>
		<category><![CDATA[isobar]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[libraries]]></category>
		<category><![CDATA[mime]]></category>
		<category><![CDATA[nfc]]></category>
		<category><![CDATA[partners]]></category>
		<category><![CDATA[partner_profiles]]></category>
		<category><![CDATA[RunKeeper]]></category>
		<category><![CDATA[terriblelabs]]></category>
		<category><![CDATA[web_api]]></category>
		<category><![CDATA[wrappers]]></category>

		<guid isPermaLink="false">http://billday.com/?p=3879</guid>
		<description><![CDATA[We&#8217;re finishing off 2011 with another Health Graph (@healthgraphapi) library partner profile. Below we speak with developer David Cohen about his work on a Java wrapper for the Health Graph API. If you&#8217;re a Java programmer interested in hacking health, you should definitely check it out! Bill Day: Please tell us about yourself and your [...]]]></description>
			<content:encoded><![CDATA[<p><em>We&#8217;re finishing off 2011 with another <a href="http://developer.runkeeper.com/healthgraph/overview" target="_top">Health Graph</a> (<a href="https://twitter.com/#!/healthgraphapi" target="_top">@healthgraphapi</a>) <a href="http://blog.healthgraph.com/health-graph-third-party-libraries/" target="_top">library</a> <a href="http://blog.healthgraph.com/tag/partner_profiles/" target="_top">partner profile</a>.  Below we speak with developer <a href="https://github.com/dcohens" target="_top">David Cohen</a> about his work on <a href="https://github.com/levelcap/isohealth" target="_top">a Java wrapper for the Health Graph API</a>.  If you&#8217;re a Java programmer interested in hacking health, you should definitely check it out!</em></p>
<p><strong>Bill Day</strong>: Please tell us about yourself and your interest in the Health Graph API.</p>
<p><strong>David Cohen</strong>: I am a senior software developer for <a href="http://na.isobar.com/" target="_top">Isobar North America</a>, focusing mostly on back-end development in the worlds of Java and PHP.  I also box on a (very) amateur level and am in the very early contemplative stages of what kind of Health Graph application I could develop to work with that.</p>
<p><a href="http://bloghealthgraph.files.wordpress.com/2011/12/20111230_blog-davidcohen-java-lib-photo.jpg"><img src="http://bloghealthgraph.files.wordpress.com/2011/12/20111230_blog-davidcohen-java-lib-photo.jpg?w=245" alt="" title="David Cohen prefers this photo" width="245" height="300" class="alignright size-medium wp-image-241" /></a></p>
<p>After participating in <a href="http://us.isobar.com/en/news/2011/9/28/isobar-announces-winners-isobar-create-48-nfc-hack/" target="_top">Isobar&#8217;s Create 48 NFC Hackathon</a> as part of Team Beer Pants Meeting, I became aware of and interested in working with the Health Graph API through a <a href="http://blog.runkeeper.com/health-graph/terrible-labs-hackathon-recap" target="_top">series of similar hackathon events hosted by Terrible Labs</a>.</p>
<p><strong>BD</strong>: Why did you develop your own Java wrapper for accessing the Health Graph API?</p>
<p><strong>DC</strong>: In the setting of a series of shorter hackathons &#8211; being a few hours at a time rather than a marathon over the course of several days &#8211; developing a wrapper in a language that I was already familiar with seemed like a great way to both become familiar with the new API and to provide a tool that would be of use to Java developers who wanted to created Health Graph applications in the future.</p>
<p><strong>BD</strong>: Which portions of the Health Graph API does your wrapper support?  Do you use all of them in your own application?</p>
<p><strong>DC</strong>: The wrapper is currently a work in progress, but the goal is to have it support the entire Health Graph API.  I do not currently have my own application built off of the wrapper but I do hope to be able to use it for application development in the near future.</p>
<p><strong>BD</strong>: Are there any portions of the Health Graph API that you don&#8217;t currently support but plan to in the future?</p>
<p><strong>DC</strong>: There are plenty of portions that are still works in progress, but nothing that isn&#8217;t currently being worked on in terms of support.</p>
<p><strong>BD</strong>: What do you like about the Health Graph?  What would you like to see changed?</p>
<p><strong>DC</strong>: I love the depth of data potentially represented by the Health Graph.  It&#8217;s hard to look at API specifications and not have at least a few ideas for a mash-up application come to mind.</p>
<p>The only problem I see is right now is one that most new projects, especially ones with a large scope, suffer from:  The documentation could use some improvements.  It should call out specific changes when API updates are made.</p>
<p><strong>BD</strong>: If you could request any new feature from the Health Graph, what would it be?  How would you use it?</p>
<p><strong>DC</strong>: Having not really worked on the application development layer yet, my new feature request might not be ground-breakingly exciting but I would love to see an API call added that contained a map of the MIME types with keys that would not change, so that I could dynamically create my MIME type maps for wrapper calls and not have to worry about getting bad requests when the API updates.</p>
<p><strong>BD</strong>: Can you share any future plans for your wrapper?  What&#8217;s coming next that Health Graph developers may be excited about?</p>
<p><strong>DC</strong>: Once the wrapper is stable and contains all of the current API features, I plan on writing a sample application that will give developers a good place to start implementing the features contained within the Health Graph and wrapper.  After that I may even start working on an application of my own!</p>
<p><strong>BD</strong>: Is there anything else we should know about you or your wrapper?</p>
<p><strong>DC</strong>: Just that so far it has been a great experience working with the Health Graph and the <a href="http://runkeeper.com/" target="_top">RunKeeper</a> team.  You all have been nothing short of extraordinarily helpful and ready to answer all of my requests and point out when my &#8220;bug reports&#8221; are real or just me implementing something poorly.  So thanks!</p>
<p><em>(Editor&#8217;s note:  You can see David and Team Beer Pants Meeting in action at Isobar&#8217;s hackathon around 3:16 into the video below.)</em></p>
<p><iframe src="http://player.vimeo.com/video/29686925?title=0&amp;byline=0&amp;portrait=0" width="400" height="225" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe>
<p><a href="http://vimeo.com/29686925">Isobar Create 48 NFC Hackathon</a> from <a href="http://vimeo.com/isobarus">Isobar US</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
<p><em>Cross-posted from the <a href="http://blog.healthgraph.com/2011/12/30/hackathon-innovations-java/" title="Health Graph blog" target="_blank">Health Graph blog</a>.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://billday.com/2012/01/03/hackathon-innovations-david-cohen-discusses-his-health-graph-java-wrapper/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ruby fans, meet the Health Graph</title>
		<link>http://billday.com/2011/12/15/ruby-fans-meet-the-health-graph/</link>
		<comments>http://billday.com/2011/12/15/ruby-fans-meet-the-health-graph/#comments</comments>
		<pubDate>Thu, 15 Dec 2011 21:32:39 +0000</pubDate>
		<dc:creator>Bill Day</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Recommended]]></category>
		<category><![CDATA[activities]]></category>
		<category><![CDATA[apps]]></category>
		<category><![CDATA[Authentication]]></category>
		<category><![CDATA[background]]></category>
		<category><![CDATA[challenges]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[developers]]></category>
		<category><![CDATA[fitness]]></category>
		<category><![CDATA[gem]]></category>
		<category><![CDATA[github]]></category>
		<category><![CDATA[healthgraph]]></category>
		<category><![CDATA[kennyma]]></category>
		<category><![CDATA[libraries]]></category>
		<category><![CDATA[nutrition]]></category>
		<category><![CDATA[partner_profiles]]></category>
		<category><![CDATA[profile]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[sleep]]></category>
		<category><![CDATA[strength]]></category>
		<category><![CDATA[users]]></category>
		<category><![CDATA[weight]]></category>
		<category><![CDATA[wellness]]></category>

		<guid isPermaLink="false">http://billday.com/?p=3867</guid>
		<description><![CDATA[This week we are featuring one of the developers building libraries and wrappers on top of the Health Graph (@healthgraphapi), Kenny Ma (@kennyma). Kenny has made his Health Graph Ruby gem available via GitHub for anyone and everyone to use. Click here to give it a try yourself and read on for more on why [...]]]></description>
			<content:encoded><![CDATA[<p><em>This week <a href="http://blog.healthgraph.com/tag/partner_profiles/" target="_top">we are featuring</a> one of the <a href="http://blog.healthgraph.com/health-graph-third-party-libraries/" target="_top">developers building libraries and wrappers</a> on top of the <a href="http://developer.runkeeper.com/healthgraph/overview" target="_top">Health Graph</a> (<a href="https://twitter.com/#!/healthgraphapi" target="_top">@healthgraphapi</a>), <a href="http://about.me/kennyma" target="_top">Kenny Ma</a> (<a href="https://twitter.com/#!/kennyma" target="_top">@kennyma</a>).  Kenny has made his <a href="https://github.com/kennyma/health_graph" target="_top">Health Graph Ruby gem</a> available via GitHub for anyone and everyone to use.  <a href="https://github.com/kennyma/health_graph" target="_top">Click here</a> to give it a try yourself and read on for more on why and how he built it.</em></p>
<p><strong>Bill Day</strong>: Please tell us about yourself and your interest in the Health Graph API.</p>
<p><a href="http://bloghealthgraph.files.wordpress.com/2011/12/20111215_blog-kennyma-ruby-gem-photo.png"><img src="http://bloghealthgraph.files.wordpress.com/2011/12/20111215_blog-kennyma-ruby-gem-photo.png?w=210" alt="" title="Kenny Ma, Ruby programmer and Health Graph wrapper provider" width="210" height="300" class="alignright size-medium wp-image-212" /></a></p>
<p><strong>Kenny Ma</strong>: I&#8217;m an entrepreneur and software engineer in San Francisco.  Prior to my venture in a new health startup, I was a lead engineer at IGN Entertainment where I worked on IGN&#8217;s social network for gamers and IGN&#8217;s mobile apps.  My cofounder and I are working on improving workplace wellness by creating fitness challenges for groups within companies.  The Health Graph API provides a great way to track each individual&#8217;s progress.</p>
<p><strong>BD</strong>: Why did you develop your own Ruby gem for accessing the Health Graph API?</p>
<p><strong>KM</strong>: There are quite a few good <a href="http://blog.healthgraph.com/health-graph-third-party-libraries/" target="_top">Ruby gems for the Health Graph API</a> now but there weren&#8217;t any when we started.  </p>
<p><strong>BD</strong>: Which portions of the Health Graph API does your gem support?  Do you use all of them in your own application?</p>
<p><strong>KM</strong>: The gem currently supports <a href="http://developer.runkeeper.com/healthgraph/registration-authorization" target="_top">authentication</a>, <a href="http://developer.runkeeper.com/healthgraph/fitness-activities" target="_top">fitness activities</a>, <a href="http://developer.runkeeper.com/healthgraph/sleep" target="_top">sleep</a>, <a href="http://developer.runkeeper.com/healthgraph/weight" target="_top">weight</a>, <a href="http://developer.runkeeper.com/healthgraph/profile" target="_top">profile</a>, and <a href="http://developer.runkeeper.com/healthgraph/users" target="_top">users</a>.  We are currently using all of these in our application and will also be adding more API support soon.</p>
<p><strong>BD</strong>: Which additional portions of the Health Graph API do you plan to add in the future?</p>
<p><strong>KM</strong>: We are planning to add support for <a href="http://developer.runkeeper.com/healthgraph/strength-training" target="_top">strength training activities</a> very soon.  <a href="http://developer.runkeeper.com/healthgraph/nutrition" target="_top">Nutrition</a> and <a href="http://developer.runkeeper.com/healthgraph/background-activities" target="_top">background activities</a> are also on our todo list.  </p>
<p><strong>BD</strong>: What do you like about the Health Graph?  What would you like to see changed?</p>
<p><strong>KM</strong>: I love the idea of making this data available so that developers like myself can quickly build health applications on top of it.  I think end users will benefit tremendously from the innovations that will come out of this.  I don&#8217;t see a need to change anything at this time.  Keep up the good work.   </p>
<p><strong>BD</strong>: If you could request any new feature from the Health Graph, what would it be?  How would you use it?</p>
<p><strong>KM</strong>: None.  The Health Graph works very well for us and we haven&#8217;t had any problems with it for our application.  </p>
<p><strong>BD</strong>: Can you share any future plans for your gem?  What&#8217;s coming next that Health Graph developers may be excited about?</p>
<p><strong>KM</strong>: There will definitely be more API support and more test coverage.  We will be releasing more updates very soon so make sure you watch the repository if you are using the gem.  </p>
<p><strong>BD</strong>: Is there anything else we should know about you or your gem?</p>
<p><strong>KM</strong>: I&#8217;m excited to be able to share the gem with the community and any suggestions for improvment are always welcome.</p>
<p><em>Cross-posted from the <a href="http://blog.healthgraph.com/2011/12/15/ruby-fans-meet-the-health-graph/" target="_top">Health Graph blog</a>.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://billday.com/2011/12/15/ruby-fans-meet-the-health-graph/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Health Graph libraries</title>
		<link>http://billday.com/2011/12/06/health-graph-libraries/</link>
		<comments>http://billday.com/2011/12/06/health-graph-libraries/#comments</comments>
		<pubDate>Tue, 06 Dec 2011 10:46:47 +0000</pubDate>
		<dc:creator>Bill Day</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Recommended]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[bindings]]></category>
		<category><![CDATA[developers]]></category>
		<category><![CDATA[gdocs]]></category>
		<category><![CDATA[healthgraph]]></category>
		<category><![CDATA[libraries]]></category>
		<category><![CDATA[spreadsheet]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[wrappers]]></category>

		<guid isPermaLink="false">http://billday.com/?p=3849</guid>
		<description><![CDATA[We have created a new &#8220;Health Graph libraries&#8221; page to provide a repository for all of the third party Health Graph API libraries, wrappers, bindings, and other tools available for developers. Click here to access the page or here to jump straight to the Google Docs spreadsheet. You can subscribe to the spreadsheet&#8217;s RSS feed [...]]]></description>
			<content:encoded><![CDATA[<p>We have created a new &#8220;<a href="http://blog.healthgraph.com/health-graph-third-party-libraries/" title="Health Graph third party libraries" target="_blank">Health Graph libraries</a>&#8221; page to provide a repository for all of the third party Health Graph API libraries, wrappers, bindings, and other tools available for developers.</p>
<p><a href="http://blog.healthgraph.com/health-graph-third-party-libraries/" title="Health Graph third party libraries page" target="_blank">Click here</a> to access the page or <a href="https://docs.google.com/spreadsheet/pub?hl=en_US&amp;hl=en_US&amp;key=0AmHWxJbxOTApdDBnRzZuTGwwbGQ3Y01HRk5tSDZQMEE&amp;single=true&amp;gid=0&amp;output=html" target="_top">here</a> to jump straight to the Google Docs spreadsheet.  You can <a href="https://spreadsheets.google.com/feeds/list/0AmHWxJbxOTApdDBnRzZuTGwwbGQ3Y01HRk5tSDZQMEE/od6/public/basic?hl=en_US&amp;alt=rss" target="_top">subscribe to the spreadsheet&#8217;s RSS feed here</a> to receive future updates and additions via your reader of choice.</p>
<p>The spreadsheet is also embedded below (scroll right to see the rest of each listing).</p>
<p><iframe width='500' height='300' frameborder='0' src='https://docs.google.com/spreadsheet/pub?hl=en_US&#038;hl=en_US&#038;key=0AmHWxJbxOTApdDBnRzZuTGwwbGQ3Y01HRk5tSDZQMEE&#038;single=true&#038;gid=0&#038;output=html&#038;widget=true'></iframe></p>
<p>Please contact us via Twitter <a href="https://twitter.com/#!/healthgraphapi" title="Health Graph API on Twitter" target="_blank">@healthgraphapi</a>, <a href="https://www.facebook.com/HealthGraph" title="Health Graph on Facebook" target="_blank">Facebook</a>, or <a href="https://plus.google.com/b/118085852682954579592/118085852682954579592/posts" title="Health Graph on Google+" target="_blank">Google+</a> if you know of others that should be added.  Thanks!</p>
<p><em>Cross-posted from the <a href="http://blog.healthgraph.com/2011/12/05/health-graph-third-party-libraries/" target="_top">Health Graph blog</a>.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://billday.com/2011/12/06/health-graph-libraries/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Off road mapping via OS RouteMapper and the Health Graph</title>
		<link>http://billday.com/2011/11/23/off-road-mapping-via-os-routemapper-and-the-health-graph/</link>
		<comments>http://billday.com/2011/11/23/off-road-mapping-via-os-routemapper-and-the-health-graph/#comments</comments>
		<pubDate>Wed, 23 Nov 2011 10:44:13 +0000</pubDate>
		<dc:creator>Bill Day</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Recommended]]></category>
		<category><![CDATA[Running]]></category>
		<category><![CDATA[Site Stuff]]></category>
		<category><![CDATA[activities]]></category>
		<category><![CDATA[blood_pressure]]></category>
		<category><![CDATA[clinical]]></category>
		<category><![CDATA[cycling]]></category>
		<category><![CDATA[devices]]></category>
		<category><![CDATA[doctor]]></category>
		<category><![CDATA[documentation]]></category>
		<category><![CDATA[exercise]]></category>
		<category><![CDATA[glucose]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[gpx]]></category>
		<category><![CDATA[healthgraph]]></category>
		<category><![CDATA[mapping]]></category>
		<category><![CDATA[markkelsey]]></category>
		<category><![CDATA[monitors]]></category>
		<category><![CDATA[off_road]]></category>
		<category><![CDATA[openstreetmaps]]></category>
		<category><![CDATA[ordnance]]></category>
		<category><![CDATA[osroutemapper]]></category>
		<category><![CDATA[partner_profiles]]></category>
		<category><![CDATA[performance. splits]]></category>
		<category><![CDATA[route]]></category>
		<category><![CDATA[route_planning]]></category>
		<category><![CDATA[RunKeeper]]></category>
		<category><![CDATA[streetteam]]></category>
		<category><![CDATA[survey]]></category>
		<category><![CDATA[telemedicine]]></category>
		<category><![CDATA[trail]]></category>
		<category><![CDATA[trails]]></category>
		<category><![CDATA[uk]]></category>
		<category><![CDATA[weight]]></category>

		<guid isPermaLink="false">http://billday.com/?p=3843</guid>
		<description><![CDATA[Mark Kelsey (@freddy4th) is a doctor and a programmer with some great ideas for using the Health Graph (@healthgraphapi). This week we feature him and his first published Health Graph app, OS RouteMapper (@osroutemapper), in our ongoing series on Health Graph partners. Bill Day: Please tell us about yourself and your company. Mark Kelsey: I [...]]]></description>
			<content:encoded><![CDATA[<p><em>Mark Kelsey (<a href="https://twitter.com/#!/freddy4th" target="_top">@freddy4th</a>) is a doctor and a programmer with some great ideas for using the <a href="http://developer.runkeeper.com/healthgraph/overview" target="_top">Health Graph</a> (<a href="https://twitter.com/#!/healthgraphapi" target="_top">@healthgraphapi</a>).  This week we feature him and his first published Health Graph app, <a href="http://runkeeper.com/apps/activity-tracking/osroutemapper/6905" target="_top">OS RouteMapper</a> (<a href="https://twitter.com/#!/osroutemapper" target="_top">@osroutemapper</a>), in our ongoing series on <a href="http://blog.healthgraph.com/tag/partner_profiles/" target="_top">Health Graph partners</a>.</em></p>
<p><a href="http://bloghealthgraph.files.wordpress.com/2011/11/20111122_blog-osroutemapper-profile-markkelsey.jpg"><img src="http://bloghealthgraph.files.wordpress.com/2011/11/20111122_blog-osroutemapper-profile-markkelsey.jpg?w=300" alt="" title="Mark Kelsey, creator of OS RouteMapper" width="300" height="300" class="alignright size-medium wp-image-163" /></a></p>
<p><strong>Bill Day</strong>: Please tell us about yourself and your company.</p>
<p><strong>Mark Kelsey</strong>: I am a doctor by profession and an amateur self taught programmer. I have developed a number of web applications and software packages which we use within my medical practice and I now also work for a software company which develops clinical decision support software. Work on my Health Graph app <a href="http://osroutemapper.practicetools.co.uk/osmaps/welcome.aspx" target="_top">OS RouteMapper</a> is therefore a bit of a sideline at the moment, though with my medical background I have lots of ideas for how the Health Graph API could be used to help people manage their medical conditions.</p>
<p><strong>BD</strong>: What&#8217;s the &#8220;elevator pitch&#8221; for why someone should use your app? </p>
<p><strong>MK</strong>: OS RouteMapper allows people to view their <a href="http://runkeeper.com" target="_top">Runkeeper</a> activities on Ordnance Survey maps within the UK.  These maps are world renowned for being very detailed and in particular provide excellent detail off road.  They are therefore particularly useful for walkers, cyclists or runners who don’t stick to roads!  Outside the UK, the app uses OpenStreetMaps Cycle Maps which in many areas are much more detailed than Google maps, again particularly useful off road.</p>
<p><strong>BD</strong>: How did you get started using the Health Graph API?</p>
<p><strong>MK</strong>: After using Runkeeper to track my cycling activities, I wanted to view my activities on more detailed maps so I could see where I’d been (I’m often cycling at night along dark tracks!) and plan where else to ride.</p>
<p>Before the Health Graph API was released, I developed a web site that would allow me to upload GPX files to show on an OS Map. When the Health Graph API was released it was a natural development to automatically get the activities off Runkeeper. I was surprised by how many people started using the app when I published it and when I saw that people from other countries were using it I added the support for OpenStreetMaps Cycle Maps. After seeing how easy it was to integrate with the Health Graph API, I have thought of lots of other ideas about how the data could be used in different ways.</p>
<p><a href="http://bloghealthgraph.files.wordpress.com/2011/11/20111122_blog-osroutemapper-profile-openmap.png"><img src="http://bloghealthgraph.files.wordpress.com/2011/11/20111122_blog-osroutemapper-profile-openmap.png" alt="" title="OS RouteMapper displaying a mountain biking activity stored in the Health Graph" width="590" height="470" class="alignnone size-full wp-image-166" /></a></p>
<p><strong>BD</strong>: How has using the Health Graph benefited you?</p>
<p><strong>MK</strong>: At the moment this is just a sideline for me but I think some of the ideas I have may have even greater appeal to lots of people and may become a commercial opportunity.</p>
<p><strong>BD</strong>: Which portions of the Health Graph API do you use, and why?</p>
<p><strong>MK</strong>: I mainly use the activities feed and in particular the path of each activity is used to plot the route on the map. The street team feed is also used to enable users to view street team members&#8217; activities on the maps.</p>
<p><strong>BD</strong>: What do you like about the Health Graph?  What would you like to see changed?</p>
<p><strong>MK</strong>: It is very easy to integrate with the Health Graph and the documentation is very clear, even for an amateur programmer like me! One addition I would appreciate is the ability to view the user’s saved routes as this is currently not available.  I would also like to develop the ability for users to plan routes using my maps and save them back to the Runkeeper / HealthGraph site as a route.</p>
<p><strong>BD</strong>: If you could request any crazy new feature from the Health Graph, what would it be?  How would you use it?</p>
<p><strong>MK</strong>: With my background as a doctor, I would really love to see some integration with clinical systems and devices so that users can see data (e.g. blood glucose measurements, BP readings, Weight readings etc.) that their doctor has on the clinical system, and they can see the effect of their exercise on their medical conditions. This could extend to things like blood glucose monitors so patients can automatically upload data. I think this kind of thing could really help telemedicine develop in the future.</p>
<p><strong>BD</strong>: Can you share any future plans for your app?  What&#8217;s coming next that your users will be excited about?  Does the Health Graph play a role in that, and if so, how? </p>
<p><strong>MK</strong>: In the immediate future, I am developing a way for users to compare their performance over parts of their routes i.e. split times, so that even if they don’t follow exactly the same route twice, they can compare their performance over the parts of the route that are the same. As stated above I have a number of other ideas that I think would work well with the Health Graph and build on it.  I am hoping to develop these.</p>
<p><strong>BD</strong>: Is there anything else we should know about you or your application? </p>
<p><strong>MK</strong>: You can follow future developments on Twitter at <a href="https://twitter.com/#!/osroutemapper" target="_top">@osroutemapper</a>!</p>
<p><em>Cross-posted from the <a href="http://blog.healthgraph.com/2011/11/22/off-road-mapping-via-os-routemapper-and-the-health-graph/" target="_top">Health Graph blog</a>.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://billday.com/2011/11/23/off-road-mapping-via-os-routemapper-and-the-health-graph/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Android Open 2011 Highlights</title>
		<link>http://billday.com/2011/11/14/android-open-2011-highlights/</link>
		<comments>http://billday.com/2011/11/14/android-open-2011-highlights/#comments</comments>
		<pubDate>Mon, 14 Nov 2011 22:07:06 +0000</pubDate>
		<dc:creator>Bill Day</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Presentations]]></category>
		<category><![CDATA[Recommended]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Wireless]]></category>
		<category><![CDATA[Africa]]></category>
		<category><![CDATA[aleksandargargenta]]></category>
		<category><![CDATA[alexhoward]]></category>
		<category><![CDATA[all_about_android]]></category>
		<category><![CDATA[analytics]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[androidshow]]></category>
		<category><![CDATA[antialiasing]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[apps]]></category>
		<category><![CDATA[app_stores]]></category>
		<category><![CDATA[arduino nfc]]></category>
		<category><![CDATA[bestbuy]]></category>
		<category><![CDATA[bitmaps]]></category>
		<category><![CDATA[clairehunsaker]]></category>
		<category><![CDATA[clip_paths]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[community]]></category>
		<category><![CDATA[conference]]></category>
		<category><![CDATA[cpu]]></category>
		<category><![CDATA[developers]]></category>
		<category><![CDATA[developing]]></category>
		<category><![CDATA[dvd]]></category>
		<category><![CDATA[ecosystem]]></category>
		<category><![CDATA[engagement]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[flurry]]></category>
		<category><![CDATA[followers]]></category>
		<category><![CDATA[gdp]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[ideals]]></category>
		<category><![CDATA[interfaces]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[javame]]></category>
		<category><![CDATA[jessevincent]]></category>
		<category><![CDATA[kenya]]></category>
		<category><![CDATA[keynotes]]></category>
		<category><![CDATA[laptop]]></category>
		<category><![CDATA[launch]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[markets]]></category>
		<category><![CDATA[markogargenta]]></category>
		<category><![CDATA[microsatellites]]></category>
		<category><![CDATA[mission]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[mobile_payments]]></category>
		<category><![CDATA[mobile_wallet]]></category>
		<category><![CDATA[mosolo]]></category>
		<category><![CDATA[mpesa]]></category>
		<category><![CDATA[nasa]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[nexus]]></category>
		<category><![CDATA[nickfarina]]></category>
		<category><![CDATA[open]]></category>
		<category><![CDATA[openness]]></category>
		<category><![CDATA[oreilly]]></category>
		<category><![CDATA[panels]]></category>
		<category><![CDATA[payments]]></category>
		<category><![CDATA[paypal]]></category>
		<category><![CDATA[phonesats]]></category>
		<category><![CDATA[photos]]></category>
		<category><![CDATA[principles]]></category>
		<category><![CDATA[ram]]></category>
		<category><![CDATA[robertstephens]]></category>
		<category><![CDATA[rockets]]></category>
		<category><![CDATA[sales]]></category>
		<category><![CDATA[seanbyrnes]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[sessions]]></category>
		<category><![CDATA[slides]]></category>
		<category><![CDATA[smartphones]]></category>
		<category><![CDATA[soul]]></category>
		<category><![CDATA[space]]></category>
		<category><![CDATA[speakers]]></category>
		<category><![CDATA[square]]></category>
		<category><![CDATA[statistics]]></category>
		<category><![CDATA[stevejobs]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[timoreilly]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[webviews]]></category>
		<category><![CDATA[willmarshall]]></category>
		<category><![CDATA[xcode]]></category>

		<guid isPermaLink="false">http://billday.com/?p=3830</guid>
		<description><![CDATA[This October I was able to attend both the O&#8217;Reilly Android Open (@androidopen) and X.commerce Innovate conferences back-to-back in San Francisco. I wrote more about Innovate in a separate DevZone article. This time, I&#8217;d like to break down the most interesting bits of Android Open from a developer-centric perspective. Fascinating morning keynotes Android Open was [...]]]></description>
			<content:encoded><![CDATA[<p>This October I was able to attend both the <a href="http://androidopen.com/android2011" target="_top">O&#8217;Reilly Android Open</a> (<a href="http://twitter.com/androidopen" target="_top">@androidopen</a>) and <a href="http://www.innovate-conference.com/" target="_top">X.commerce Innovate</a> conferences back-to-back in San Francisco.  I wrote more about Innovate in a <a href="http://billday.com/2011/11/09/innovate-2011-highlights/" target="_top">separate DevZone article</a>.  This time, I&#8217;d like to break down the most interesting bits of Android Open from a developer-centric perspective.</p>
<h2>Fascinating morning keynotes</h2>
<p><img src="https://www.x.com/sites/default/files/20111104_article.android.open_.01.signage.jpg" title="Everyone was coming and going at high speed to get from one interesting session to another" align="right" height="300" /></p>
<p>Android Open was jam packed with activities including a pre-conference day of workshops and then two days of main conference.  Each morning of the regular conference began with a series of five to twenty minute long keynote talks and panels.  You can see a complete listing of the speakers for both days in the <a href="http://androidopen.com/android2011/public/schedule/grid" target="_top">conference schedule</a>.  You can also watch the keynote sessions via the  <a href="https://www.youtube.com/playlist?p=FA1D1EAD85546A4B" target="_top">Android Open 2011 Youtube video playlist</a> (<a href="https://www.youtube.com/playlist?p=FA1D1EAD85546A4B" target="_top">click here to access</a>).  I would encourage you to watch as many of the keynotes as possible; they contain a lot of interesting and inspirational material to get your Android juices flowing!</p>
<p>O&#8217;Reilly founder &#038; CEO <a href="https://plus.google.com/107033731246200681024/posts" target="_top">Tim O&#8217;Reilly</a> (<a href="http://twitter.com/timoreilly" target="_top">@timoreilly</a>) kicked things off with his Day 1 opening keynote &#8220;<a href="https://www.youtube.com/watch?v=1xxPJX1cdbk" target="_top">What Android can learn from Steve Jobs</a>&#8220;.  Definitely an interesting choice of title for an Android conference!  But Jobs&#8217; passing the week before presented O&#8217;Reilly with an opportunity to discuss some of the key principles behind Apple&#8217;s success, especially the notion espoused by Jobs that a company needs to be &#8220;true to its soul&#8221;.  O&#8217;Reilly examined Google&#8217;s &#8220;soul&#8221; at length, suggesting that it needs to never forget its original mission to help connect people to all the world&#8217;s information.  Key takeaway for Android developers and businesses:  Stay true to yourself and your mission while holding Google to its own high ideals, too.</p>
<p><iframe width="560" height="315" src="http://www.youtube.com/embed/1xxPJX1cdbk" frameborder="0" allowfullscreen></iframe></p>
<p>The <a href="https://www.youtube.com/watch?v=Bz8yWuwnp6A" target="_top">next keynote that caught my attention</a> was a conversation between conference co-chair <a href="http://marakana.com/expert/marakana_expert,2.html" target="_top">Marko Gargenta</a> (<a href="https://twitter.com/#!/markogargenta" target="_top">@markogargenta</a>) and <a href="https://plus.google.com/115839703624312555159/about" target="_top">Robert Stephens</a> (<a href="http://twitter.com/rstephens" target="_top">@rstephens</a>), CTO of Best Buy.  Stephens is a pretty technical guy, even going so far as to say that Best Buy ought to <a href="http://www.launch.is/blog/hey-hardware-geeks-best-buy-cto-envisions-arduino-section-an.html" target="_top">get rid of their DVD section and replace it with an Arduino section</a>!  As you might imagine given the crowd, <a href="http://this8bitlife.com/this-8-bit-life/2011/10/10/an-open-letter-to-best-buy-cto-robert-stephens.html" target="_top">this was well received</a>.</p>
<p>The thing that really stood out for me as a mobile payments developer, however, was Stephens&#8217; discussion of the many issues with NFC deployment.  He said Best Buy may bypass at least some NFC generations completely, going straight to purely cloud-based payments solutions.  This joins the rising tide of anti-NFC sentiment and pragmatism that seems to be building, and echoes some of the many things PayPal has said publicly about NFC weaknesses in recent months.  Takeaway:  Watch major retailers such as Best Buy closely to pick up the beginnings of big shifts in mobile payments.</p>
<p><iframe width="560" height="315" src="http://www.youtube.com/embed/Bz8yWuwnp6A" frameborder="0" allowfullscreen></iframe></p>
<p>Day 2 saw a couple more morning keynotes that stood out for me.  The first, &#8220;<a href="http://www.youtube.com/watch?v=02ohgCyjff0" target="_top">Android in Space</a>&#8221; by Will Marshall (<a href="http://twitter.com/wsm1" target="_top">@wsm1</a>) of NASA, dealt with building <a href="http://gov20.govfresh.com/nasa-to-launch-inexpensive-android-phonesats-into-space/" target="_top">very cheap microsatellites based upon Android-based Nexus One smartphones</a>, aka &#8220;<a href="http://twitter.com/NASA_Phonesat" target="_top">phonesats</a>&#8220;.  &#8220;Very cheap&#8221; in this case means tens of thousands versus millions or billions of US dollars.</p>
<p>Marshall noted that because of the conservative nature of space flight, the CPU in phonesat Nexus Ones will actually be the fastest CPUs onboard a satellite to date when they&#8217;re launched into orbit later this year.  He also asked the audience some provocative questions such as &#8220;What if we could each have personal satellites?&#8221; and &#8220;What if satellites became a software domain?&#8221;.  Thing to note:  Android software and off the shelf mobile phone hardware can reduce costs in some areas by two or more orders of magnitude versus traditional ways of doing things, and that could change everything in those areas.</p>
<p><iframe width="560" height="315" src="http://www.youtube.com/embed/02ohgCyjff0" frameborder="0" allowfullscreen></iframe></p>
<p>You can read more about the phonesat project from <a href="http://gov20.govfresh.com/nasa-to-launch-inexpensive-android-phonesats-into-space/" target="_top">this report</a> from O&#8217;Reilly correspondent <a href="https://plus.google.com/u/0/107980702132412632948/posts" target="_top">Alex Howard</a> (<a href="http://twitter.com/digiphile" target="_top">@digiphile</a>).  Among other things, Alex links to an <a href="http://vimeo.com/14147912" target="_top">excellent documentary</a> on early phonesat rocket launch testing.</p>
<p>The final keynote that fascinated me was &#8220;<a href="https://www.youtube.com/watch?v=sGPkssyVzeg" target="_top">The African Laptop Killer:  Android and the Developing World</a>&#8221; by Claire Hunsaker (<a href="http://twitter.com/chunsaker" target="_top">@chunsaker</a>).  Hunsaker discussed the tremendous rise of mobile technology in Kenya and elsewhere and how that technology is revolutionizing lives and economies.  Some of the statistics quoted include:</p>
<ul>
<li>99% of Internet access in Kenya is via mobile device.</li>
<li>Cheap Android phones have dropped Internet access in Kenya from 31% of an average worker&#8217;s annual income to about 5%.</li>
<li>Fully 20% of Kenyan GDP runs through the mobile wallet (predominantly M-PESA).</li>
<li>According to Hunsaker, &#8220;Facebook will have access to most (Kenyan) users before thy can even own a mobile handset themselves&#8221; via borrowed/shared mobile handsets.</li>
</ul>
<p>Please watch Hunsaker&#8217;s talk.  It may change your perspective on the power and importance of mobile techologies.</p>
<p><iframe width="560" height="315" src="http://www.youtube.com/embed/sGPkssyVzeg" frameborder="0" allowfullscreen></iframe></p>
<h2>Session highlights</h2>
<p>There were a lot of great sessions at Android Open.  Here are some notes from my favorites:</p>
<p><img src="https://www.x.com/sites/default/files/20111104_article.android.open_.02.markets.jpg" title="Jesse Vincent points out that new releases, even very minor ones, increase app sales" align="right" /></p>
<ul>
<li><a href="http://androidopen.com/android2011/public/schedule/speaker/64190" target="_top">Aleksandar Gargenta</a> (yes, Marko is his brother) presented an excellent &#8220;<a href="http://mrkn.co/forums/android/general/497.html" target="_top">Securing Android</a>&#8221; session discussing how security is enforced.  He made a number of comparisons to Java ME and desktop Linux security, noting that &#8220;Anytime something is in RAM, there are ways of recovering it&#8221;.  I&#8217;d recommend spending a little time reading through <a href="http://mrkn.co/forums/android/general/497.html" target="_top">Aleksandar&#8217;s slides</a> (<a href="http://mrkn.co/forums/android/general/497.html" target="_top">click here</a>).</li>
<li><a href="https://plus.google.com/107049228697365395345/posts" target="_top">Eric Burke</a> (<a href="http://twitter.com/burke_eric" target="_top">@burke_eric</a>) from Square gave a nice &#8220;<a href="http://androidopen.com/android2011/public/schedule/detail/20930" target="_top">Beautiful Android</a>&#8221; talk.  I&#8217;d been hoping for a few payments fireworks, but Burke stuck closely to how to build attractive and functional Android apps.  Among the things he noted, Android clip paths don&#8217;t handle antialiasing.  This leads to very ugly interfaces unless you use offscreen bitmaps.</li>
<li><a href="http://nfarina.com/" target="_top">Nick Farina</a> (<a href="http://twitter.com/nfarina" target="_top">@nfarina</a>) spoke about the importance of using WebViews in &#8220;<a href="http://androidopen.com/android2011/public/schedule/detail/21652" target="_top">From iOS to Android</a>&#8221; (also, XCode is painful).</li>
<li>Sean Byrnes of <a href="http://twitter.com/FlurryMobile" target="_top">Flurry</a> knocked it out of the park with his &#8220;<a href="http://androidopen.com/android2011/public/schedule/detail/20831" target="_top">Android App Engagement by the Numbers</a>&#8221; talk!  In particular, he called out the importance of releasing early and quickly to your followers, as statistics show that on average, an Android developer loses 38% of their users on the day they install your app, 50% in one week.</li>
<li><a href="http://blog.fsck.com/" target="_top">Jesse Vincent</a> (<a href="http://twitter.com/obra" target="_top">@obra</a>) talked in &#8220;<a href="http://androidopen.com/android2011/public/schedule/detail/20948" target="_top">Dancing App Stores</a>&#8221; about the somewhat suprising fact that new app versions dramatically increase sales, even with minimal changes to the app itself.  He also made some good suggestions on secondary and tertiary app markets besides Google&#8217;s Android Market; <a href="http://www.slideshare.net/obrajesse/dancing-app-stores-android-open-2011" target="_top">check out his slides</a> for more details.</li>
</ul>
<p>All in all, the sessions had enough code and technical details while still being able to spark ideas in a wide variety of attendees, some Android programmers, some not.</p>
<h2>Additional coverage and news from the conference</h2>
<p>Conference organizers made a number of other news and information sources available to attendees.  You can search some of the best via these links:</p>
<ul>
<li>Read the <a href="http://androidopen.com/android2011/public/content/news-coverage" target="_top">round-up of news and coverage</a> curated by O&#8217;Reilly.</li>
<li>Access all of the <a href="http://androidopen.com/android2011/public/schedule/proceedings" target="_top">speaker slides</a> provided to the organizers.</li>
<li>View <a href="http://flickr.com/photos/oreillyconf/sets/72157627734989407/" target="_top">official conference photos</a>.</li>
</ul>
<p>One more highly recommended resource:  The online show &#8220;<a href="http://twit.tv/show/all-about-android/29" target="_top">All About Android</a>&#8221; (<a href="http://twitter.com/androidshow" target="_top">@androidshow</a>) broadcast live from Android Open at the end of Day 1.  The conference co-chairs along with several speakers including Tim O&#8217;Reilly make appearances on the show.  It&#8217;s probably worth your time to watch and get their perspective on the major Android developments flowing out of the conference.</p>
<h2>Did it blend?</h2>
<p>I found this first ever Android Open to be a great mix of community and technology.  It struck the right tone of openness and provided both developer how-to and business oriented material.  If you are interested in Android and appreciate a balanced perspective of the entire ecosystem, I would recommend this conference as a good place to tap into all things Android.</p>
<p><em><a href="https://www.x.com/devzone/articles/android-open-2011-highlights" title="Click to access the full article on the X.commerce DevZone" target="_blank">Click here</a> to access the full article on X.com.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://billday.com/2011/11/14/android-open-2011-highlights/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Developer Evangelist position</title>
		<link>http://billday.com/2011/11/12/developer-evangelist-position/</link>
		<comments>http://billday.com/2011/11/12/developer-evangelist-position/#comments</comments>
		<pubDate>Sat, 12 Nov 2011 11:32:57 +0000</pubDate>
		<dc:creator>Bill Day</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Events]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Presentations]]></category>
		<category><![CDATA[Recommended]]></category>
		<category><![CDATA[ads]]></category>
		<category><![CDATA[ad_networks]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[architecture]]></category>
		<category><![CDATA[bigdata]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[bs]]></category>
		<category><![CDATA[citygrid]]></category>
		<category><![CDATA[citysearch]]></category>
		<category><![CDATA[conferences]]></category>
		<category><![CDATA[content]]></category>
		<category><![CDATA[cs]]></category>
		<category><![CDATA[developers]]></category>
		<category><![CDATA[evangelist]]></category>
		<category><![CDATA[events]]></category>
		<category><![CDATA[innovation]]></category>
		<category><![CDATA[insiderpages]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[local]]></category>
		<category><![CDATA[meetups]]></category>
		<category><![CDATA[merchants]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[mosolo]]></category>
		<category><![CDATA[ms]]></category>
		<category><![CDATA[neighborhoods]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[phd]]></category>
		<category><![CDATA[products]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[social]]></category>
		<category><![CDATA[solomo]]></category>
		<category><![CDATA[speaking]]></category>
		<category><![CDATA[spokesperson]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[training]]></category>
		<category><![CDATA[travel]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[urbanspoon]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://billday.com/?p=3823</guid>
		<description><![CDATA[Jason Elkin of CityGrid Media is looking for a Developer Evangelist. If you&#8217;re interested, drop him an email (be sure to mention I sent you, please). DEVELOPER EVANGELIST Can you evangelize products for one of the largest local ad networks? Do you have an infectious enthusiasm for technology and mobile and web development? CityGrid Media [...]]]></description>
			<content:encoded><![CDATA[<p><em><a href="mailto:jason.elkin@citygridmedia.com">Jason Elkin</a> of <a href="http://www.citygridmedia.com/" target="_top">CityGrid Media</a> is looking for a Developer Evangelist.  If you&#8217;re interested, drop him an email (be sure to mention I sent you, please).</em></p>
<p>DEVELOPER EVANGELIST</p>
<p>Can you evangelize products for one of the largest local ad networks? Do you have an infectious enthusiasm for technology and mobile and web development?</p>
<p>CityGrid Media is an online media company that connects mobile and web publishers with local businesses by linking them through CityGrid®, its local content and advertising network. CityGrid Media owns and operates leading local consumer properties including Urbanspoon, Citysearch, and Insider Pages.</p>
<p>More local data and content for all. New local ads for everyone. And better performance all around. And it’s free. Our #1 goal is to see developers of all sizes thrive in local. We help developers give their local audience a better experience and get paid to do it. The CityGrid® network APIs give developers access to premium local content including user reviews, editorial content, merchant messages &#038; more, across 75K neighborhoods nationwide.</p>
<p>We are looking for a Developer Evangelist to be the spokesperson, mediator and translator between the development community and our company; and facilitate the proliferation of our APIs through code tutorials, workshops, blogging, public speaking, training, and social events like MeetUps. </p>
<p>Our ideal evangelist will have experience with:</p>
<ul>
<li>hands on development with Java, Ruby, Python or other open source languages</li>
<li>architecture and implementations utilizing APIs</li>
<li>open source community through blogging or contributions</li>
<li>involvement with conferences, MeetUps, and other social web coverage</li>
<li>experimentation with new development languages, architectures, and tools</li>
</ul>
<p>Additional qualifications include:</p>
<ul>
<li>B.S. in Computer Science (M.S. or Ph.D is highly desired)</li>
<li>a true passion of innovation and open source technologies</li>
<li>a willingness to be the “go to person” for a development community</li>
<li>ability to give technical presentations, manage MeetUp groups and online forums</li>
<li>10+ years of software engineering experience + development utilizing Big Data tools</li>
<li>willingness to travel 20% &#8211; 40% of the time</li>
</ul>
<p>If you can carry the flag for our data products to the development community, we want to hear from you today!</p>
<p>CityGrid Media is an equal opportunity employer.</p>
]]></content:encoded>
			<wfw:commentRss>http://billday.com/2011/11/12/developer-evangelist-position/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Senior Web Developer position</title>
		<link>http://billday.com/2011/11/11/senior-web-developer-position/</link>
		<comments>http://billday.com/2011/11/11/senior-web-developer-position/#comments</comments>
		<pubDate>Fri, 11 Nov 2011 22:23:45 +0000</pubDate>
		<dc:creator>Bill Day</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Recommended]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Site Stuff]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[apps]]></category>
		<category><![CDATA[architecture]]></category>
		<category><![CDATA[certification]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[communication]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[developers]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[ibatis]]></category>
		<category><![CDATA[j2ee]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[lifecycle]]></category>
		<category><![CDATA[log4j]]></category>
		<category><![CDATA[oo]]></category>
		<category><![CDATA[open_source]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[patterns]]></category>
		<category><![CDATA[position]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[relational]]></category>
		<category><![CDATA[role]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[specifications]]></category>
		<category><![CDATA[spring]]></category>
		<category><![CDATA[subversion]]></category>
		<category><![CDATA[technical]]></category>
		<category><![CDATA[test]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://billday.com/?p=3819</guid>
		<description><![CDATA[Passing this along for Nick Berra at Inceed. Nick has a client needing two senior Java developers for short term contract-to-hire positions. SENIOR WEB DEVELOPER The successful candidate will be responsible for developing, testing, enhancing and maintaining Java/J2EE applications. This role will participate in the design, development and test phases of the application development lifecycle. [...]]]></description>
			<content:encoded><![CDATA[<p><em>Passing this along for <a href="mailto:nberra@inceed.com">Nick Berra</a> at <a href="http://inceed.com" target="_top">Inceed</a>.  Nick has a client needing two senior Java developers for short term contract-to-hire positions.</em></p>
<p>SENIOR WEB DEVELOPER</p>
<p>The successful candidate will be responsible for developing, testing, enhancing and maintaining Java/J2EE applications. This role will participate in the design, development and test phases of the application development lifecycle. This is a technical role which requires object-oriented programming skills, understanding of J2EE application architecture, XML and Web application security.</p>
<p>Responsibilities include:</p>
<ul>
<li>Develop, test, debug and document web based Java/J2EE applications in accordance with system architecture requirements.</li>
<li>Apply industry standard object-oriented programming best practices and J2EE design patterns.</li>
<li>Plan, initiate and conduct unit testing of applications as well as facilitate system testing.</li>
<li>Support and troubleshoot production applications.</li>
<li>Understand system performance associated with the introduction of new technologies.</li>
<li>Strong problem solving skills; find solid solutions to complex problems quickly.</li>
<li>As a part of a project team, share technical and product knowledge with other team members.</li>
<li>Participate in technology/tools evaluation and software technical proof of concepts.</li>
</ul>
<p>Qualifications:</p>
<ul>
<li>Bachelors Degree in related field preferred, work experience may be substituted.</li>
<li>Java certification preferred.</li>
<li>5+ years experience in a similar role preferably in a mid-size to large corporate environment.</li>
<li>Experience with Web Content Management Systems (WCMS) a plus.</li>
</ul>
<p>Skills and knowledge:</p>
<ul>
<li>Expert knowledge of Java (J2SE and J2EE), XML, HTML, DHTML, JavaScript, CSS, PL/SQL, and open source projects (Spring, Log4j, AJAX, Subversion, Ibatis, etc.).</li>
<li>Familiarity with J2EE design patterns, software architecture concepts and web application security.</li>
<li>Excellent object-oriented programming skills and strong analytical and design skills.</li>
<li>Strong interpersonal skills.</li>
<li>Must possess the ability to read and interpret technical specifications, use case scenarios, test cases, and software requirements.</li>
<li>Knowledge and understanding of relational database design and programming using Oracle 9i.</li>
<li>Strong written and oral communication skills.</li>
</ul>
<p>Please <a href="mailto:mailto:nberra@inceed.com">tell Nick</a> I sent you if you&#8217;re interested.</p>
]]></content:encoded>
			<wfw:commentRss>http://billday.com/2011/11/11/senior-web-developer-position/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fleetly delights users via Health Graph integration</title>
		<link>http://billday.com/2011/11/02/fleetly-delights-users-via-health-graph-integration/</link>
		<comments>http://billday.com/2011/11/02/fleetly-delights-users-via-health-graph-integration/#comments</comments>
		<pubDate>Wed, 02 Nov 2011 18:10:08 +0000</pubDate>
		<dc:creator>Bill Day</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Recommended]]></category>
		<category><![CDATA[Running]]></category>
		<category><![CDATA[Wireless]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[apps]]></category>
		<category><![CDATA[challenges]]></category>
		<category><![CDATA[deletion]]></category>
		<category><![CDATA[exercise]]></category>
		<category><![CDATA[fitness]]></category>
		<category><![CDATA[fleetly]]></category>
		<category><![CDATA[health_graph]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[itunes]]></category>
		<category><![CDATA[leaderboard]]></category>
		<category><![CDATA[lifehacker]]></category>
		<category><![CDATA[polling]]></category>
		<category><![CDATA[push]]></category>
		<category><![CDATA[running]]></category>
		<category><![CDATA[social]]></category>
		<category><![CDATA[source]]></category>
		<category><![CDATA[startup]]></category>
		<category><![CDATA[training]]></category>
		<category><![CDATA[triathlon]]></category>
		<category><![CDATA[users]]></category>
		<category><![CDATA[web_api]]></category>
		<category><![CDATA[weights]]></category>
		<category><![CDATA[withings]]></category>

		<guid isPermaLink="false">http://billday.com/?p=3774</guid>
		<description><![CDATA[I recently had the pleasure of speaking with Geoff Pitfield (@gpitfield) of Fleetly (@fleetly) about his company and their new Fleetly app release which now includes support for RunKeeper users via Health Graph (@healthgraphapi) integration. Here&#8217;s an inside look at how one developer keeps their users happy and healthy with the Health Graph. Bill Day: [...]]]></description>
			<content:encoded><![CDATA[<p><em>I recently had the pleasure of speaking with Geoff Pitfield (<a href="https://twitter.com/#!/gpitfield" target="_top">@gpitfield</a>) of <a href="http://www.fleetly.com/" target="_top">Fleetly</a> (<a href="https://twitter.com/#!/fleetly" target="_top">@fleetly</a>) about his company and their new <a href="http://runkeeper.com/apps/games/fleetly/22895" target="_top">Fleetly app release</a> which now includes support for <a href="http://runkeeper.com" target="_top">RunKeeper</a> users via <a href="http://developer.runkeeper.com/healthgraph/overview" target="_top">Health Graph</a> (<a href="https://twitter.com/#!/healthgraphapi" target="_top">@healthgraphapi</a>) integration.  Here&#8217;s an inside look at how one developer keeps their users happy and healthy with the Health Graph.</em></p>
<p><a href="http://bloghealthgraph.files.wordpress.com/2011/11/20111102_blog-fleetly-profile-geoffpitfield.jpg"><img src="http://bloghealthgraph.files.wordpress.com/2011/11/20111102_blog-fleetly-profile-geoffpitfield.jpg" alt="" title="Geoff Pitfield of Fleetly" width="300" height="198" class="alignright size-full wp-image-56" /></a></p>
<p><strong>Bill Day</strong>: Please tell us about yourself and your company.</p>
<p><strong>Geoff Pitfield</strong>:  We&#8217;re currently an angel-backed team of two. I&#8217;ve been making mobile stuff since the days when that meant <a href="http://www.teendrama.com/modo/" target="_blank">doing your own hardware</a>, and have been working on Fleetly since early 2010. I&#8217;m a Product Design grad and MBA, but I&#8217;d never really coded so I taught myself in order to build Fleetly, which has certainly been interesting. Fleetly&#8217;s the first app that lets you check in on your fitness and evaluate your overall Fitness Level, based on all the exercise that you do, from weight training to long distance running. I got started on the app when I couldn&#8217;t find anything fun to use that supported the variety of activities I was doing to train for a triathlon.</p>
<p><strong>BD</strong>: What&#8217;s the &#8220;elevator pitch&#8221; for why someone should use your app?</p>
<p><strong>GP</strong>: It&#8217;s a fun, social way to stay motivated about your fitness *and* get meaningful insight into what you&#8217;re doing. When it clicks for people, they end up doing things like an extra 20 pushups or running another mile just to pass their friend on the leaderboard. That&#8217;s a great thing.</p>
<p><a href="http://bloghealthgraph.files.wordpress.com/2011/11/20111102_blog-fleetly-profile-01-homepage.png"><img src="http://bloghealthgraph.files.wordpress.com/2011/11/20111102_blog-fleetly-profile-01-homepage.png" alt="" title="Fleetly homepage, now proudly featuring RunKeeper support via the Health Graph!" width="590" height="412" class="alignnone size-full wp-image-58" /></a></p>
<p><strong>BD</strong>: How did you get started using the Health Graph API?</p>
<p><strong>GP</strong>: Our users started vigorously and repeatedly <em>demanding</em> RunKeeper integration!</p>
<p><strong>BD</strong>: How will using the Health Graph benefit your business?</p>
<p><strong>GP</strong>: We think it will both increase our user base and increase retention, because Health Graph integration makes it much easier for people to use &#8211; they no longer have to enter their data into multiple applications.</p>
<p><strong>BD</strong>: Which portions of the Health Graph API do you use, and why?</p>
<p><strong>GP</strong>: We use the <a href="http://developer.runkeeper.com/healthgraph/fitness-activities" target="_top">Fitness Activity API</a>, because that&#8217;s the part that fits in with what we&#8217;re doing, as well as being what our users demanded. We might add <a href="http://developer.runkeeper.com/healthgraph/weight" target="_top">weight tracking</a> at some point as well.</p>
<p><a href="http://bloghealthgraph.files.wordpress.com/2011/11/20111102_blog-fleetly-profile-02-myfitness.png"><img src="http://bloghealthgraph.files.wordpress.com/2011/11/20111102_blog-fleetly-profile-02-myfitness.png" alt="" title="Once you authorize the connection to RunKeeper from your Fleetly account settings, RunKeeper activities automatically populate your Fleetly account, unlocking medals, counting towards challenges, and more" width="590" height="303" class="alignnone size-full wp-image-61" /></a></p>
<p><strong>BD</strong>: What do you like about the Health Graph?  What would you like to see changed?</p>
<p><strong>GP</strong>: It&#8217;s fairly easy to use and is comprehensive. It would benefit from better delete tracking, and should also support an identifier for originating source on entries. Otherwise, you run into problems if someone has cross-linked multiple services. For instance, we already integrate with <a href="http://store.runkeeper.com/merchant.mvc?Store_Code=RK&amp;Screen=PROD&amp;Category_Code=FEATURED&amp;Product_Code=RK_WIFI_SCALE" target="_top">Health Graph</a> <a href="http://store.runkeeper.com/merchant.mvc?Store_Code=RK&amp;Screen=PROD&amp;Category_Code=FEATURED&amp;Product_Code=RK_BLOOD_PRESSURE_MONITOR" target="_top">partner</a> <a href="http://www.withings.com/" target="_top">Withings</a> (<a href="https://twitter.com/#!/withings" target="_top">@withings</a>). If someone&#8217;s linked their Withings account to the Health Graph, there really should be a way to tell that a given weight entry originated as Withings ID XYZ to avoid duplication.  (<em>Editor&#8217;s note:  De-duplication today falls on the app developer.</em>)</p>
<p><strong>BD</strong>: If you could request any new feature from the Health Graph, what would it be?  How would you use it?</p>
<p><strong>GP</strong>: Off the top of my head, I&#8217;d rather see continued focus on making the API as robust, useable, and open a platform as possible. I don&#8217;t have any blindingly great feature ideas, per se, other than what I mentioned above which I think is really important. A push update service would be nice to reduce the need for polling.</p>
<p><strong>BD</strong>: Can you share any future plans for your app?  What&#8217;s coming next that your users will be excited about?  Does the Health Graph play a role in that, and if so, how?</p>
<p><strong>GP</strong>: The really cool stuff has to remain secret. <img src='http://billday.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  We&#8217;ll soon be introducing some new types of challenges that we think are going to be great, and very much focused on the same Fitness Activities we&#8217;re linking via the Health Graph. Also, we&#8217;ve always had our own little API but never done much to promote it, and we&#8217;re eager to help anyone who&#8217;s interested. The second most requested thing after RunKeeper is an Android app if anyone wants to play!</p>
<p><strong>BD</strong>: Is there anything else we should know about you or your application?</p>
<p><strong>GP</strong>: We&#8217;ve been doing a <a href="http://www.fleetly.com/challenges/lifehacker/" target="_top">cool challenge with Lifehacker</a> (<a href="http://www.fleetly.com/challenges/lifehacker/" target="_top">click to access</a>), and also have a badly under-promoted <a href="http://www.fleetly.com/challenges/startup/" target="_top">startup challenge</a> (<a href="http://www.fleetly.com/challenges/startup/" target="_top">click here for startup challenge</a>), both of which might be of interest. And the app&#8217;s available at <a href="http://itunes.apple.com/gb/app/fleetly/id400220868?mt=8" target="_top">www.fleetly.com/ios</a>, so check it out!</p>
<p><em>Cross-posted from <a href="http://runkeeper.com" target="_top">RunKeeper</a>&#8216;s <a href="http://blog.healthgraph.com/2011/11/02/fleetly-delights-users-via-health-graph-integration/" target="_top">Health Graph developer blog</a>.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://billday.com/2011/11/02/fleetly-delights-users-via-health-graph-integration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free O&#8217;Reilly ebook &#8220;Building eCommerce Applications&#8221;</title>
		<link>http://billday.com/2011/10/13/free-oreilly-ebook-building-ecommerce-applications/</link>
		<comments>http://billday.com/2011/10/13/free-oreilly-ebook-building-ecommerce-applications/#comments</comments>
		<pubDate>Thu, 13 Oct 2011 07:24:22 +0000</pubDate>
		<dc:creator>Bill Day</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Recommended]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Wireless]]></category>
		<category><![CDATA[apps]]></category>
		<category><![CDATA[bitcoin]]></category>
		<category><![CDATA[ecommerce]]></category>
		<category><![CDATA[paypal]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[x_commerce]]></category>

		<guid isPermaLink="false">http://billday.com/?p=3752</guid>
		<description><![CDATA[I&#8217;m a contributor to an O&#8217;Reilly book, &#8220;Building eCommerce Applications&#8220;, being handed out at the X.commerce Innovate 2011 conference. The book contains four chapters by yours truly: A three part series on using and building your own PayPal-enabled plugins in WordPress, plus one chapter on the ins and outs of Bitcoin. In order to get [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://shop.oreilly.com/product/0636920023098.do" target="_top"><img src="http://akamaicovers.oreilly.com/images/0636920023098/lrg.jpg" alt="Cover of "Building eCommerce Applications" book" title="Click to download your own free copy" width="250" align="right" /></a></p>
<p>I&#8217;m a contributor to an O&#8217;Reilly book, &#8220;<a href="http://shop.oreilly.com/product/0636920023098.do" target="_top">Building eCommerce Applications</a>&#8220;, being handed out at the <a href="http://www.innovate-conference.com/" target="_top">X.commerce Innovate 2011 conference</a>.</p>
<p>The book contains four chapters by yours truly:  A three part series on using and building your own PayPal-enabled plugins in WordPress, plus one chapter on the ins and outs of Bitcoin.</p>
<p>In order to get a print copy, you need to be at the conference and stop by the O&#8217;Reilly booth.</p>
<p>But no matter where you are, you can download free epub, mobi, and/or PDF copies of the ebook from O&#8217;Reilly&#8217;s site.  <a href="http://shop.oreilly.com/product/0636920023098.do" target="_top">Click here to get a copy for yourself</a>.</p>
<p>I&#8217;d love to hear any feedback you have on my contributions or other parts of the book.  Thanks in advance!</p>
]]></content:encoded>
			<wfw:commentRss>http://billday.com/2011/10/13/free-oreilly-ebook-building-ecommerce-applications/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>O&#8217;Reilly Android Open conference app and live stream</title>
		<link>http://billday.com/2011/10/10/oreilly-android-open-conference-live-stream/</link>
		<comments>http://billday.com/2011/10/10/oreilly-android-open-conference-live-stream/#comments</comments>
		<pubDate>Mon, 10 Oct 2011 14:00:12 +0000</pubDate>
		<dc:creator>Bill Day</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Recommended]]></category>
		<category><![CDATA[Wireless]]></category>

		<guid isPermaLink="false">http://billday.com/?p=3747</guid>
		<description><![CDATA[O&#8217;Reilly Media has posted a link to download the Android Open conference app to your smartphone or tablet. Click here to grab the app. O&#8217;Reilly is also live streaming keynotes, interviews, and more from the Android Open conference today and tomorrow in San Francisco. Watch it here:]]></description>
			<content:encoded><![CDATA[<p>O&#8217;Reilly Media has posted a link to download the <a href="http://app.net/androidopen" title="Click to download the Android Open conference app to your device of choice" target="_blank">Android Open conference app</a> to your smartphone or tablet.  <a href="http://app.net/androidopen" title="Grab the AO app" target="_blank">Click here</a> to grab the app.</p>
<p>O&#8217;Reilly is also live streaming keynotes, interviews, and more from the <a href="http://androidopen.com/android2011" title="Android Open conference site" target="_blank">Android Open conference</a> today and tomorrow in San Francisco.</p>
<p>Watch it here:<br />
<iframe src="http://cdn.livestream.com/embed/oreillyconfs?layout=1&#038;autoPlay=true" width="600" height="488" style="border:0; outline:0" frameborder="0" scrolling="none"></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://billday.com/2011/10/10/oreilly-android-open-conference-live-stream/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

