<?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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for Lucas Pereira</title>
	<atom:link href="http://aheadofthewave.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://aheadofthewave.wordpress.com</link>
	<description>Software Engineering ahead of the wave</description>
	<lastBuildDate>Fri, 17 Apr 2009 19:42:19 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Type Casting and ObjectUtil.copy(obj) in ActionScript 3.0 by Martin Harrigan</title>
		<link>http://aheadofthewave.wordpress.com/2007/08/15/type-casting-and-objectutilcopyobj-in-actionscript-30/#comment-48</link>
		<dc:creator>Martin Harrigan</dc:creator>
		<pubDate>Fri, 17 Apr 2009 19:42:19 +0000</pubDate>
		<guid isPermaLink="false">http://aheadofthewave.wordpress.com/2007/08/15/type-casting-and-objectutilcopyobj-in-actionscript-30/#comment-48</guid>
		<description>Thank you - just the problem I was having ;-)</description>
		<content:encoded><![CDATA[<p>Thank you &#8211; just the problem I was having <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sparklines in Flex by Lucas Pereira</title>
		<link>http://aheadofthewave.wordpress.com/2007/08/20/sparklines-in-flex/#comment-47</link>
		<dc:creator>Lucas Pereira</dc:creator>
		<pubDate>Thu, 16 Apr 2009 08:48:09 +0000</pubDate>
		<guid isPermaLink="false">http://aheadofthewave.wordpress.com/2007/08/20/sparklines-in-flex/#comment-47</guid>
		<description>Hey. A good solution is to mix PlotSeries, LineSeries and AreaSeries

You can do it like this:
  - LineChart
     - AreaSeries for the average bar
     - LineSeries for the sparkline
     - PlotSeries for the max value
     - PlotSeries for the min value

The next step it to add an item renderer to the min and max series. This item renderer should be used to add the labels.

Maybe we can use just one PlotSeries for both min and max values.

Another solution is renderer each of the items of the LineSeries, but since sparklines usually represent a very large number of values, this process could be slow. What will happen is that for each item you would have to check to see if the value is equal to the max or min values and then render accordingly... I&#039;ve tried this myself and didn&#039;t prove to be the fasted of the approaches!

The other way to do this is using the annotation elements... &lt;a href=&quot;http://www.stretchmedia.ca/blog/index.cfm/2007/8/14/Google-Finance-with-Flex-Code&quot; rel=&quot;nofollow&quot;&gt;Here&lt;/a&gt; is probably the best example of them all!!</description>
		<content:encoded><![CDATA[<p>Hey. A good solution is to mix PlotSeries, LineSeries and AreaSeries</p>
<p>You can do it like this:<br />
  &#8211; LineChart<br />
     &#8211; AreaSeries for the average bar<br />
     &#8211; LineSeries for the sparkline<br />
     &#8211; PlotSeries for the max value<br />
     &#8211; PlotSeries for the min value</p>
<p>The next step it to add an item renderer to the min and max series. This item renderer should be used to add the labels.</p>
<p>Maybe we can use just one PlotSeries for both min and max values.</p>
<p>Another solution is renderer each of the items of the LineSeries, but since sparklines usually represent a very large number of values, this process could be slow. What will happen is that for each item you would have to check to see if the value is equal to the max or min values and then render accordingly&#8230; I&#8217;ve tried this myself and didn&#8217;t prove to be the fasted of the approaches!</p>
<p>The other way to do this is using the annotation elements&#8230; <a href="http://www.stretchmedia.ca/blog/index.cfm/2007/8/14/Google-Finance-with-Flex-Code" rel="nofollow">Here</a> is probably the best example of them all!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sparklines in Flex by jason</title>
		<link>http://aheadofthewave.wordpress.com/2007/08/20/sparklines-in-flex/#comment-46</link>
		<dc:creator>jason</dc:creator>
		<pubDate>Wed, 15 Apr 2009 20:27:29 +0000</pubDate>
		<guid isPermaLink="false">http://aheadofthewave.wordpress.com/2007/08/20/sparklines-in-flex/#comment-46</guid>
		<description>Lucas, I know you mentioned you can&#039;t share the code, but can you point me in the right direction on how you placed the green and red dots on the linechart? If possible can you shoot me an email?  



TIA, J</description>
		<content:encoded><![CDATA[<p>Lucas, I know you mentioned you can&#8217;t share the code, but can you point me in the right direction on how you placed the green and red dots on the linechart? If possible can you shoot me an email?  </p>
<p>TIA, J</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on New to Drupal&#8230; Lets get started! by Lucas Pereira</title>
		<link>http://aheadofthewave.wordpress.com/2008/11/23/new-to-drupal-lets-get-started/#comment-45</link>
		<dc:creator>Lucas Pereira</dc:creator>
		<pubDate>Mon, 16 Mar 2009 15:37:11 +0000</pubDate>
		<guid isPermaLink="false">http://aheadofthewave.wordpress.com/?p=86#comment-45</guid>
		<description>&quot;When I delete the .htaccess file — I get no errors&quot;, if it works by deleting the .htaccess file maybe this is because your webserver doesn&#039;t have .htaccess enabled! Take a look a this: http://httpd.apache.org/docs/2.0/howto/htaccess.html

Hope this is somehow usefull!</description>
		<content:encoded><![CDATA[<p>&#8220;When I delete the .htaccess file — I get no errors&#8221;, if it works by deleting the .htaccess file maybe this is because your webserver doesn&#8217;t have .htaccess enabled! Take a look a this: <a href="http://httpd.apache.org/docs/2.0/howto/htaccess.html" rel="nofollow">http://httpd.apache.org/docs/2.0/howto/htaccess.html</a></p>
<p>Hope this is somehow usefull!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on New to Drupal&#8230; Lets get started! by Michael J</title>
		<link>http://aheadofthewave.wordpress.com/2008/11/23/new-to-drupal-lets-get-started/#comment-44</link>
		<dc:creator>Michael J</dc:creator>
		<pubDate>Mon, 16 Mar 2009 15:16:03 +0000</pubDate>
		<guid isPermaLink="false">http://aheadofthewave.wordpress.com/?p=86#comment-44</guid>
		<description>I need some help. I am using a friends linux box for development and my directory is /users/dj/public_html/cms for the drupal install and this will get me there: http://db.sphurism.net/~dj/cms I tried making the rewrite base /~dj/cms in the .htaccess file and I got a 500 internal server error when I go to http://db.sphurism.net/~dj/cms.

When I delete the .htaccess file -- I get no errors.</description>
		<content:encoded><![CDATA[<p>I need some help. I am using a friends linux box for development and my directory is /users/dj/public_html/cms for the drupal install and this will get me there: <a href="http://db.sphurism.net/~dj/cms" rel="nofollow">http://db.sphurism.net/~dj/cms</a> I tried making the rewrite base /~dj/cms in the .htaccess file and I got a 500 internal server error when I go to <a href="http://db.sphurism.net/~dj/cms" rel="nofollow">http://db.sphurism.net/~dj/cms</a>.</p>
<p>When I delete the .htaccess file &#8212; I get no errors.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on First Steps Within Drupal by sebagr</title>
		<link>http://aheadofthewave.wordpress.com/2008/11/13/first-steps-within-drupal/#comment-43</link>
		<dc:creator>sebagr</dc:creator>
		<pubDate>Sun, 08 Mar 2009 15:55:04 +0000</pubDate>
		<guid isPermaLink="false">http://aheadofthewave.wordpress.com/?p=48#comment-43</guid>
		<description>Hi! I&#039;m a huge fan of Drupal. I&#039;ve just contributed a new module for validating forms, wisely named &quot;Validations&quot;.

Please feel free to download the new module (http://ageekapart.wordpress.com/2009/03/08/drupal-module-validations/) and send me some feedback. Thanks!</description>
		<content:encoded><![CDATA[<p>Hi! I&#8217;m a huge fan of Drupal. I&#8217;ve just contributed a new module for validating forms, wisely named &#8220;Validations&#8221;.</p>
<p>Please feel free to download the new module (<a href="http://ageekapart.wordpress.com/2009/03/08/drupal-module-validations/" rel="nofollow">http://ageekapart.wordpress.com/2009/03/08/drupal-module-validations/</a>) and send me some feedback. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Type Casting and ObjectUtil.copy(obj) in ActionScript 3.0 by james</title>
		<link>http://aheadofthewave.wordpress.com/2007/08/15/type-casting-and-objectutilcopyobj-in-actionscript-30/#comment-37</link>
		<dc:creator>james</dc:creator>
		<pubDate>Wed, 07 Jan 2009 00:39:09 +0000</pubDate>
		<guid isPermaLink="false">http://aheadofthewave.wordpress.com/2007/08/15/type-casting-and-objectutilcopyobj-in-actionscript-30/#comment-37</guid>
		<description>I can&#039;t still typecast the object to Label. I decided just to dynamically create the labels in both canvases, so I wouldn&#039;t be performing any copy. This is the best turnaround I can think off, besides I will also need to dynamically create other unique labels too. I am doing a report.</description>
		<content:encoded><![CDATA[<p>I can&#8217;t still typecast the object to Label. I decided just to dynamically create the labels in both canvases, so I wouldn&#8217;t be performing any copy. This is the best turnaround I can think off, besides I will also need to dynamically create other unique labels too. I am doing a report.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Type Casting and ObjectUtil.copy(obj) in ActionScript 3.0 by Lucas Pereira</title>
		<link>http://aheadofthewave.wordpress.com/2007/08/15/type-casting-and-objectutilcopyobj-in-actionscript-30/#comment-36</link>
		<dc:creator>Lucas Pereira</dc:creator>
		<pubDate>Tue, 06 Jan 2009 00:21:35 +0000</pubDate>
		<guid isPermaLink="false">http://aheadofthewave.wordpress.com/2007/08/15/type-casting-and-objectutilcopyobj-in-actionscript-30/#comment-36</guid>
		<description>Here is your answer: &lt;a href=&quot;http://livedocs.adobe.com/flex/201/langref/mx/utils/ObjectUtil.html#copy()&quot; rel=&quot;nofollow&quot;&gt;http://livedocs.adobe.com/flex/201/langref/mx/utils/ObjectUtil.html#copy()&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Here is your answer: <a href="http://livedocs.adobe.com/flex/201/langref/mx/utils/ObjectUtil.html#copy()" rel="nofollow">http://livedocs.adobe.com/flex/201/langref/mx/utils/ObjectUtil.html#copy()</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Type Casting and ObjectUtil.copy(obj) in ActionScript 3.0 by james</title>
		<link>http://aheadofthewave.wordpress.com/2007/08/15/type-casting-and-objectutilcopyobj-in-actionscript-30/#comment-35</link>
		<dc:creator>james</dc:creator>
		<pubDate>Mon, 05 Jan 2009 23:56:52 +0000</pubDate>
		<guid isPermaLink="false">http://aheadofthewave.wordpress.com/2007/08/15/type-casting-and-objectutilcopyobj-in-actionscript-30/#comment-35</guid>
		<description>Is this also works on UI components? I want to copy a label on the first canvas of my viewstack to the second canvas. I tried using registeredClassAlias but doesn&#039;t work for me.</description>
		<content:encoded><![CDATA[<p>Is this also works on UI components? I want to copy a label on the first canvas of my viewstack to the second canvas. I tried using registeredClassAlias but doesn&#8217;t work for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on New to Drupal&#8230; Where to go? How to start? by sam</title>
		<link>http://aheadofthewave.wordpress.com/2008/11/18/new-to-drupal-where-to-go-how-to-start/#comment-22</link>
		<dc:creator>sam</dc:creator>
		<pubDate>Tue, 18 Nov 2008 20:01:47 +0000</pubDate>
		<guid isPermaLink="false">http://aheadofthewave.wordpress.com/?p=53#comment-22</guid>
		<description>Thanks,

I am about 3 weeks into Drupal, and it can be quite confusing where to start.</description>
		<content:encoded><![CDATA[<p>Thanks,</p>
<p>I am about 3 weeks into Drupal, and it can be quite confusing where to start.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
