<?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/"
	xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for Stephen&#039;s dev blog</title>
	<atom:link href="http://colourgray.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://colourgray.wordpress.com</link>
	<description>I heart javascript</description>
	<lastBuildDate>Sun, 20 Sep 2009 14:15:05 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Flex 3 DataGrid double click event by no one</title>
		<link>http://colourgray.wordpress.com/2008/08/06/flex-3-datagrid-double-click-event/#comment-103</link>
		<dc:creator>no one</dc:creator>
		<pubDate>Sun, 20 Sep 2009 14:15:05 +0000</pubDate>
		<guid isPermaLink="false">http://colourgray.wordpress.com/?p=26#comment-103</guid>
		<description>Thanks for the help.</description>
		<content:encoded><![CDATA[<p>Thanks for the help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on About me by Anuroop Vincent</title>
		<link>http://colourgray.wordpress.com/about_me/#comment-101</link>
		<dc:creator>Anuroop Vincent</dc:creator>
		<pubDate>Tue, 15 Sep 2009 12:59:58 +0000</pubDate>
		<guid isPermaLink="false">#comment-101</guid>
		<description>Hai Stephen,

             This is Anuroop Vincent  from INDIA.i am also a programmer.if u have overloaded work u can give me some work.i will do it for less money.my conact number is 00919895944563.u can contact me any time.i know JSP,Java and flex.

                 I appreciate u for doing all the development without a university degree.self study is because of u r ambition Keep it up.

Thanks And Regards.
Anuroop Vincent</description>
		<content:encoded><![CDATA[<p>Hai Stephen,</p>
<p>             This is Anuroop Vincent  from INDIA.i am also a programmer.if u have overloaded work u can give me some work.i will do it for less money.my conact number is 00919895944563.u can contact me any time.i know JSP,Java and flex.</p>
<p>                 I appreciate u for doing all the development without a university degree.self study is because of u r ambition Keep it up.</p>
<p>Thanks And Regards.<br />
Anuroop Vincent</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flex getting selected RadioButton value by Neethun</title>
		<link>http://colourgray.wordpress.com/2008/08/11/flex-getting-selected-radiobutton-value/#comment-100</link>
		<dc:creator>Neethun</dc:creator>
		<pubDate>Wed, 09 Sep 2009 07:00:53 +0000</pubDate>
		<guid isPermaLink="false">http://colourgray.wordpress.com/?p=65#comment-100</guid>
		<description>Thanks for the simple solution for my complex problem.</description>
		<content:encoded><![CDATA[<p>Thanks for the simple solution for my complex problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flex getting selected RadioButton value by suresh</title>
		<link>http://colourgray.wordpress.com/2008/08/11/flex-getting-selected-radiobutton-value/#comment-99</link>
		<dc:creator>suresh</dc:creator>
		<pubDate>Fri, 04 Sep 2009 11:07:58 +0000</pubDate>
		<guid isPermaLink="false">http://colourgray.wordpress.com/?p=65#comment-99</guid>
		<description>simply very nice!!Thanks!!!!!!!!</description>
		<content:encoded><![CDATA[<p>simply very nice!!Thanks!!!!!!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flex save changes from an AdvancedDataGrid using itemEditEnd by epilefserdna</title>
		<link>http://colourgray.wordpress.com/2008/09/15/flex-save-changes-from-an-advanceddatagrid-using-itemeditend/#comment-97</link>
		<dc:creator>epilefserdna</dc:creator>
		<pubDate>Fri, 28 Aug 2009 20:10:20 +0000</pubDate>
		<guid isPermaLink="false">http://colourgray.wordpress.com/?p=96#comment-97</guid>
		<description>THANK YOU VERY MUCH!!!. You saved my day.</description>
		<content:encoded><![CDATA[<p>THANK YOU VERY MUCH!!!. You saved my day.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flex Processing XML response from HTTPService by James L.</title>
		<link>http://colourgray.wordpress.com/2008/08/08/flex-processing-xml-response-from-httpservice/#comment-95</link>
		<dc:creator>James L.</dc:creator>
		<pubDate>Wed, 26 Aug 2009 01:27:44 +0000</pubDate>
		<guid isPermaLink="false">http://colourgray.wordpress.com/?p=17#comment-95</guid>
		<description>I glad I could learn something here even when I have undertake a few Flex projects. I accidently overlook something that I use XMLListCollection to process my XML data instead of simplify with XML datatype as found in your tutorial.</description>
		<content:encoded><![CDATA[<p>I glad I could learn something here even when I have undertake a few Flex projects. I accidently overlook something that I use XMLListCollection to process my XML data instead of simplify with XML datatype as found in your tutorial.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flex getting selected RadioButton value by Christian Yates</title>
		<link>http://colourgray.wordpress.com/2008/08/11/flex-getting-selected-radiobutton-value/#comment-94</link>
		<dc:creator>Christian Yates</dc:creator>
		<pubDate>Tue, 25 Aug 2009 19:57:08 +0000</pubDate>
		<guid isPermaLink="false">http://colourgray.wordpress.com/?p=65#comment-94</guid>
		<description>Stephen,

Thanks for this summary. I did find a problem when I tried to implement it though. You say:

&lt;blockquote&gt;Notice the {} around the groupName attributes of the RadioButton controls. You can then do this to select the value:&lt;/blockquote&gt;

But I found that the value was only returned if the groupName parameter was set to the id of the RadioButtonGroup WITHOUT the brackets.

I&#039;m using Flex 3.</description>
		<content:encoded><![CDATA[<p>Stephen,</p>
<p>Thanks for this summary. I did find a problem when I tried to implement it though. You say:</p>
<blockquote><p>Notice the {} around the groupName attributes of the RadioButton controls. You can then do this to select the value:</p></blockquote>
<p>But I found that the value was only returned if the groupName parameter was set to the id of the RadioButtonGroup WITHOUT the brackets.</p>
<p>I&#8217;m using Flex 3.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQuery wildcard selectors by Stephen Gray</title>
		<link>http://colourgray.wordpress.com/2008/08/05/jquery-wildcard-selectors/#comment-90</link>
		<dc:creator>Stephen Gray</dc:creator>
		<pubDate>Mon, 27 Jul 2009 08:57:41 +0000</pubDate>
		<guid isPermaLink="false">http://colourgray.wordpress.com/?p=13#comment-90</guid>
		<description>Hi James,

You can achieve what you want using .find().

&lt;code&gt;$(&#039;#IDofUL&#039;).find(&#039;li&#039;).each(function()&lt;/code&gt;
&lt;code&gt;{&lt;/code&gt;
&lt;code&gt;&#160;&#160;&#160;&#160;// do something with li&lt;/code&gt;
&lt;code&gt;});&lt;/code&gt;

Stephen.</description>
		<content:encoded><![CDATA[<p>Hi James,</p>
<p>You can achieve what you want using .find().</p>
<p><code>$('#IDofUL').find('li').each(function()</code><br />
<code>{</code><br />
<code>&nbsp;&nbsp;&nbsp;&nbsp;// do something with li</code><br />
<code>});</code></p>
<p>Stephen.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQuery wildcard selectors by James</title>
		<link>http://colourgray.wordpress.com/2008/08/05/jquery-wildcard-selectors/#comment-89</link>
		<dc:creator>James</dc:creator>
		<pubDate>Sun, 12 Jul 2009 20:54:00 +0000</pubDate>
		<guid isPermaLink="false">http://colourgray.wordpress.com/?p=13#comment-89</guid>
		<description>Hi, i see your regex! Its nice to know you use those! But i have a problem, im not sure on how to use the regex.

i need to search for all nested li`s within a ul ( where any li can have it`s own ul with li`s) but i cant get it right tho.. 

What would be the query or regex for this? 

#navigation * li doesnt work.. so im kinda not sure what to do  now</description>
		<content:encoded><![CDATA[<p>Hi, i see your regex! Its nice to know you use those! But i have a problem, im not sure on how to use the regex.</p>
<p>i need to search for all nested li`s within a ul ( where any li can have it`s own ul with li`s) but i cant get it right tho.. </p>
<p>What would be the query or regex for this? </p>
<p>#navigation * li doesnt work.. so im kinda not sure what to do  now</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQuery wildcard selectors by jQuery wildcard selectors - update &#171; Stephen&#8217;s dev blog</title>
		<link>http://colourgray.wordpress.com/2008/08/05/jquery-wildcard-selectors/#comment-85</link>
		<dc:creator>jQuery wildcard selectors - update &#171; Stephen&#8217;s dev blog</dc:creator>
		<pubDate>Fri, 24 Apr 2009 09:17:19 +0000</pubDate>
		<guid isPermaLink="false">http://colourgray.wordpress.com/?p=13#comment-85</guid>
		<description>[...]    Flex 3 DataGrid double click eventjQuery wildcard selectorsFlex getting selected RadioButton valuejQuery loading remote/external javascript files using [...]</description>
		<content:encoded><![CDATA[<p>[...]    Flex 3 DataGrid double click eventjQuery wildcard selectorsFlex getting selected RadioButton valuejQuery loading remote/external javascript files using [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
