<?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 for kelvinluck.com</title>
	<atom:link href="http://www.kelvinluck.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kelvinluck.com</link>
	<description>a stroke of luck</description>
	<lastBuildDate>Sat, 13 Mar 2010 06:51:59 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on ColorTransform explorer by Kelvin Luck</title>
		<link>http://www.kelvinluck.com/2009/04/colortransform-explorer/comment-page-1/#comment-28897</link>
		<dc:creator>Kelvin Luck</dc:creator>
		<pubDate>Sat, 13 Mar 2010 06:51:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.kelvinluck.com/?p=754#comment-28897</guid>
		<description>I just prefer to keep my actionscript seperate from my mxml... I think a code behind approach is much cleaner conceptually (mxml declaratively describing layout with a separate actionscript layer underneath defining behaviour). Also, at the time I wrote this FDT (my IDE of choice) had terrible support for mxml files so I had to use a code behind to get nice code completion etc etc...</description>
		<content:encoded><![CDATA[<p>I just prefer to keep my actionscript seperate from my mxml... I think a code behind approach is much cleaner conceptually (mxml declaratively describing layout with a separate actionscript layer underneath defining behaviour). Also, at the time I wrote this FDT (my IDE of choice) had terrible support for mxml files so I had to use a code behind to get nice code completion etc etc...</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ColorTransform explorer by greg</title>
		<link>http://www.kelvinluck.com/2009/04/colortransform-explorer/comment-page-1/#comment-28883</link>
		<dc:creator>greg</dc:creator>
		<pubDate>Fri, 12 Mar 2010 22:16:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.kelvinluck.com/?p=754#comment-28883</guid>
		<description>Was wondering igf you could expound a bit on why you created a ColorTransformExplorerClass extending the Application class, instead of writing dirently into an  file? Curious if I&#039;ve been missing out on some technique...

Oh, an very cool little helper!</description>
		<content:encoded><![CDATA[<p>Was wondering igf you could expound a bit on why you created a ColorTransformExplorerClass extending the Application class, instead of writing dirently into an  file? Curious if I've been missing out on some technique...</p>
<p>Oh, an very cool little helper!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Error installing plugins in Eclipse on OSX by Missy</title>
		<link>http://www.kelvinluck.com/2009/08/error-installing-plugins-in-eclipse-on-osx/comment-page-1/#comment-28257</link>
		<dc:creator>Missy</dc:creator>
		<pubDate>Wed, 03 Mar 2010 01:05:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.kelvinluck.com/?p=817#comment-28257</guid>
		<description>Thanks!  Worked like a charm.</description>
		<content:encoded><![CDATA[<p>Thanks!  Worked like a charm.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Second steps with Flash 10 audio programming by [Actionscript 3] Syncro audio e video</title>
		<link>http://www.kelvinluck.com/2009/03/second-steps-with-flash-10-audio-programming/comment-page-1/#comment-28159</link>
		<dc:creator>[Actionscript 3] Syncro audio e video</dc:creator>
		<pubDate>Mon, 01 Mar 2010 10:33:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.kelvinluck.com/?p=637#comment-28159</guid>
		<description>[...] ha tutte le risposte, basta saper fare le giuste domande :-P )  ecco quello che ti serve....  Second steps with Flash 10 audio programming &#124; kelvinluck.com   buon lavoro  ma infatti mi sembrava strano che in AS3 non ci fosse un controllo del genere!!!!    [...]</description>
		<content:encoded><![CDATA[<p>[...] ha tutte le risposte, basta saper fare le giuste domande :-P )  ecco quello che ti serve....  Second steps with Flash 10 audio programming | kelvinluck.com   buon lavoro  ma infatti mi sembrava strano che in AS3 non ci fosse un controllo del genere!!!!    [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Switch stylesheets with jQuery by Most Beautiful jQuery Plugins for Web Designers &#124; KSSP</title>
		<link>http://www.kelvinluck.com/2006/05/switch-stylesheets-with-jquery/comment-page-3/#comment-28004</link>
		<dc:creator>Most Beautiful jQuery Plugins for Web Designers &#124; KSSP</dc:creator>
		<pubDate>Thu, 25 Feb 2010 21:58:41 +0000</pubDate>
		<guid isPermaLink="false">http://nb.kelvinluck.com/?p=53#comment-28004</guid>
		<description>[...] Switch stylesheets with jQuery [...]</description>
		<content:encoded><![CDATA[<p>[...] Switch stylesheets with jQuery [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Second steps with Flash 10 audio programming by name</title>
		<link>http://www.kelvinluck.com/2009/03/second-steps-with-flash-10-audio-programming/comment-page-1/#comment-27946</link>
		<dc:creator>name</dc:creator>
		<pubDate>Wed, 24 Feb 2010 20:02:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.kelvinluck.com/?p=637#comment-27946</guid>
		<description>How can I record the spectrum sound and then play again? 

I have this inside a function:

SoundMixer.computeSpectrum(_bytes, false, 0);

_bytesGrabacion.writeBytes(_bytes, 0, Math.min(_bytesGrabacion.bytesAvailable, 8 * 8192));
			}</description>
		<content:encoded><![CDATA[<p>How can I record the spectrum sound and then play again? </p>
<p>I have this inside a function:</p>
<p>SoundMixer.computeSpectrum(_bytes, false, 0);</p>
<p>_bytesGrabacion.writeBytes(_bytes, 0, Math.min(_bytesGrabacion.bytesAvailable, 8 * 8192));<br />
			}</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQuery date picker by Nick Stanton</title>
		<link>http://www.kelvinluck.com/projects/jquery-date-picker/comment-page-8/#comment-27931</link>
		<dc:creator>Nick Stanton</dc:creator>
		<pubDate>Wed, 24 Feb 2010 14:38:15 +0000</pubDate>
		<guid isPermaLink="false">http://nb.kelvinluck.com/?page_id=82#comment-27931</guid>
		<description>Hi I&#039;m using date picker for a form with a start date and end date

I have set up the inputs to use dd/mm/yy. They submit fine in this format.

When the page is reloaded, I reload the values into the datepicker inputs, but when i do they revert to the US format mm/dd/yy

I discovered that if I load the values into a pair of hidden inputs, and then let the JavaScript copy them to the real inputs AFTER the dd/mm/yy options had been set that they work fine.

Hope this helps any others facing this problem.</description>
		<content:encoded><![CDATA[<p>Hi I'm using date picker for a form with a start date and end date</p>
<p>I have set up the inputs to use dd/mm/yy. They submit fine in this format.</p>
<p>When the page is reloaded, I reload the values into the datepicker inputs, but when i do they revert to the US format mm/dd/yy</p>
<p>I discovered that if I load the values into a pair of hidden inputs, and then let the JavaScript copy them to the real inputs AFTER the dd/mm/yy options had been set that they work fine.</p>
<p>Hope this helps any others facing this problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQuery date picker by MFeccto</title>
		<link>http://www.kelvinluck.com/projects/jquery-date-picker/comment-page-8/#comment-27658</link>
		<dc:creator>MFeccto</dc:creator>
		<pubDate>Thu, 18 Feb 2010 21:12:12 +0000</pubDate>
		<guid isPermaLink="false">http://nb.kelvinluck.com/?page_id=82#comment-27658</guid>
		<description>Hi 
Great widget ! 

- i need to have a date selected on open (other the Today)
my problem is tha when i use the  setSelected function ..
it start Looping :(  

My Code (doest include the helper .. but ..)
 

	$(function(){
		var dtStart = new Date(Gl_today).substYears(1).asString();
		var dtEnd = new Date(Gl_today).addYears(1).asString();
    		$(&#039;.calendar-container&#039;).datePicker({	inline:true,
    							startDate:dtStart, 
    							endDate:dtEnd,
    							month:extractDate(getQueryDate()).getMonth(), 
    							year:extractDate(getQueryDate()).getFullYear() 
    					    	})
			.bind(
				&#039;dateSelected&#039;,
				function(e, selectedDate, $td)	{
					$(&quot;#event_list&quot;).show();
					$(&quot;#date_today&quot;).text(printDateOrRange(selectedDate.asString(dtWorkFormat),selectedDate.asString(dtWorkFormat)));
					window.location.replace(buildEventCallurl(selectedDate));
			});
	 });
 
      
----
Any Advise ?</description>
		<content:encoded><![CDATA[<p>Hi<br />
Great widget ! </p>
<p>- i need to have a date selected on open (other the Today)<br />
my problem is tha when i use the  setSelected function ..<br />
it start Looping :(  </p>
<p>My Code (doest include the helper .. but ..)</p>
<p>	$(function(){<br />
		var dtStart = new Date(Gl_today).substYears(1).asString();<br />
		var dtEnd = new Date(Gl_today).addYears(1).asString();<br />
    		$('.calendar-container').datePicker({	inline:true,<br />
    							startDate:dtStart,<br />
    							endDate:dtEnd,<br />
    							month:extractDate(getQueryDate()).getMonth(),<br />
    							year:extractDate(getQueryDate()).getFullYear()<br />
    					    	})<br />
			.bind(<br />
				'dateSelected',<br />
				function(e, selectedDate, $td)	{<br />
					$("#event_list").show();<br />
					$("#date_today").text(printDateOrRange(selectedDate.asString(dtWorkFormat),selectedDate.asString(dtWorkFormat)));<br />
					window.location.replace(buildEventCallurl(selectedDate));<br />
			});<br />
	 });</p>
<p>----<br />
Any Advise ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Custom 404 error messages with CodeIgniter by Johnny</title>
		<link>http://www.kelvinluck.com/2009/04/custom-404-error-messages-with-codeigniter/comment-page-1/#comment-27588</link>
		<dc:creator>Johnny</dc:creator>
		<pubDate>Wed, 17 Feb 2010 09:44:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.kelvinluck.com/?p=717#comment-27588</guid>
		<description>Nice bit of code Kelvin... works like a charm!</description>
		<content:encoded><![CDATA[<p>Nice bit of code Kelvin... works like a charm!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Switch stylesheets with jQuery by 37 Fenomenales jQuery Plugins y Demos para Desarrolladores &#124; Proyecto Aurora</title>
		<link>http://www.kelvinluck.com/2006/05/switch-stylesheets-with-jquery/comment-page-3/#comment-27578</link>
		<dc:creator>37 Fenomenales jQuery Plugins y Demos para Desarrolladores &#124; Proyecto Aurora</dc:creator>
		<pubDate>Wed, 17 Feb 2010 05:35:30 +0000</pubDate>
		<guid isPermaLink="false">http://nb.kelvinluck.com/?p=53#comment-27578</guid>
		<description>[...] Switch stylesheets with jQuery [...]</description>
		<content:encoded><![CDATA[<p>[...] Switch stylesheets with jQuery [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 1.238 seconds -->
