<?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: Updates to JSONView, XBList, and TopProcess</title>
	<atom:link href="http://benhollis.net/blog/2009/10/05/updates-to-jsonview-xblist-and-topprocess/feed/" rel="self" type="application/rss+xml" />
	<link>http://benhollis.net/blog/2009/10/05/updates-to-jsonview-xblist-and-topprocess/</link>
	<description>News about BenHollis.net and articles about Ben&#039;s interests</description>
	<lastBuildDate>Tue, 17 May 2011 17:51:23 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Ben Hollis</title>
		<link>http://benhollis.net/blog/2009/10/05/updates-to-jsonview-xblist-and-topprocess/comment-page-1/#comment-10060</link>
		<dc:creator>Ben Hollis</dc:creator>
		<pubDate>Sat, 19 Feb 2011 19:53:16 +0000</pubDate>
		<guid isPermaLink="false">http://brh.numbera.com/blog/?p=371#comment-10060</guid>
		<description>You&#039;ve been able to run multiple gadgets on Win7 for quite a while. It was fixed quite a while ago. As for IE9, if Microsoft wants to break gadgets as part of updating IE, that&#039;s their business. TopProcess doesn&#039;t do anything complicated that should case it problems. I&#039;ll take a look when IE9 is released.</description>
		<content:encoded><![CDATA[<p>You&#8217;ve been able to run multiple gadgets on Win7 for quite a while. It was fixed quite a while ago. As for IE9, if Microsoft wants to break gadgets as part of updating IE, that&#8217;s their business. TopProcess doesn&#8217;t do anything complicated that should case it problems. I&#8217;ll take a look when IE9 is released.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Glyn</title>
		<link>http://benhollis.net/blog/2009/10/05/updates-to-jsonview-xblist-and-topprocess/comment-page-1/#comment-10059</link>
		<dc:creator>Glyn</dc:creator>
		<pubDate>Sat, 19 Feb 2011 13:43:55 +0000</pubDate>
		<guid isPermaLink="false">http://brh.numbera.com/blog/?p=371#comment-10059</guid>
		<description>Windows 7 (64 bit) IE9 Release Candidate

A nice gadget I have used for a few years now, but it is time for a new release I think. 

The gadget has never been entirely happy on Windows 7; multiple instances do not work well, e.g. one for CPu another for RAM. 

Now with IE9 RC installed the gadget closes when the browser is launched. The gadget vannot be restarted. 

Fix please!</description>
		<content:encoded><![CDATA[<p>Windows 7 (64 bit) IE9 Release Candidate</p>
<p>A nice gadget I have used for a few years now, but it is time for a new release I think. </p>
<p>The gadget has never been entirely happy on Windows 7; multiple instances do not work well, e.g. one for CPu another for RAM. </p>
<p>Now with IE9 RC installed the gadget closes when the browser is launched. The gadget vannot be restarted. </p>
<p>Fix please!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben Hollis</title>
		<link>http://benhollis.net/blog/2009/10/05/updates-to-jsonview-xblist-and-topprocess/comment-page-1/#comment-9576</link>
		<dc:creator>Ben Hollis</dc:creator>
		<pubDate>Wed, 19 May 2010 14:59:34 +0000</pubDate>
		<guid isPermaLink="false">http://brh.numbera.com/blog/?p=371#comment-9576</guid>
		<description>Thanks JP. I just didn&#039;t really want the hot process highlighting, so I didn&#039;t include it.</description>
		<content:encoded><![CDATA[<p>Thanks JP. I just didn&#8217;t really want the hot process highlighting, so I didn&#8217;t include it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JP</title>
		<link>http://benhollis.net/blog/2009/10/05/updates-to-jsonview-xblist-and-topprocess/comment-page-1/#comment-9574</link>
		<dc:creator>JP</dc:creator>
		<pubDate>Wed, 19 May 2010 11:45:44 +0000</pubDate>
		<guid isPermaLink="false">http://brh.numbera.com/blog/?p=371#comment-9574</guid>
		<description>Hi Ben. Last time I hacked at Top Processes v1.3 to add the I/O code, I also added CSS styles  to highlight &#039;hot processes&#039;. E.g. 
- CPU process over 25% shows as yellow, over 50% shows as orange and over 75% shows as red. 
- For Memory, &gt; 256MB = yellow, &gt; 512MB = orange, &gt; 1024MB = red
- For I/O, &gt; 10MB/s = yellow, &gt; 25MB/s = orange, &gt; 50MB/s = red

I noticed the addition was not added in v.1.6 and was curious if it caused hassles, was deemed undesirable or if you just missed the new code.

I acknowledge that hard coding the values for now is not ideal, and that in future it should have configurable parameters.

I&#039;ve reintroduced the code into your 1.6 version - only 3 lines change in TopProcess.js with some styles added to TopProcess.css.

Let me know if you&#039;d like the diff to patch v1.6 for the next version, i.e. v1.7</description>
		<content:encoded><![CDATA[<p>Hi Ben. Last time I hacked at Top Processes v1.3 to add the I/O code, I also added CSS styles  to highlight &#8216;hot processes&#8217;. E.g.<br />
- CPU process over 25% shows as yellow, over 50% shows as orange and over 75% shows as red.<br />
- For Memory, &gt; 256MB = yellow, &gt; 512MB = orange, &gt; 1024MB = red<br />
- For I/O, &gt; 10MB/s = yellow, &gt; 25MB/s = orange, &gt; 50MB/s = red</p>
<p>I noticed the addition was not added in v.1.6 and was curious if it caused hassles, was deemed undesirable or if you just missed the new code.</p>
<p>I acknowledge that hard coding the values for now is not ideal, and that in future it should have configurable parameters.</p>
<p>I&#8217;ve reintroduced the code into your 1.6 version &#8211; only 3 lines change in TopProcess.js with some styles added to TopProcess.css.</p>
<p>Let me know if you&#8217;d like the diff to patch v1.6 for the next version, i.e. v1.7</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben Hollis</title>
		<link>http://benhollis.net/blog/2009/10/05/updates-to-jsonview-xblist-and-topprocess/comment-page-1/#comment-9537</link>
		<dc:creator>Ben Hollis</dc:creator>
		<pubDate>Sun, 25 Apr 2010 04:18:16 +0000</pubDate>
		<guid isPermaLink="false">http://brh.numbera.com/blog/?p=371#comment-9537</guid>
		<description>Benfea,

TopProcess 1.5 should fix this issue - have you tried it out?</description>
		<content:encoded><![CDATA[<p>Benfea,</p>
<p>TopProcess 1.5 should fix this issue &#8211; have you tried it out?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

