﻿<?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"
	>
<channel>
	<title>Comments for josh &gt;&gt; /dev/blog &amp;</title>
	<atom:link href="http://joshua.almirun.com/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://joshua.almirun.com</link>
	<description>technology, politics, armchair philosophy</description>
	<pubDate>Tue, 07 Oct 2008 14:03:44 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>Comment on air orm by Uriel Katz</title>
		<link>http://joshua.almirun.com/tech/ria/air/air-orm#comment-1804</link>
		<dc:creator>Uriel Katz</dc:creator>
		<pubDate>Tue, 30 Sep 2008 14:42:32 +0000</pubDate>
		<guid isPermaLink="false">http://joshua.almirun.com/tech/ria/air/air-orm#comment-1804</guid>
		<description>i have a working support for Adobe AIR in my new ORM JStORM:

http://www.urielkatz.com/archive/detail/introducing-jstorm/</description>
		<content:encoded><![CDATA[<p>i have a working support for Adobe AIR in my new ORM JStORM:</p>
<p><a href="http://www.urielkatz.com/archive/detail/introducing-jstorm/" rel="nofollow">http://www.urielkatz.com/archive/detail/introducing-jstorm/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on FF3 breaks SWFAddress (sometimes) on OS X by Marcel-André Casasola Merkle</title>
		<link>http://joshua.almirun.com/tech/ff3-breaks-swfaddress-sometimes-on-os-x#comment-1568</link>
		<dc:creator>Marcel-André Casasola Merkle</dc:creator>
		<pubDate>Tue, 16 Sep 2008 23:34:29 +0000</pubDate>
		<guid isPermaLink="false">http://joshua.almirun.com/?p=162#comment-1568</guid>
		<description>Sorry, a little error in my previous post: you must replace

&lt;code&gt;this.setValue=function&lt;/code&gt;

with the following term.

Best regards
Macm</description>
		<content:encoded><![CDATA[<p>Sorry, a little error in my previous post: you must replace</p>
<p><code>this.setValue=function</code></p>
<p>with the following term.</p>
<p>Best regards<br />
Macm</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on FF3 breaks SWFAddress (sometimes) on OS X by Marcel-André Casasola Merkle</title>
		<link>http://joshua.almirun.com/tech/ff3-breaks-swfaddress-sometimes-on-os-x#comment-1566</link>
		<dc:creator>Marcel-André Casasola Merkle</dc:creator>
		<pubDate>Tue, 16 Sep 2008 21:30:26 +0000</pubDate>
		<guid isPermaLink="false">http://joshua.almirun.com/?p=162#comment-1566</guid>
		<description>Inspired by Luis' post I modified SWFAdress rather then putting the delay in Flash. Works fine for me and is easier to handle.

I changed
----------
this.setValue
----------
to
----------
this.setValue=function(_7e){if(_21.isFirefox()){setTimeout("SWFAddress.setValueWithDelay('"+_7e+"');",500);}else{SWFAddress.setValueWithDelay(_7e)}};this.setValueWithDelay=function
----------
including a delay if Firefox is the browser.

It works for my project but it would be nice to hear if it also solves the problem for others.

Macm</description>
		<content:encoded><![CDATA[<p>Inspired by Luis&#8217; post I modified SWFAdress rather then putting the delay in Flash. Works fine for me and is easier to handle.</p>
<p>I changed<br />
&#8212;&#8212;&#8212;-<br />
this.setValue<br />
&#8212;&#8212;&#8212;-<br />
to<br />
&#8212;&#8212;&#8212;-<br />
this.setValue=function(_7e){if(_21.isFirefox()){setTimeout(&#8221;SWFAddress.setValueWithDelay(&#8217;&#8221;+_7e+&#8221;&#8216;);&#8221;,500);}else{SWFAddress.setValueWithDelay(_7e)}};this.setValueWithDelay=function<br />
&#8212;&#8212;&#8212;-<br />
including a delay if Firefox is the browser.</p>
<p>It works for my project but it would be nice to hear if it also solves the problem for others.</p>
<p>Macm</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on air orm by Uriel Katz</title>
		<link>http://joshua.almirun.com/tech/ria/air/air-orm#comment-1558</link>
		<dc:creator>Uriel Katz</dc:creator>
		<pubDate>Tue, 16 Sep 2008 13:16:18 +0000</pubDate>
		<guid isPermaLink="false">http://joshua.almirun.com/tech/ria/air/air-orm#comment-1558</guid>
		<description>i have a ORM for Google Gears called GearsORM,i am working lately on adapting it to multiple back-ends one of them is AIR :)

http://www.urielkatz.com/archive/detail/google-gears-orm-v02/
http://labs.urielkatz.com/wiki/GearsORM</description>
		<content:encoded><![CDATA[<p>i have a ORM for Google Gears called GearsORM,i am working lately on adapting it to multiple back-ends one of them is AIR :)</p>
<p><a href="http://www.urielkatz.com/archive/detail/google-gears-orm-v02/" rel="nofollow">http://www.urielkatz.com/archive/detail/google-gears-orm-v02/</a><br />
<a href="http://labs.urielkatz.com/wiki/GearsORM" rel="nofollow">http://labs.urielkatz.com/wiki/GearsORM</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on overriding bounds: flesh hack by Tom Chiverton</title>
		<link>http://joshua.almirun.com/tech/ria/flash/overriding-bounds-flesh-hack#comment-1541</link>
		<dc:creator>Tom Chiverton</dc:creator>
		<pubDate>Mon, 15 Sep 2008 10:16:51 +0000</pubDate>
		<guid isPermaLink="false">http://joshua.almirun.com/?p=183#comment-1541</guid>
		<description>Overriding measure() and setting measuredWidth/measuredHeight should work too ?</description>
		<content:encoded><![CDATA[<p>Overriding measure() and setting measuredWidth/measuredHeight should work too ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on overriding bounds: flesh hack by Ely Greenfield</title>
		<link>http://joshua.almirun.com/tech/ria/flash/overriding-bounds-flesh-hack#comment-1488</link>
		<dc:creator>Ely Greenfield</dc:creator>
		<pubDate>Fri, 12 Sep 2008 18:54:01 +0000</pubDate>
		<guid isPermaLink="false">http://joshua.almirun.com/?p=183#comment-1488</guid>
		<description>Hi Josh. There's actually a feature in the Flash Component Kit for what you're trying to do.  The details are fuzzy in my mind, but I believe if your designer puts a movieclip in the timeline with an instance name of 'boundingBox', the UIMovieClip will use the bounds of that movieclip as its reported size rather than the true size of the content.  That way, the adjustments to the bounding box are under your designers control, and can adjust as the content moves from frame to frame if necessary.</description>
		<content:encoded><![CDATA[<p>Hi Josh. There&#8217;s actually a feature in the Flash Component Kit for what you&#8217;re trying to do.  The details are fuzzy in my mind, but I believe if your designer puts a movieclip in the timeline with an instance name of &#8216;boundingBox&#8217;, the UIMovieClip will use the bounds of that movieclip as its reported size rather than the true size of the content.  That way, the adjustments to the bounding box are under your designers control, and can adjust as the content moves from frame to frame if necessary.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on overriding bounds: flesh hack by Al</title>
		<link>http://joshua.almirun.com/tech/ria/flash/overriding-bounds-flesh-hack#comment-1476</link>
		<dc:creator>Al</dc:creator>
		<pubDate>Fri, 12 Sep 2008 05:16:06 +0000</pubDate>
		<guid isPermaLink="false">http://joshua.almirun.com/?p=183#comment-1476</guid>
		<description>Looks like a worthy hack to me!    Clipping the content wouldn't have the same effect as you really still want to see it.

Some of the random battles with Flexes layout routines have taken years off my life, never mind the flesh...</description>
		<content:encoded><![CDATA[<p>Looks like a worthy hack to me!    Clipping the content wouldn&#8217;t have the same effect as you really still want to see it.</p>
<p>Some of the random battles with Flexes layout routines have taken years off my life, never mind the flesh&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on grappling with 3d graphs: terrain in papervision by Chris</title>
		<link>http://joshua.almirun.com/tech/ria/flash/grappling-with-3d-graphs-terrain-in-papervision#comment-1434</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Wed, 10 Sep 2008 05:51:34 +0000</pubDate>
		<guid isPermaLink="false">http://joshua.almirun.com/tech/ria/flash/grappling-with-3d-graphs-terrain-in-papervision#comment-1434</guid>
		<description>Amazing. Thank you so much for this. Hours saved :) keep up the goodness</description>
		<content:encoded><![CDATA[<p>Amazing. Thank you so much for this. Hours saved :) keep up the goodness</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on egalité vs liberté? by Joshua Mostafa</title>
		<link>http://joshua.almirun.com/politics/international/egalite-vs-liberte#comment-1409</link>
		<dc:creator>Joshua Mostafa</dc:creator>
		<pubDate>Tue, 09 Sep 2008 03:14:46 +0000</pubDate>
		<guid isPermaLink="false">http://joshua.almirun.com/?p=176#comment-1409</guid>
		<description>I agree with your statements about drug policy. A clear case of the government intervening to protect citizens from themselves; an infringement of civil liberties.

Freedom, however, is not the only good. Different people's freedoms must be balanced each other, and freedom itself needs to be balanced against other goods. The social contract may be flawed, but there needs to be something, or people suffer. Suffering is a bad, and a certain amount of curtailment of negative freedom is not only necessary but desirable. Instances: smoking in bars vs. workers dying from passive smoking; freedom from taxation vs. decent social programmes, health services, etc.

Americans are in no position to lecture others on freedom. Beyond the drug policy McPhatty mentions, look at government surveillance, high rates of incarceration, and its constant meddling in the other affairs of other nations.</description>
		<content:encoded><![CDATA[<p>I agree with your statements about drug policy. A clear case of the government intervening to protect citizens from themselves; an infringement of civil liberties.</p>
<p>Freedom, however, is not the only good. Different people&#8217;s freedoms must be balanced each other, and freedom itself needs to be balanced against other goods. The social contract may be flawed, but there needs to be something, or people suffer. Suffering is a bad, and a certain amount of curtailment of negative freedom is not only necessary but desirable. Instances: smoking in bars vs. workers dying from passive smoking; freedom from taxation vs. decent social programmes, health services, etc.</p>
<p>Americans are in no position to lecture others on freedom. Beyond the drug policy McPhatty mentions, look at government surveillance, high rates of incarceration, and its constant meddling in the other affairs of other nations.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on mx.* dependency breaks UIMovieClip by Joshua Mostafa</title>
		<link>http://joshua.almirun.com/tech/ria/flash/mx-dependency-breaks-uimovieclip#comment-1375</link>
		<dc:creator>Joshua Mostafa</dc:creator>
		<pubDate>Sun, 07 Sep 2008 00:13:30 +0000</pubDate>
		<guid isPermaLink="false">http://joshua.almirun.com/?p=179#comment-1375</guid>
		<description>That sounds good - but how do I make my Flash-authored component act as a FlexCustomClass instance?</description>
		<content:encoded><![CDATA[<p>That sounds good - but how do I make my Flash-authored component act as a FlexCustomClass instance?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
