<?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>Jordon Mears &#187; Software</title>
	<atom:link href="http://www.finefrog.com/category/software/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.finefrog.com</link>
	<description>while(true) { write(learn(live())); }</description>
	<lastBuildDate>Wed, 25 Jan 2012 05:05:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Fusion Tables to JSON Open Sourced</title>
		<link>http://www.finefrog.com/2012/01/24/fusion-tables-to-json-open-sourced/</link>
		<comments>http://www.finefrog.com/2012/01/24/fusion-tables-to-json-open-sourced/#comments</comments>
		<pubDate>Wed, 25 Jan 2012 05:05:55 +0000</pubDate>
		<dc:creator>jordoncm</dc:creator>
				<category><![CDATA[App Engine]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://www.finefrog.com/?p=792</guid>
		<description><![CDATA[Due to a number of requests I have cleaned up and decided to release the code for FT2JSON under the Apache license so others can make use of the software for specific applications. The code can be found here: https://github.com/jordoncm/ft2json The main app engine site will of course always be hosted: http://ft2json.appspot.com/]]></description>
		<wfw:commentRss>http://www.finefrog.com/2012/01/24/fusion-tables-to-json-open-sourced/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fusion Tables to JSON</title>
		<link>http://www.finefrog.com/2011/09/25/fusion-tables-to-json/</link>
		<comments>http://www.finefrog.com/2011/09/25/fusion-tables-to-json/#comments</comments>
		<pubDate>Mon, 26 Sep 2011 01:41:20 +0000</pubDate>
		<dc:creator>jordoncm</dc:creator>
				<category><![CDATA[App Engine]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://www.finefrog.com/?p=771</guid>
		<description><![CDATA[I have been messing around with Google Fusion Tables a lot over the past few months and I really like the service. However it really bothered me that the only format that the response data came in was CSV. I also wanted to be able to work with Fusion Tables query data entirely on the [...]]]></description>
		<wfw:commentRss>http://www.finefrog.com/2011/09/25/fusion-tables-to-json/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Using Relative Paths in link and script Tags Using the CouchDB Server</title>
		<link>http://www.finefrog.com/2010/01/03/using-relative-paths-in-link-and-script-tags-using-the-couchdb-server/</link>
		<comments>http://www.finefrog.com/2010/01/03/using-relative-paths-in-link-and-script-tags-using-the-couchdb-server/#comments</comments>
		<pubDate>Sun, 03 Jan 2010 23:10:49 +0000</pubDate>
		<dc:creator>jordoncm</dc:creator>
				<category><![CDATA[CouchDB]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[xhtml]]></category>

		<guid isPermaLink="false">http://www.finefrog.com/?p=576</guid>
		<description><![CDATA[I am playing with CouchDB a bit this weekend and I am trying to put together a basic application written in HTML and Javascript. I wanted to use the XMLHttpRequest object to interact with CouchDB; this meant I had to host the code using the web server that is built into CouchDB (to avoid cross [...]]]></description>
		<wfw:commentRss>http://www.finefrog.com/2010/01/03/using-relative-paths-in-link-and-script-tags-using-the-couchdb-server/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Barcode Scanning in Android</title>
		<link>http://www.finefrog.com/2009/12/08/barcode-scanning-in-android/</link>
		<comments>http://www.finefrog.com/2009/12/08/barcode-scanning-in-android/#comments</comments>
		<pubDate>Tue, 08 Dec 2009 17:22:53 +0000</pubDate>
		<dc:creator>jordoncm</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://www.finefrog.com/?p=557</guid>
		<description><![CDATA[Been getting into Android a good bit lately. Some for work, some not. Anyway I needed a way to scan a barcode on the phone in order to lookup some information for an application I am designing. However as I found out reading a barcode is not a part of the Android SDK. The SDK [...]]]></description>
		<wfw:commentRss>http://www.finefrog.com/2009/12/08/barcode-scanning-in-android/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bypassing Cache for Developing Gadgets on Shindig</title>
		<link>http://www.finefrog.com/2009/03/04/bypassing-cache-for-developing-gadgets-on-shindig/</link>
		<comments>http://www.finefrog.com/2009/03/04/bypassing-cache-for-developing-gadgets-on-shindig/#comments</comments>
		<pubDate>Wed, 04 Mar 2009 17:46:50 +0000</pubDate>
		<dc:creator>jordoncm</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.finefrog.com/?p=448</guid>
		<description><![CDATA[I have been working some with the Gadget Spec and developing gadgets for use on closed networks. I have been using Shindig to render my gadgets and it is really big on caching gadgets for performance. This is quite annoying when you are developing and tweaking a particular gadget because your changes don't get shown [...]]]></description>
		<wfw:commentRss>http://www.finefrog.com/2009/03/04/bypassing-cache-for-developing-gadgets-on-shindig/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Removing .svn Folders from a Codebase</title>
		<link>http://www.finefrog.com/2009/02/20/removing-svn-folders-from-a-codebase/</link>
		<comments>http://www.finefrog.com/2009/02/20/removing-svn-folders-from-a-codebase/#comments</comments>
		<pubDate>Fri, 20 Feb 2009 17:23:06 +0000</pubDate>
		<dc:creator>jordoncm</dc:creator>
				<category><![CDATA[Subversion]]></category>

		<guid isPermaLink="false">http://www.finefrog.com/?p=371</guid>
		<description><![CDATA[Removing the .svn folders from a codebase effectively removes the codes attachment to the repository. This can be useful for when you are trying to distribute the code to others or if you are trying to bring two different repositories together. Anyway the proper way to do it is to use svn export. However this [...]]]></description>
		<wfw:commentRss>http://www.finefrog.com/2009/02/20/removing-svn-folders-from-a-codebase/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Using mysqldump to Backup Database Structure and Data Separately</title>
		<link>http://www.finefrog.com/2009/02/02/using-mysqldump-to-backup-database-structure-and-data-separately/</link>
		<comments>http://www.finefrog.com/2009/02/02/using-mysqldump-to-backup-database-structure-and-data-separately/#comments</comments>
		<pubDate>Tue, 03 Feb 2009 00:18:38 +0000</pubDate>
		<dc:creator>jordoncm</dc:creator>
				<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://www.finefrog.com/?p=298</guid>
		<description><![CDATA[I have have been developing on a MySQL database where a small amount of test data is still over a half a million rows or more. So exporting the schema to pass it along to others takes forever. Fortunately you can export just the structure of the database and nothing else (which is much faster). [...]]]></description>
		<wfw:commentRss>http://www.finefrog.com/2009/02/02/using-mysqldump-to-backup-database-structure-and-data-separately/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Convert a MySQL Date String into Javascript Date Object</title>
		<link>http://www.finefrog.com/2009/01/31/convert-a-mysql-date-string-into-javascript-date-object/</link>
		<comments>http://www.finefrog.com/2009/01/31/convert-a-mysql-date-string-into-javascript-date-object/#comments</comments>
		<pubDate>Sat, 31 Jan 2009 23:52:52 +0000</pubDate>
		<dc:creator>jordoncm</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://www.finefrog.com/?p=317</guid>
		<description><![CDATA[Here is a Javascript function that I threw together the other day that will take the default format of a MySQL DATETIME or TIMESTAMP field (YYYY-MM-DD HH:MM:SS) and convert it into a Date object in Javascript. function parse_date(string) { var date = new Date(); var parts = String(string).split(/[- :]/); date.setFullYear(parts[0]); date.setMonth(parts[1] - 1); date.setDate(parts[2]); date.setHours(parts[3]); [...]]]></description>
		<wfw:commentRss>http://www.finefrog.com/2009/01/31/convert-a-mysql-date-string-into-javascript-date-object/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Safely Backing Up a Zope Data.fs While the Server is Running</title>
		<link>http://www.finefrog.com/2009/01/06/safely-backing-up-a-zope-datafs-while-the-server-is-running/</link>
		<comments>http://www.finefrog.com/2009/01/06/safely-backing-up-a-zope-datafs-while-the-server-is-running/#comments</comments>
		<pubDate>Wed, 07 Jan 2009 00:40:40 +0000</pubDate>
		<dc:creator>jordoncm</dc:creator>
				<category><![CDATA[Python]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.finefrog.com/?p=288</guid>
		<description><![CDATA[I actually don't work with Zope as much as I used to but I was going through some old notes and found this gem to backup a Zope instance's Data.fs file while the server is still running. Between the Data.fs file and the Products and Extensions folders you fundamentally have a full backup of your [...]]]></description>
		<wfw:commentRss>http://www.finefrog.com/2009/01/06/safely-backing-up-a-zope-datafs-while-the-server-is-running/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Database Schema Searching Utility</title>
		<link>http://www.finefrog.com/2008/06/06/database-schema-searching-utility/</link>
		<comments>http://www.finefrog.com/2008/06/06/database-schema-searching-utility/#comments</comments>
		<pubDate>Fri, 06 Jun 2008 21:56:13 +0000</pubDate>
		<dc:creator>jordoncm</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.finefrog.com/?p=138</guid>
		<description><![CDATA[This is a php script that I wrote a number of years ago. It allows you to search through schema of MySQL databases by table column name. It can connect to multiple servers and it will search the structure of every table in every database. It is a great tool to find related columns in [...]]]></description>
		<wfw:commentRss>http://www.finefrog.com/2008/06/06/database-schema-searching-utility/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

