<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments for ShaneLabs</title>
	<link>http://www.shanelabs.com/blog</link>
	<description>My lessons from life and software development</description>
	<pubDate>Wed, 07 Jan 2009 09:51:06 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
		<item>
		<title>Comment on Dundas Gauge - Setting pointer values by Graham Evans</title>
		<link>http://www.shanelabs.com/blog/2008/03/05/dundas-gauge-setting-pointer-values/#comment-222</link>
		<dc:creator>Graham Evans</dc:creator>
		<pubDate>Wed, 08 Oct 2008 16:00:11 +0000</pubDate>
		<guid>http://www.shanelabs.com/blog/2008/03/05/dundas-gauge-setting-pointer-values/#comment-222</guid>
		<description>The reason I think you got the problem was because you added the circular gauge to the gauge container before adding the scale and pointer to the circular gauge.

I think gauge.CircularGauges.Add(circleGauge); should have been one of the last instructions.

The code you used...
gauge.CircularGauges[0].Pointers[0].Value = 10;

can only be used when you already have a pointer created, if you have no pointers the index will be out of bounds.

Regards

Graham</description>
		<content:encoded><![CDATA[<p>The reason I think you got the problem was because you added the circular gauge to the gauge container before adding the scale and pointer to the circular gauge.</p>
<p>I think gauge.CircularGauges.Add(circleGauge); should have been one of the last instructions.</p>
<p>The code you used&#8230;<br />
gauge.CircularGauges[0].Pointers[0].Value = 10;</p>
<p>can only be used when you already have a pointer created, if you have no pointers the index will be out of bounds.</p>
<p>Regards</p>
<p>Graham</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Calculating age from unix timestamps in PHP by Rowan</title>
		<link>http://www.shanelabs.com/blog/2008/03/26/calculating-age-from-unix-timestamps-in-php/#comment-79</link>
		<dc:creator>Rowan</dc:creator>
		<pubDate>Tue, 02 Sep 2008 01:11:49 +0000</pubDate>
		<guid>http://www.shanelabs.com/blog/2008/03/26/calculating-age-from-unix-timestamps-in-php/#comment-79</guid>
		<description>thanks for this, I've done the same thing but you managed to logically make the code a lot smaller and faster than my method ;)</description>
		<content:encoded><![CDATA[<p>thanks for this, I&#8217;ve done the same thing but you managed to logically make the code a lot smaller and faster than my method <img src='http://www.shanelabs.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Calculating age from unix timestamps in PHP by Nightmare</title>
		<link>http://www.shanelabs.com/blog/2008/03/26/calculating-age-from-unix-timestamps-in-php/#comment-24</link>
		<dc:creator>Nightmare</dc:creator>
		<pubDate>Thu, 21 Aug 2008 14:02:27 +0000</pubDate>
		<guid>http://www.shanelabs.com/blog/2008/03/26/calculating-age-from-unix-timestamps-in-php/#comment-24</guid>
		<description>Thanks for this function</description>
		<content:encoded><![CDATA[<p>Thanks for this function</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dundas Gauge - Setting pointer values by Anwar</title>
		<link>http://www.shanelabs.com/blog/2008/03/05/dundas-gauge-setting-pointer-values/#comment-19</link>
		<dc:creator>Anwar</dc:creator>
		<pubDate>Wed, 30 Jul 2008 10:15:47 +0000</pubDate>
		<guid>http://www.shanelabs.com/blog/2008/03/05/dundas-gauge-setting-pointer-values/#comment-19</guid>
		<description>Thanks for the code. This has helped me in getting started with Gauges.</description>
		<content:encoded><![CDATA[<p>Thanks for the code. This has helped me in getting started with Gauges.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Simple way to negotiate by Shane</title>
		<link>http://www.shanelabs.com/blog/2008/07/28/simple-way-to-negotiate/#comment-18</link>
		<dc:creator>Shane</dc:creator>
		<pubDate>Tue, 29 Jul 2008 02:48:45 +0000</pubDate>
		<guid>http://www.shanelabs.com/blog/2008/07/28/simple-way-to-negotiate/#comment-18</guid>
		<description>Thanks for the comments...Jonathan - yeah, I agree that most of the time you cannot negotiate, especially in retail. However, for bigger purchases or with companies that pride themselves on customer service. I can see myself using this technique for service based businesses, such as car insurance.</description>
		<content:encoded><![CDATA[<p>Thanks for the comments&#8230;Jonathan - yeah, I agree that most of the time you cannot negotiate, especially in retail. However, for bigger purchases or with companies that pride themselves on customer service. I can see myself using this technique for service based businesses, such as car insurance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Simple way to negotiate by Jonathan B.</title>
		<link>http://www.shanelabs.com/blog/2008/07/28/simple-way-to-negotiate/#comment-17</link>
		<dc:creator>Jonathan B.</dc:creator>
		<pubDate>Mon, 28 Jul 2008 21:32:14 +0000</pubDate>
		<guid>http://www.shanelabs.com/blog/2008/07/28/simple-way-to-negotiate/#comment-17</guid>
		<description>That's a good idea but I can't imagine asking that for 99% of my purchases. It's not like the cashier at my local Wal-Mart is going to say, "Oh sure, I'll take $20 off!"</description>
		<content:encoded><![CDATA[<p>That&#8217;s a good idea but I can&#8217;t imagine asking that for 99% of my purchases. It&#8217;s not like the cashier at my local Wal-Mart is going to say, &#8220;Oh sure, I&#8217;ll take $20 off!&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Being young&#8230; by Shane</title>
		<link>http://www.shanelabs.com/blog/2008/06/17/being-young/#comment-15</link>
		<dc:creator>Shane</dc:creator>
		<pubDate>Thu, 03 Jul 2008 20:16:36 +0000</pubDate>
		<guid>http://www.shanelabs.com/blog/2008/06/17/being-young/#comment-15</guid>
		<description>Haha thanks for the comment, Rudy. A lot of times I wish I were a kid again…but I need to start realizing that I should just be a kid again.</description>
		<content:encoded><![CDATA[<p>Haha thanks for the comment, Rudy. A lot of times I wish I were a kid again…but I need to start realizing that I should just be a kid again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Being young&#8230; by Rudy</title>
		<link>http://www.shanelabs.com/blog/2008/06/17/being-young/#comment-13</link>
		<dc:creator>Rudy</dc:creator>
		<pubDate>Thu, 03 Jul 2008 17:12:31 +0000</pubDate>
		<guid>http://www.shanelabs.com/blog/2008/06/17/being-young/#comment-13</guid>
		<description>This is so true.  When we stop learning/playing, we become complacent and forgetful.  We'll also lose interest in life and quickly give up on it.

I intend to keep playing video games until my hands won't move anymore. ;-)</description>
		<content:encoded><![CDATA[<p>This is so true.  When we stop learning/playing, we become complacent and forgetful.  We&#8217;ll also lose interest in life and quickly give up on it.</p>
<p>I intend to keep playing video games until my hands won&#8217;t move anymore. <img src='http://www.shanelabs.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
</channel>
</rss>
