<?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"
	>

<channel>
	<title>Jordon Mears</title>
	<atom:link href="http://www.finefrog.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.finefrog.com</link>
	<description>while(true) { write(learn(live())); }</description>
	<pubDate>Wed, 02 Jul 2008 20:11:21 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
	<language>en</language>
			<item>
		<title>Word Cloud Generator</title>
		<link>http://www.finefrog.com/2008/07/02/word-cloud-generator/</link>
		<comments>http://www.finefrog.com/2008/07/02/word-cloud-generator/#comments</comments>
		<pubDate>Wed, 02 Jul 2008 20:11:21 +0000</pubDate>
		<dc:creator>jordoncm</dc:creator>
		
		<category><![CDATA[Clickable]]></category>

		<guid isPermaLink="false">http://www.finefrog.com/?p=145</guid>
		<description><![CDATA[This is a website that uses a Java applet to generate rather artistic word clouds with ease. You can either type/copy and paste text or pull text from a website to give the generator a word set. Then it will take that word set and create a random word cloud, which you can customize by [...]]]></description>
		<wfw:commentRss>http://www.finefrog.com/2008/07/02/word-cloud-generator/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Headers to Send to Force a Download in PHP</title>
		<link>http://www.finefrog.com/2008/06/20/headers-to-send-to-force-a-download-in-php/</link>
		<comments>http://www.finefrog.com/2008/06/20/headers-to-send-to-force-a-download-in-php/#comments</comments>
		<pubDate>Fri, 20 Jun 2008 16:17:17 +0000</pubDate>
		<dc:creator>jordoncm</dc:creator>
		
		<category><![CDATA[Browsers]]></category>

		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.finefrog.com/?p=137</guid>
		<description><![CDATA[It can be difficult sometimes to force a web browser to popup a dialog to let someone download a file. A lot of times with things like a pdf or Microsoft Office files (Word, Excel, etc), browsers like Internet Explorer will just open them with a sub program in the browser. This can be annoying [...]]]></description>
		<wfw:commentRss>http://www.finefrog.com/2008/06/20/headers-to-send-to-force-a-download-in-php/feed/</wfw:commentRss>
		</item>
		<item>
		<title>HyperCard Making a Comeback</title>
		<link>http://www.finefrog.com/2008/06/18/hypercard-making-a-comeback/</link>
		<comments>http://www.finefrog.com/2008/06/18/hypercard-making-a-comeback/#comments</comments>
		<pubDate>Wed, 18 Jun 2008 16:08:52 +0000</pubDate>
		<dc:creator>jordoncm</dc:creator>
		
		<category><![CDATA[Clickable]]></category>

		<guid isPermaLink="false">http://www.finefrog.com/?p=141</guid>
		<description><![CDATA[HyperCard was a development platform on the Mac that featured some of the ideas that were used in the foundations of the web (things like the hyperlink and element scripting). It also was the first platform that I really got into developing for. The programs you write for it work kinda like a slide show [...]]]></description>
		<wfw:commentRss>http://www.finefrog.com/2008/06/18/hypercard-making-a-comeback/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Five Worthwhile Applications to Track Your Website</title>
		<link>http://www.finefrog.com/2008/06/15/five-worthwhile-applications-to-track-your-website/</link>
		<comments>http://www.finefrog.com/2008/06/15/five-worthwhile-applications-to-track-your-website/#comments</comments>
		<pubDate>Sun, 15 Jun 2008 17:22:59 +0000</pubDate>
		<dc:creator>jordoncm</dc:creator>
		
		<category><![CDATA[Published Writing]]></category>

		<guid isPermaLink="false">http://www.finefrog.com/?p=144</guid>
		<description><![CDATA[There are literally hundreds of applications and third-party services on the Internet that a business can use to track and analyze their website traffic. However many of them suffer from one of the following problems:

offers too little or too much information
overly complex statistics interface
poorly illustrates data
difficulty to install and configure
costly

Instead of bombarding you with a [...]]]></description>
		<wfw:commentRss>http://www.finefrog.com/2008/06/15/five-worthwhile-applications-to-track-your-website/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Firefox 3 Download Day 2008</title>
		<link>http://www.finefrog.com/2008/06/14/firefox-3-download-day-2008/</link>
		<comments>http://www.finefrog.com/2008/06/14/firefox-3-download-day-2008/#comments</comments>
		<pubDate>Sat, 14 Jun 2008 14:31:30 +0000</pubDate>
		<dc:creator>jordoncm</dc:creator>
		
		<category><![CDATA[Firefox]]></category>

		<guid isPermaLink="false">http://www.finefrog.com/?p=142</guid>
		<description><![CDATA[The new version of Firefox (version 3) is coming out on Tuesday, June 17 and they are trying to set a world record for the most downloads within a twenty four hour period.
From using the betas and release candidates, this version of Firefox is the best yet. It fixes a lot of issues with stability [...]]]></description>
		<wfw:commentRss>http://www.finefrog.com/2008/06/14/firefox-3-download-day-2008/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Parsing the Query String in Javascript</title>
		<link>http://www.finefrog.com/2008/06/13/parsing-the-query-string-in-javascript/</link>
		<comments>http://www.finefrog.com/2008/06/13/parsing-the-query-string-in-javascript/#comments</comments>
		<pubDate>Fri, 13 Jun 2008 17:10:12 +0000</pubDate>
		<dc:creator>jordoncm</dc:creator>
		
		<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://www.finefrog.com/?p=143</guid>
		<description><![CDATA[Here is a couple of query string parsing functions I put together in Javascript today. This first one will parse the current query string and return an object with properties for each of the arguments in the query string.

&#60;script type="text/javascript"&#62;
function parse_args() {
    var args = new Object();
    var query [...]]]></description>
		<wfw:commentRss>http://www.finefrog.com/2008/06/13/parsing-the-query-string-in-javascript/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Multiple CSS Classes on an Element</title>
		<link>http://www.finefrog.com/2008/06/11/multiple-css-classes-on-an-element/</link>
		<comments>http://www.finefrog.com/2008/06/11/multiple-css-classes-on-an-element/#comments</comments>
		<pubDate>Wed, 11 Jun 2008 11:50:17 +0000</pubDate>
		<dc:creator>jordoncm</dc:creator>
		
		<category><![CDATA[Javascript]]></category>

		<category><![CDATA[css]]></category>

		<guid isPermaLink="false">http://www.finefrog.com/?p=140</guid>
		<description><![CDATA[One of the lesser known features of Cascading Style Sheets is the ability to apply more than one class to a single element. Browser support for this is pretty good and goes back at least as far as Internet Explorer 6. I needed to put this feature to use, so I did a few experiments [...]]]></description>
		<wfw:commentRss>http://www.finefrog.com/2008/06/11/multiple-css-classes-on-an-element/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Hyperlink Syntax for mailto</title>
		<link>http://www.finefrog.com/2008/06/08/hyperlink-syntax-for-mailto/</link>
		<comments>http://www.finefrog.com/2008/06/08/hyperlink-syntax-for-mailto/#comments</comments>
		<pubDate>Sun, 08 Jun 2008 21:07:42 +0000</pubDate>
		<dc:creator>jordoncm</dc:creator>
		
		<category><![CDATA[xhtml]]></category>

		<guid isPermaLink="false">http://www.finefrog.com/?p=139</guid>
		<description><![CDATA[It has been so long since I have needed to create a hyperlink involving an email address, it is good to know there are good resources out there to explain the advanced argument syntax.
http://www.ianr.unl.edu/internet/mailto.html
]]></description>
		<wfw:commentRss>http://www.finefrog.com/2008/06/08/hyperlink-syntax-for-mailto/feed/</wfw:commentRss>
		</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 a [...]]]></description>
		<wfw:commentRss>http://www.finefrog.com/2008/06/06/database-schema-searching-utility/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Javascript Form Validation Template Code</title>
		<link>http://www.finefrog.com/2008/06/03/javascript-form-validation-template-code/</link>
		<comments>http://www.finefrog.com/2008/06/03/javascript-form-validation-template-code/#comments</comments>
		<pubDate>Tue, 03 Jun 2008 20:52:12 +0000</pubDate>
		<dc:creator>jordoncm</dc:creator>
		
		<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://www.finefrog.com/?p=136</guid>
		<description><![CDATA[I found this code snippet in a four year old email that I had sent myself. This is the basic code layout that I use for form validation. What is nice about it is that it will parse the whole form and compile a list of all the form validation errors to present to the [...]]]></description>
		<wfw:commentRss>http://www.finefrog.com/2008/06/03/javascript-form-validation-template-code/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.340 seconds -->
