<?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: Announcing Bluff, plus a few other project updates</title>
	<atom:link href="http://blog.jcoglan.com/2008/09/14/announcing-bluff-plus-a-few-other-project-updates/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.jcoglan.com/2008/09/14/announcing-bluff-plus-a-few-other-project-updates/</link>
	<description>This dirt was a building before</description>
	<lastBuildDate>Thu, 29 Jul 2010 06:08:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1-alpha-15443</generator>
	<item>
		<title>By: Surendran</title>
		<link>http://blog.jcoglan.com/2008/09/14/announcing-bluff-plus-a-few-other-project-updates/comment-page-1/#comment-3833</link>
		<dc:creator>Surendran</dc:creator>
		<pubDate>Fri, 27 Nov 2009 16:06:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jcoglan.com/?p=162#comment-3833</guid>
		<description>Hi 
I added .toFixed(2) to prevent the totilp displaying like  &quot;.9999999&quot;

&#039;+f.toFixed(2)+&#039;

hope this working fine.</description>
		<content:encoded><![CDATA[<p>Hi<br />
I added .toFixed(2) to prevent the totilp displaying like  &#8220;.9999999&#8243;</p>
<p>&#8216;+f.toFixed(2)+&#8217;</p>
<p>hope this working fine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Coglan</title>
		<link>http://blog.jcoglan.com/2008/09/14/announcing-bluff-plus-a-few-other-project-updates/comment-page-1/#comment-3831</link>
		<dc:creator>James Coglan</dc:creator>
		<pubDate>Fri, 27 Nov 2009 02:09:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jcoglan.com/?p=162#comment-3831</guid>
		<description>This should be fine, just make sure you use unique IDs and variable names for each one. e.g.

&lt;pre&gt;&lt;code&gt;&lt;canvas id=&quot;first&quot; width=&quot;400&quot; height=&quot;300&quot;&gt;&lt;/canvas&gt;
&lt;canvas id=&quot;second&quot; width=&quot;400&quot; height=&quot;300&quot;&gt;&lt;/canvas&gt;

&lt;script type=&quot;text/javascript&quot;&gt;
(function() {
    var g = new Bluff.Line(&#039;first&#039;, &#039;400x300&#039;);
    // ...
   
    var h = new Bluff.Line(&#039;second&#039;, &#039;400x300&#039;);
    // ...
})();
&lt;/script&gt;&lt;/code&gt;&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>This should be fine, just make sure you use unique IDs and variable names for each one. e.g.</p>
<pre><code>&lt;canvas id="first" width="400" height="300"&gt;&lt;/canvas&gt;
&lt;canvas id="second" width="400" height="300"&gt;&lt;/canvas&gt;

&lt;script type="text/javascript"&gt;
(function() {
    var g = new Bluff.Line('first', '400x300');
    // ...

    var h = new Bluff.Line('second', '400x300');
    // ...
})();
&lt;/script&gt;</code></pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: Surendran</title>
		<link>http://blog.jcoglan.com/2008/09/14/announcing-bluff-plus-a-few-other-project-updates/comment-page-1/#comment-3830</link>
		<dc:creator>Surendran</dc:creator>
		<pubDate>Thu, 26 Nov 2009 21:47:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jcoglan.com/?p=162#comment-3830</guid>
		<description>Hi 
I like the graph. It is very nice. I am using  v0.3.6. I couldn&#039;t see a &quot;y_axis_label &quot;I set the property  g.y_axis_label=&quot;some text&quot;, It is not displaying. But It allocates some left margin space for the y axis label. How can I display the Y axis label ?. x_axis_label is working fine.

Thank you</description>
		<content:encoded><![CDATA[<p>Hi<br />
I like the graph. It is very nice. I am using  v0.3.6. I couldn&#8217;t see a &#8220;y_axis_label &#8220;I set the property  g.y_axis_label=&#8221;some text&#8221;, It is not displaying. But It allocates some left margin space for the y axis label. How can I display the Y axis label ?. x_axis_label is working fine.</p>
<p>Thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephen</title>
		<link>http://blog.jcoglan.com/2008/09/14/announcing-bluff-plus-a-few-other-project-updates/comment-page-1/#comment-3817</link>
		<dc:creator>Stephen</dc:creator>
		<pubDate>Wed, 18 Nov 2009 11:30:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jcoglan.com/?p=162#comment-3817</guid>
		<description>Can I put two canvases on the same page with a different line graph in each? I have tried this and the first canvas is blank but th second canvas appears just fine. Thanks.</description>
		<content:encoded><![CDATA[<p>Can I put two canvases on the same page with a different line graph in each? I have tried this and the first canvas is blank but th second canvas appears just fine. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://blog.jcoglan.com/2008/09/14/announcing-bluff-plus-a-few-other-project-updates/comment-page-1/#comment-3779</link>
		<dc:creator>John</dc:creator>
		<pubDate>Thu, 22 Oct 2009 10:40:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jcoglan.com/?p=162#comment-3779</guid>
		<description>James,

I have the same problem that Neil had(cannot load graphs within ie) but i got confused when i saw your answer to this problem. Where should i place that function? In the controller, inside de view? Could you be more specific?
Best regards,
John</description>
		<content:encoded><![CDATA[<p>James,</p>
<p>I have the same problem that Neil had(cannot load graphs within ie) but i got confused when i saw your answer to this problem. Where should i place that function? In the controller, inside de view? Could you be more specific?<br />
Best regards,<br />
John</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Coglan</title>
		<link>http://blog.jcoglan.com/2008/09/14/announcing-bluff-plus-a-few-other-project-updates/comment-page-1/#comment-3599</link>
		<dc:creator>James Coglan</dc:creator>
		<pubDate>Tue, 01 Sep 2009 12:57:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jcoglan.com/?p=162#comment-3599</guid>
		<description>@Andy, Have you included the excanvas.js library in your page? That script is required to make canvas work in IE. Also, make sure you wail until after window.onload fires to begin constructing graphs (see &lt;a href=&quot;http://blog.jcoglan.com/2008/09/14/announcing-bluff-plus-a-few-other-project-updates/#comment-3420&quot; rel=&quot;nofollow&quot;&gt;Neil&#039;s problem&lt;/a&gt; and my follow-up).</description>
		<content:encoded><![CDATA[<p>@Andy, Have you included the excanvas.js library in your page? That script is required to make canvas work in IE. Also, make sure you wail until after window.onload fires to begin constructing graphs (see <a href="http://blog.jcoglan.com/2008/09/14/announcing-bluff-plus-a-few-other-project-updates/#comment-3420" rel="nofollow">Neil&#8217;s problem</a> and my follow-up).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy</title>
		<link>http://blog.jcoglan.com/2008/09/14/announcing-bluff-plus-a-few-other-project-updates/comment-page-1/#comment-3598</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Tue, 01 Sep 2009 12:18:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jcoglan.com/?p=162#comment-3598</guid>
		<description>hi There,

I am having a problem getting the graph to display in IE. It works fine in google chrome but for some reason is not working in IE 6 or 7. Any advice?</description>
		<content:encoded><![CDATA[<p>hi There,</p>
<p>I am having a problem getting the graph to display in IE. It works fine in google chrome but for some reason is not working in IE 6 or 7. Any advice?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Coglan</title>
		<link>http://blog.jcoglan.com/2008/09/14/announcing-bluff-plus-a-few-other-project-updates/comment-page-1/#comment-3453</link>
		<dc:creator>James Coglan</dc:creator>
		<pubDate>Sun, 22 Feb 2009 10:59:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jcoglan.com/?p=162#comment-3453</guid>
		<description>To all who&#039;ve reported badly formatted y-axis labels: a patch has now landed for this issue and will be rolled into the next release. Keep your eyes on this blog for further announcements.</description>
		<content:encoded><![CDATA[<p>To all who&#8217;ve reported badly formatted y-axis labels: a patch has now landed for this issue and will be rolled into the next release. Keep your eyes on this blog for further announcements.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam</title>
		<link>http://blog.jcoglan.com/2008/09/14/announcing-bluff-plus-a-few-other-project-updates/comment-page-1/#comment-3451</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Fri, 06 Feb 2009 23:21:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jcoglan.com/?p=162#comment-3451</guid>
		<description>One suggestion...on occasion, I was running into the problem where the marker_label on the y axis would show a number like 1.239999999999999999 which is ugly...a simple change you could put in would be this:

marker_label = marker_label.toFixed(2);

after the line:
marker_label = index * this._increment + this.minimum_value;

obviously the 2 could be a configurable variable but this way it ensures that there are no strange elongated numbers when dealing with points that are close to each other.

Love what you did btw.</description>
		<content:encoded><![CDATA[<p>One suggestion&#8230;on occasion, I was running into the problem where the marker_label on the y axis would show a number like 1.239999999999999999 which is ugly&#8230;a simple change you could put in would be this:</p>
<p>marker_label = marker_label.toFixed(2);</p>
<p>after the line:<br />
marker_label = index * this._increment + this.minimum_value;</p>
<p>obviously the 2 could be a configurable variable but this way it ensures that there are no strange elongated numbers when dealing with points that are close to each other.</p>
<p>Love what you did btw.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RWey</title>
		<link>http://blog.jcoglan.com/2008/09/14/announcing-bluff-plus-a-few-other-project-updates/comment-page-1/#comment-3438</link>
		<dc:creator>RWey</dc:creator>
		<pubDate>Wed, 28 Jan 2009 16:25:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jcoglan.com/?p=162#comment-3438</guid>
		<description>James,

I have a question for you regarding Bluff licensing.  Please email me.

Regards,
RWey</description>
		<content:encoded><![CDATA[<p>James,</p>
<p>I have a question for you regarding Bluff licensing.  Please email me.</p>
<p>Regards,<br />
RWey</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ram</title>
		<link>http://blog.jcoglan.com/2008/09/14/announcing-bluff-plus-a-few-other-project-updates/comment-page-1/#comment-3430</link>
		<dc:creator>Ram</dc:creator>
		<pubDate>Tue, 27 Jan 2009 05:33:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jcoglan.com/?p=162#comment-3430</guid>
		<description>Hi,

There is a problem with the labels staying in an absolute position when the graph is placed inside another div block. I think this problem was mentioned before by Decipher above. I tried to wrap the canvas in an extra div and the problem still persists.

Please do let me know if there is a fix existing for this problem.

Thanks !

Ram</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>There is a problem with the labels staying in an absolute position when the graph is placed inside another div block. I think this problem was mentioned before by Decipher above. I tried to wrap the canvas in an extra div and the problem still persists.</p>
<p>Please do let me know if there is a fix existing for this problem.</p>
<p>Thanks !</p>
<p>Ram</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Coglan</title>
		<link>http://blog.jcoglan.com/2008/09/14/announcing-bluff-plus-a-few-other-project-updates/comment-page-1/#comment-3423</link>
		<dc:creator>James Coglan</dc:creator>
		<pubDate>Sat, 24 Jan 2009 01:06:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jcoglan.com/?p=162#comment-3423</guid>
		<description>The problem (I think -- if this doesn&#039;t work let me know) is the following:

&lt;pre&gt;&lt;code&gt;window.onload = foo();&lt;/code&gt;&lt;/pre&gt;

This does not register the function &lt;tt&gt;foo&lt;/tt&gt; to run on load, instead it calls &lt;tt&gt;foo&lt;/tt&gt; immediately and assigns the result on &lt;tt&gt;window.onload&lt;/tt&gt;. Instead, you want this:

&lt;pre&gt;&lt;code&gt;window.onload = foo;&lt;/code&gt;&lt;/pre&gt;

This means that &lt;tt&gt;foo&lt;/tt&gt; will not be called immediately but will be called on page load. That&#039;s effectively what you&#039;re doing with the last example:

&lt;pre&gt;&lt;code&gt;window.onload = function() { /* ... */ };&lt;/code&gt;&lt;/pre&gt;

You need to *assign* a function to &lt;tt&gt;window.onload&lt;/tt&gt; rather than calling said function.</description>
		<content:encoded><![CDATA[<p>The problem (I think &#8212; if this doesn&#8217;t work let me know) is the following:</p>
<pre><code>window.onload = foo();</code></pre>
<p>This does not register the function <tt>foo</tt> to run on load, instead it calls <tt>foo</tt> immediately and assigns the result on <tt>window.onload</tt>. Instead, you want this:</p>
<pre><code>window.onload = foo;</code></pre>
<p>This means that <tt>foo</tt> will not be called immediately but will be called on page load. That&#8217;s effectively what you&#8217;re doing with the last example:</p>
<pre><code>window.onload = function() { /* ... */ };</code></pre>
<p>You need to *assign* a function to <tt>window.onload</tt> rather than calling said function.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Neil</title>
		<link>http://blog.jcoglan.com/2008/09/14/announcing-bluff-plus-a-few-other-project-updates/comment-page-1/#comment-3420</link>
		<dc:creator>Neil</dc:creator>
		<pubDate>Fri, 23 Jan 2009 20:26:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jcoglan.com/?p=162#comment-3420</guid>
		<description>Slick program, but found a bug... I wrote a function to pull data out of a HTML table, and when you click to highlight a row it will re-draw a graph. The problem is that I cannot get the graph to draw at all in IE 7 or 8 (FIREFOX works like a charm). I have created a simplified HTML page to narrow down the problem, it is recreated it here:
http://dawgged.com/bluff/index.html
It looks like IE just does not like running Bluff.Line out of a function? Any suggestions? -Thanks</description>
		<content:encoded><![CDATA[<p>Slick program, but found a bug&#8230; I wrote a function to pull data out of a HTML table, and when you click to highlight a row it will re-draw a graph. The problem is that I cannot get the graph to draw at all in IE 7 or 8 (FIREFOX works like a charm). I have created a simplified HTML page to narrow down the problem, it is recreated it here:<br />
<a href="http://dawgged.com/bluff/index.html" rel="nofollow">http://dawgged.com/bluff/index.html</a><br />
It looks like IE just does not like running Bluff.Line out of a function? Any suggestions? -Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick Keenan</title>
		<link>http://blog.jcoglan.com/2008/09/14/announcing-bluff-plus-a-few-other-project-updates/comment-page-1/#comment-3367</link>
		<dc:creator>Patrick Keenan</dc:creator>
		<pubDate>Tue, 09 Dec 2008 18:56:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jcoglan.com/?p=162#comment-3367</guid>
		<description>Great work! Amazing.

Did you think about using http://typeface.neocracy.org/ for the text? It would make the images copy-able, it would also allow people to use custom typography.

Do you see a future in Javascript for something like:
http://flare.prefuse.org/

I checked out some physics and it looks totally possible, see:
http://blobsallad.se/</description>
		<content:encoded><![CDATA[<p>Great work! Amazing.</p>
<p>Did you think about using <a href="http://typeface.neocracy.org/" rel="nofollow">http://typeface.neocracy.org/</a> for the text? It would make the images copy-able, it would also allow people to use custom typography.</p>
<p>Do you see a future in Javascript for something like:<br />
<a href="http://flare.prefuse.org/" rel="nofollow">http://flare.prefuse.org/</a></p>
<p>I checked out some physics and it looks totally possible, see:<br />
<a href="http://blobsallad.se/" rel="nofollow">http://blobsallad.se/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eneko Alonso</title>
		<link>http://blog.jcoglan.com/2008/09/14/announcing-bluff-plus-a-few-other-project-updates/comment-page-1/#comment-3366</link>
		<dc:creator>Eneko Alonso</dc:creator>
		<pubDate>Sat, 29 Nov 2008 04:02:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jcoglan.com/?p=162#comment-3366</guid>
		<description>Hi there!

I just discovered JS.Class last night and I am totally impressed by your work. This is one of the best if not the best Javascript libraries I have seen. I have started using it right away.

The best thing is that is totally encapsulated and doesn&#039;t interfere with other libraries, so it can be used with Prototype, jQuery or even Mootools. I just love it.

Also, from what I have seen, Bluff is very promising.</description>
		<content:encoded><![CDATA[<p>Hi there!</p>
<p>I just discovered JS.Class last night and I am totally impressed by your work. This is one of the best if not the best Javascript libraries I have seen. I have started using it right away.</p>
<p>The best thing is that is totally encapsulated and doesn&#8217;t interfere with other libraries, so it can be used with Prototype, jQuery or even Mootools. I just love it.</p>
<p>Also, from what I have seen, Bluff is very promising.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
