<?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 - Tutorial</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:18:43 -0500</pubDate>
			<lastBuildDate>Fri, 09 Apr 2010 23:02: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>Getting Started with Cufon</title>
				<link>http://www.jonhartmann.com/index.cfm/2010/4/9/Getting-Started-with-Cufon</link>
				<description>
				
				&lt;img src=&quot;http://www.jonhartmann.com/images/cufon.png&quot; title=&quot;Cufon Logo&quot; class=&quot;floatTL&quot; /&gt;I&apos;ve been curious for a while about techniques for font replacement on the web. We&apos;ve probably all heard about the idea of embedding fonts, but looking around at the standards right now, it doesn&apos;t sound like any one browser has things right, so I decided to explore a third-party option. Read more to learn about the basics of Cufon, an easy to use font &quot;embedding&quot; system.  [More]
				</description>
				
				<category>Tutorial</category>				
				
				<category>jQuery</category>				
				
				<category>Web Trends</category>				
				
				<pubDate>Fri, 09 Apr 2010 23:02:00 -0500</pubDate>
				<guid>http://www.jonhartmann.com/index.cfm/2010/4/9/Getting-Started-with-Cufon</guid>
				
			</item>
			
			<item>
				<title>Object-Oriented Value Caching</title>
				<link>http://www.jonhartmann.com/index.cfm/2009/5/14/ObjectOriented-Value-Caching</link>
				<description>
				
				&lt;img src=&quot;http://www.jonhartmann.com/images/class.PNG&quot; class=&quot;floatTL&quot; alt=&quot;An inheritance diagram.&quot; /&gt; Like every other developer out there, I often find myself repeating the same kind of functionality over and over again, and like every other programmer (or at least a lot of you), I apply the &lt;abbr title=&quot;Don&apos;t Repeat Yourself&quot;&gt;DRY&lt;/abbr&gt; principal and abstract it away into a function for reuse. Recently though, I&apos;ve noticed that its not just specific bits of code that I&apos;m reusing, but patterns for performing actions, and I&apos;ve wanted to start looking for better solutions.  [More]
				</description>
				
				<category>Tutorial</category>				
				
				<category>ColdFusion</category>				
				
				<pubDate>Thu, 14 May 2009 16:30:00 -0500</pubDate>
				<guid>http://www.jonhartmann.com/index.cfm/2009/5/14/ObjectOriented-Value-Caching</guid>
				
			</item>
			
			<item>
				<title>Evolution of a JS Controller Scheme</title>
				<link>http://www.jonhartmann.com/index.cfm/2009/2/19/Evolution-of-a-JS-Controller-Scheme</link>
				<description>
				
				It took me quite a while to discover the power and flexibility of a controller scheme for Javascript, but thanks to some awesome videos and tutorials, I&apos;ve come up with a setup that works quite well, and I thought I&apos;d share it with you. I&apos;m going to start with a basic object, and evolve it into what I use, so you can understand why each thing is done, and what happens at each stage.  [More]
				</description>
				
				<category>Tutorial</category>				
				
				<category>Javascript</category>				
				
				<pubDate>Thu, 19 Feb 2009 16:53:00 -0500</pubDate>
				<guid>http://www.jonhartmann.com/index.cfm/2009/2/19/Evolution-of-a-JS-Controller-Scheme</guid>
				
			</item>
			
			<item>
				<title>Custom Upload Paths in FCKEditor with ColdFusion</title>
				<link>http://www.jonhartmann.com/index.cfm/2009/2/6/Custom-Upload-Paths-in-FCKEditor-with-ColdFusion</link>
				<description>
				
				For some of my more recent projects I&apos;ve needed to integrate FCKEditor into the system, and while FCKEditor is great, it lacks the ability to easily specify a custom upload path, other then through the configuration files. I didn&apos;t find a way around that, but I did find a way to to get FCKEditor to support multiple, dynamic file locations. Click More read on.  [More]
				</description>
				
				<category>Tutorial</category>				
				
				<category>ColdFusion</category>				
				
				<pubDate>Fri, 06 Feb 2009 12:45:00 -0500</pubDate>
				<guid>http://www.jonhartmann.com/index.cfm/2009/2/6/Custom-Upload-Paths-in-FCKEditor-with-ColdFusion</guid>
				
			</item>
			
			<item>
				<title>CSS Sprites for Hover Effects Tutorial</title>
				<link>http://www.jonhartmann.com/index.cfm/2008/11/4/CSS-Sprites-for-Hover-Effects-Tutorial</link>
				<description>
				
				While I&apos;m a web developer, I often delve into the world of a web designer as well, specially when it comes to optimizing performance and user experience. That, and my love of techniques used in 8-bit games, is why I love CSS sprites, and why I put together a tutorial on how to create and use a CSS sprites for menu backgrounds, like in &lt;a href=&quot;http://jonhartmann.com/tutorials/csssprites/index.html&quot;&gt;this demo&lt;/a&gt;. Click on the &quot;More&quot; link below to view the tutorial.  [More]
				</description>
				
				<category>CSS</category>				
				
				<category>Tutorial</category>				
				
				<pubDate>Tue, 04 Nov 2008 09:22:00 -0500</pubDate>
				<guid>http://www.jonhartmann.com/index.cfm/2008/11/4/CSS-Sprites-for-Hover-Effects-Tutorial</guid>
				
			</item>
			</channel></rss>