<?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"
	xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Subeesh's Weblog</title>
	<atom:link href="http://subeesh.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://subeesh.wordpress.com</link>
	<description>Hot heads and cold hearts never solved anything ...</description>
	<pubDate>Tue, 20 May 2008 07:35:28 +0000</pubDate>
	<generator>http://wordpress.org/?v=MU</generator>
	<language>en</language>
			<item>
		<title>Youtube Interface in Flex &#8212; FxTube</title>
		<link>http://subeesh.wordpress.com/2008/05/20/youtube-interface-in-flex/</link>
		<comments>http://subeesh.wordpress.com/2008/05/20/youtube-interface-in-flex/#comments</comments>
		<pubDate>Tue, 20 May 2008 07:25:22 +0000</pubDate>
		<dc:creator>subeesh</dc:creator>
		
		<category><![CDATA[Flex]]></category>

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

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

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

		<category><![CDATA[youtube in flex]]></category>

		<category><![CDATA[youtube videos without youtube]]></category>

		<guid isPermaLink="false">http://subeesh.wordpress.com/?p=10</guid>
		<description><![CDATA[I am trying to create a youtube interface in Adobe Flex. Click here to view the initial stage.
This is done using the Youtube data API available here ( Thanks to Martin for his invaluable contribution ).
I have used the video player from fxcomponents ( Thanks again )
Thanks to Abdul Qabiz for his post regarding Constructing [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I am trying to create a youtube interface in Adobe Flex. Click <a href="http://dev.meshenergy.com/test/fxtube/fxtube.html" target="_blank">here </a>to view the initial stage.</p>
<p>This is done using the Youtube data API available <a href="http://code.google.com/p/as3-youtube-data-api/">here</a> ( Thanks to Martin for his invaluable contribution ).</p>
<p>I have used the video player from fxcomponents ( Thanks again )</p>
<p>Thanks to Abdul Qabiz for his post regarding Constructing FLV url .</p>
<p>The full credit goes to Martin for his API.</p>
<p>There are a lot of bugs in the system currently. I will try to fix those issue and try to include some more features when i get time.</p>
<p> </p>
<p>Click <a href="http://dev.meshenergy.com/test/fxtube/fxtube.html" target="_blank">&gt;here </a>to view the application in its initial stage.</p>
<p> </p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/subeesh.wordpress.com/10/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/subeesh.wordpress.com/10/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/subeesh.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/subeesh.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/subeesh.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/subeesh.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/subeesh.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/subeesh.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/subeesh.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/subeesh.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/subeesh.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/subeesh.wordpress.com/10/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=subeesh.wordpress.com&blog=2135278&post=10&subd=subeesh&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://subeesh.wordpress.com/2008/05/20/youtube-interface-in-flex/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Flex Password Strength Meter</title>
		<link>http://subeesh.wordpress.com/2008/02/19/flex-password-strength-meter/</link>
		<comments>http://subeesh.wordpress.com/2008/02/19/flex-password-strength-meter/#comments</comments>
		<pubDate>Tue, 19 Feb 2008 12:25:40 +0000</pubDate>
		<dc:creator>subeesh</dc:creator>
		
		<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://subeesh.wordpress.com/?p=9</guid>
		<description><![CDATA[I have tried to create a Password Strength meter in flex . It is based on the existing ProgressBar component in flex . It has a target property which is to be set to the password input textbox. Whenever the text in the password input changes , password strength is calculated using regular expressions and [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I have tried to create a Password Strength meter in flex . It is based on the existing ProgressBar component in flex . It has a target property which is to be set to the password input textbox. Whenever the text in the password input changes , password strength is calculated using regular expressions and the progress bar is updated.</p>
<p>This is the link to an example with the Password strength meter .</p>
<p> <a href="http://dev.meshenergy.com/test/passwordmeter.html">http://dev.meshenergy.com/test/passwordmeter.html</a></p>
<p>This is an experiment and if anyone is interested to know more , or a good password strength meter , please leave a reply here</p>
<p>Reference:</p>
<p><a href="http://www.geekwisdom.com/dyn/passwdmeter">http://www.geekwisdom.com/dyn/passwdmeter</a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/subeesh.wordpress.com/9/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/subeesh.wordpress.com/9/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/subeesh.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/subeesh.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/subeesh.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/subeesh.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/subeesh.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/subeesh.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/subeesh.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/subeesh.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/subeesh.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/subeesh.wordpress.com/9/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=subeesh.wordpress.com&blog=2135278&post=9&subd=subeesh&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://subeesh.wordpress.com/2008/02/19/flex-password-strength-meter/feed/</wfw:commentRss>
		</item>
		<item>
		<title>HTML Tables in Flex</title>
		<link>http://subeesh.wordpress.com/2008/02/16/html-tables-in-flex/</link>
		<comments>http://subeesh.wordpress.com/2008/02/16/html-tables-in-flex/#comments</comments>
		<pubDate>Sat, 16 Feb 2008 09:02:53 +0000</pubDate>
		<dc:creator>subeesh</dc:creator>
		
		<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://subeesh.wordpress.com/?p=7</guid>
		<description><![CDATA[Most of the flex develpors a face a common problem to render html tags . Flex do not have the abillity to render complex html tags like &#60;table&#62; tags , but  Adobe Air is having a HTML control for rendering the html. I think the full html rendering ability is not included in flash player inorder [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Most of the flex develpors a face a common problem to render html tags . Flex do not have the abillity to render complex html tags like &lt;table&gt; tags , but  Adobe Air is having a HTML control for rendering the html. I think the full html rendering ability is not included in flash player inorder to keep it light weight .</p>
<p>I faced a similar problem to render html tables in flex. I have a tried  a third party html component inorder to render html . That component is working well , but the hmtl is a appearing as a layer on top of the swf giving scrolling issues always.</p>
<p>Then i tried to create component based on the Grid Component in flex which is similar to the HTML Table .  The component will accept an html string containing table tags and will use regular expressions to parse the string to create Grid rows and columns. </p>
<p>The component is working correctly for simple tables , now need to include the ability to render style attributes .</p>
<p>I have not posted the code because i am still working on it . If any one is interested to know about this , or know some other technique to render html in flex , please leave a message here</p>
<p>Subeesh </p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/subeesh.wordpress.com/7/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/subeesh.wordpress.com/7/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/subeesh.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/subeesh.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/subeesh.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/subeesh.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/subeesh.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/subeesh.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/subeesh.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/subeesh.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/subeesh.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/subeesh.wordpress.com/7/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=subeesh.wordpress.com&blog=2135278&post=7&subd=subeesh&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://subeesh.wordpress.com/2008/02/16/html-tables-in-flex/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>