<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Jeremy Melton &#187; Programming/Development</title>
	<atom:link href="http://www.jeremymelton.com/blog/category/programming_development/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jeremymelton.com/blog</link>
	<description>My blog</description>
	<lastBuildDate>Thu, 28 Jul 2011 04:54:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Adding Content URI support to your Titanium App (Android)</title>
		<link>http://www.jeremymelton.com/blog/2011/05/adding-content-uri-support-to-your-titanium-app-android/</link>
		<comments>http://www.jeremymelton.com/blog/2011/05/adding-content-uri-support-to-your-titanium-app-android/#comments</comments>
		<pubDate>Thu, 12 May 2011 04:39:06 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Programming/Development]]></category>

		<guid isPermaLink="false">http://www.jeremymelton.com/blog/?p=375</guid>
		<description><![CDATA[A while back I finally got a chance to dive into making an app with Appcelerator&#8217;s Titanium framework. Part of that task was trying to figure out how to add content uri support to the app. What that means is making your application aware of a certain content scheme. For example, a url. This of [...]]]></description>
		<wfw:commentRss>http://www.jeremymelton.com/blog/2011/05/adding-content-uri-support-to-your-titanium-app-android/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Validating Taiwan Personal IDs</title>
		<link>http://www.jeremymelton.com/blog/2011/03/validating-taiwan-personal-ids/</link>
		<comments>http://www.jeremymelton.com/blog/2011/03/validating-taiwan-personal-ids/#comments</comments>
		<pubDate>Wed, 09 Mar 2011 20:53:37 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Programming/Development]]></category>
		<category><![CDATA[government id]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[js]]></category>
		<category><![CDATA[taiwan]]></category>
		<category><![CDATA[validation]]></category>

		<guid isPermaLink="false">http://www.jeremymelton.com/blog/?p=335</guid>
		<description><![CDATA[I Recently had to write some simple client side validation for validating Taiwan (Republic of China) Personal/Government IDs. Pretty simple, really. But, I couldn&#8217;t find anything with a few simple searches. So, I reverted back to what documentation I had &#8211; a document&#8230;in Chinese. So I fired up google translate and whipped up some javascript. [...]]]></description>
		<wfw:commentRss>http://www.jeremymelton.com/blog/2011/03/validating-taiwan-personal-ids/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Appcelerator Titanium vsdoc for Visual Studio</title>
		<link>http://www.jeremymelton.com/blog/2010/12/appcelerator-titanium-vsdoc-for-visual-studio-2/</link>
		<comments>http://www.jeremymelton.com/blog/2010/12/appcelerator-titanium-vsdoc-for-visual-studio-2/#comments</comments>
		<pubDate>Sun, 12 Dec 2010 07:41:11 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Programming/Development]]></category>

		<guid isPermaLink="false">http://www.jeremymelton.com/blog/?p=307</guid>
		<description><![CDATA[Click here to get the updated file, otherwise read on If you just want the vsdoc, here you go: Titanium-vsdoc.js This weekend, I finally broke down and [re]learned Python. Got acquainted with Git (which I am really starting to dig). And for the trifecta, signed up for github. Why? Well, I had a sudden burst of inspiration while [...]]]></description>
		<wfw:commentRss>http://www.jeremymelton.com/blog/2010/12/appcelerator-titanium-vsdoc-for-visual-studio-2/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Appcelerator Titanium vsdoc for Visual Studio</title>
		<link>http://www.jeremymelton.com/blog/2010/10/appcelerator-titanium-vsdoc-for-visual-studio/</link>
		<comments>http://www.jeremymelton.com/blog/2010/10/appcelerator-titanium-vsdoc-for-visual-studio/#comments</comments>
		<pubDate>Sun, 31 Oct 2010 07:15:36 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Programming/Development]]></category>
		<category><![CDATA[Appcelerator]]></category>
		<category><![CDATA[Intellisense]]></category>
		<category><![CDATA[Titanium]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[VSDOC]]></category>

		<guid isPermaLink="false">http://www.jeremymelton.com/blog/?p=292</guid>
		<description><![CDATA[Updated: See part 2 I&#8217;ve been playing around with Appcelerator&#8217;s Titanium framework lately. It&#8217;s really an awesome framework for creating native mobile apps using JS (I freaking love JS ). However, I miss Visual Studio. TextMate is great. subtleGradient (Thomas Aylott) even created some TextMate+Titanium+intellisense lovin&#8217;. But I use Visual Studio every day. We have a [...]]]></description>
		<wfw:commentRss>http://www.jeremymelton.com/blog/2010/10/appcelerator-titanium-vsdoc-for-visual-studio/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Am I Faster?</title>
		<link>http://www.jeremymelton.com/blog/2009/05/am-i-faster/</link>
		<comments>http://www.jeremymelton.com/blog/2009/05/am-i-faster/#comments</comments>
		<pubDate>Sun, 03 May 2009 04:09:48 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Programming/Development]]></category>
		<category><![CDATA[Am I Faster]]></category>
		<category><![CDATA[amifaster]]></category>
		<category><![CDATA[amifaster.com]]></category>
		<category><![CDATA[Projects]]></category>

		<guid isPermaLink="false">http://www.jeremymelton.com/blog/?p=272</guid>
		<description><![CDATA[A question many car enthusiasts tend to ask themselves while driving. It&#8217;s illegal to race on the street and it&#8217;s nearly impossible to get that person to show up at a track.  What&#8217;s a car enthusiasts to do?! I&#8217;m glad you asked! That&#8217;s where Am I Faster comes into play (AIF). Ok, enough with the [...]]]></description>
		<wfw:commentRss>http://www.jeremymelton.com/blog/2009/05/am-i-faster/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Scoreboard Progress</title>
		<link>http://www.jeremymelton.com/blog/2009/02/scoreboard-progress-2/</link>
		<comments>http://www.jeremymelton.com/blog/2009/02/scoreboard-progress-2/#comments</comments>
		<pubDate>Sat, 28 Feb 2009 00:08:45 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[Pinball]]></category>
		<category><![CDATA[Programming/Development]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[controlling pinball machine]]></category>
		<category><![CDATA[DIY]]></category>
		<category><![CDATA[DIY Pinball]]></category>
		<category><![CDATA[homebrew]]></category>
		<category><![CDATA[homebrew pinball]]></category>
		<category><![CDATA[homemade]]></category>
		<category><![CDATA[homemade pinball]]></category>
		<category><![CDATA[led matrix]]></category>
		<category><![CDATA[leds]]></category>
		<category><![CDATA[max6953]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[open source pinball]]></category>
		<category><![CDATA[os pinball]]></category>
		<category><![CDATA[progress]]></category>
		<category><![CDATA[scoreboard]]></category>
		<category><![CDATA[spin]]></category>

		<guid isPermaLink="false">http://www.jeremymelton.com/blog/?p=220</guid>
		<description><![CDATA[Just a quick update on what I&#8217;ve been working on. I&#8217;ve had a bit of success getting scoring and the scoreboard playing together (see video). Another feature that you don&#8217;t see in the video is that all the switches point value can be set via the C# app that I made. I&#8217;ve added the source [...]]]></description>
		<wfw:commentRss>http://www.jeremymelton.com/blog/2009/02/scoreboard-progress-2/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Link A URL With Regex</title>
		<link>http://www.jeremymelton.com/blog/2009/02/auto-link-a-url-with-regex/</link>
		<comments>http://www.jeremymelton.com/blog/2009/02/auto-link-a-url-with-regex/#comments</comments>
		<pubDate>Wed, 25 Feb 2009 22:45:48 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[Programming/Development]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Regex]]></category>

		<guid isPermaLink="false">http://www.jeremymelton.com/blog/?p=204</guid>
		<description><![CDATA[I recently had a need to find a url within a large amount of text and turn it into a hyper link. Knowing that I am just a regex noob I opted to find someone else that could just give me some regex  I started with regexlib.com but everything there was exceptionally simple. Simple usually [...]]]></description>
		<wfw:commentRss>http://www.jeremymelton.com/blog/2009/02/auto-link-a-url-with-regex/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Delete All Stored Procedures (MSSQL)</title>
		<link>http://www.jeremymelton.com/blog/2009/01/delete-all-stored-procedures-mssql/</link>
		<comments>http://www.jeremymelton.com/blog/2009/01/delete-all-stored-procedures-mssql/#comments</comments>
		<pubDate>Sun, 18 Jan 2009 17:00:55 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[Programming/Development]]></category>
		<category><![CDATA[MSSQL]]></category>
		<category><![CDATA[Sprocs]]></category>
		<category><![CDATA[Stored Procedures]]></category>

		<guid isPermaLink="false">http://jeremymelton.com/blog/?p=125</guid>
		<description><![CDATA[Every now and then I need to delete quite a few Sprocs. It&#8217;s really a pain in the arse to do this with SQL Server Management Studio as it doesn&#8217;t let you delete more than one sproc at a time. So, I found this script that works pretty good (source). 1) Click the &#8216;Results To [...]]]></description>
		<wfw:commentRss>http://www.jeremymelton.com/blog/2009/01/delete-all-stored-procedures-mssql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

