<?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 Jeremy Melton</title>
	<atom:link href="http://www.jeremymelton.com/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jeremymelton.com/blog</link>
	<description>My blog</description>
	<lastBuildDate>Thu, 28 Jul 2011 15:28:26 +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 Adding Content URI support to your Titanium App (Android) by Al</title>
		<link>http://www.jeremymelton.com/blog/2011/05/adding-content-uri-support-to-your-titanium-app-android/comment-page-1/#comment-864</link>
		<dc:creator>Al</dc:creator>
		<pubDate>Thu, 28 Jul 2011 15:28:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeremymelton.com/blog/?p=375#comment-864</guid>
		<description>This worked great and better than other examples I&#039;ve found on the Titanium boards.

Do you know how to also get this working for a non-http type url? ie myapp://?param=1234

Cheers.</description>
		<content:encoded><![CDATA[<p>This worked great and better than other examples I&#8217;ve found on the Titanium boards.</p>
<p>Do you know how to also get this working for a non-http type url? ie myapp://?param=1234</p>
<p>Cheers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Appcelerator Titanium vsdoc for Visual Studio by Jeremy</title>
		<link>http://www.jeremymelton.com/blog/2010/12/appcelerator-titanium-vsdoc-for-visual-studio-2/comment-page-1/#comment-834</link>
		<dc:creator>Jeremy</dc:creator>
		<pubDate>Sun, 15 May 2011 08:16:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeremymelton.com/blog/?p=307#comment-834</guid>
		<description>I broke down and added a bit of a hack to the vsdoc generator. I haven&#039;t submitted this to the github project, yet. 
You can get the updated version here: http://www.jeremymelton.com/blog/2011/05/appcelerator-titanium-vsdoc-for-visual-studio-update/</description>
		<content:encoded><![CDATA[<p>I broke down and added a bit of a hack to the vsdoc generator. I haven&#8217;t submitted this to the github project, yet.<br />
You can get the updated version here: <a href="http://www.jeremymelton.com/blog/2011/05/appcelerator-titanium-vsdoc-for-visual-studio-update/" rel="nofollow">http://www.jeremymelton.com/blog/2011/05/appcelerator-titanium-vsdoc-for-visual-studio-update/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PBOS Command Language by Jeremy</title>
		<link>http://www.jeremymelton.com/blog/pbos_command_language/comment-page-/#comment-826</link>
		<dc:creator>Jeremy</dc:creator>
		<pubDate>Sun, 24 Apr 2011 03:29:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeremymelton.com/blog/?page_id=245#comment-826</guid>
		<description>Thanks! I&#039;ll look into it.</description>
		<content:encoded><![CDATA[<p>Thanks! I&#8217;ll look into it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Home Made Pinball Machine: Astro Boy by Jeremy</title>
		<link>http://www.jeremymelton.com/blog/2009/02/home-made-pinball-machine-astro-boy/comment-page-1/#comment-824</link>
		<dc:creator>Jeremy</dc:creator>
		<pubDate>Fri, 22 Apr 2011 07:03:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeremymelton.com/blog/?p=190#comment-824</guid>
		<description>You&#039;d have to ask the guy that made it. 
You can&#039;t get it anywhere else. It&#039;s a one off custom made machine.</description>
		<content:encoded><![CDATA[<p>You&#8217;d have to ask the guy that made it.<br />
You can&#8217;t get it anywhere else. It&#8217;s a one off custom made machine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Home Made Pinball Machine: Astro Boy by Joey</title>
		<link>http://www.jeremymelton.com/blog/2009/02/home-made-pinball-machine-astro-boy/comment-page-1/#comment-823</link>
		<dc:creator>Joey</dc:creator>
		<pubDate>Sat, 16 Apr 2011 12:08:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeremymelton.com/blog/?p=190#comment-823</guid>
		<description>Are you willing to sell this machine? If not where could you get one of these?</description>
		<content:encoded><![CDATA[<p>Are you willing to sell this machine? If not where could you get one of these?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Appcelerator Titanium vsdoc for Visual Studio by Jeremy</title>
		<link>http://www.jeremymelton.com/blog/2010/12/appcelerator-titanium-vsdoc-for-visual-studio-2/comment-page-1/#comment-820</link>
		<dc:creator>Jeremy</dc:creator>
		<pubDate>Fri, 25 Mar 2011 17:09:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeremymelton.com/blog/?p=307#comment-820</guid>
		<description>The docgen.py file uses the generated tdocs (titanium_mobile/apidoc) to get the information for the vsdoc. In most (all?) of the tdocs the return type for a function is specified as a just a plain ol&#039; object. &lt;a href=&quot;http://developer.appcelerator.com/apidoc/mobile/latest/Titanium.UI.createView-method.html&quot; rel=&quot;nofollow&quot;&gt;Even in Appcelerator&#039;s docs the return type is specified as &#039;object&#039;&lt;/a&gt;.

Returning the actual object (ie Titanium.UI.View) would make life REALLY simple. It&#039;s not just possible without hacking in some parsing of the comments (dirty and not reliable) or changing the code comments. I had aspirations to go through the code comments and update this myself. Unfortunately, other projects take precedence over my fun stuff for the time being.</description>
		<content:encoded><![CDATA[<p>The docgen.py file uses the generated tdocs (titanium_mobile/apidoc) to get the information for the vsdoc. In most (all?) of the tdocs the return type for a function is specified as a just a plain ol&#8217; object. <a href="http://developer.appcelerator.com/apidoc/mobile/latest/Titanium.UI.createView-method.html" rel="nofollow">Even in Appcelerator&#8217;s docs the return type is specified as &#8216;object&#8217;</a>.</p>
<p>Returning the actual object (ie Titanium.UI.View) would make life REALLY simple. It&#8217;s not just possible without hacking in some parsing of the comments (dirty and not reliable) or changing the code comments. I had aspirations to go through the code comments and update this myself. Unfortunately, other projects take precedence over my fun stuff for the time being.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Appcelerator Titanium vsdoc for Visual Studio by Sam Wong</title>
		<link>http://www.jeremymelton.com/blog/2010/12/appcelerator-titanium-vsdoc-for-visual-studio-2/comment-page-1/#comment-819</link>
		<dc:creator>Sam Wong</dc:creator>
		<pubDate>Thu, 24 Mar 2011 07:54:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeremymelton.com/blog/?p=307#comment-819</guid>
		<description>You have done a great job for visual studio lover.
But I just wonder why you just return {} in create function instead of its class

createView: function (parameters) {
        ///create and return an instance of Titanium.UI.View
        ///(optional) a dictionary object properties defined in Titanium.UI.View
        ///
        return Titanium.UI.View;
    }

It has better inteli-sense support in its assign object.</description>
		<content:encoded><![CDATA[<p>You have done a great job for visual studio lover.<br />
But I just wonder why you just return {} in create function instead of its class</p>
<p>createView: function (parameters) {<br />
        ///create and return an instance of Titanium.UI.View<br />
        ///(optional) a dictionary object properties defined in Titanium.UI.View<br />
        ///<br />
        return Titanium.UI.View;<br />
    }</p>
<p>It has better inteli-sense support in its assign object.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Scoreboard Progress by Jeremy</title>
		<link>http://www.jeremymelton.com/blog/2009/02/scoreboard-progress-2/comment-page-1/#comment-813</link>
		<dc:creator>Jeremy</dc:creator>
		<pubDate>Sat, 31 Jul 2010 17:12:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeremymelton.com/blog/?p=220#comment-813</guid>
		<description>Hey Jordan,
Not sure what you are wanting assistance on. If you have specific questions I would be glad to (try to) help.</description>
		<content:encoded><![CDATA[<p>Hey Jordan,<br />
Not sure what you are wanting assistance on. If you have specific questions I would be glad to (try to) help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Scoreboard Progress by Jordan</title>
		<link>http://www.jeremymelton.com/blog/2009/02/scoreboard-progress-2/comment-page-1/#comment-812</link>
		<dc:creator>Jordan</dc:creator>
		<pubDate>Fri, 30 Jul 2010 21:19:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeremymelton.com/blog/?p=220#comment-812</guid>
		<description>I just hope u still check your blog</description>
		<content:encoded><![CDATA[<p>I just hope u still check your blog</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Scoreboard Progress by Jordan</title>
		<link>http://www.jeremymelton.com/blog/2009/02/scoreboard-progress-2/comment-page-1/#comment-811</link>
		<dc:creator>Jordan</dc:creator>
		<pubDate>Fri, 30 Jul 2010 06:06:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeremymelton.com/blog/?p=220#comment-811</guid>
		<description>I am making a pinball machine and need help with the scoreboard. I&#039;m not that old and i dont get what any of the stuff is that your saying. so could you email me simple instructions on how to make the score board,and hook it up please.
Also, if i have to use a computer i only have mac.</description>
		<content:encoded><![CDATA[<p>I am making a pinball machine and need help with the scoreboard. I&#8217;m not that old and i dont get what any of the stuff is that your saying. so could you email me simple instructions on how to make the score board,and hook it up please.<br />
Also, if i have to use a computer i only have mac.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

