<?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>Vergil Kanne &#187; Problem Solutions</title>
	<atom:link href="http://www.vergilkanne.com/designcategory/problem-solutions/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.vergilkanne.com</link>
	<description>SEO addict, photographer, interactive developer, on-line marketing fanatic</description>
	<lastBuildDate>Thu, 21 Apr 2011 02:33:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Avoiding Loose Typing Dangers</title>
		<link>http://www.vergilkanne.com/design12/avoiding-loose-typing-dangers/</link>
		<comments>http://www.vergilkanne.com/design12/avoiding-loose-typing-dangers/#comments</comments>
		<pubDate>Tue, 02 Dec 2008 18:19:25 +0000</pubDate>
		<dc:creator>vergilkanne</dc:creator>
				<category><![CDATA[Problem Solutions]]></category>
		<category><![CDATA[actionscript 3.0]]></category>
		<category><![CDATA[bugs]]></category>
		<category><![CDATA[loose type]]></category>
		<category><![CDATA[loosely-typed]]></category>
		<category><![CDATA[scripting]]></category>
		<category><![CDATA[strict mode]]></category>
		<category><![CDATA[Tips and Tricks]]></category>

		<guid isPermaLink="false">http://www.vergilkanne.com/?p=66</guid>
		<description><![CDATA[Sometimes I like terse code. if( state ){} is clear. However this syntax can cause a lot of grief in loose typed languages, and while you can avoid some cases by typing vars, you can still get yourself into trouble (as a note: I find strict mode a pain in ActionScript). if( GetState() ){} may [...]]]></description>
		<wfw:commentRss>http://www.vergilkanne.com/design12/avoiding-loose-typing-dangers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Error #2035: URL Not Found &#8211; a fix to the problem</title>
		<link>http://www.vergilkanne.com/design10/error-2035-url-not-found-a-fix-to-the-problem/</link>
		<comments>http://www.vergilkanne.com/design10/error-2035-url-not-found-a-fix-to-the-problem/#comments</comments>
		<pubDate>Wed, 08 Oct 2008 19:32:45 +0000</pubDate>
		<dc:creator>vergilkanne</dc:creator>
				<category><![CDATA[Problem Solutions]]></category>
		<category><![CDATA[Rants]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[Error 2035]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[IOErrorEvent]]></category>
		<category><![CDATA[IO_Error]]></category>
		<category><![CDATA[poor documentation]]></category>
		<category><![CDATA[problem solution]]></category>

		<guid isPermaLink="false">http://www.vergilkanne.com/?p=56</guid>
		<description><![CDATA[Ok, so the Adobe docs say: var loader:URLLoader = new URLLoader(); loader.addEventListener(IOErrorEvent.IO_ERROR, ioErrorHandler); But thanks to the FlashKit forums: var pictLdr:Loader = new Loader(); pictLdr.contentLoaderInfo.addEventListener(Event.COMPLETE, imgLoaded); I realize these are two different classes, but the docs on this type of thing are just so poor. Nevermind the horror that you can&#8217;t catch AN IO ERROR [...]]]></description>
		<wfw:commentRss>http://www.vergilkanne.com/design10/error-2035-url-not-found-a-fix-to-the-problem/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

