<?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>Code Before Dawn</title>
	<atom:link href="http://www.codebeforedawn.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.codebeforedawn.com</link>
	<description></description>
	<lastBuildDate>Wed, 07 Jul 2010 21:19:45 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>LED Flashlight for iPhone 4</title>
		<link>http://www.codebeforedawn.com/2010/07/led-flashlight-for-iphone-4/</link>
		<comments>http://www.codebeforedawn.com/2010/07/led-flashlight-for-iphone-4/#comments</comments>
		<pubDate>Wed, 07 Jul 2010 21:19:45 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[flashlight]]></category>

		<guid isPermaLink="false">http://www.codebeforedawn.com/2010/07/led-flashlight-for-iphone-4/</guid>
		<description><![CDATA[ Some good news – this morning our latest app, LED Flashlight for iPhone 4, was approved by Apple! 
With the powerful LED included on the iPhone 4, it’s now possible to create a real flashlight app, one that doesn’t rely on a white screen to provide limited illumination.
We submitted this app almost immediately after [...]]]></description>
			<content:encoded><![CDATA[<p><img title="image" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; margin-left: 0px; margin-right: 0px; border-right-width: 0px" height="110" alt="image" src="http://www.codebeforedawn.com/wp-content/uploads/2010/07/image1.png" width="110" align="right" border="0" /> Some good news – this morning our latest app, LED Flashlight for iPhone 4, was approved by Apple! </p>
<p>With the powerful LED included on the iPhone 4, it’s now possible to create a real flashlight app, one that doesn’t rely on a white screen to provide limited illumination.</p>
<p>We submitted this app almost immediately after the iPhone 4 was released and could test that it worked, but due to being “not quite what we intended the flash for” it took Apple a little longer than normal to approve it.</p>
<p>The good news is it’s now been approved and is available for download worldwide for only $0.99. Be sure to check it out, we think you’ll be surprised just how effective that little LED is <img src='http://www.codebeforedawn.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a title="http://itunes.apple.com/us/app/led-flashlight-only-for-iphone/id380065570?mt=8" href="http://itunes.apple.com/us/app/led-flashlight-only-for-iphone/id380065570?mt=8">http://itunes.apple.com/us/app/led-flashlight-only-for-iphone/id380065570?mt=8</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.codebeforedawn.com/2010/07/led-flashlight-for-iphone-4/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Better Gift List and iOS 4.0</title>
		<link>http://www.codebeforedawn.com/2010/07/better-gift-list-and-ios-4-0/</link>
		<comments>http://www.codebeforedawn.com/2010/07/better-gift-list-and-ios-4-0/#comments</comments>
		<pubDate>Mon, 05 Jul 2010 18:29:00 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Updates]]></category>
		<category><![CDATA[Gift List]]></category>

		<guid isPermaLink="false">http://www.codebeforedawn.com/2010/07/better-gift-list-and-ios-4-0/</guid>
		<description><![CDATA[Today we made the difficult decision to temporarily remove Better Gift List from sale. We’ve discovered what appears to be a very nasty bug in iOS 4.0 that can lead to frequent crashes. Note: this is a bug in the OS itself, not a bug in Better Gift list. 
In short, the crash occurs when:

You [...]]]></description>
			<content:encoded><![CDATA[<p>Today we made the difficult decision to temporarily remove Better Gift List from sale. We’ve discovered what appears to be a very nasty bug in iOS 4.0 that can lead to frequent crashes. Note: this is a bug in the OS itself, not a bug in Better Gift list. </p>
<p>In short, the crash occurs when:</p>
<ol>
<li><font color="#4c4c4c">You have a table with a header that contains editable text field.</font> </li>
<li><font color="#4c4c4c">You edit that text</font> </li>
<li><font color="#4c4c4c">You then insert/remove rows in the table.</font> </li>
</ol>
<p>Unfortunately this is exactly how the Event and Person views in Better Gift List work. </p>
<p align="center"><a href="http://www.codebeforedawn.com/wp-content/uploads/2010/07/image.png" rel="lightbox[91]"><img title="image" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="244" alt="image" src="http://www.codebeforedawn.com/wp-content/uploads/2010/07/image_thumb.png" width="171" border="0" /></a> </p>
<h6 align="center">In this screenshot the name and date (green) are in the header, and the details &amp; list of gifts (yellow) are rows in the table. Changing “Amy to Vietnam” and then adding/removing a gift, or even collapsing the detail list, will result in a crash under iOS4.</h6>
<p>We’ve been in contact with Apple regarding this and are waiting to hear if there is a way to work around the issue. We’ve already tried several things without luck. One solution we think could work would be to move everything in the header into the first row of the table, but that requires significant changes. We’re going to get started on that today, just in case, but with the app store approval times it would be at least two weeks until the new version appeared in the store.</p>
<p>Until there is a version in the app store that does not have this bug, we feel the right thing to do is remove it from sale. That really sucks, but we feel it’s the best thing to do for existing and new customers.</p>
<p>For people still using 3.0, 3.1, 3.1.2 &amp; 3.1.3 this bug will not affect you.</p>
<p>For people using 4.0, you can avoid the bug by always going back to the previous screen when you have edited the name of an Event/Person/Gift. It’s not ideal I’m afraid, but it’s something.</p>
<p>Again, we’re sorry to anyone who’s encountering this issue.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.codebeforedawn.com/2010/07/better-gift-list-and-ios-4-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Better Christmas List 1.6 Submitted</title>
		<link>http://www.codebeforedawn.com/2009/09/better-christmas-list-1-6-submitted/</link>
		<comments>http://www.codebeforedawn.com/2009/09/better-christmas-list-1-6-submitted/#comments</comments>
		<pubDate>Wed, 30 Sep 2009 02:24:00 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Updates]]></category>
		<category><![CDATA[Better Christmas List]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://www.codebeforedawn.com/2009/09/better-christmas-list-1-6-submitted/</guid>
		<description><![CDATA[Hurrah! We’ve just submitted version 1.6 of Better Christmas List to Apple for approval. 
Changes in this version include:

By common request, Notes is now a full-page screen.
Improved layout of gift recipient page.
Recipient now includes photo (if present in Address Book)
Can link recipient to your address book and view details.
When creating a new profile, selecting from [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.codebeforedawn.com/wp-content/uploads/2009/10/IMG_05136.png" rel="lightbox[66]"><img style="border-bottom: 0px; border-left: 0px; margin: 0px 0px 0px 5px; display: inline; border-top: 0px; border-right: 0px" title="IMG_0513" border="0" alt="IMG_0513" align="right" src="http://www.codebeforedawn.com/wp-content/uploads/2009/10/IMG_0513_thumb3.png" width="164" height="244" /></a>Hurrah! We’ve just submitted version 1.6 of Better Christmas List to Apple for approval. </p>
<p>Changes in this version include:</p>
<ul>
<li><font color="#4c4c4c">By common request, Notes is now a full-page screen.</font></li>
<li><font color="#4c4c4c">Improved layout of gift recipient page.</font></li>
<li><font color="#4c4c4c">Recipient now includes photo (if present in Address Book)</font></li>
<li><font color="#4c4c4c">Can link recipient to your address book and view details.</font></li>
<li><font color="#4c4c4c">When creating a new profile, selecting from the address book will auto-fill fields.</font></li>
<li><font color="#4c4c4c">Improves performance of pass-code screen – no longer any need to pause between buttons.</font></li>
<li><font color="#4c4c4c">Pass-code a little more festive <img src='http://www.codebeforedawn.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </font></li>
</ul>
<p>Our past experience has been that it takes around two weeks for updates to make their way through the mountain of apps that Apple have to deal with. Look for it soon!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.codebeforedawn.com/2009/09/better-christmas-list-1-6-submitted/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>First Post!</title>
		<link>http://www.codebeforedawn.com/2009/09/hello-world/</link>
		<comments>http://www.codebeforedawn.com/2009/09/hello-world/#comments</comments>
		<pubDate>Thu, 17 Sep 2009 04:23:00 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.codebeforedawn.com/?p=1</guid>
		<description><![CDATA[Hello and welcome to our new home. 
We’ll be gradually filling this site up over the next few weeks, but in the meantime please check out the pages for our first flagship application – Better Christmas List. – or some of the great apps from our friends at G.A.M.E.S.
The Code Before Dawn team.
]]></description>
			<content:encoded><![CDATA[<p>Hello and welcome to our new home. </p>
<p>We’ll be gradually filling this site up over the next few weeks, but in the meantime please check out the pages for our first flagship application – <a href="http://www.codebeforedawn.com/xmaslist">Better Christmas List.</a> – or some of the great apps from our friends at <a href="http://game-systems.us/">G.A.M.E.S</a>.</p>
<p>The Code Before Dawn team.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.codebeforedawn.com/2009/09/hello-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
