<?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"
	>

<channel>
	<title>GFX Complex Blog Yards</title>
	<atom:link href="http://gfxcomplex.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://gfxcomplex.com/blog</link>
	<description>if( youShake(it) &#62;= 3 ){ return yourPlayingWith(it); }</description>
	<pubDate>Wed, 23 Jul 2008 01:07:17 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
	<language>en</language>
			<item>
		<title>&#8220;I&#8217;m Bonafide!&#8221; So says my newly aquired Adobe Flash CS3 ACE Certificate</title>
		<link>http://gfxcomplex.com/blog/flash/im-bonafide-so-says-my-newly-aquired-adobe-flash-cs3-ace-certificate/</link>
		<comments>http://gfxcomplex.com/blog/flash/im-bonafide-so-says-my-newly-aquired-adobe-flash-cs3-ace-certificate/#comments</comments>
		<pubDate>Wed, 23 Jul 2008 01:07:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Flash]]></category>

		<guid isPermaLink="false">http://gfxcomplex.com/blog/?p=71</guid>
		<description><![CDATA[We&#8217;ll as the title would suggest, I have passed the flash CS3 ACE exam. So I thought I would glote a bit on my blog.  =)
]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ll as the title would suggest, I have passed the flash CS3 ACE exam. So I thought I would glote a bit on my blog.  =)</p>
]]></content:encoded>
			<wfw:commentRss>http://gfxcomplex.com/blog/flash/im-bonafide-so-says-my-newly-aquired-adobe-flash-cs3-ace-certificate/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Simple Screen Size Notification in AS3</title>
		<link>http://gfxcomplex.com/blog/as3/simple-screen-size-notification-in-as3/</link>
		<comments>http://gfxcomplex.com/blog/as3/simple-screen-size-notification-in-as3/#comments</comments>
		<pubDate>Tue, 15 Jul 2008 17:25:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[AS3]]></category>

		<category><![CDATA[AIR]]></category>

		<category><![CDATA[Flash]]></category>

		<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://gfxcomplex.com/blog/?p=69</guid>
		<description><![CDATA[I have made a small class that you can use if you would like to do something when your flash player is scaled to a maximum or minimum  size. I have seen this used before where if the user scaled the browser to less then 1024&#215;768 the user was warned to scales their browser to [...]]]></description>
			<content:encoded><![CDATA[<p>I have made a small class that you can use if you would like to do something when your flash player is scaled to a maximum or minimum  size. I have seen this used before where if the user scaled the browser to less then 1024&#215;768 the user was warned to scales their browser to the correct size.</p>
<p>I have also added the ability to ignore all out of bound events with a simple method call.</p>
<p><a href="http://gfxcomplex.com/blog/wp-content/uploads/2008/07/screensizenotification.zip">Download Zip here</a><br />
http://gfxcomplex.com/blog/wp-content/uploads/2008/07/screensizenotification.zip</p>
<p>Source comes with completed example file.</p>
<p>Heres some example useage</p>
<pre class="as3">
import com.gfxcomplex.screen_management.ScreenSizeNotification;

var testing:ScreenSizeNotification = new ScreenSizeNotification();
testing.manageStage(stage, {minSizeW:550, minSizeH:400, maxSizeW:1000, maxSizeH:850});
testing.addEventListener(ScreenSizeNotification.SCREEN_LESS_THEN_MIN, tooSmall);
testing.addEventListener(ScreenSizeNotification.SCREEN_GREATER_THEN_MAX, tooBig);

function tooSmall(e:Event):void{
	trace("Too small");
}

function tooBig(e:Event):void{
	trace("Too Big");
}
//if needed to stop event dispatches use testing.ignoreEvents(true);
</pre>
]]></content:encoded>
			<wfw:commentRss>http://gfxcomplex.com/blog/as3/simple-screen-size-notification-in-as3/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Tomorrow is the first AS3 user group meeting for st.Louis. Hope it turns out well.</title>
		<link>http://gfxcomplex.com/blog/uncategorized/tomorrow-is-the-first-as3-user-group-meeting-for-stlouis-hope-it-turns-out-well/</link>
		<comments>http://gfxcomplex.com/blog/uncategorized/tomorrow-is-the-first-as3-user-group-meeting-for-stlouis-hope-it-turns-out-well/#comments</comments>
		<pubDate>Fri, 11 Jul 2008 22:45:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://gfxcomplex.com/blog/?p=68</guid>
		<description><![CDATA[For any one who does not know yet I am hosting the first AS3 user group her in st.Louis.  Just the other day we became an official Adobe user group and tomorrow is our first meeting.
You can find out more about our AS3 Apex user group at our site. http://www.as3apex.com/
Please come tomorrow for my first [...]]]></description>
			<content:encoded><![CDATA[<p>For any one who does not know yet I am hosting the first AS3 user group her in st.Louis.  Just the other day we became an official Adobe user group and tomorrow is our first meeting.</p>
<p>You can find out more about our AS3 Apex user group at our site. http://www.as3apex.com/</p>
<p>Please come tomorrow for my first presentation on tool of the trade. The location and time is posted on the front page of as3apex.com</p>
<p>thanks<br />
- Josh Chernoff</p>
]]></content:encoded>
			<wfw:commentRss>http://gfxcomplex.com/blog/uncategorized/tomorrow-is-the-first-as3-user-group-meeting-for-stlouis-hope-it-turns-out-well/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Are Web Developers and Designers Irresponsible Electric Consumers?</title>
		<link>http://gfxcomplex.com/blog/uncategorized/are-web-developers-and-designers-irresponsible-electric-consumers/</link>
		<comments>http://gfxcomplex.com/blog/uncategorized/are-web-developers-and-designers-irresponsible-electric-consumers/#comments</comments>
		<pubDate>Sun, 22 Jun 2008 00:14:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://gfxcomplex.com/blog/?p=67</guid>
		<description><![CDATA[As a web developer and designer I would have to say that I never considered that what I do for a living impacts any one else aside from my self due to the lack of  exercising. Boy was I wrong.  Just have a look at how much electricity I use on a low [...]]]></description>
			<content:encoded><![CDATA[<p>As a web developer and designer I would have to say that I never considered that what I do for a living impacts any one else aside from my self due to the lack of  exercising. Boy was I wrong.  Just have a look at how much electricity I use on a low average per day.</p>
<p>FYI:<br />
&#8220;wph&#8221; = watts per hour.</p>
<p>DeskTop - 600wph<br />
LapTop - 90wph<br />
Two LCD monitors - 100 combined wph approximately<br />
wifi - 24wph<br />
wifi camera  - 5 wph<br />
vonage - 12 wph<br />
cordless phone - 2.5 wph<br />
broadband modem - 12 wph<br />
external harddrive  - 18wph</p>
<p>Total watts per hour use:  863.5 watts per hour.<br />
Total watts per full work day: (863.5 * 8 hours a day)  =  &#8220;6908 watts of electricity a day&#8221;!.<br />
Total watts per hour for web hosting server&#8230;&#8230;.! (That&#8217;s a whole other story!)</p>
<p>Since about 50% of all America&#8217;s electricity is from coal that is like a barbeque burning all day just to power my pc. That&#8217;s just dirty!</p>
<p>Getting the point yet? I think this is a real problem for all of us,  but I have options thanks to solar power. My goal is to power my work station 100% off the grid via solar power with in the next 6 months and maintain it that way for the detraction of my profession. Of course I will post all the details as they happen. I encourage you all to try to do the same and at the very least become more aware of your impact in this world even if you rarely see it. </p>
<p>Just imagine if you only used a laptop for your job you could easily power it fully for 8 hours a day for about $700 in solar equipment for up to 25 years and that&#8217;s at the laptops full power use of 90 watts per hour with power to spare. Thought powering a full desktop system with dual monitors and wifi gear should prove to be more then just a solar powered hobby.</p>
<p>One real cool thing I have been getting excited about solar power is how easy it is to set up.<br />
There is just a few things you need to make a DYI solar power system</p>
<p>Here&#8217;s just some of the basics of what you would need to start a solar power system.<br />
1: Solar panels.<br />
2: A battery<br />
3: A AC/DC converter<br />
4: A controller for charging the battery.</p>
<p>You maybe wondering if it&#8217;s so good why is this not already happening on a mass scale?<br />
It&#8217;s the cost of the solar panels. I believe they are still not right for the consumer market, yet I believe we will most likely seen prices drop in the next 3 to 5 years dramatically.</p>
<p>If any of you have already done the same or plan to, please post a link or tell your stories. Since I have a lot to learn I will need some advice.</p>
<p>Please try to be more aware of your impact in this world.<br />
- Josh Chernoff.</p>
]]></content:encoded>
			<wfw:commentRss>http://gfxcomplex.com/blog/uncategorized/are-web-developers-and-designers-irresponsible-electric-consumers/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Cricket wireless is now in st.Louis and I rate their services a 1.5 out of 10</title>
		<link>http://gfxcomplex.com/blog/uncategorized/cricket-wireless-is-now-in-stlouis-and-i-rate-their-services-a-15-out-of-10/</link>
		<comments>http://gfxcomplex.com/blog/uncategorized/cricket-wireless-is-now-in-stlouis-and-i-rate-their-services-a-15-out-of-10/#comments</comments>
		<pubDate>Tue, 10 Jun 2008 21:17:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://gfxcomplex.com/blog/?p=64</guid>
		<description><![CDATA[Today Cricket wireless opened services to the greater area of st.Louis.  Today I purchased a broadband card and service from them just to return it a  few hours later.  Why you ask, well Cricket&#8217;s service is &#8220;horrible&#8221;.  I&#8217;m  located in granite city IL, which is less then 20 miles from [...]]]></description>
			<content:encoded><![CDATA[<p>Today Cricket wireless opened services to the greater area of st.Louis.  Today I purchased a broadband card and service from them just to return it a  few hours later.  Why you ask, well Cricket&#8217;s service is &#8220;horrible&#8221;.  I&#8217;m  located in granite city IL, which is less then 20 miles from downtown st.Louis and as well it&#8217;s located in the center of the service coverage of crickets coverage area.  At best I could only get a 20%  signal strength and on average 10% to 8% which would only allow for at best a 3kbps download speed.  True there service plans are the best for your money at $40 per month for unlimited use but it comes at the cost of poor performance.  Oh yeah did I mention just to start service you must pay $160, $149 for the USB card and a $20 activation fee.<br />
Plus good luck trying to get a live person on at their call center.</p>
<p>So that why I rate Cricket wireless of st.Louis a 1.5 out of 10.<br />
buyer beware! Though on a lighter note they may have plans to correct their local problems but I wouldn&#8217;t hold my breath tell they do.</p>
<p>- Josh Chernoff.</p>
]]></content:encoded>
			<wfw:commentRss>http://gfxcomplex.com/blog/uncategorized/cricket-wireless-is-now-in-stlouis-and-i-rate-their-services-a-15-out-of-10/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Just got a wii, HOOT! Any of you not to chicken to race heres my wii number</title>
		<link>http://gfxcomplex.com/blog/uncategorized/new_wii/</link>
		<comments>http://gfxcomplex.com/blog/uncategorized/new_wii/#comments</comments>
		<pubDate>Tue, 27 May 2008 02:04:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://gfxcomplex.com/blog/?p=63</guid>
		<description><![CDATA[my wii number:
5429-3534-3427-1317
My games:
Mario cart wii
post yours or email me at josh@gfxcomplex.com so we can race it up!
]]></description>
			<content:encoded><![CDATA[<p>my wii number:<br />
5429-3534-3427-1317</p>
<p>My games:<br />
Mario cart wii</p>
<p>post yours or email me at josh@gfxcomplex.com so we can race it up!</p>
]]></content:encoded>
			<wfw:commentRss>http://gfxcomplex.com/blog/uncategorized/new_wii/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Test post 2 for adobe feeds</title>
		<link>http://gfxcomplex.com/blog/uncategorized/test-post-2-for-adobe-feeds/</link>
		<comments>http://gfxcomplex.com/blog/uncategorized/test-post-2-for-adobe-feeds/#comments</comments>
		<pubDate>Mon, 19 May 2008 16:18:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://gfxcomplex.com/blog/?p=59</guid>
		<description><![CDATA[this is a test to see if I am still on the feeds.
]]></description>
			<content:encoded><![CDATA[<p>this is a test to see if I am still on the feeds.</p>
]]></content:encoded>
			<wfw:commentRss>http://gfxcomplex.com/blog/uncategorized/test-post-2-for-adobe-feeds/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Passing vars with events. or not.   My take on how to simply pass vars with events.</title>
		<link>http://gfxcomplex.com/blog/as3/passing-vars-with-events-or-not-my-take-on-how-to-simply-pass-vars-with-events/</link>
		<comments>http://gfxcomplex.com/blog/as3/passing-vars-with-events-or-not-my-take-on-how-to-simply-pass-vars-with-events/#comments</comments>
		<pubDate>Thu, 24 Apr 2008 03:01:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[AS3]]></category>

		<category><![CDATA[Event vars]]></category>

		<guid isPermaLink="false">http://gfxcomplex.com/blog/?p=52</guid>
		<description><![CDATA[I have seen a few posts on the internet about people saying that the hole custom event class is just not there thing or some thing alone that line. In short most of the blog posts focussed on providing different ways to pass a var with an event. I have a simple way to do [...]]]></description>
			<content:encoded><![CDATA[<p>I have seen a few posts on the internet about people saying that the hole custom event class is just not there thing or some thing alone that line. In short most of the blog posts focussed on providing different ways to pass a var with an event. I have a simple way to do this as well and it has not been discussed by any one yet so I thought I would put my 2 cents out there.</p>
<p>The idea is that you use the dictionary class to assign vars to an object and then access the var by passing the object to which the var is assigned to as an array index key in the dictionary.  </p>
<p><strong>Example:</strong><br />
<em>I this example you would need three movieClips on the stage each with a instance name of someClip1_mc, someClip2_mc and someClip3_mc.</em></p>
<pre class="as3">
var dictionary:Dictionary = new Dictionary();	

dictionary[someClip1_mc] = "sting1";
dictionary[someClip2_mc] = "sting2";
dictionary[someClip3_mc] = "sting3";

someClip1_mc.addEventListener(MouseEvent.CLICK, traceOut);
someClip2_mc.addEventListener(MouseEvent.CLICK, traceOut);
someClip3_mc.addEventListener(MouseEvent.CLICK, traceOut);	

function traceOut(e:Event):void {
	trace(dictionary[e.target]);
}
</pre>
<p>Now the pit fall to this solution is that the scope of the dictionary instance needs to be accessible to the event method. Other then that you could use an Object, Array, ect&#8230; in the dictionary.</p>
]]></content:encoded>
			<wfw:commentRss>http://gfxcomplex.com/blog/as3/passing-vars-with-events-or-not-my-take-on-how-to-simply-pass-vars-with-events/feed/</wfw:commentRss>
		</item>
		<item>
		<title>A mysterious blaze language pop up from flash CS3.</title>
		<link>http://gfxcomplex.com/blog/flash/a-mysterious-blaze-language-pop-up-from-flash-cs3/</link>
		<comments>http://gfxcomplex.com/blog/flash/a-mysterious-blaze-language-pop-up-from-flash-cs3/#comments</comments>
		<pubDate>Wed, 26 Mar 2008 18:33:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[AS3]]></category>

		<category><![CDATA[Flash]]></category>

		<guid isPermaLink="false">http://gfxcomplex.com/blog/flash/a-mysterious-blaze-language-pop-up-from-flash-cs3/</guid>
		<description><![CDATA[Here&#8217;s the image of a strange pop up I got today when publishing a swf using flashdevlop. the command I mistakenly made was &#8220;ctl+enter+shift&#8221; As you can see it&#8217;s a language chooser for blaze but it appears to be coming from flash CS3. What is this, why does it come up as Flash cs3?? very [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s the image of a strange pop up I got today when publishing a swf using flashdevlop. the command I mistakenly made was &#8220;ctl+enter+shift&#8221; As you can see it&#8217;s a language chooser for blaze but it appears to be coming from flash CS3. What is this, why does it come up as Flash cs3?? very strange!<br />
<img src='http://gfxcomplex.com/blog/wp-content/uploads/2008/03/blaze.jpg' alt='blaze.jpg' /></p>
]]></content:encoded>
			<wfw:commentRss>http://gfxcomplex.com/blog/flash/a-mysterious-blaze-language-pop-up-from-flash-cs3/feed/</wfw:commentRss>
		</item>
		<item>
		<title>hulu Open to US on 3-12-08</title>
		<link>http://gfxcomplex.com/blog/video/hulu-open-to-us-on-3-12-08/</link>
		<comments>http://gfxcomplex.com/blog/video/hulu-open-to-us-on-3-12-08/#comments</comments>
		<pubDate>Wed, 12 Mar 2008 01:41:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://gfxcomplex.com/blog/uncategorized/hulu-open-to-us-on-3-12-08/</guid>
		<description><![CDATA[
hulu at  http://www.hulu.com/ has to have the bast quality(rendered) video of online video I have seen yet, though thats not say a hole lot. The problem still remains, there is a lack of quality(rendered) content and no reason for it. Since the release of the last flash player I think every one has been [...]]]></description>
			<content:encoded><![CDATA[<p><object width="510" height="295"><param name="movie" value="http://www.hulu.com/embed/nw2R_GFOBtPmASR2UGWOSQ"></param><embed src="http://www.hulu.com/embed/nw2R_GFOBtPmASR2UGWOSQ" type="application/x-shockwave-flash"  width="510" height="295"></embed></object></p>
<p>hulu at  <a href="http://www.hulu.com/">http://www.hulu.com/</a> has to have the bast quality(rendered) video of online video I have seen yet, though thats not say a hole lot. The problem still remains, there is a lack of quality(rendered) content and no reason for it. Since the release of the last flash player I think every one has been waiting for this magical flood of true high quality content and real alternatives to you tube rendering quality and other like sites. </p>
<p>I my self would love to see a nice site like netflex pull their head out of their ass and drop the hole MS and IE bull crap and pick up flash 9. Till then I will just have to keep looking. Lets just hope Hulu can satisfy till then.</p>
]]></content:encoded>
			<wfw:commentRss>http://gfxcomplex.com/blog/video/hulu-open-to-us-on-3-12-08/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
