<?xml version="1.0" encoding="utf-8"?>
			
			<rss version="2.0" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:cc="http://web.resource.org/cc/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd">

			<channel>
			<title>Jon Hartmann - Experiments</title>
			<link>http://www.jonhartmann.com/index.cfm</link>
			<description>Technical blog of West Virginia web developer Jon Hartmann, covering ColdFusion, Asp.NET, Javascript, User Interface Design, and current website trends.</description>
			<language>en-us</language>
			<pubDate>Wed, 08 Sep 2010 04:22:45 -0500</pubDate>
			<lastBuildDate>Wed, 20 May 2009 23:34:00 -0500</lastBuildDate>
			<generator>BlogCFC</generator>
			<docs>http://blogs.law.harvard.edu/tech/rss</docs>
			<managingEditor>jon.hartmann@gmail.com</managingEditor>
			<webMaster>jon.hartmann@gmail.com</webMaster>
			<itunes:subtitle></itunes:subtitle>
			<itunes:summary></itunes:summary>
			<itunes:category text="Technology" />
			<itunes:category text="Technology">
				<itunes:category text="Podcasting" />
			</itunes:category>
			<itunes:category text="Technology">
				<itunes:category text="Tech News" />
			</itunes:category>
			<itunes:keywords></itunes:keywords>
			<itunes:author></itunes:author>
			<itunes:owner>
				<itunes:email>jon.hartmann@gmail.com</itunes:email>
				<itunes:name></itunes:name>
			</itunes:owner>
			<itunes:image href="" />
			<image>
				<url></url>
				<title>Jon Hartmann</title>
				<link>http://www.jonhartmann.com/index.cfm</link>
			</image>
			<itunes:explicit></itunes:explicit>
			
			<item>
				<title>Building Pages with a Page Object</title>
				<link>http://www.jonhartmann.com/index.cfm/2009/5/20/Building-Pages-with-a-Page-Object</link>
				<description>
				
				&lt;img src=&quot;http://www.jonhartmann.com/images/html.PNG&quot; class=&quot;floatTL&quot; /&gt;I was reading through &lt;a href=&quot;http://www.amazon.com/PHP-MySQL-Development-Developers-Library/dp/0672329166/ref=sr_1_1?ie=UTF8&amp;s=books&amp;qid=1242876931&amp;sr=8-1&quot;&gt;PHP and MySQL Web Development&lt;/a&gt; at the local bookstore the other night when I noticed that their example code for explaining object oriented concepts was a Page class that basically built a page based on its properties. While the concept of directly building the return code string by string is a little foreign to ColdFusion, I was very interested in the idea of an extensible Page object that could help me manage my applications. Read more to see what I came up with.  [More]
				</description>
				
				<category>Frameworks</category>				
				
				<category>Experiments</category>				
				
				<category>ColdFusion</category>				
				
				<pubDate>Wed, 20 May 2009 23:34:00 -0500</pubDate>
				<guid>http://www.jonhartmann.com/index.cfm/2009/5/20/Building-Pages-with-a-Page-Object</guid>
				
			</item>
			
			<item>
				<title>StackCore</title>
				<link>http://www.jonhartmann.com/index.cfm/2007/8/1/StackCore</link>
				<description>
				
				I&apos;ve come up with a .02 version of warpcore using a Java Stack as the event manager, but from simple testing it doesn&apos;t seem to be as fast as the previous version. I&apos;m going to have to narrow this down to creation time or execution time though.

Click more to see the code.  [More]
				</description>
				
				<category>Frameworks</category>				
				
				<category>Experiments</category>				
				
				<category>Java in ColdFusion</category>				
				
				<category>ColdFusion</category>				
				
				<pubDate>Wed, 01 Aug 2007 17:44:00 -0500</pubDate>
				<guid>http://www.jonhartmann.com/index.cfm/2007/8/1/StackCore</guid>
				
			</item>
			
			<item>
				<title>WarpCore</title>
				<link>http://www.jonhartmann.com/index.cfm/2007/7/27/WarpCore</link>
				<description>
				
				The name&apos;s probably already taken, but what the hell. WarpCore is the name I&apos;ve given to a very simple implementation of an implicit invocation controller scheme in ColdFusion. The concept is simple: some variable is set that contains an event, the WarpCore handles the registration of new drives (controllers), and the WarpCore controls activating functions in those drives.  [More]
				</description>
				
				<category>Frameworks</category>				
				
				<category>Model Glue</category>				
				
				<category>Experiments</category>				
				
				<pubDate>Fri, 27 Jul 2007 17:07:00 -0500</pubDate>
				<guid>http://www.jonhartmann.com/index.cfm/2007/7/27/WarpCore</guid>
				
				<enclosure url="http://www.jonhartmann.com/enclosures/Tokamak_2.gif" length="17804" type="image/gif"/>
				
			</item>
			
			<item>
				<title>New Blog System</title>
				<link>http://www.jonhartmann.com/index.cfm/2007/4/27/New-Blog-System</link>
				<description>
				
				Given my frustrations with the BlogCFC setup, I&apos;m endeavoring to create a system that will be a little easier to use to maintain multiple blogs. I&apos;m building this system inside Mach II and will use Reactor for database interactions so I can get a handle on these systems. I&apos;ve outlined some constraints and put together a kind of time-line.  [More]
				</description>
				
				<category>Experiments</category>				
				
				<pubDate>Fri, 27 Apr 2007 20:52:00 -0500</pubDate>
				<guid>http://www.jonhartmann.com/index.cfm/2007/4/27/New-Blog-System</guid>
				
				<enclosure url="http://www.jonhartmann.com/enclosures/browsers_dhtml.jpg" length="15195" type="image/jpeg"/>
				
			</item>
			</channel></rss>