<?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>Biocandy Labs</title>
	<atom:link href="http://www.biocandy.com/labs/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.biocandy.com/labs</link>
	<description>Just another Biocandy.com site</description>
	<lastBuildDate>Wed, 11 Apr 2012 23:48:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>My Coke Rewards</title>
		<link>http://www.biocandy.com/labs/2012/03/24/my-coke-rewards/</link>
		<comments>http://www.biocandy.com/labs/2012/03/24/my-coke-rewards/#comments</comments>
		<pubDate>Sat, 24 Mar 2012 20:50:44 +0000</pubDate>
		<dc:creator>dawm</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://www.biocandy.com/labs/?p=112</guid>
		<description><![CDATA[The MyCokeRewards app for webOS has been suspended due to changes on the My Coke Rewards server that codes are submitted to. We are not looking into a fix at this time.]]></description>
			<content:encoded><![CDATA[<p>The MyCokeRewards app for webOS has been suspended due to changes on the My Coke Rewards server that codes are submitted to. We are not looking into a fix at this time.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.biocandy.com/labs/2012/03/24/my-coke-rewards/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Snipplet: SQL Query to retrieve all SMS to/from a number</title>
		<link>http://www.biocandy.com/labs/2011/08/02/snipplet-sql-query-to-retrieve-all-sms-tofrom-a-number/</link>
		<comments>http://www.biocandy.com/labs/2011/08/02/snipplet-sql-query-to-retrieve-all-sms-tofrom-a-number/#comments</comments>
		<pubDate>Tue, 02 Aug 2011 05:39:58 +0000</pubDate>
		<dc:creator>dawm</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[snipplet]]></category>
		<category><![CDATA[sql]]></category>

		<guid isPermaLink="false">http://www.biocandy.com/labs/?p=113</guid>
		<description><![CDATA[SELECT com_palm_pim_FolderEntry.smsClass, com_palm_pim_FolderEntry.messageText, com_palm_pim_Recipient.firstName, com_palm_pim_Recipient.lastName, com_palm_pim_FolderEntry.status, com_palm_pim_Recipient.address, com_palm_pim_FolderEntry.timeStamp FROM com_palm_pim_FolderEntry JOIN com_palm_pim_Recipient ON (com_palm_pim_FolderEntry.id = com_palm_pim_Recipient.com_palm_pim_FolderEntry_id) WHERE com_palm_pim_Recipient.address=___PHONENUMBERHERE___ ORDER BY com_palm_pim_FolderEntry.timeStamp Just tossing this up here so I don&#8217;t lose it. It will return all text messages sent and received for the specified number, and orders them accordingly (timestamp).]]></description>
			<content:encoded><![CDATA[<p><code><br />
SELECT<br />
	com_palm_pim_FolderEntry.smsClass,<br />
	com_palm_pim_FolderEntry.messageText,<br />
	com_palm_pim_Recipient.firstName,<br />
	com_palm_pim_Recipient.lastName,<br />
	com_palm_pim_FolderEntry.status,<br />
	com_palm_pim_Recipient.address,<br />
	com_palm_pim_FolderEntry.timeStamp<br />
FROM com_palm_pim_FolderEntry<br />
JOIN com_palm_pim_Recipient<br />
	ON (com_palm_pim_FolderEntry.id = com_palm_pim_Recipient.com_palm_pim_FolderEntry_id)<br />
WHERE com_palm_pim_Recipient.address=___PHONENUMBERHERE___<br />
ORDER BY com_palm_pim_FolderEntry.timeStamp</code></p>
<p>Just tossing this up here so I don&#8217;t lose it. It will return all text messages sent and received for the specified number, and orders them accordingly (timestamp).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.biocandy.com/labs/2011/08/02/snipplet-sql-query-to-retrieve-all-sms-tofrom-a-number/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My Coke Rewards for webOS is now fixed!</title>
		<link>http://www.biocandy.com/labs/2011/05/29/my-coke-rewards-for-webos-is-now-fixed/</link>
		<comments>http://www.biocandy.com/labs/2011/05/29/my-coke-rewards-for-webos-is-now-fixed/#comments</comments>
		<pubDate>Mon, 30 May 2011 01:37:09 +0000</pubDate>
		<dc:creator>dawm</dc:creator>
				<category><![CDATA[Apps]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[Bug]]></category>
		<category><![CDATA[HP]]></category>
		<category><![CDATA[MCR]]></category>
		<category><![CDATA[Palm]]></category>
		<category><![CDATA[webOS]]></category>

		<guid isPermaLink="false">http://www.biocandy.com/labs/?p=110</guid>
		<description><![CDATA[Look for My Coke Rewards for webOS v1.0.7 in the App Catalog soon. Finally narrowed down the issue and thankfully we had enough cap codes to get it done. It appears that Coca-Cola changed the a few bits of the XML response we get from their server, this caused the app to crash even tho [...]]]></description>
			<content:encoded><![CDATA[<p>Look for My Coke Rewards for webOS <strong>v1.0.7</strong> in the App Catalog soon. Finally narrowed down the issue and thankfully we had enough cap codes to get it done. It appears that Coca-Cola changed the a few bits of the XML response we get from their server, this caused the app to crash even tho it still looked like it was trying to login. Even after fixing the login problem it was apparent they also changed the response for adding cap codes. All should be fixed as soon as HP/Palm reviews the updated version.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.biocandy.com/labs/2011/05/29/my-coke-rewards-for-webos-is-now-fixed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Regarding login issues with My Coke Rewards</title>
		<link>http://www.biocandy.com/labs/2011/05/16/regarding-login-issues-with-my-coke-rewards/</link>
		<comments>http://www.biocandy.com/labs/2011/05/16/regarding-login-issues-with-my-coke-rewards/#comments</comments>
		<pubDate>Tue, 17 May 2011 01:36:13 +0000</pubDate>
		<dc:creator>dawm</dc:creator>
				<category><![CDATA[Apps]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[broken]]></category>
		<category><![CDATA[codes]]></category>
		<category><![CDATA[MCR]]></category>
		<category><![CDATA[webOS]]></category>

		<guid isPermaLink="false">http://www.biocandy.com/labs/?p=107</guid>
		<description><![CDATA[We are aware of the issue that My Coke Rewards no longer allows you to login to add codes. We are looking into why its no longer working. We use an undocumented API to submit cap codes to the My Coke Rewards program, since it is undocumented it takes some figuring out as to what [...]]]></description>
			<content:encoded><![CDATA[<p>We are aware of the issue that My Coke Rewards no longer allows you to login to add codes. We are looking into why its no longer working. We use an undocumented API to submit cap codes to the My Coke Rewards program, since it is undocumented it takes some figuring out as to what they may have changed. We hope to have this issue resolved soon.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.biocandy.com/labs/2011/05/16/regarding-login-issues-with-my-coke-rewards/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sorry for the lack of updates..</title>
		<link>http://www.biocandy.com/labs/2011/04/24/sorry-for-the-lack-of-updates/</link>
		<comments>http://www.biocandy.com/labs/2011/04/24/sorry-for-the-lack-of-updates/#comments</comments>
		<pubDate>Sun, 24 Apr 2011 23:29:36 +0000</pubDate>
		<dc:creator>dawm</dc:creator>
				<category><![CDATA[Apps]]></category>
		<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://www.biocandy.com/labs/?p=98</guid>
		<description><![CDATA[Never really got into the whole blog thing where I write and write about whats going on. So I&#8217;ll bring you up to speed on whats going on over here at Biocandy Labs. Going to San Fran back in February was great, no delays getting there or getting back. Was nice to see the west [...]]]></description>
			<content:encoded><![CDATA[<p>Never really got into the whole blog thing where I write and write about whats going on. So I&#8217;ll bring you up to speed on whats going on over here at Biocandy Labs.</p>
<p>Going to San Fran back in February was great, no delays getting there or getting back. Was nice to see the west coast after living in the midwest. Did some sight seeing and also attended the developer event and got to play with the Veer and see the TouchPad in person.</p>
<p>We did partially finish our next webOS app/game, but due to HTML5 Audio latency and HTML5 Canvas not performing well on device (Atleast on the lowest powered one, the Sprint Pre) we could no longer continue with it.</p>
<p>Sooo&#8230;.<br />
<span id="more-98"></span><br />
We started writing it as a PDK (C++) app, but there is problem with that. We don&#8217;t know C++, but we&#8217;re learning, and progress is going great (and almost have a playable version). The worst part about going the PDK route is the whole learning of the language and how to do things, we had some great ideas for the SDK version that were very easy for us to implement in JavaScript but C++ is a whole different animal when it comes to web related things. Basically that functionality is not built in and ready to use, but that doesn&#8217;t mean it can&#8217;t be done, we just dont know how to do it yet. So we&#8217;re gonna do our best to keep to the original plan as best we can.</p>
<p>We&#8217;ve sent out a couple early alpha versions (SDK version) to a few testers and responses were great, we definitely think we have another winner here if we can manage to pull it off as PDK app. Also our main goal is to keep this compatible with webOS >= 1.4.5, we don&#8217;t want to leave the poor folks waiting for Sprint to nab up new hardware to miss out (plus we use a Sprint Pre).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.biocandy.com/labs/2011/04/24/sorry-for-the-lack-of-updates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>We&#8217;re headed to San Francisco!</title>
		<link>http://www.biocandy.com/labs/2011/02/08/feb9thsfo/</link>
		<comments>http://www.biocandy.com/labs/2011/02/08/feb9thsfo/#comments</comments>
		<pubDate>Wed, 09 Feb 2011 03:28:11 +0000</pubDate>
		<dc:creator>dawm</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Event]]></category>
		<category><![CDATA[Feb9th]]></category>
		<category><![CDATA[HP]]></category>
		<category><![CDATA[Palm]]></category>
		<category><![CDATA[webOS]]></category>

		<guid isPermaLink="false">http://www.biocandy.com/labs/?p=79</guid>
		<description><![CDATA[Tomorrow morning we will fly out of Detroit, MI headed to San Francisco, CA for HP&#8217;s big announcement and developer event.]]></description>
			<content:encoded><![CDATA[<p>Tomorrow morning we will fly out of Detroit, MI headed to San Francisco, CA for HP&#8217;s big announcement and developer event. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.biocandy.com/labs/2011/02/08/feb9thsfo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>We&#8217;re working on the 14 char MCR code issue</title>
		<link>http://www.biocandy.com/labs/2010/11/22/were-working-on-the-14-char-mcr-code-issue/</link>
		<comments>http://www.biocandy.com/labs/2010/11/22/were-working-on-the-14-char-mcr-code-issue/#comments</comments>
		<pubDate>Mon, 22 Nov 2010 21:11:29 +0000</pubDate>
		<dc:creator>dawm</dc:creator>
				<category><![CDATA[Apps]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[Bug]]></category>
		<category><![CDATA[MCR]]></category>
		<category><![CDATA[webOS]]></category>

		<guid isPermaLink="false">http://www.biocandy.com/labs/?p=75</guid>
		<description><![CDATA[We&#8217;re working on getting the MyCokeRewards app up to date with the new 14 character code that Coke is now using. Please be patient as we don&#8217;t actually drink coke products and don&#8217;t have a ready supply of codes to test with. We have updated the app (but with limited testing of 14char codes) and [...]]]></description>
			<content:encoded><![CDATA[<p>We&#8217;re working on getting the MyCokeRewards app up to date with the new 14 character code that Coke is now using. Please be patient as we don&#8217;t actually drink coke products and don&#8217;t have a ready supply of codes to test with. We have updated the app (but with limited testing of 14char codes) and it will be appearing in the catalog soon.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.biocandy.com/labs/2010/11/22/were-working-on-the-14-char-mcr-code-issue/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pardon the dust..</title>
		<link>http://www.biocandy.com/labs/2010/11/06/pardondust/</link>
		<comments>http://www.biocandy.com/labs/2010/11/06/pardondust/#comments</comments>
		<pubDate>Sat, 06 Nov 2010 02:18:46 +0000</pubDate>
		<dc:creator>dawm</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Site]]></category>

		<guid isPermaLink="false">http://www.biocandy.com/labs/?p=1</guid>
		<description><![CDATA[We&#8217;re in the middle of an messy conversion, we&#8217;ve added Biocandy Graphics to the site and due to that we had to reinstall/rework WordPress. We&#8217;ll be restoring the old blog posts and pages shortly.]]></description>
			<content:encoded><![CDATA[<p>We&#8217;re in the middle of an messy conversion, we&#8217;ve added Biocandy Graphics to the site and due to that we had to reinstall/rework WordPress. We&#8217;ll be restoring the old blog posts and pages shortly.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.biocandy.com/labs/2010/11/06/pardondust/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

