<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for Being the adventures of a young man whose principal interests are...</title>
	<atom:link href="http://juliankussman.com/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://juliankussman.com/blog</link>
	<description>Advertising, Interactive Art Direction, Flash, and usability.</description>
	<lastBuildDate>Fri, 11 Dec 2009 09:03:22 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on AS3 liquid layout class by irralekgrooge</title>
		<link>http://juliankussman.com/blog/2009/04/08/as3-liquid-layout-class/comment-page-1/#comment-513</link>
		<dc:creator>irralekgrooge</dc:creator>
		<pubDate>Fri, 11 Dec 2009 09:03:22 +0000</pubDate>
		<guid isPermaLink="false">http://juliankussman.com/blog/?p=97#comment-513</guid>
		<description>Looks like you are a true professional. Did ya study about the subject? haha..</description>
		<content:encoded><![CDATA[<p>Looks like you are a true professional. Did ya study about the subject? haha..</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flash WordPress front-end by Review</title>
		<link>http://juliankussman.com/blog/2007/11/13/flash-wordpress-front-end/comment-page-1/#comment-512</link>
		<dc:creator>Review</dc:creator>
		<pubDate>Tue, 27 Oct 2009 16:50:28 +0000</pubDate>
		<guid isPermaLink="false">http://juliankussman.com/blog/2007/11/13/flash-wordpress-front-end/#comment-512</guid>
		<description>I might suggest to change the font, and add your twitter so we can follow, other than that - nicely done!</description>
		<content:encoded><![CDATA[<p>I might suggest to change the font, and add your twitter so we can follow, other than that &#8211; nicely done!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on fless v 0.00001 alpha by Brad Sedito</title>
		<link>http://juliankussman.com/blog/2007/11/21/fless-v-000001-alpha/comment-page-1/#comment-506</link>
		<dc:creator>Brad Sedito</dc:creator>
		<pubDate>Thu, 24 Sep 2009 22:36:13 +0000</pubDate>
		<guid isPermaLink="false">http://juliankussman.com/blog/2007/11/21/fless-v-000001-alpha/#comment-506</guid>
		<description>&lt;a href=&quot;#comment-5&quot; rel=&quot;nofollow&quot;&gt;@Julian&lt;/a&gt; 

I&#039;d like to help out with this, I am working on something similar of my own.  I have no idea why wordpress chose to be so flash un-friendly...

- brad</description>
		<content:encoded><![CDATA[<p><a href="#comment-5" rel="nofollow">@Julian</a> </p>
<p>I&#8217;d like to help out with this, I am working on something similar of my own.  I have no idea why wordpress chose to be so flash un-friendly&#8230;</p>
<p>- brad</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on AS3 bitmap mosaic class by Vayu</title>
		<link>http://juliankussman.com/blog/2008/10/01/as3-bitmap-mosaic-class/comment-page-1/#comment-504</link>
		<dc:creator>Vayu</dc:creator>
		<pubDate>Thu, 17 Sep 2009 14:17:15 +0000</pubDate>
		<guid isPermaLink="false">http://juliankussman.com/blog/?p=82#comment-504</guid>
		<description>Hi again.

I actually found the answer to my own question about the transparent png.

In the Mosaic.as I changed the getPixel function to getPixel32.

var color:uint = bmd.getPixel(colorX , colorY);
to
var color:uint = bmd.getPixel32(colorX , colorY);

Let me know if there is a problem with this.</description>
		<content:encoded><![CDATA[<p>Hi again.</p>
<p>I actually found the answer to my own question about the transparent png.</p>
<p>In the Mosaic.as I changed the getPixel function to getPixel32.</p>
<p>var color:uint = bmd.getPixel(colorX , colorY);<br />
to<br />
var color:uint = bmd.getPixel32(colorX , colorY);</p>
<p>Let me know if there is a problem with this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on AS3 bitmap mosaic class by Vayu</title>
		<link>http://juliankussman.com/blog/2008/10/01/as3-bitmap-mosaic-class/comment-page-1/#comment-503</link>
		<dc:creator>Vayu</dc:creator>
		<pubDate>Thu, 17 Sep 2009 09:27:40 +0000</pubDate>
		<guid isPermaLink="false">http://juliankussman.com/blog/?p=82#comment-503</guid>
		<description>Hey Julian.

This is really cool, but do you know if this can be done with a png that has a transparent background?

Cordially
Vayu</description>
		<content:encoded><![CDATA[<p>Hey Julian.</p>
<p>This is really cool, but do you know if this can be done with a png that has a transparent background?</p>
<p>Cordially<br />
Vayu</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on AS3 liquid layout class by Josh Chernoff</title>
		<link>http://juliankussman.com/blog/2009/04/08/as3-liquid-layout-class/comment-page-1/#comment-497</link>
		<dc:creator>Josh Chernoff</dc:creator>
		<pubDate>Sat, 12 Sep 2009 21:06:20 +0000</pubDate>
		<guid isPermaLink="false">http://juliankussman.com/blog/?p=97#comment-497</guid>
		<description>Hey nice class, 

I cleaned up the packaging of the class for you. You should follow packages standards so that other people can store this with their other class.
http://gfxcomplex.com/wp-content/uploads/2009/09/StageAlignTool.zip

There are a few things still wrong with it though. 

1: stayRelative set to true breaks the class.

2: stayRelative set to true should be default since people would expect that the local x/y of the object would be where it positioned..

3: I added a throw error on the constrictor so that you can&#039;t create an instance and understand why. 

4: I added some basic docs: used asdoc with flash develop

5: I added a flash develop project. Way better then flash IDE and comparable to flash builder

6: you could probably dispatch an event when StageAlignTool is set on or off and or if you reached min x/y

7: you could use Event.ADDED_TO_STAGE and Event.REMOVED_FROM_STAGE to listen for when the DisplayOject is added to stage to start the init() or registerLocation(),  or to call kill when the item have been remove from the stage. that way you have to call one less function. 

Any how, nice work.</description>
		<content:encoded><![CDATA[<p>Hey nice class, </p>
<p>I cleaned up the packaging of the class for you. You should follow packages standards so that other people can store this with their other class.<br />
<a href="http://gfxcomplex.com/wp-content/uploads/2009/09/StageAlignTool.zip" rel="nofollow">http://gfxcomplex.com/wp-content/uploads/2009/09/StageAlignTool.zip</a></p>
<p>There are a few things still wrong with it though. </p>
<p>1: stayRelative set to true breaks the class.</p>
<p>2: stayRelative set to true should be default since people would expect that the local x/y of the object would be where it positioned..</p>
<p>3: I added a throw error on the constrictor so that you can&#8217;t create an instance and understand why. </p>
<p>4: I added some basic docs: used asdoc with flash develop</p>
<p>5: I added a flash develop project. Way better then flash IDE and comparable to flash builder</p>
<p>6: you could probably dispatch an event when StageAlignTool is set on or off and or if you reached min x/y</p>
<p>7: you could use Event.ADDED_TO_STAGE and Event.REMOVED_FROM_STAGE to listen for when the DisplayOject is added to stage to start the init() or registerLocation(),  or to call kill when the item have been remove from the stage. that way you have to call one less function. </p>
<p>Any how, nice work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on AS3 bitmap mosaic class by felisan</title>
		<link>http://juliankussman.com/blog/2008/10/01/as3-bitmap-mosaic-class/comment-page-1/#comment-494</link>
		<dc:creator>felisan</dc:creator>
		<pubDate>Thu, 10 Sep 2009 09:23:41 +0000</pubDate>
		<guid isPermaLink="false">http://juliankussman.com/blog/?p=82#comment-494</guid>
		<description>hi Julian.
nice Class :) I like it alot.
been doing a short set of experiments:
http://www.campjohn.dk/wp/?p=1146

guess I&#039;ll be using this a lot in the future.
thanks
felisan</description>
		<content:encoded><![CDATA[<p>hi Julian.<br />
nice Class <img src='http://juliankussman.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  I like it alot.<br />
been doing a short set of experiments:<br />
<a href="http://www.campjohn.dk/wp/?p=1146" rel="nofollow">http://www.campjohn.dk/wp/?p=1146</a></p>
<p>guess I&#8217;ll be using this a lot in the future.<br />
thanks<br />
felisan</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on AS3 bitmap mosaic class by Mosaic Class, different tests at Helpful stuff</title>
		<link>http://juliankussman.com/blog/2008/10/01/as3-bitmap-mosaic-class/comment-page-1/#comment-493</link>
		<dc:creator>Mosaic Class, different tests at Helpful stuff</dc:creator>
		<pubDate>Thu, 10 Sep 2009 09:19:49 +0000</pubDate>
		<guid isPermaLink="false">http://juliankussman.com/blog/?p=82#comment-493</guid>
		<description>[...] surfing I stumbled upon this Mosaic.as class written by Julian Kussman. in Julians own words, this class &#8220;allows you to create a pixellated copy of any display [...]</description>
		<content:encoded><![CDATA[<p>[...] surfing I stumbled upon this Mosaic.as class written by Julian Kussman. in Julians own words, this class &#8220;allows you to create a pixellated copy of any display [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SWF Capture AIR app by 518??? &#187; 6?Adobe AIR??????</title>
		<link>http://juliankussman.com/blog/2007/12/07/swf-capture-air-app/comment-page-1/#comment-492</link>
		<dc:creator>518??? &#187; 6?Adobe AIR??????</dc:creator>
		<pubDate>Tue, 08 Sep 2009 02:59:45 +0000</pubDate>
		<guid isPermaLink="false">http://juliankussman.com/blog/2007/12/07/swf-capture-air-app/#comment-492</guid>
		<description>[...] flapture ?????Adobe AIR???FLV????????????FLV??????????JPG??? [...]</description>
		<content:encoded><![CDATA[<p>[...] flapture ?????Adobe AIR???FLV????????????FLV??????????JPG??? [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flash WordPress front-end by Joel Marsh</title>
		<link>http://juliankussman.com/blog/2007/11/13/flash-wordpress-front-end/comment-page-1/#comment-485</link>
		<dc:creator>Joel Marsh</dc:creator>
		<pubDate>Mon, 06 Jul 2009 14:38:35 +0000</pubDate>
		<guid isPermaLink="false">http://juliankussman.com/blog/2007/11/13/flash-wordpress-front-end/#comment-485</guid>
		<description>Honestly, I think the best part about a flash front end would be the ability to customize. The hard part (for designers and bloggers) is getting the WP values into a flash-friendly format. Personally I would want the ability to add photos to a post like always and have flash handle them with preloaders so it could be a gallery-in-a-post rather than requiring a click-through. I would want to be able to &quot;post&quot; a swf and have the template load it like into another mc within the template. I am a designer, and the main appeal for me with a Flash front end would be to use all the things that flash can do that are difficult or tedious with javascript, such as vectors and true animation (as opposed to just moving something around). While flash might offer some cool advantages on the back end, I think the real benefit of a flash WP front end is the design possibilities... otherwise WP feels pretty strong and has tonnes of plugins, which the flash front-end will inevitably disable. I hope you succeed with this... I am eager to get my hands on a good one.</description>
		<content:encoded><![CDATA[<p>Honestly, I think the best part about a flash front end would be the ability to customize. The hard part (for designers and bloggers) is getting the WP values into a flash-friendly format. Personally I would want the ability to add photos to a post like always and have flash handle them with preloaders so it could be a gallery-in-a-post rather than requiring a click-through. I would want to be able to &#8220;post&#8221; a swf and have the template load it like into another mc within the template. I am a designer, and the main appeal for me with a Flash front end would be to use all the things that flash can do that are difficult or tedious with javascript, such as vectors and true animation (as opposed to just moving something around). While flash might offer some cool advantages on the back end, I think the real benefit of a flash WP front end is the design possibilities&#8230; otherwise WP feels pretty strong and has tonnes of plugins, which the flash front-end will inevitably disable. I hope you succeed with this&#8230; I am eager to get my hands on a good one.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
