<?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>d-Visions (-o&#124;o-)</title>
	<atom:link href="http://blog.d-visions.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.d-visions.com</link>
	<description>as seen on d-visions.com</description>
	<lastBuildDate>Thu, 10 Jun 2010 05:29:27 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>new Mariana()</title>
		<link>http://blog.d-visions.com/2010/06/10/new-mariana/</link>
		<comments>http://blog.d-visions.com/2010/06/10/new-mariana/#comments</comments>
		<pubDate>Thu, 10 Jun 2010 05:29:27 +0000</pubDate>
		<dc:creator>sh0ckwav</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Bukvic]]></category>
		<category><![CDATA[Mariana]]></category>
		<category><![CDATA[Portfolio]]></category>

		<guid isPermaLink="false">http://blog.d-visions.com/?p=30</guid>
		<description><![CDATA[My lovely &#38; uber talented wife recently launched her new portfolio with the help of yours truly. When it comes to portfolios I believe the minimalist approach is the way to go, but for her as a designer we needed to be a lil more robust. By utilising the latest features available in Flash Player [...]]]></description>
			<content:encoded><![CDATA[<p>My lovely &amp; uber talented wife recently launched her new<a href="http://marianabukvic.com/" target="_blank"> portfolio</a> with the help of yours truly. When it comes to portfolios I believe the minimalist approach is the way to go, but for her as a designer we needed to be a lil more robust. By utilising the latest features available in Flash Player 10, I think we created an engaging site without all the overhead. So have a look at some award winning sites &amp; concepts.</p>
<p>Mariana&#8217;s husband,<br />
(-o|o-)</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.d-visions.com/2010/06/10/new-mariana/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>STFU KEY_DOWN!</title>
		<link>http://blog.d-visions.com/2010/01/26/stfu-key_down/</link>
		<comments>http://blog.d-visions.com/2010/01/26/stfu-key_down/#comments</comments>
		<pubDate>Tue, 26 Jan 2010 22:34:15 +0000</pubDate>
		<dc:creator>sh0ckwav</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Browsers]]></category>
		<category><![CDATA[KeyboardEvent]]></category>
		<category><![CDATA[KEY_DOWN]]></category>

		<guid isPermaLink="false">http://blog.d-visions.com/?p=25</guid>
		<description><![CDATA[It appears that in newer browsers the KeyboardEvent.KEY_DOWN is being perpetually dispatched when a key is being held down. Older browsers behavior would only execute once, when it was initially pressed. When I ran into this issue I couldn&#8217;t find any information about it, but is partly why Keith is eating crow ;) However in my [...]]]></description>
			<content:encoded><![CDATA[<p>It appears that in newer browsers the KeyboardEvent.KEY_DOWN is being perpetually dispatched when a key is being held down. Older browsers behavior would only execute once, when it was initially pressed. When I ran into this issue I couldn&#8217;t find any information about it, but is partly why Keith is <a href="http://www.bit-101.com/blog/?p=2406">eating crow</a> ;) However in my simple implementation it was easy enough to removeEventListener on KEY_DOWN and addEventListener on KEY_UP. Now I am not sure who to blame here on this one, new browser standards or Adobe? I will avoid the blame Adobe first attitude here, as the player versions were the same just in different browser generations.</p>
<p>Holding down,<br />
(-o|o-)</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.d-visions.com/2010/01/26/stfu-key_down/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>new Stephen() @ d-Visions.com now with Physics!</title>
		<link>http://blog.d-visions.com/2009/12/12/new-stephen-d-visions-com-now-with-physics/</link>
		<comments>http://blog.d-visions.com/2009/12/12/new-stephen-d-visions-com-now-with-physics/#comments</comments>
		<pubDate>Sat, 12 Dec 2009 16:58:53 +0000</pubDate>
		<dc:creator>sh0ckwav</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[APE]]></category>
		<category><![CDATA[Box2D]]></category>
		<category><![CDATA[Physics]]></category>
		<category><![CDATA[QuickBox2D]]></category>

		<guid isPermaLink="false">http://blog.d-visions.com/?p=17</guid>
		<description><![CDATA[Well I finally updated my portfolio. I started this back in April and at the time decided to use APE for the physics. I was having some issues with tunneling, got busy at work for some months and when I came back to it I decided to port it over to Box2D. While I find [...]]]></description>
			<content:encoded><![CDATA[<p>Well I finally updated my <a href="http://d-visions.com/stephen/">portfolio</a>. I started this back in April and at the time decided to use <a href="http://www.cove.org/ape/">APE</a> for the physics. I was having some issues with tunneling, got busy at work for some months and when I came back to it I decided to port it over to <a href="http://box2dflash.sourceforge.net/">Box2D</a>. While I find Box2D to be a more robust physics solution, I also find it more difficult to use than APE. The difference in code is at least twice as much. Its for this reason I believe Zevan over at ActionSnippet created <a href="http://actionsnippet.com/?page_id=1391" target="_blank">QuickBox2D</a>. Now I didn&#8217;t use that in my portfolio, but I would consider it for future projects utilizing Box2D.</p>
<p>public static const STEPHEN:Stadler;<br />
(-o|o-)</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.d-visions.com/2009/12/12/new-stephen-d-visions-com-now-with-physics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>cacheAssBitmap</title>
		<link>http://blog.d-visions.com/2009/11/16/cacheassbitmap/</link>
		<comments>http://blog.d-visions.com/2009/11/16/cacheassbitmap/#comments</comments>
		<pubDate>Mon, 16 Nov 2009 19:01:46 +0000</pubDate>
		<dc:creator>sh0ckwav</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[cacheAsBitmap]]></category>

		<guid isPermaLink="false">http://blog.d-visions.com/?p=18</guid>
		<description><![CDATA[Dear Adobe,
WTF does this DisplayObject property actually do? And why does it only seem to work when done with code and not the check mark in the IDE? Here&#8217;s what I think it should be doing it should be taking a snapshot of that DisplayObject and all its nested children and displaying it as a [...]]]></description>
			<content:encoded><![CDATA[<p>Dear Adobe,</p>
<p>WTF does this DisplayObject property actually do? And why does it only seem to work when done with code and not the check mark in the IDE? Here&#8217;s what I think it should be doing it should be taking a snapshot of that DisplayObject and all its nested children and displaying it as a bitmap, much like Director&#8217;s image property. Now when should that snapshot change? I&#8217;d assume it&#8217;d change only when anything in it actually changed. However I don&#8217;t find this to be the case. A perfect example is a TextField nested in a MovieClip. I set cacheAsBitmap to true, both in the IDE &amp; code to both the TextField &amp; MovieClip, animate it and get all those known issues of animating TextFields on subpixels. This shouldn&#8217;t be the case if it were a bitmap and if you zoom in (rt-click) on the object you can see the text is still vector and not raster. So as per usual the workaround here is to create a bitmapData and take your own snapshot of the DisplayObject, but isn&#8217;t this exactly what cacheAsBitmap is supposed to do? The only success I ever had with this property is for creating alpha masks, but again this MUST be done in code cause it doesn&#8217;t work if you do it in the IDE. Flash is akin to What You See Might Not Be What You Get or better yet don&#8217;t believe your eyes, or mind, when it comes to Flash.</p>
<p>Flashing you,<br />
(-o|o-)</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.d-visions.com/2009/11/16/cacheassbitmap/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Obligatory AR</title>
		<link>http://blog.d-visions.com/2009/11/13/obligatory-ar/</link>
		<comments>http://blog.d-visions.com/2009/11/13/obligatory-ar/#comments</comments>
		<pubDate>Fri, 13 Nov 2009 22:59:30 +0000</pubDate>
		<dc:creator>sh0ckwav</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[AR]]></category>
		<category><![CDATA[Director]]></category>
		<category><![CDATA[FLARToolkit]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Shockwave]]></category>

		<guid isPermaLink="false">http://blog.d-visions.com/?p=12</guid>
		<description><![CDATA[At the beginning of the year I jumped on board and started using the FLARToolkit. Coincidentally shortly after that Lee over at The Flash Blog posted a tutorial on the subject. Since that time AR has spread like wildfires thru Southern California. Come September a friend was pitching an idea around AR and needed a [...]]]></description>
			<content:encoded><![CDATA[<p>At the beginning of the year I jumped on board and started using the <a href="http://www.libspark.org/wiki/saqoosha/FLARToolKit/en" target="_blank">FLARToolkit</a>. Coincidentally shortly after that Lee over at The Flash Blog posted a <a href="http://theflashblog.com/?p=901" target="_blank">tutorial</a> on the subject. Since that time AR has spread like wildfires thru Southern California. Come September a friend was pitching an idea around AR and needed a proof of concept. Having done some work previously in the field I was happy to oblige. <a href="http://d-visions.com/ar/zombie/" target="_blank">This</a> is the product of a couple nites work. (You will need the marker from the GE Smart Grid which can be found on the link below.)</p>
<p>Now it should be noted that the <a href="http://ge.ecomagination.com/smartgrid/popsci/" target="_blank">GE Smart Grid</a> was originally done with the cover of Popular Science in Director using a custom Xtra that does not require the use of markers. It was then ported to the <a href="http://ge.ecomagination.com/smartgrid/#/augmented_reality" target="_blank">Flash</a> based version we are all more familiar with. The Director/Shockwave&#8217;s 3D, responsiveness and level of interactivity (you can blow into your microphone to spin the wind turbines) is far superior to Flash&#8217;s.</p>
<p>Constantly directing,<br />
(-o|o-)</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.d-visions.com/2009/11/13/obligatory-ar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>new d-Visions().com</title>
		<link>http://blog.d-visions.com/2009/07/30/new-d-visions-com/</link>
		<comments>http://blog.d-visions.com/2009/07/30/new-d-visions-com/#comments</comments>
		<pubDate>Fri, 31 Jul 2009 00:35:22 +0000</pubDate>
		<dc:creator>sh0ckwav</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[d-Visions]]></category>

		<guid isPermaLink="false">http://blog.d-visions.com/?p=9</guid>
		<description><![CDATA[After some time now I finally got around to updating the homepage again. Anyone who has followed d-Visions.com, and I&#8217;m sure that&#8217;s no one, knows that d-Visions is a fraction of my current self.
The current homepage is based on perspective experiments I posted at http://wonderfl.net/user/sh0ckwav Starting with this example found in the help file, yes the same help file [...]]]></description>
			<content:encoded><![CDATA[<p>After some time now I finally got around to updating the homepage again. Anyone who has followed <a href="http://d-visions.com">d-Visions.com</a>, and I&#8217;m sure that&#8217;s <a href="http://d-visions.com/no_one.html">no one</a>, knows that d-Visions is a fraction of my current self.</p>
<p>The current homepage is based on perspective experiments I posted at <a href="http://wonderfl.net/user/sh0ckwav">http://wonderfl.net/user/sh0ckwav</a> Starting with this <a href="http://help.adobe.com/en_US/ActionScript/3.0_ProgrammingAS3/WSCE716DAD-9364-464f-AFE9-8E578525AD54.html">example</a> found in the help file, yes the same help file I am now a contributor to (see previous post), I slowly made it into something for my own needs. Feel free to fork it!</p>
<p>Constantly dividing,<br />
(-o|o-)</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.d-visions.com/2009/07/30/new-d-visions-com/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adobe Community Help Team</title>
		<link>http://blog.d-visions.com/2009/07/24/adobe-community-help-team/</link>
		<comments>http://blog.d-visions.com/2009/07/24/adobe-community-help-team/#comments</comments>
		<pubDate>Fri, 24 Jul 2009 15:43:35 +0000</pubDate>
		<dc:creator>sh0ckwav</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.d-visions.com/2009/07/24/adobe-community-help-team/</guid>
		<description><![CDATA[Looks like someone over at Adobe feels I contributed to the community in a helpful manner   Making a difference! Here&#8217;s the reprinted email I got from them yesterday:
&#8220;Hi, sh0ckwav
Thank you for posting a comment to http://livedocs.adobe.com/flex/3/langref/flash/geom/Utils3D.html on 06/12/2009. Your comment has been approved. In fact, it was so helpful, you have been given [...]]]></description>
			<content:encoded><![CDATA[<p>Looks like someone over at Adobe feels I contributed to the community in a helpful manner <img src='http://blog.d-visions.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Making a difference! Here&#8217;s the reprinted email I got from them yesterday:</p>
<p>&#8220;Hi, sh0ckwav</p>
<p>Thank you for posting a comment to <a href="http://livedocs.adobe.com/flex/3/langref/flash/geom/Utils3D.html" target="_blank">http://livedocs.adobe.com/flex/3/langref/flash/geom/Utils3D.html</a> on 06/12/2009. Your comment has been approved. In fact, it was so helpful, you have been given 5 Adobe Community Help points. These community points are now displayed on your profile page. For more information, please see the Adobe Community Help FAQ at http://community.adobe.com/help/profile/faq.html.<br />
We appreciate your participation in the Adobe community.</p>
<p>Thank you<br />
Adobe Community Help Team&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.d-visions.com/2009/07/24/adobe-community-help-team/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Devise yourself!</title>
		<link>http://blog.d-visions.com/2009/07/23/hello-world/</link>
		<comments>http://blog.d-visions.com/2009/07/23/hello-world/#comments</comments>
		<pubDate>Thu, 23 Jul 2009 15:16:45 +0000</pubDate>
		<dc:creator>sh0ckwav</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Plan or invent by careful thought.
]]></description>
			<content:encoded><![CDATA[<p>Plan or invent by careful thought.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.d-visions.com/2009/07/23/hello-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
