<?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 Christophe Coenraets</title>
	<atom:link href="http://coenraets.org/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://coenraets.org/blog</link>
	<description>Mobile, Cloud, HTML, JavaScript, Java, PHP, Flex</description>
	<lastBuildDate>Mon, 21 May 2012 12:25:37 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on Using Backbone.js with jQuery Mobile by David A.</title>
		<link>http://coenraets.org/blog/2012/03/using-backbone-js-with-jquery-mobile/#comment-63298</link>
		<dc:creator>David A.</dc:creator>
		<pubDate>Mon, 21 May 2012 12:25:37 +0000</pubDate>
		<guid isPermaLink="false">http://coenraets.org/blog/?p=3215#comment-63298</guid>
		<description>Hi John Fawcett,
thanks for your enhancement.
Do you have an full example somewhere public?</description>
		<content:encoded><![CDATA[<p>Hi John Fawcett,<br />
thanks for your enhancement.<br />
Do you have an full example somewhere public?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sample Application using jQuery Mobile and PhoneGap by Creating templated/persistant header/footer template in jQuery Mobile and PhoneGap &#124; Easy jQuery &#124; Free Popular Tips Tricks Plugins API Javascript and Themes</title>
		<link>http://coenraets.org/blog/2011/10/sample-application-with-jquery-mobile-and-phonegap/#comment-63228</link>
		<dc:creator>Creating templated/persistant header/footer template in jQuery Mobile and PhoneGap &#124; Easy jQuery &#124; Free Popular Tips Tricks Plugins API Javascript and Themes</dc:creator>
		<pubDate>Mon, 21 May 2012 08:49:00 +0000</pubDate>
		<guid isPermaLink="false">http://coenraets.org/blog/?p=1752#comment-63228</guid>
		<description>[...] diving into writing a mobile app with jQuery Mobile/PhoneGap. I&#8217;m using this sample template to start from, which uses HTML/JS to create the pages. Rather than have all the &lt;page&gt; tags [...]</description>
		<content:encoded><![CDATA[<p>[...] diving into writing a mobile app with jQuery Mobile/PhoneGap. I&#8217;m using this sample template to start from, which uses HTML/JS to create the pages. Rather than have all the &lt;page&gt; tags [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Simple Offline Data Synchronization for Mobile Web and PhoneGap Applications by Adam</title>
		<link>http://coenraets.org/blog/2012/05/simple-offline-data-synchronization-for-mobile-web-and-phonegap-applications/#comment-63062</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Sun, 20 May 2012 22:58:34 +0000</pubDate>
		<guid isPermaLink="false">http://coenraets.org/blog/?p=3652#comment-63062</guid>
		<description>I am actually doing an application that has to keep in sync 7 tables, one of them will contain over 7.000 rows, so it&#039;s a bit of a challenge thanks for this article it is a great starting point.</description>
		<content:encoded><![CDATA[<p>I am actually doing an application that has to keep in sync 7 tables, one of them will contain over 7.000 rows, so it&#8217;s a bit of a challenge thanks for this article it is a great starting point.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sample App with Backbone.js and Twitter Bootstrap by Tom</title>
		<link>http://coenraets.org/blog/2012/02/sample-app-with-backbone-js-and-twitter-bootstrap/#comment-63027</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Sun, 20 May 2012 20:37:26 +0000</pubDate>
		<guid isPermaLink="false">http://coenraets.org/blog/?p=3125#comment-63027</guid>
		<description>Hi
Did you manage to solve this problem as I appear to have the same issue? - does it have to be on live server?

Cheers</description>
		<content:encoded><![CDATA[<p>Hi<br />
Did you manage to solve this problem as I appear to have the same issue? &#8211; does it have to be on live server?</p>
<p>Cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sample App with Backbone.js and Twitter Bootstrap by Tom</title>
		<link>http://coenraets.org/blog/2012/02/sample-app-with-backbone-js-and-twitter-bootstrap/#comment-62952</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Sun, 20 May 2012 17:07:50 +0000</pubDate>
		<guid isPermaLink="false">http://coenraets.org/blog/?p=3125#comment-62952</guid>
		<description>Sorry - I should be more specific. When I select an employee from the drop-down list it just stays on the homepage but the URL changes in the address bar! I&#039;m thinking it might be to do with the fact I&#039;m on a local setup???</description>
		<content:encoded><![CDATA[<p>Sorry &#8211; I should be more specific. When I select an employee from the drop-down list it just stays on the homepage but the URL changes in the address bar! I&#8217;m thinking it might be to do with the fact I&#8217;m on a local setup???</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sample App with Backbone.js and Twitter Bootstrap by Tom</title>
		<link>http://coenraets.org/blog/2012/02/sample-app-with-backbone-js-and-twitter-bootstrap/#comment-62942</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Sun, 20 May 2012 17:01:58 +0000</pubDate>
		<guid isPermaLink="false">http://coenraets.org/blog/?p=3125#comment-62942</guid>
		<description>Hi
First of all - a big thanks for this tutorial - it&#039;s set me on the right path.

...but one problem. I have downloaded the app and trying to get it going on my MAMP setup. I have also imported your directoy.sql file into a ready made database and everything seems to work just great. The problem arises when I select an employee from the drop-down list. It sets the correct URL but nothing shows and I&#039;m not sure why. Obviously I&#039;m connecting to the DB ok as the people wouldn&#039;t appear in the drop-down list so not sure where to start looking.

Any help from anyone would be much appreciated.

Thanks</description>
		<content:encoded><![CDATA[<p>Hi<br />
First of all &#8211; a big thanks for this tutorial &#8211; it&#8217;s set me on the right path.</p>
<p>&#8230;but one problem. I have downloaded the app and trying to get it going on my MAMP setup. I have also imported your directoy.sql file into a ready made database and everything seems to work just great. The problem arises when I select an employee from the drop-down list. It sets the correct URL but nothing shows and I&#8217;m not sure why. Obviously I&#8217;m connecting to the DB ok as the people wouldn&#8217;t appear in the drop-down list so not sure where to start looking.</p>
<p>Any help from anyone would be much appreciated.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flex and JMS: Portfolio Viewer (Updated for Flex 2 GA) by сплавы, сплав, плот, плоты, отдых на реке, сплав по реке</title>
		<link>http://coenraets.org/blog/2006/06/flex-and-jms-portfolio-viewer-updated-for-flex-2-ga/#comment-62902</link>
		<dc:creator>сплавы, сплав, плот, плоты, отдых на реке, сплав по реке</dc:creator>
		<pubDate>Sun, 20 May 2012 14:53:17 +0000</pubDate>
		<guid isPermaLink="false">http://coenraets.org/blog/?p=3#comment-62902</guid>
		<description>&lt;a href=&quot;http://desnatravel.com/&quot; rel=&quot;nofollow&quot;&gt;сколько стоит прогулка на катере по десне в чернигове&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p><a href="http://desnatravel.com/" rel="nofollow">сколько стоит прогулка на катере по десне в чернигове</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Backbone.js Wine Cellar Tutorial &#8212; Part 1: Getting Started by Mike</title>
		<link>http://coenraets.org/blog/2011/12/backbone-js-wine-cellar-tutorial-part-1-getting-started/#comment-62766</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Sun, 20 May 2012 08:34:12 +0000</pubDate>
		<guid isPermaLink="false">http://coenraets.org/blog/?p=2433#comment-62766</guid>
		<description>I can not get this application to show the data.  If I navigate to the api url it returns the JSON data, but the front end is not connecting.  I pulled over all of the source and attached it to mysql as instructed, but either the folder needs a different .htaccess connection or there is something I am missing.   I saw your note about changing the .htaccess file.  Do you have more detail about how you structured it.  Which folder you put the rule into?  Any help would be fantastic.  

www.daddai.com/mie/cellar/</description>
		<content:encoded><![CDATA[<p>I can not get this application to show the data.  If I navigate to the api url it returns the JSON data, but the front end is not connecting.  I pulled over all of the source and attached it to mysql as instructed, but either the folder needs a different .htaccess connection or there is something I am missing.   I saw your note about changing the .htaccess file.  Do you have more detail about how you structured it.  Which folder you put the rule into?  Any help would be fantastic.  </p>
<p><a href="http://www.daddai.com/mie/cellar/" rel="nofollow">http://www.daddai.com/mie/cellar/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Tutorial: Building an Android Application in 6 Steps by Tom</title>
		<link>http://coenraets.org/blog/android-samples/androidtutorial/#comment-62561</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Sat, 19 May 2012 21:05:57 +0000</pubDate>
		<guid isPermaLink="false">http://coenraets.org/blog/#comment-62561</guid>
		<description>This is way old but in case anyone else is reading it;

standard sql would be &quot;DELETE FROM employee&quot; - the asterix is only used to say select &#039;everything&#039; e.g. all columns.  note the delete here will empty the table more common would be to delete from where ID e.g
&quot;DELETE FROM employee where PERSONID = 1&quot; etc</description>
		<content:encoded><![CDATA[<p>This is way old but in case anyone else is reading it;</p>
<p>standard sql would be &#8220;DELETE FROM employee&#8221; &#8211; the asterix is only used to say select &#8216;everything&#8217; e.g. all columns.  note the delete here will empty the table more common would be to delete from where ID e.g<br />
&#8220;DELETE FROM employee where PERSONID = 1&#8243; etc</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sample App using the PhoneGap Database API by eskanndar</title>
		<link>http://coenraets.org/blog/2011/10/sample-app-using-the-phonegap-database-api/#comment-62392</link>
		<dc:creator>eskanndar</dc:creator>
		<pubDate>Sat, 19 May 2012 12:55:14 +0000</pubDate>
		<guid isPermaLink="false">http://coenraets.org/blog/?p=1949#comment-62392</guid>
		<description>Do you have a version of Employees apps with offline AND server synchronizable data?</description>
		<content:encoded><![CDATA[<p>Do you have a version of Employees apps with offline AND server synchronizable data?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

