<?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 Labrum Design Co. Articles</title>
	<atom:link href="http://labrum.co/articles/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://labrum.co/articles</link>
	<description>Tech, Design, and the Interwebs</description>
	<lastBuildDate>Mon, 28 Nov 2011 03:10:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Comment on Using a Local Database with Titanium by ilan</title>
		<link>http://labrum.co/articles/titanium/using-a-local-database-with-titanium/comment-page-1/#comment-3040</link>
		<dc:creator>ilan</dc:creator>
		<pubDate>Mon, 28 Nov 2011 03:10:58 +0000</pubDate>
		<guid isPermaLink="false">http://labrum.co/articles/?p=253#comment-3040</guid>
		<description>I am in needbof help with updating my tabkeview after an insert is executed.</description>
		<content:encoded><![CDATA[<p>I am in needbof help with updating my tabkeview after an insert is executed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using a Local Database with Titanium by Crysfel</title>
		<link>http://labrum.co/articles/titanium/using-a-local-database-with-titanium/comment-page-1/#comment-2602</link>
		<dc:creator>Crysfel</dc:creator>
		<pubDate>Sat, 17 Sep 2011 04:30:22 +0000</pubDate>
		<guid isPermaLink="false">http://labrum.co/articles/?p=253#comment-2602</guid>
		<description>Thanks for share, this is really helpfull</description>
		<content:encoded><![CDATA[<p>Thanks for share, this is really helpfull</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using a Local Database with Titanium by Xoot</title>
		<link>http://labrum.co/articles/titanium/using-a-local-database-with-titanium/comment-page-1/#comment-2543</link>
		<dc:creator>Xoot</dc:creator>
		<pubDate>Fri, 02 Sep 2011 12:31:52 +0000</pubDate>
		<guid isPermaLink="false">http://labrum.co/articles/?p=253#comment-2543</guid>
		<description>Great article! Thanks a bundle - this was driving me nuts and your solution works like a charm</description>
		<content:encoded><![CDATA[<p>Great article! Thanks a bundle &#8211; this was driving me nuts and your solution works like a charm</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Titanium Tips and Tricks by Richard</title>
		<link>http://labrum.co/articles/titanium/titanium-tips-and-tricks/comment-page-1/#comment-2508</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Tue, 23 Aug 2011 19:15:16 +0000</pubDate>
		<guid isPermaLink="false">http://labrum.co/articles/?p=250#comment-2508</guid>
		<description>Thanks a mil. I (and others I&#039;m sure) really appreciate your endeavor. I am a seasoned web app developer and have fairly recently shifted to the Mac &quot;camp&quot;. The goal was to create iPhone/iPad apps and stumbled across Titanium. I like the sound of what it has to offer (as opposed to the seeming natural choice of Sencha Touch or JQ Mobile and phonegap) and have done a lot of research just to try and get to grips with it. Articles like yours really help a lot, and I would like to adopt the same attitude. As I get the hang of it and start with some &quot;real world&quot; apps, I too would like to document my experiences.
BTW, I love your site as well. Very stylish.
Thanks again.</description>
		<content:encoded><![CDATA[<p>Thanks a mil. I (and others I&#8217;m sure) really appreciate your endeavor. I am a seasoned web app developer and have fairly recently shifted to the Mac &#8220;camp&#8221;. The goal was to create iPhone/iPad apps and stumbled across Titanium. I like the sound of what it has to offer (as opposed to the seeming natural choice of Sencha Touch or JQ Mobile and phonegap) and have done a lot of research just to try and get to grips with it. Articles like yours really help a lot, and I would like to adopt the same attitude. As I get the hang of it and start with some &#8220;real world&#8221; apps, I too would like to document my experiences.<br />
BTW, I love your site as well. Very stylish.<br />
Thanks again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using a Local Database with Titanium by Simon</title>
		<link>http://labrum.co/articles/titanium/using-a-local-database-with-titanium/comment-page-1/#comment-2403</link>
		<dc:creator>Simon</dc:creator>
		<pubDate>Sat, 30 Jul 2011 11:53:55 +0000</pubDate>
		<guid isPermaLink="false">http://labrum.co/articles/?p=253#comment-2403</guid>
		<description>Check out my integration of activerecord with Titanium.  You can create chainable queries updates, select, inserts without wrting 1 line of sql: 

ex:
Db.getModel(&#039;msg&#039;).load(10).set(&#039;name&#039;, &#039;bob&#039;).save(); 

Or a query : 
Db.getModel(&#039;msg&#039;).addCondition(&#039;status=1&#039;).limit(10).offset(1000).order(&#039;id desc&#039;).getData(); 

Code is here : http://pastebin.com/rbc4r8aF</description>
		<content:encoded><![CDATA[<p>Check out my integration of activerecord with Titanium.  You can create chainable queries updates, select, inserts without wrting 1 line of sql: </p>
<p>ex:<br />
Db.getModel(&#8216;msg&#8217;).load(10).set(&#8216;name&#8217;, &#8216;bob&#8217;).save(); </p>
<p>Or a query :<br />
Db.getModel(&#8216;msg&#8217;).addCondition(&#8216;status=1&#8242;).limit(10).offset(1000).order(&#8216;id desc&#8217;).getData(); </p>
<p>Code is here : <a href="http://pastebin.com/rbc4r8aF" rel="nofollow">http://pastebin.com/rbc4r8aF</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Multiple Calendars with Google Calendar, iCal, and iPhone by rt</title>
		<link>http://labrum.co/articles/tech/multiple-calendars-with-google-calendar-ical-and-iphone/comment-page-1/#comment-2324</link>
		<dc:creator>rt</dc:creator>
		<pubDate>Wed, 20 Jul 2011 13:46:32 +0000</pubDate>
		<guid isPermaLink="false">http://fusionfox.com/articles/?p=69#comment-2324</guid>
		<description>totally useful. even in July 2011.</description>
		<content:encoded><![CDATA[<p>totally useful. even in July 2011.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Multiple Calendars with Google Calendar, iCal, and iPhone by shawn</title>
		<link>http://labrum.co/articles/tech/multiple-calendars-with-google-calendar-ical-and-iphone/comment-page-1/#comment-1725</link>
		<dc:creator>shawn</dc:creator>
		<pubDate>Mon, 09 May 2011 17:17:10 +0000</pubDate>
		<guid isPermaLink="false">http://fusionfox.com/articles/?p=69#comment-1725</guid>
		<description>Step #2 simply doesn&#039;t work for me with 10.6.7 maybe because it doesn&#039;t allow me to rename the calendar in iCal to what I want. When I put in the unique &#039;string code&#039; for my 2nd gcal (not primary) it defaults to the primary or tells me that caldav doesn&#039;t allow for duplicate accounts 

There has to be a way google!</description>
		<content:encoded><![CDATA[<p>Step #2 simply doesn&#8217;t work for me with 10.6.7 maybe because it doesn&#8217;t allow me to rename the calendar in iCal to what I want. When I put in the unique &#8216;string code&#8217; for my 2nd gcal (not primary) it defaults to the primary or tells me that caldav doesn&#8217;t allow for duplicate accounts </p>
<p>There has to be a way google!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Putting Your Email on a Google Domain by Clifton</title>
		<link>http://labrum.co/articles/tech/putting-your-email-on-a-google-domain/comment-page-1/#comment-1534</link>
		<dc:creator>Clifton</dc:creator>
		<pubDate>Thu, 07 Apr 2011 03:56:49 +0000</pubDate>
		<guid isPermaLink="false">http://fusionfox.com/articles/?p=64#comment-1534</guid>
		<description>Leif, you can use use any IMAP, POP, or Exchange client with Google Apps. It&#039;s pretty nice.</description>
		<content:encoded><![CDATA[<p>Leif, you can use use any IMAP, POP, or Exchange client with Google Apps. It&#8217;s pretty nice.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Putting Your Email on a Google Domain by Leif</title>
		<link>http://labrum.co/articles/tech/putting-your-email-on-a-google-domain/comment-page-1/#comment-1526</link>
		<dc:creator>Leif</dc:creator>
		<pubDate>Tue, 05 Apr 2011 16:21:38 +0000</pubDate>
		<guid isPermaLink="false">http://fusionfox.com/articles/?p=64#comment-1526</guid>
		<description>That is pretty cool and I may check that out. I like the fact that I can utilize my domain name via google. My issue is if I wanted to check it on my phone (it doesn&#039;t browse full size web pages well).

Is there away to receive google email  like this via an email client? I want to use my domain name but not always http.

Thanks!</description>
		<content:encoded><![CDATA[<p>That is pretty cool and I may check that out. I like the fact that I can utilize my domain name via google. My issue is if I wanted to check it on my phone (it doesn&#8217;t browse full size web pages well).</p>
<p>Is there away to receive google email  like this via an email client? I want to use my domain name but not always http.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Multiple Calendars with Google Calendar, iCal, and iPhone by Viktor</title>
		<link>http://labrum.co/articles/tech/multiple-calendars-with-google-calendar-ical-and-iphone/comment-page-1/#comment-1233</link>
		<dc:creator>Viktor</dc:creator>
		<pubDate>Tue, 01 Feb 2011 13:18:40 +0000</pubDate>
		<guid isPermaLink="false">http://fusionfox.com/articles/?p=69#comment-1233</guid>
		<description>Thanks!!!!</description>
		<content:encoded><![CDATA[<p>Thanks!!!!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
