<br />
<b>Warning</b>:  include() [<a href='function.include'>function.include</a>]: Unable to access /var/www/html/rogue-development/blog2/wp-content/advanced-cache.php in <b>/var/www/html/rogue-development/blog2/wp-settings.php</b> on line <b>62</b><br />
<br />
<b>Warning</b>:  include(/var/www/html/rogue-development/blog2/wp-content/advanced-cache.php) [<a href='function.include'>function.include</a>]: failed to open stream: No such file or directory in <b>/var/www/html/rogue-development/blog2/wp-settings.php</b> on line <b>62</b><br />
<br />
<b>Warning</b>:  include() [<a href='function.include'>function.include</a>]: Failed opening '/var/www/html/rogue-development/blog2/wp-content/advanced-cache.php' for inclusion (include_path='.:/usr/share/pear:/usr/share/php') in <b>/var/www/html/rogue-development/blog2/wp-settings.php</b> on line <b>62</b><br />
<br />
<b>Notice</b>:  add_option was called with an argument that is <strong>deprecated</strong> since version 2.3 with no alternative available. in <b>/var/www/html/rogue-development/blog2/wp-includes/functions.php</b> on line <b>3468</b><br />
<br />
<b>Notice</b>:  register_sidebar_widget is <strong>deprecated</strong> since version 2.8! Use wp_register_sidebar_widget() instead. in <b>/var/www/html/rogue-development/blog2/wp-includes/functions.php</b> on line <b>3382</b><br />
<br />
<b>Notice</b>:  register_widget_control is <strong>deprecated</strong> since version 2.8! Use wp_register_widget_control() instead. in <b>/var/www/html/rogue-development/blog2/wp-includes/functions.php</b> on line <b>3382</b><br />
<?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 on: Profiling experience</title>
	<atom:link href="http://www.rogue-development.com/blog2/2009/07/profiling-experience/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rogue-development.com/blog2/2009/07/profiling-experience/</link>
	<description>Comments and thoughts on technology from Marc Hughes</description>
	<lastBuildDate>Sun, 30 Jan 2011 18:36:22 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Maxim Porges</title>
		<link>http://www.rogue-development.com/blog2/2009/07/profiling-experience/comment-page-1/#comment-1016</link>
		<dc:creator>Maxim Porges</dc:creator>
		<pubDate>Wed, 29 Jul 2009 03:22:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.rogue-development.com/blog2/?p=513#comment-1016</guid>
		<description>I had an almost identical experience with a spinner-style progress component I found online. The assumption was that Flash would stop trying to render an item no longer on screen; that assumption ended up being very wrong.

- max</description>
		<content:encoded><![CDATA[<p>I had an almost identical experience with a spinner-style progress component I found online. The assumption was that Flash would stop trying to render an item no longer on screen; that assumption ended up being very wrong.</p>
<p>- max</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Doberenz</title>
		<link>http://www.rogue-development.com/blog2/2009/07/profiling-experience/comment-page-1/#comment-963</link>
		<dc:creator>Mark Doberenz</dc:creator>
		<pubDate>Tue, 14 Jul 2009 20:00:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.rogue-development.com/blog2/?p=513#comment-963</guid>
		<description>I came upon the indeterminate progress bar issue a different way one time.  I happened to be running an app and just to play around, turned on &quot;Show Redraw Regions&quot; and in the middle of the app there&#039;s this moving red rectangle.  I realized it was my progress bar still redrawing itself.  This was back in the Flex 2 days without the Profiler. :)</description>
		<content:encoded><![CDATA[<p>I came upon the indeterminate progress bar issue a different way one time.  I happened to be running an app and just to play around, turned on &#8220;Show Redraw Regions&#8221; and in the middle of the app there&#8217;s this moving red rectangle.  I realized it was my progress bar still redrawing itself.  This was back in the Flex 2 days without the Profiler. <img src='http://www.rogue-development.com/blog2/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marc</title>
		<link>http://www.rogue-development.com/blog2/2009/07/profiling-experience/comment-page-1/#comment-959</link>
		<dc:creator>Marc</dc:creator>
		<pubDate>Mon, 13 Jul 2009 18:00:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.rogue-development.com/blog2/?p=513#comment-959</guid>
		<description>Afraid so.

Now it wasn&#039;t just the fact that 2 timers were going, it was the fact that the two progress bars were constantly animating.  I&#039;m assuming it&#039;s because of a deeply nested display list and either the flex layout code was constantly running, or the Flash rendering code was going crazy.  After manually setting the visibility on those two progress bars everything was fine (and that being the only change).  But once solving the problem I didn&#039;t investigate the why any further why it was happening.</description>
		<content:encoded><![CDATA[<p>Afraid so.</p>
<p>Now it wasn&#8217;t just the fact that 2 timers were going, it was the fact that the two progress bars were constantly animating.  I&#8217;m assuming it&#8217;s because of a deeply nested display list and either the flex layout code was constantly running, or the Flash rendering code was going crazy.  After manually setting the visibility on those two progress bars everything was fine (and that being the only change).  But once solving the problem I didn&#8217;t investigate the why any further why it was happening.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: felix</title>
		<link>http://www.rogue-development.com/blog2/2009/07/profiling-experience/comment-page-1/#comment-958</link>
		<dc:creator>felix</dc:creator>
		<pubDate>Mon, 13 Jul 2009 17:50:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.rogue-development.com/blog2/?p=513#comment-958</guid>
		<description>So 2 spinning timers knocked the cpu from 4% to 216%? surely not?</description>
		<content:encoded><![CDATA[<p>So 2 spinning timers knocked the cpu from 4% to 216%? surely not?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

