<?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 Scott Montgomerie&#039;s Blog</title>
	<atom:link href="http://blog.scottmontgomerie.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.scottmontgomerie.com</link>
	<description>Programming, Business, Stuff</description>
	<lastBuildDate>Thu, 08 Sep 2011 18:08:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>Comment on MVC in Appcelerator by Structured MVC for Appcelerator</title>
		<link>http://blog.scottmontgomerie.com/01/mvc-in-appcelerator/#comment-19</link>
		<dc:creator>Structured MVC for Appcelerator</dc:creator>
		<pubDate>Thu, 08 Sep 2011 18:08:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.scottmontgomerie.com/?p=46#comment-19</guid>
		<description>[...] have felt out of place when used with Appcelerator. I did find something close to what I wanted by Scott Montgomerie. My issues with his implementation was that you constantly have to deal with the current window [...]</description>
		<content:encoded><![CDATA[<p>[...] have felt out of place when used with Appcelerator. I did find something close to what I wanted by Scott Montgomerie. My issues with his implementation was that you constantly have to deal with the current window [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Universal Apps in Appcelerator by Shauna</title>
		<link>http://blog.scottmontgomerie.com/05/universal-apps-in-appcelerator/#comment-18</link>
		<dc:creator>Shauna</dc:creator>
		<pubDate>Fri, 19 Aug 2011 19:04:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.scottmontgomerie.com/?p=21#comment-18</guid>
		<description>Oooh, looks like I&#039;ll have a new PHP editor to check out. Since I wanted to decrease the number of apps my poor Mini has to run at any given time, I don&#039;t think I&#039;ll be using AppCode (though I might forward it on to my usual iPhone developer), but I&#039;ll definitely be checking out their other applications!</description>
		<content:encoded><![CDATA[<p>Oooh, looks like I&#8217;ll have a new PHP editor to check out. Since I wanted to decrease the number of apps my poor Mini has to run at any given time, I don&#8217;t think I&#8217;ll be using AppCode (though I might forward it on to my usual iPhone developer), but I&#8217;ll definitely be checking out their other applications!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Universal Apps in Appcelerator by Scott</title>
		<link>http://blog.scottmontgomerie.com/05/universal-apps-in-appcelerator/#comment-17</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Fri, 19 Aug 2011 17:20:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.scottmontgomerie.com/?p=21#comment-17</guid>
		<description>Hey Shauna,
Since this post was written, I&#039;ve discovered an absolutely awesome replacement for XCode, called AppCode. It&#039;s a derivative of IntelliJ (a Java IDE like NetBeans), and comes with a an excellent built-in javascript editor. It&#039;s in early beta at the moment, but even for native Objective-C development, it&#039;s amazing. 

Prior to that, I actually used Rubymine (a Ruby IDE by the same company) to edit my Appcelerator javascript files.

Scott</description>
		<content:encoded><![CDATA[<p>Hey Shauna,<br />
Since this post was written, I&#8217;ve discovered an absolutely awesome replacement for XCode, called AppCode. It&#8217;s a derivative of IntelliJ (a Java IDE like NetBeans), and comes with a an excellent built-in javascript editor. It&#8217;s in early beta at the moment, but even for native Objective-C development, it&#8217;s amazing. </p>
<p>Prior to that, I actually used Rubymine (a Ruby IDE by the same company) to edit my Appcelerator javascript files.</p>
<p>Scott</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Universal Apps in Appcelerator by Shauna</title>
		<link>http://blog.scottmontgomerie.com/05/universal-apps-in-appcelerator/#comment-16</link>
		<dc:creator>Shauna</dc:creator>
		<pubDate>Fri, 19 Aug 2011 15:03:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.scottmontgomerie.com/?p=21#comment-16</guid>
		<description>I stumbled on your post and I&#039;m glad I did! I think the inheritance scheme you found is exactly what I was looking for for refactoring a Titanium project I&#039;m dealing with.

I noticed you mentioned that you use Xcode for your development. I&#039;m by no means an iPhone developer, so I don&#039;t know much about using Xcode beyond loading the project, running sims, and making packages for release on TestFlight (if you haven&#039;t used it, it&#039;s an awesome resource for releasing an iOS app for others to test). Like you, I find Appcelerator&#039;s tools...lacking (when I started the project, Studio hadn&#039;t come out yet, so I was using NetBeans for editing and Developer to build, but it&#039;s quite a bit for my poor Mini). I don&#039;t even care for Eclipse, and Studio is even worse, so I&#039;ve been trying to find a way to work with it that isn&#039;t so painful. 

How do you go about editing the JavaScript in Xcode? The project I open only has the native files, that I can tell. As I mentioned, I&#039;m not very familiar with Xcode, so it&#039;s possible I&#039;m missing something obvious, but I would like to try using it for working with my projects if it&#039;s at all possible.</description>
		<content:encoded><![CDATA[<p>I stumbled on your post and I&#8217;m glad I did! I think the inheritance scheme you found is exactly what I was looking for for refactoring a Titanium project I&#8217;m dealing with.</p>
<p>I noticed you mentioned that you use Xcode for your development. I&#8217;m by no means an iPhone developer, so I don&#8217;t know much about using Xcode beyond loading the project, running sims, and making packages for release on TestFlight (if you haven&#8217;t used it, it&#8217;s an awesome resource for releasing an iOS app for others to test). Like you, I find Appcelerator&#8217;s tools&#8230;lacking (when I started the project, Studio hadn&#8217;t come out yet, so I was using NetBeans for editing and Developer to build, but it&#8217;s quite a bit for my poor Mini). I don&#8217;t even care for Eclipse, and Studio is even worse, so I&#8217;ve been trying to find a way to work with it that isn&#8217;t so painful. </p>
<p>How do you go about editing the JavaScript in Xcode? The project I open only has the native files, that I can tell. As I mentioned, I&#8217;m not very familiar with Xcode, so it&#8217;s possible I&#8217;m missing something obvious, but I would like to try using it for working with my projects if it&#8217;s at all possible.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MVC in Appcelerator by Scott</title>
		<link>http://blog.scottmontgomerie.com/01/mvc-in-appcelerator/#comment-14</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Thu, 04 Aug 2011 15:06:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.scottmontgomerie.com/?p=46#comment-14</guid>
		<description>@John - Because of the way Appcelerator handles execution contexts, you have to pass variables from one window to the next. For example, in building a navigation controller-based app, I typically pass a pointer to the nav controller to any windows I add to the stack.

That being said, there are more hacky ways to do it, but I&#039;ve never had much luck with this method. Check out:
http://developer.appcelerator.com/question/1651/global-variable</description>
		<content:encoded><![CDATA[<p>@John &#8211; Because of the way Appcelerator handles execution contexts, you have to pass variables from one window to the next. For example, in building a navigation controller-based app, I typically pass a pointer to the nav controller to any windows I add to the stack.</p>
<p>That being said, there are more hacky ways to do it, but I&#8217;ve never had much luck with this method. Check out:<br />
<a href="http://developer.appcelerator.com/question/1651/global-variable" rel="nofollow">http://developer.appcelerator.com/question/1651/global-variable</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MVC in Appcelerator by John</title>
		<link>http://blog.scottmontgomerie.com/01/mvc-in-appcelerator/#comment-13</link>
		<dc:creator>John</dc:creator>
		<pubDate>Thu, 04 Aug 2011 08:01:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.scottmontgomerie.com/?p=46#comment-13</guid>
		<description>Hi,

Nice implementation!

Is there a way to create global variables? E.g. I want to access a certain value across all my controllers and views.

Thanks.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Nice implementation!</p>
<p>Is there a way to create global variables? E.g. I want to access a certain value across all my controllers and views.</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MVC in Appcelerator by Scott</title>
		<link>http://blog.scottmontgomerie.com/01/mvc-in-appcelerator/#comment-11</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Mon, 13 Jun 2011 06:51:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.scottmontgomerie.com/?p=46#comment-11</guid>
		<description>@magic_hat - check out https://github.com/smontgomerie/Appcelerator-MVC-Demo for an example project.</description>
		<content:encoded><![CDATA[<p>@magic_hat &#8211; check out <a href="https://github.com/smontgomerie/Appcelerator-MVC-Demo" rel="nofollow">https://github.com/smontgomerie/Appcelerator-MVC-Demo</a> for an example project.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MVC in Appcelerator by magic_hat</title>
		<link>http://blog.scottmontgomerie.com/01/mvc-in-appcelerator/#comment-10</link>
		<dc:creator>magic_hat</dc:creator>
		<pubDate>Wed, 08 Jun 2011 19:07:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.scottmontgomerie.com/?p=46#comment-10</guid>
		<description>that would great! Thanks.</description>
		<content:encoded><![CDATA[<p>that would great! Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MVC in Appcelerator by Scott</title>
		<link>http://blog.scottmontgomerie.com/01/mvc-in-appcelerator/#comment-9</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Wed, 01 Jun 2011 18:22:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.scottmontgomerie.com/?p=46#comment-9</guid>
		<description>I will try to post some example code in the next few days.</description>
		<content:encoded><![CDATA[<p>I will try to post some example code in the next few days.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MVC in Appcelerator by magic_hat</title>
		<link>http://blog.scottmontgomerie.com/01/mvc-in-appcelerator/#comment-8</link>
		<dc:creator>magic_hat</dc:creator>
		<pubDate>Wed, 01 Jun 2011 18:20:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.scottmontgomerie.com/?p=46#comment-8</guid>
		<description>Scott, this is awesome. I&#039;ve been looking for something like this for months. 

Can you point me to examples of projects using this? Would be really helpful to see the code in use...</description>
		<content:encoded><![CDATA[<p>Scott, this is awesome. I&#8217;ve been looking for something like this for months. </p>
<p>Can you point me to examples of projects using this? Would be really helpful to see the code in use&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

