<?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 on: Obeying browser text size changes when using noScale</title>
	<atom:link href="http://aralbalkan.com/746/feed" rel="self" type="application/rss+xml" />
	<link>http://aralbalkan.com/746</link>
	<description>Changing the world through technology and oratory.</description>
	<pubDate>Fri, 21 Nov 2008 11:03:07 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7-beta2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: TechnikwÃ¼rze &#187; TechnikwÃ¼rze 51 - Das Comeback von Flash</title>
		<link>http://aralbalkan.com/746/comment-page-1#comment-8365</link>
		<dc:creator>TechnikwÃ¼rze &#187; TechnikwÃ¼rze 51 - Das Comeback von Flash</dc:creator>
		<pubDate>Tue, 19 Dec 2006 07:48:45 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/746#comment-8365</guid>
		<description>[...] Obeying browser text size changes when using noScale [...]</description>
		<content:encoded><![CDATA[<p>[...] Obeying browser text size changes when using noScale [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aral</title>
		<link>http://aralbalkan.com/746/comment-page-1#comment-4651</link>
		<dc:creator>aral</dc:creator>
		<pubDate>Wed, 27 Sep 2006 23:19:10 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/746#comment-4651</guid>
		<description>Thanks for the update, Bob! :)</description>
		<content:encoded><![CDATA[<p>Thanks for the update, Bob! <img src='http://aralbalkan.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob Corporaal</title>
		<link>http://aralbalkan.com/746/comment-page-1#comment-4586</link>
		<dc:creator>Bob Corporaal</dc:creator>
		<pubDate>Tue, 26 Sep 2006 23:02:20 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/746#comment-4586</guid>
		<description>I have just release the source for the example discussed in the previous post. It can be found here: http://reefscape.net/?p=4

An updated demo can be found here: http://reefscape.net/things/flash/textresize/
In this case the font size is not only adjusted with the height but the Flash div height changes as well so the browser scrollbar can be used.</description>
		<content:encoded><![CDATA[<p>I have just release the source for the example discussed in the previous post. It can be found here: <a href="http://reefscape.net/?p=4" rel="nofollow">http://reefscape.net/?p=4</a></p>
<p>An updated demo can be found here: <a href="http://reefscape.net/things/flash/textresize/" rel="nofollow">http://reefscape.net/things/flash/textresize/</a><br />
In this case the font size is not only adjusted with the height but the Flash div height changes as well so the browser scrollbar can be used.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mike lyda</title>
		<link>http://aralbalkan.com/746/comment-page-1#comment-4553</link>
		<dc:creator>mike lyda</dc:creator>
		<pubDate>Tue, 26 Sep 2006 13:31:39 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/746#comment-4553</guid>
		<description>oops.. sorry about that.. I was just looking at this post and it looked like it did an initial resize and reacts to the browser resizing, but didn't react to the user changing the browser font size.    :)</description>
		<content:encoded><![CDATA[<p>oops.. sorry about that.. I was just looking at this post and it looked like it did an initial resize and reacts to the browser resizing, but didn&#8217;t react to the user changing the browser font size.    <img src='http://aralbalkan.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aral</title>
		<link>http://aralbalkan.com/746/comment-page-1#comment-4552</link>
		<dc:creator>aral</dc:creator>
		<pubDate>Tue, 26 Sep 2006 13:12:39 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/746#comment-4552</guid>
		<description>Mike: That's exactly what it's doing! :) Take a look at my previous post and Niqui's post that's linked from there.</description>
		<content:encoded><![CDATA[<p>Mike: That&#8217;s exactly what it&#8217;s doing! <img src='http://aralbalkan.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> Take a look at my previous post and Niqui&#8217;s post that&#8217;s linked from there.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mike lyda</title>
		<link>http://aralbalkan.com/746/comment-page-1#comment-4549</link>
		<dc:creator>mike lyda</dc:creator>
		<pubDate>Tue, 26 Sep 2006 12:51:30 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/746#comment-4549</guid>
		<description>little bit of JavaScript http://www.alistapart.com/articles/fontresizing in the host HTML page to tell it when the user has resized the browser text, and some code to increase/decrease the Flash font sizes when that event is fired and it'd be golden.</description>
		<content:encoded><![CDATA[<p>little bit of JavaScript <a href="http://www.alistapart.com/articles/fontresizing" rel="nofollow">http://www.alistapart.com/articles/fontresizing</a> in the host HTML page to tell it when the user has resized the browser text, and some code to increase/decrease the Flash font sizes when that event is fired and it&#8217;d be golden.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
