<?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>jeffguthrie.com &#187; utility</title>
	<atom:link href="http://www.jeffguthrie.com/tag/utility/feed" rel="self" type="application/rss+xml" />
	<link>http://www.jeffguthrie.com</link>
	<description>web developer specializing in Flash work</description>
	<lastBuildDate>Fri, 18 Jun 2010 01:10:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Synergy &#8211; Work Across Computers</title>
		<link>http://www.jeffguthrie.com/synergy-work-across-computers</link>
		<comments>http://www.jeffguthrie.com/synergy-work-across-computers#comments</comments>
		<pubDate>Tue, 30 Mar 2010 03:24:35 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[OPEN SOURCE]]></category>
		<category><![CDATA[SOFTWARE]]></category>
		<category><![CDATA[utility]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://www.jeffguthrie.com/?p=628</guid>
		<description><![CDATA[A good friend of mine showed me this program and with a bit of help, we were able to get it running. This is going from my home computer (dell tower) to my work laptop (macbook pro). It is very handy to be able to (using my home computer), mouse over to my macbook pro, [...]]]></description>
		<wfw:commentRss>http://www.jeffguthrie.com/synergy-work-across-computers/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Convert links in text to clickable links in Flash AS3</title>
		<link>http://www.jeffguthrie.com/convert-links-in-text-to-clickable-links-in-flash-as3</link>
		<comments>http://www.jeffguthrie.com/convert-links-in-text-to-clickable-links-in-flash-as3#comments</comments>
		<pubDate>Fri, 19 Mar 2010 04:02:58 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[ACTIONSCRIPT 3.0]]></category>
		<category><![CDATA[snippet]]></category>
		<category><![CDATA[utility]]></category>

		<guid isPermaLink="false">http://www.jeffguthrie.com/?p=579</guid>
		<description><![CDATA[I found this on StackOverflow but it took quite a bit of searching to find. Here you go: 1 title_str = title_str.replace&#40;/&#40;&#40;https?&#124;ftp&#124;telnet&#124;file&#41;:&#40;&#40;\/\/&#41;&#124;&#40;\\\\&#41;&#41;+&#91;\w\d:#@%\/;$()~_?\+-=\\\.&#38;]*)/g, &#34;&#60;u&#62;&#60;a href='$1'&#62;$1&#60;/a&#62;&#60;/u&#62;&#34;);]]></description>
		<wfw:commentRss>http://www.jeffguthrie.com/convert-links-in-text-to-clickable-links-in-flash-as3/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FlashTracer and Windows 7</title>
		<link>http://www.jeffguthrie.com/flashtracer-and-windows-7</link>
		<comments>http://www.jeffguthrie.com/flashtracer-and-windows-7#comments</comments>
		<pubDate>Thu, 31 Dec 2009 19:40:10 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[FIREFOX]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[debug]]></category>
		<category><![CDATA[utility]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://www.jeffguthrie.com/?p=539</guid>
		<description><![CDATA[I recently upgraded from XP to Windows 7 and have had to re-install a few things so I figured I would post the instructions as I set them up. This is about setting up the extremely very valuable tool for every Flash developer that is Flash Tracer. But it CAN be a pain to setup [...]]]></description>
		<wfw:commentRss>http://www.jeffguthrie.com/flashtracer-and-windows-7/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AS3 &#8211; Load XML Document Class Example</title>
		<link>http://www.jeffguthrie.com/as3-load-xml-document-class-example</link>
		<comments>http://www.jeffguthrie.com/as3-load-xml-document-class-example#comments</comments>
		<pubDate>Thu, 19 Nov 2009 02:45:15 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[ACTIONSCRIPT 3.0]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[snippet]]></category>
		<category><![CDATA[utility]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://www.jeffguthrie.com/?p=470</guid>
		<description><![CDATA[One thing that I do quite often in Flash is load XML. In order to save time, I separated a lot of that code out into external class files. I also created a snippet of code that calls those files in order to save time when I want to use them. (You will need Lee [...]]]></description>
		<wfw:commentRss>http://www.jeffguthrie.com/as3-load-xml-document-class-example/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>AS3 &#8211; Loading CSS and Fonts</title>
		<link>http://www.jeffguthrie.com/as3-loading-css-and-fonts</link>
		<comments>http://www.jeffguthrie.com/as3-loading-css-and-fonts#comments</comments>
		<pubDate>Sat, 31 Oct 2009 01:30:53 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[ACTIONSCRIPT 3.0]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[font]]></category>
		<category><![CDATA[utility]]></category>

		<guid isPermaLink="false">http://www.jeffguthrie.com/?p=415</guid>
		<description><![CDATA[Working with CSS and fonts in Flash (especially with dynamic text) can be a huge pain. I have come up with a way that makes it a lot easier. What I do is load them up, store a reference to the css file in a global class, and simply refer to that class when you [...]]]></description>
		<wfw:commentRss>http://www.jeffguthrie.com/as3-loading-css-and-fonts/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to convert mp4 files to mp3 files</title>
		<link>http://www.jeffguthrie.com/convert-mp4-to-mp3</link>
		<comments>http://www.jeffguthrie.com/convert-mp4-to-mp3#comments</comments>
		<pubDate>Thu, 12 Apr 2007 04:41:18 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[SOFTWARE]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[itunes]]></category>
		<category><![CDATA[MUSIC]]></category>
		<category><![CDATA[utility]]></category>

		<guid isPermaLink="false">http://www.jeffguthrie.com/blog/?p=44</guid>
		<description><![CDATA[I always hated how anything downloaded from Itunes made it so you couldn&#8217;t play the stupid mp4a file on anything but an IPOD.  Seeing as how I purchased a new phone that has a gig of space for mp3&#8242;s I needed a converter.  Free Audio Pack to the rescue!  It converts those ridiculous files (as [...]]]></description>
		<wfw:commentRss>http://www.jeffguthrie.com/convert-mp4-to-mp3/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
