<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for Dave Prochnow</title>
	<atom:link href="http://daveprochnow.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://daveprochnow.com</link>
	<description>ap•praisé</description>
	<lastBuildDate>Mon, 19 Jul 2010 15:52:50 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Android Tutorial by dp</title>
		<link>http://daveprochnow.com/2009/11/18/android-tutorial/comment-page-1/#comment-81</link>
		<dc:creator>dp</dc:creator>
		<pubDate>Mon, 19 Jul 2010 15:52:50 +0000</pubDate>
		<guid isPermaLink="false">http://daveprochnow.com/?p=128#comment-81</guid>
		<description>OK.
First of all, make sure that your links work correctly inside Dashcode &lt;strong&gt;BEFORE&lt;/strong&gt; you save your project and insert it into Phonegap. If everything is working properly in Dashcode, it should work properly inside the Eclipse Android Simulator.
Secondly, see if the information on this Phonegap page helps you:  &lt;a href=&quot;http://wiki.phonegap.com/Getting-started-with-Android-PhoneGap-in-Eclipse&quot; rel=&quot;nofollow&quot;&gt;http://wiki.phonegap.com/Getting-started-with-Android-PhoneGap-in-Eclipse&lt;/a&gt;. Specifically, see the Notes section near the bottom of the tutorial.
Finally, if both of the above are working properly, make sure that your Dashcode is correctly extracting and parsing the article link from the RSS feed.

You should be able to do almost ALL of the heavy work inside Dashcode, then just save and insert your widget bundle&#039;s package contents into Phonegap.

dp</description>
		<content:encoded><![CDATA[<p>OK.<br />
First of all, make sure that your links work correctly inside Dashcode <strong>BEFORE</strong> you save your project and insert it into Phonegap. If everything is working properly in Dashcode, it should work properly inside the Eclipse Android Simulator.<br />
Secondly, see if the information on this Phonegap page helps you:  <a href="http://wiki.phonegap.com/Getting-started-with-Android-PhoneGap-in-Eclipse" rel="nofollow">http://wiki.phonegap.com/Getting-started-with-Android-PhoneGap-in-Eclipse</a>. Specifically, see the Notes section near the bottom of the tutorial.<br />
Finally, if both of the above are working properly, make sure that your Dashcode is correctly extracting and parsing the article link from the RSS feed.</p>
<p>You should be able to do almost ALL of the heavy work inside Dashcode, then just save and insert your widget bundle&#8217;s package contents into Phonegap.</p>
<p>dp</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Android Tutorial by Rich Boy</title>
		<link>http://daveprochnow.com/2009/11/18/android-tutorial/comment-page-1/#comment-80</link>
		<dc:creator>Rich Boy</dc:creator>
		<pubDate>Sat, 17 Jul 2010 11:25:01 +0000</pubDate>
		<guid isPermaLink="false">http://daveprochnow.com/?p=128#comment-80</guid>
		<description>Hi again,

Thankyou:) that really helped me. 

The good news is i am in Eclipse and the android emulator loads up, it also shows the dashcode created user interface:)

The bad news is when i try to click one of the RSS feed links within the android emulator, non of the links are clickable. the only thing i see is all the RSS feed items load up correctly and it is scrollable but not clickable.

can you provide me with the final push to correct this.

thankyou:)</description>
		<content:encoded><![CDATA[<p>Hi again,</p>
<p>Thankyou:) that really helped me. </p>
<p>The good news is i am in Eclipse and the android emulator loads up, it also shows the dashcode created user interface:)</p>
<p>The bad news is when i try to click one of the RSS feed links within the android emulator, non of the links are clickable. the only thing i see is all the RSS feed items load up correctly and it is scrollable but not clickable.</p>
<p>can you provide me with the final push to correct this.</p>
<p>thankyou:)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Android Tutorial by dp</title>
		<link>http://daveprochnow.com/2009/11/18/android-tutorial/comment-page-1/#comment-79</link>
		<dc:creator>dp</dc:creator>
		<pubDate>Fri, 16 Jul 2010 14:12:32 +0000</pubDate>
		<guid isPermaLink="false">http://daveprochnow.com/?p=128#comment-79</guid>
		<description>You&#039;re right...I was not as clear as I should&#039;ve been about “Save to Disk.”  Specifically, you should:

1. Open Dashcode.
2. Format your project.
3. When you&#039;re ready, click on the “Test &amp; Share” workflow step.
4. Click the Share button.
5. At the bottom of the Widget Name + Options pane, click on “Save to Disk...” button.
6. This will save your Dashcode project to your disk as a Widget bundle.
7. Control Click or right click on the Widget bundle and choose “Show Package Contents.”
8.  These are the files that you need.
9.  Highlight ALL the files, control click or right click, and select Copy xx Items.
10. Goto your destination folder, control click or right click, and select Paste Items.
11. You are now ready to continue with your PhoneGap development.

Good luck with your PhoneGap project.

Dave P.</description>
		<content:encoded><![CDATA[<p>You&#8217;re right&#8230;I was not as clear as I should&#8217;ve been about “Save to Disk.”  Specifically, you should:</p>
<p>1. Open Dashcode.<br />
2. Format your project.<br />
3. When you&#8217;re ready, click on the “Test &amp; Share” workflow step.<br />
4. Click the Share button.<br />
5. At the bottom of the Widget Name + Options pane, click on “Save to Disk&#8230;” button.<br />
6. This will save your Dashcode project to your disk as a Widget bundle.<br />
7. Control Click or right click on the Widget bundle and choose “Show Package Contents.”<br />
8.  These are the files that you need.<br />
9.  Highlight ALL the files, control click or right click, and select Copy xx Items.<br />
10. Goto your destination folder, control click or right click, and select Paste Items.<br />
11. You are now ready to continue with your PhoneGap development.</p>
<p>Good luck with your PhoneGap project.</p>
<p>Dave P.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Android Tutorial by Rich Boy</title>
		<link>http://daveprochnow.com/2009/11/18/android-tutorial/comment-page-1/#comment-78</link>
		<dc:creator>Rich Boy</dc:creator>
		<pubDate>Fri, 16 Jul 2010 13:14:21 +0000</pubDate>
		<guid isPermaLink="false">http://daveprochnow.com/?p=128#comment-78</guid>
		<description>Thank you for this good tutorial. 

My question is that i have exactly followed your steps in the tutorial.

in your &quot;parts&quot; folder it contains more items than my dashcode project generated.

i have spent many hours comparing my dashcode generated items in the parts folder with yours and i cant figure out where the other items are coming from.

And when i do port it over to android via phonegap, when i select one of the RSS feeds, it does not go to the link, like it does in the default dashcode iphone application.

can you tell me why i have achieved these discrepences?</description>
		<content:encoded><![CDATA[<p>Thank you for this good tutorial. </p>
<p>My question is that i have exactly followed your steps in the tutorial.</p>
<p>in your &#8220;parts&#8221; folder it contains more items than my dashcode project generated.</p>
<p>i have spent many hours comparing my dashcode generated items in the parts folder with yours and i cant figure out where the other items are coming from.</p>
<p>And when i do port it over to android via phonegap, when i select one of the RSS feeds, it does not go to the link, like it does in the default dashcode iphone application.</p>
<p>can you tell me why i have achieved these discrepences?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on LifeList-Birds Updated by dp</title>
		<link>http://daveprochnow.com/2010/03/29/lifelist-birds-updated/comment-page-1/#comment-77</link>
		<dc:creator>dp</dc:creator>
		<pubDate>Sun, 27 Jun 2010 14:07:18 +0000</pubDate>
		<guid isPermaLink="false">http://daveprochnow.com/?p=181#comment-77</guid>
		<description>First of all, Doug, thank you for your investment in &lt;em&gt;LifeList-Birds&lt;/em&gt;. I really do appreciate your business.
In your comment you have raised several very important issues, please allow me to reply to each of them:
1. iPod touch version.  Please make sure that you&#039;ve updated the App to its most recent version = Ver. 1.1.
2. Cannot open a previously sighted bird entry. I am unable to duplicate this error, Doug.  YES, you should be able to examine/edit all entries, both sighted and unsighted. As a test, I just purchased an iPod touch (2nd Gen model; I use an iPhone 3G with iOS 4.x for my development and testing) with OS 3.1.3. Then I downloaded the App and made a couple of bird sighting entires. I then closed the App and opened each of these previous entires.  A couple of other users have reported similar issues, so I will continue to study this potential problem. Please refer to these two Apple support documents regarding backup and restore issues:

Phone and iPod touch: About backups - &lt;a href=&quot;http://support.apple.com/kb/ht1766&quot; rel=&quot;nofollow&quot;&gt;http://support.apple.com/kb/ht1766&lt;/a&gt;
iTunes: Backing up, updating, and restoring your iPhone, iPad, or iPod touch software - &lt;a href=&quot;http://support.apple.com/kb/ht1414&quot; rel=&quot;nofollow&quot;&gt;http://support.apple.com/kb/ht1414&lt;/a&gt;

3. Missing Common Merganser.  I can&#039;t believe that I overlooked that bird. Thank you for the &quot;heads-up.&quot;  I also think I forgot Rufous-Sided Towhee.  Plus many international users have been requesting this same feature. At any rate, adding/deleting birds is one of my top update priorities. First, some background:
I have developed a database editing solution and it is currently being tested in another one of my Apps: &lt;em&gt;LifeList-Sites&lt;/em&gt;. And it works! The problem is that I don&#039;t want to accidentally corrupt the Bird database with a careless update. There are several hundred users of &lt;em&gt;LifeList-Birds&lt;/em&gt; and I don&#039;t want to destroy their life lists with a new database schema that could overwrite their current one. &lt;strong&gt;Yes&lt;/strong&gt; I am working on a Version 2.0 update AND this update will be free to all current users of &lt;em&gt;LifeList-Birds&lt;/em&gt;.

Again, Doug, thank you for your interest. An update for &lt;em&gt;LifeList-Birds&lt;/em&gt; is scheduled for development, once I finish another iPad App.

Dave P.</description>
		<content:encoded><![CDATA[<p>First of all, Doug, thank you for your investment in <em>LifeList-Birds</em>. I really do appreciate your business.<br />
In your comment you have raised several very important issues, please allow me to reply to each of them:<br />
1. iPod touch version.  Please make sure that you&#8217;ve updated the App to its most recent version = Ver. 1.1.<br />
2. Cannot open a previously sighted bird entry. I am unable to duplicate this error, Doug.  YES, you should be able to examine/edit all entries, both sighted and unsighted. As a test, I just purchased an iPod touch (2nd Gen model; I use an iPhone 3G with iOS 4.x for my development and testing) with OS 3.1.3. Then I downloaded the App and made a couple of bird sighting entires. I then closed the App and opened each of these previous entires.  A couple of other users have reported similar issues, so I will continue to study this potential problem. Please refer to these two Apple support documents regarding backup and restore issues:</p>
<p>Phone and iPod touch: About backups &#8211; <a href="http://support.apple.com/kb/ht1766" rel="nofollow">http://support.apple.com/kb/ht1766</a><br />
iTunes: Backing up, updating, and restoring your iPhone, iPad, or iPod touch software &#8211; <a href="http://support.apple.com/kb/ht1414" rel="nofollow">http://support.apple.com/kb/ht1414</a></p>
<p>3. Missing Common Merganser.  I can&#8217;t believe that I overlooked that bird. Thank you for the &#8220;heads-up.&#8221;  I also think I forgot Rufous-Sided Towhee.  Plus many international users have been requesting this same feature. At any rate, adding/deleting birds is one of my top update priorities. First, some background:<br />
I have developed a database editing solution and it is currently being tested in another one of my Apps: <em>LifeList-Sites</em>. And it works! The problem is that I don&#8217;t want to accidentally corrupt the Bird database with a careless update. There are several hundred users of <em>LifeList-Birds</em> and I don&#8217;t want to destroy their life lists with a new database schema that could overwrite their current one. <strong>Yes</strong> I am working on a Version 2.0 update AND this update will be free to all current users of <em>LifeList-Birds</em>.</p>
<p>Again, Doug, thank you for your interest. An update for <em>LifeList-Birds</em> is scheduled for development, once I finish another iPad App.</p>
<p>Dave P.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on LifeList-Birds Updated by Doug Hube</title>
		<link>http://daveprochnow.com/2010/03/29/lifelist-birds-updated/comment-page-1/#comment-76</link>
		<dc:creator>Doug Hube</dc:creator>
		<pubDate>Sun, 27 Jun 2010 03:16:03 +0000</pubDate>
		<guid isPermaLink="false">http://daveprochnow.com/?p=181#comment-76</guid>
		<description>In the version that I have on my iPod Touch, I cannot open the page of a bird that has already been identified as having been observed, i.e. that is identified with an x. When that is attempted the program closes.

It would be useful to be able to make additional comments when a bird of special interest has been observed on later occasions.

Some common birds are not included such as the Common Merganser. A useful option would be the ability to add a bird to the list and create a page for it.</description>
		<content:encoded><![CDATA[<p>In the version that I have on my iPod Touch, I cannot open the page of a bird that has already been identified as having been observed, i.e. that is identified with an x. When that is attempted the program closes.</p>
<p>It would be useful to be able to make additional comments when a bird of special interest has been observed on later occasions.</p>
<p>Some common birds are not included such as the Common Merganser. A useful option would be the ability to add a bird to the list and create a page for it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on LifeList-Sites Approved by dp</title>
		<link>http://daveprochnow.com/2010/03/29/lifelist-sites-approved/comment-page-1/#comment-69</link>
		<dc:creator>dp</dc:creator>
		<pubDate>Tue, 08 Jun 2010 15:34:32 +0000</pubDate>
		<guid isPermaLink="false">http://daveprochnow.com/?p=177#comment-69</guid>
		<description>I&#039;m sorry to hear about your problems, Anthony [And this is the first that I&#039;ve heard about your problems, too.],  I&#039;m not sure why you&#039;re LifeList-Sites App would crash (I haven&#039;t any reports of crashes, but that doesn&#039;t mean that they can&#039;t/won&#039;t happen).

There is no server or Web site associated with this App.  All of the data is supported within your device (i.e., local database, GPS, mapping, etc.). Therefore, you don&#039;t need to worry about a Web site data connection breaking or a server being down. Also, you shouldn&#039;t have any troubles downloading your purchased App, again.  If you are experiencing problems downloading a purchased App, please follow this Apple Support link for help: http://support.apple.com/kb/ht2519.

Again, thanks for your comment and please let me know if you have any further problems.

Dave P.</description>
		<content:encoded><![CDATA[<p>I&#8217;m sorry to hear about your problems, Anthony [And this is the first that I've heard about your problems, too.],  I&#8217;m not sure why you&#8217;re LifeList-Sites App would crash (I haven&#8217;t any reports of crashes, but that doesn&#8217;t mean that they can&#8217;t/won&#8217;t happen).</p>
<p>There is no server or Web site associated with this App.  All of the data is supported within your device (i.e., local database, GPS, mapping, etc.). Therefore, you don&#8217;t need to worry about a Web site data connection breaking or a server being down. Also, you shouldn&#8217;t have any troubles downloading your purchased App, again.  If you are experiencing problems downloading a purchased App, please follow this Apple Support link for help: <a href="http://support.apple.com/kb/ht2519" rel="nofollow">http://support.apple.com/kb/ht2519</a>.</p>
<p>Again, thanks for your comment and please let me know if you have any further problems.</p>
<p>Dave P.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on LifeList-Sites Approved by Anthony Figueroa</title>
		<link>http://daveprochnow.com/2010/03/29/lifelist-sites-approved/comment-page-1/#comment-68</link>
		<dc:creator>Anthony Figueroa</dc:creator>
		<pubDate>Tue, 08 Jun 2010 12:10:49 +0000</pubDate>
		<guid isPermaLink="false">http://daveprochnow.com/?p=177#comment-68</guid>
		<description>I don&#039;t know if you received my earlier attempts to contact you, but my LifeList-site has stopped working all my entries are deleted and when I click on it, it goes back to the app page. I&#039;d like to try and re-download it, but the install page doesn&#039;t allow me to. Is the site down, or are you working on it? Please give me an update on app&#039;s status.....
Figueroa</description>
		<content:encoded><![CDATA[<p>I don&#8217;t know if you received my earlier attempts to contact you, but my LifeList-site has stopped working all my entries are deleted and when I click on it, it goes back to the app page. I&#8217;d like to try and re-download it, but the install page doesn&#8217;t allow me to. Is the site down, or are you working on it? Please give me an update on app&#8217;s status&#8230;..<br />
Figueroa</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on New iPhone App by Marney Mason</title>
		<link>http://daveprochnow.com/2009/12/07/new-iphone-app/comment-page-1/#comment-67</link>
		<dc:creator>Marney Mason</dc:creator>
		<pubDate>Mon, 07 Jun 2010 06:48:42 +0000</pubDate>
		<guid isPermaLink="false">http://daveprochnow.com/?p=138#comment-67</guid>
		<description>I only had about 10 birds in it when it crashed. No biggie. I have since input about 130.  I do them 5 or 10 at a time. It seems to be working fine.  I have no idea why it broke, but it is good now. Thanks for your concern.</description>
		<content:encoded><![CDATA[<p>I only had about 10 birds in it when it crashed. No biggie. I have since input about 130.  I do them 5 or 10 at a time. It seems to be working fine.  I have no idea why it broke, but it is good now. Thanks for your concern.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Android Tutorial by dp</title>
		<link>http://daveprochnow.com/2009/11/18/android-tutorial/comment-page-1/#comment-61</link>
		<dc:creator>dp</dc:creator>
		<pubDate>Tue, 30 Mar 2010 15:09:34 +0000</pubDate>
		<guid isPermaLink="false">http://daveprochnow.com/?p=128#comment-61</guid>
		<description>Thanks for your comment, CB. You&#039;re right the PhoneGap project is a great way to package/deliver Web content in an App package (be it, Android, BlackBerry, or iPhone). And, yes, you&#039;re right, my development of Android is just a temporary halt--I&#039;ve been working on an iPad-specific App that must be completed prior to March 31. Full details on my attempt at a &quot;different&quot; spin on the App package will be published shortly.

Dave P.</description>
		<content:encoded><![CDATA[<p>Thanks for your comment, CB. You&#8217;re right the PhoneGap project is a great way to package/deliver Web content in an App package (be it, Android, BlackBerry, or iPhone). And, yes, you&#8217;re right, my development of Android is just a temporary halt&#8211;I&#8217;ve been working on an iPad-specific App that must be completed prior to March 31. Full details on my attempt at a &#8220;different&#8221; spin on the App package will be published shortly.</p>
<p>Dave P.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
