<?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 on: JavaScript for Tabular Data with Flash CS3 and AIR</title>
	<atom:link href="http://blog.kevinhoyt.org/2008/04/02/javascript-for-tabular-data-with-flash-cs3-and-air/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.kevinhoyt.org/2008/04/02/javascript-for-tabular-data-with-flash-cs3-and-air/</link>
	<description>On the desktop, on the web, on the device ... On the Platform</description>
	<pubDate>Wed,  7 Jan 2009 00:18:30 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: Xavi</title>
		<link>http://blog.kevinhoyt.org/2008/04/02/javascript-for-tabular-data-with-flash-cs3-and-air/#comment-49373</link>
		<dc:creator>Xavi</dc:creator>
		<pubDate>Thu, 12 Jun 2008 12:03:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kevinhoyt.org/2008/04/02/javascript-for-tabular-data-with-flash-cs3-and-air/#comment-49373</guid>
		<description>I did a presentation at 360Flex about real world usages of html control inside AIR. I showed case an advanced html editor, a XSLT AIR library, a rich text editor and some more. You can download the presentation and the  sample projects at http://www.madeinflex.com/2008/04/09/360flex-europe-domifying-flex-slides/</description>
		<content:encoded><![CDATA[<p>I did a presentation at 360Flex about real world usages of html control inside AIR. I showed case an advanced html editor, a XSLT AIR library, a rich text editor and some more. You can download the presentation and the  sample projects at <a href="http://www.madeinflex.com/2008/04/09/360flex-europe-domifying-flex-slides/" rel="nofollow">http://www.madeinflex.com/2008/04/09/360flex-europe-domifying-flex-slides/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Xavi Beumala</title>
		<link>http://blog.kevinhoyt.org/2008/04/02/javascript-for-tabular-data-with-flash-cs3-and-air/#comment-49351</link>
		<dc:creator>Xavi Beumala</dc:creator>
		<pubDate>Wed, 11 Jun 2008 23:15:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kevinhoyt.org/2008/04/02/javascript-for-tabular-data-with-flash-cs3-and-air/#comment-49351</guid>
		<description>Some other interesting features might be:

- Rich Text Editor
- XSLT engine
- Create a kind of html editor application

You may find code examples at http://www.madeinflex.com/2008/04/09/360flex-europe-domifying-flex-slides</description>
		<content:encoded><![CDATA[<p>Some other interesting features might be:</p>
<p>- Rich Text Editor<br />
- XSLT engine<br />
- Create a kind of html editor application</p>
<p>You may find code examples at <a href="http://www.madeinflex.com/2008/04/09/360flex-europe-domifying-flex-slides" rel="nofollow">http://www.madeinflex.com/2008/04/09/360flex-europe-domifying-flex-slides</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marin Todorov</title>
		<link>http://blog.kevinhoyt.org/2008/04/02/javascript-for-tabular-data-with-flash-cs3-and-air/#comment-48910</link>
		<dc:creator>Marin Todorov</dc:creator>
		<pubDate>Tue, 10 Jun 2008 09:18:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kevinhoyt.org/2008/04/02/javascript-for-tabular-data-with-flash-cs3-and-air/#comment-48910</guid>
		<description>I was at your session yesterday in Prague, really cool stuff man, very useful, I'm glad I went :)

Thanks</description>
		<content:encoded><![CDATA[<p>I was at your session yesterday in Prague, really cool stuff man, very useful, I&#8217;m glad I went <img src='http://blog.kevinhoyt.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe Ward</title>
		<link>http://blog.kevinhoyt.org/2008/04/02/javascript-for-tabular-data-with-flash-cs3-and-air/#comment-39649</link>
		<dc:creator>Joe Ward</dc:creator>
		<pubDate>Wed, 07 May 2008 04:56:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kevinhoyt.org/2008/04/02/javascript-for-tabular-data-with-flash-cs3-and-air/#comment-39649</guid>
		<description>Drag-and-drop works a bit differently in the HTMLLoader because there is default behavior to consider. To drag an image into an element on the page, you have to respond to the event and call preventDefault() (even though the default behavior is to do nothing). At least that's my guess as to why you had difficulty dragging an image into HTML -- not having seen your code.</description>
		<content:encoded><![CDATA[<p>Drag-and-drop works a bit differently in the HTMLLoader because there is default behavior to consider. To drag an image into an element on the page, you have to respond to the event and call preventDefault() (even though the default behavior is to do nothing). At least that&#8217;s my guess as to why you had difficulty dragging an image into HTML &#8212; not having seen your code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon G.</title>
		<link>http://blog.kevinhoyt.org/2008/04/02/javascript-for-tabular-data-with-flash-cs3-and-air/#comment-37555</link>
		<dc:creator>Simon G.</dc:creator>
		<pubDate>Sat, 26 Apr 2008 23:39:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kevinhoyt.org/2008/04/02/javascript-for-tabular-data-with-flash-cs3-and-air/#comment-37555</guid>
		<description>Yes, it was a good definition about 'HTML features are important to Flash developers' and there are some factors which i noticed here but i will must say that basic knowledge is important for this field.

Many Thanks,
- Simon G.</description>
		<content:encoded><![CDATA[<p>Yes, it was a good definition about &#8216;HTML features are important to Flash developers&#8217; and there are some factors which i noticed here but i will must say that basic knowledge is important for this field.</p>
<p>Many Thanks,<br />
- Simon G.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://blog.kevinhoyt.org/2008/04/02/javascript-for-tabular-data-with-flash-cs3-and-air/#comment-36795</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Wed, 23 Apr 2008 06:27:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kevinhoyt.org/2008/04/02/javascript-for-tabular-data-with-flash-cs3-and-air/#comment-36795</guid>
		<description>hey kevin, can u please tell me how to create a text file and save data in it from a javascript form using javascript.</description>
		<content:encoded><![CDATA[<p>hey kevin, can u please tell me how to create a text file and save data in it from a javascript form using javascript.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ross</title>
		<link>http://blog.kevinhoyt.org/2008/04/02/javascript-for-tabular-data-with-flash-cs3-and-air/#comment-32025</link>
		<dc:creator>Ross</dc:creator>
		<pubDate>Fri, 04 Apr 2008 11:58:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kevinhoyt.org/2008/04/02/javascript-for-tabular-data-with-flash-cs3-and-air/#comment-32025</guid>
		<description>Kevin,

I did some simple changes to the HTML generation and have reduced the table size by approximately 48%. My test image was a logo, so it had a bit of white in it.  The start image was 13kb, the start html was 320kb.  The end html is 164kb.  The biggest change happened without comparison.  I broke the "width=1 height=1" out into a td style, so that it is only written once, which cuts out 20 characters per line, quite a bit when you get into a large image.  That alone cut the size down to 196kb.  Next I implemented a simple colspan checker, which compares the next pixel in the row to the current pixel.  If the same, then it increments a variable, if not then it checks that variable to see if it should write a colspan into the td, and then writes the td.  I can send you the code if you want it.</description>
		<content:encoded><![CDATA[<p>Kevin,</p>
<p>I did some simple changes to the HTML generation and have reduced the table size by approximately 48%. My test image was a logo, so it had a bit of white in it.  The start image was 13kb, the start html was 320kb.  The end html is 164kb.  The biggest change happened without comparison.  I broke the &#8220;width=1 height=1&#8243; out into a td style, so that it is only written once, which cuts out 20 characters per line, quite a bit when you get into a large image.  That alone cut the size down to 196kb.  Next I implemented a simple colspan checker, which compares the next pixel in the row to the current pixel.  If the same, then it increments a variable, if not then it checks that variable to see if it should write a colspan into the td, and then writes the td.  I can send you the code if you want it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin Hoyt</title>
		<link>http://blog.kevinhoyt.org/2008/04/02/javascript-for-tabular-data-with-flash-cs3-and-air/#comment-31951</link>
		<dc:creator>Kevin Hoyt</dc:creator>
		<pubDate>Thu, 03 Apr 2008 14:45:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kevinhoyt.org/2008/04/02/javascript-for-tabular-data-with-flash-cs3-and-air/#comment-31951</guid>
		<description>Ross,

Thanks!  If you do work on refining the HTML generation, and you make any progress, please do report back here and let me know so I can follow up.  It stands to reason that additional inspection of the image could also result in rowspan groupings.  I wonder where the tradeoff between analyzing the pixels and presenting the table would be...

Regards,
Kevin</description>
		<content:encoded><![CDATA[<p>Ross,</p>
<p>Thanks!  If you do work on refining the HTML generation, and you make any progress, please do report back here and let me know so I can follow up.  It stands to reason that additional inspection of the image could also result in rowspan groupings.  I wonder where the tradeoff between analyzing the pixels and presenting the table would be&#8230;</p>
<p>Regards,<br />
Kevin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ross</title>
		<link>http://blog.kevinhoyt.org/2008/04/02/javascript-for-tabular-data-with-flash-cs3-and-air/#comment-31927</link>
		<dc:creator>Ross</dc:creator>
		<pubDate>Thu, 03 Apr 2008 11:59:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kevinhoyt.org/2008/04/02/javascript-for-tabular-data-with-flash-cs3-and-air/#comment-31927</guid>
		<description>This is very nice.  An interesting thought, though.  You could check contiguous pixels for similar colors and make the table with colspan's to drastically reduce the file size.  I may look into this myself, see how small of a table I can make.</description>
		<content:encoded><![CDATA[<p>This is very nice.  An interesting thought, though.  You could check contiguous pixels for similar colors and make the table with colspan&#8217;s to drastically reduce the file size.  I may look into this myself, see how small of a table I can make.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cdic</title>
		<link>http://blog.kevinhoyt.org/2008/04/02/javascript-for-tabular-data-with-flash-cs3-and-air/#comment-31810</link>
		<dc:creator>Cdic</dc:creator>
		<pubDate>Wed, 02 Apr 2008 20:48:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kevinhoyt.org/2008/04/02/javascript-for-tabular-data-with-flash-cs3-and-air/#comment-31810</guid>
		<description>I really enjoy to discover all the possibilities using Javascript and AIR ! 

It was a really good présentation (i was in Paris onAir ) !</description>
		<content:encoded><![CDATA[<p>I really enjoy to discover all the possibilities using Javascript and AIR ! </p>
<p>It was a really good présentation (i was in Paris onAir ) !</p>
]]></content:encoded>
	</item>
</channel>
</rss>
