<?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>Chuck Shipman.com</title>
	<atom:link href="http://www.chuckshipman.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.chuckshipman.com</link>
	<description>The Digital &#34;who&#34; of me</description>
	<lastBuildDate>Fri, 17 Feb 2012 15:32:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Flash Builder Compiling old code</title>
		<link>http://www.chuckshipman.com/2012/02/flash-builder-compiling-old-code/</link>
		<comments>http://www.chuckshipman.com/2012/02/flash-builder-compiling-old-code/#comments</comments>
		<pubDate>Fri, 17 Feb 2012 15:10:31 +0000</pubDate>
		<dc:creator>Chuck</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Compiling]]></category>
		<category><![CDATA[Flash Builder]]></category>
		<category><![CDATA[new code]]></category>
		<category><![CDATA[Old code]]></category>

		<guid isPermaLink="false">http://www.chuckshipman.com/?p=41</guid>
		<description><![CDATA[BAD FLASH BUILDER! Ok. I think I have cracked an issue that caused some hairloss yesterday. For some odd reason, Flash Builder decided it was going to totally ignore my latest code and compile from some hidden cache somewhere. In a previous post, I mentioned that CVS was the culprit. Since then I&#8217;ve been having [...]]]></description>
			<content:encoded><![CDATA[<p>BAD FLASH BUILDER!</p>
<p>Ok. I think I have cracked an issue that caused some hairloss yesterday. For some odd reason, Flash Builder decided it was going to totally ignore my latest code and compile from some hidden cache somewhere.</p>
<p>In a previous post, I mentioned that CVS was the culprit. Since then I&#8217;ve been having similar issues, even with CVS out of the picture. So much for a sure thing eh?</p>
<p>Searching for a solution provided no solution.<span id="more-41"></span></p>
<p>This morning I tried a new combination of tasks and found a workaround that I think, uh, works around the issue.</p>
<p>I&#8217;ve been using &#8220;Project &gt; Clean&#8221; and then Debugging to try to get new compiles. This time, I did an &#8220;Export Build&#8221; and that seemed to do the trick. Now, at least for the time being, using the &#8220;Build Automatically&#8221; and launching Debug builds is yielding the latest code in my build.</p>
<p>*Fingers crossed* that this solution keeps up.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.chuckshipman.com/2012/02/flash-builder-compiling-old-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FlashBuilder 4.5 + CVS = &#8220;Access of undefined property&#8221;</title>
		<link>http://www.chuckshipman.com/2012/02/flashbuilder-4-5-cvs-access-of-undefined-property/</link>
		<comments>http://www.chuckshipman.com/2012/02/flashbuilder-4-5-cvs-access-of-undefined-property/#comments</comments>
		<pubDate>Fri, 10 Feb 2012 20:49:13 +0000</pubDate>
		<dc:creator>Chuck</dc:creator>
				<category><![CDATA[Thoughts]]></category>

		<guid isPermaLink="false">http://www.chuckshipman.com/?p=38</guid>
		<description><![CDATA[FlashBuilder + CVS + Custom Classes = EPIC FAIL For those of you who are experiencing the &#8220;Access of undefined property&#8221; error in FlashBuilder 4.5, let me hopefully give you a possible solution. I was writing code for the better part of a week prior to this error. The code in question had always worked [...]]]></description>
			<content:encoded><![CDATA[<p>FlashBuilder + CVS + Custom Classes = EPIC FAIL</p>
<p>For those of you who are experiencing the &#8220;Access of undefined property&#8221; error in FlashBuilder 4.5, let me hopefully give you a possible solution.</p>
<p>I was writing code for the better part of a week prior to this error. The code in question had always worked and was always available. One day I launch FlashBuilder and find that my code has errors in it. And because of those errors it won&#8217;t compile.<span id="more-38"></span></p>
<p>I checked all my imports, all are good. I checked the .actionScriptProperties file to ensure the library path was set correctly, nothing wrong there. I scoured the web for information only to find that they either matched my problem and had no solution or weren&#8217;t what I was experiencing.</p>
<p>Frustrated, I sat back, took a deep breath, and re-wound what I had done in the last day. AND I HAD IT!</p>
<p>Just the day before, as I finished working, I committed the project to a CVS repository. OF COURSE!</p>
<p>CVS retains local copies of those files as text files. It retains them in next to the originals, which happen to be inside the include path. My project was including older versions of the same classes that were missing the properties in question.</p>
<p>I removed the project from CVS and told it to delete the CVS data from the folders and VOILA! My code came back to fully functioning status.</p>
<h3>SUMMARY:</h3>
<p>CVS retains previous versions of Actionscript files in ASCII mode, right next to your original sources, inside the include path for your project. You will have conflicts in this instance.</p>
<p> ;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.chuckshipman.com/2012/02/flashbuilder-4-5-cvs-access-of-undefined-property/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fun-spiration</title>
		<link>http://www.chuckshipman.com/2012/02/fun-spiration/</link>
		<comments>http://www.chuckshipman.com/2012/02/fun-spiration/#comments</comments>
		<pubDate>Thu, 09 Feb 2012 14:21:31 +0000</pubDate>
		<dc:creator>Chuck</dc:creator>
				<category><![CDATA[Inspirations]]></category>

		<guid isPermaLink="false">http://www.chuckshipman.com/?p=33</guid>
		<description><![CDATA[I've always wanted to take stunt driving courses. Seeing OK Go combine stunt driving &#038; stomp style musical elements to create a music video captured me entirely.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve always wanted to take stunt driving courses. Seeing OK Go combine stunt driving &amp; stomp style musical elements to create a music video captured me entirely.</p>
<p>Creative and inventive, it&#8217;s impressive to see that they get the music they set out to create. I couldn&#8217;t stop smiling while watching this video. Awesome stuff.</p>
<p>http://gizmodo.com/5882425/watch-ok-gos-new-orchestral-stunt-driving-music-video</p>
]]></content:encoded>
			<wfw:commentRss>http://www.chuckshipman.com/2012/02/fun-spiration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8220;Inline&#8221; Technology</title>
		<link>http://www.chuckshipman.com/2011/11/inline-technology/</link>
		<comments>http://www.chuckshipman.com/2011/11/inline-technology/#comments</comments>
		<pubDate>Thu, 03 Nov 2011 20:40:41 +0000</pubDate>
		<dc:creator>Chuck</dc:creator>
				<category><![CDATA[Inspirations]]></category>
		<category><![CDATA[Thoughts]]></category>

		<guid isPermaLink="false">http://www.chuckshipman.com/?p=26</guid>
		<description><![CDATA[Gets the creative juices flowing. Amazed and hopeful for the future. I yearn to impact technology, lifestyle, and education like this.]]></description>
			<content:encoded><![CDATA[<p>Gets the creative juices flowing. Amazed and hopeful for the future.</p>
<p>I yearn to impact technology, lifestyle, and education like this.</p>
<p><iframe width="560" height="315" src="http://www.youtube.com/embed/a6cNdhOKwi0?hd=1" frameborder="0" allowfullscreen></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://www.chuckshipman.com/2011/11/inline-technology/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Kinesthetic Tech Integration</title>
		<link>http://www.chuckshipman.com/2011/11/kinesthetic-tech-integration/</link>
		<comments>http://www.chuckshipman.com/2011/11/kinesthetic-tech-integration/#comments</comments>
		<pubDate>Thu, 03 Nov 2011 20:35:13 +0000</pubDate>
		<dc:creator>Chuck</dc:creator>
				<category><![CDATA[Inspirations]]></category>

		<guid isPermaLink="false">http://www.chuckshipman.com/?p=18</guid>
		<description><![CDATA[Move with tech. Tech should not interrupt, invade, or distract from life. I bought a kinect for it&#8217;s future possibilities. I think the direction for technology is to simplify life and enhance our abilities to make decisions, not replace abilities of technique or decision. I love this video for it&#8217;s portrayal of possibilities.]]></description>
			<content:encoded><![CDATA[<p>Move with tech. Tech should not interrupt, invade, or distract from life.</p>
<p>I bought a kinect for it&#8217;s future possibilities. I think the direction for technology is to simplify life and enhance our abilities to make decisions, not replace abilities of technique or decision.</p>
<p>I love this video for it&#8217;s portrayal of possibilities.</p>
<p><iframe width="560" height="315" src="https://www.youtube.com/embed/T_QLguHvACs?hd=1" frameborder="0" allowfullscreen></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://www.chuckshipman.com/2011/11/kinesthetic-tech-integration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Accomplishment reveling</title>
		<link>http://www.chuckshipman.com/2011/11/accomplishment-reveling/</link>
		<comments>http://www.chuckshipman.com/2011/11/accomplishment-reveling/#comments</comments>
		<pubDate>Thu, 03 Nov 2011 20:48:39 +0000</pubDate>
		<dc:creator>Chuck</dc:creator>
				<category><![CDATA[Inspirations]]></category>
		<category><![CDATA[Thoughts]]></category>

		<guid isPermaLink="false">http://www.chuckshipman.com/?p=28</guid>
		<description><![CDATA[Enjoy the results of what you do. Do it in a way that allows reference and expansion of the creative side of your mind. Build upon what you do. I have always been inspired by the mill. They seem to be able to create visual experiences with an ease that seams effortless. They tickle my [...]]]></description>
			<content:encoded><![CDATA[<p>Enjoy the results of what you do. Do it in a way that allows reference and expansion of the creative side of your mind. Build upon what you do.</p>
<p>I have always been inspired by the mill. They seem to be able to create visual experiences with an ease that seams effortless. They tickle my eyeballs.<span id="more-28"></span></p>
<p>What they&#8217;ve done here is put their work into a format that lets the play with it, reference it, and expand upon it. Being able to review work in a creative format like this puts your mind in the &#8220;creative&#8221; mode, to then be expanded by work that&#8217;s already been accomplished.</p>
<p>Kudos.</p>
<p><a href="http://www.themill.com/work/mill-touch/behind-the-scenes.aspx" title="The Mill - Touch" target="_blank"></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.chuckshipman.com/2011/11/accomplishment-reveling/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>This will be my playgrounds</title>
		<link>http://www.chuckshipman.com/2011/09/hello-world/</link>
		<comments>http://www.chuckshipman.com/2011/09/hello-world/#comments</comments>
		<pubDate>Mon, 26 Sep 2011 16:18:47 +0000</pubDate>
		<dc:creator>Chuck</dc:creator>
				<category><![CDATA[Thoughts]]></category>

		<guid isPermaLink="false">http://www.chuckshipman.com/?p=1</guid>
		<description><![CDATA[Learning a great many things. I know, I know, a WordPress site!?!? Well I&#8217;ve been growing to learn more and more about WordPress through my line of work lately. And while it currently doesn&#8217;t showcase any of my talents or abilities in the web design / development realm, it does at least allow me to [...]]]></description>
			<content:encoded><![CDATA[<p>Learning a great many things.</p>
<p>I know, I know, a WordPress site!?!? Well I&#8217;ve been growing to learn more and more about WordPress through my line of work lately. And while it currently doesn&#8217;t showcase any of my talents or abilities in the web design / development realm, it does at least allow me to start recording content and keeping my web presence up to date until I can get my focus put back on designing and developing my own website.</p>
<p>I refuse to put &#8220;coming soon&#8221; on anything anymore and prefer to stick to the realities. I&#8217;m busy learning about a great many things. This will be my playground.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.chuckshipman.com/2011/09/hello-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

