<?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"
	>
<channel>
	<title>Comments on: Simple Stats V .01 Released</title>
	<atom:link href="http://www.simplethoughtproductions.com/2007/10/08/simple-stats-v01-released/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.simplethoughtproductions.com/2007/10/08/simple-stats-v01-released/</link>
	<description>Life @ 30,000 Words per Second</description>
	<pubDate>Fri, 29 Aug 2008 18:17:11 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
		<item>
		<title>By: Josh Chesarek</title>
		<link>http://www.simplethoughtproductions.com/2007/10/08/simple-stats-v01-released/#comment-242</link>
		<dc:creator>Josh Chesarek</dc:creator>
		<pubDate>Sat, 23 Feb 2008 16:18:42 +0000</pubDate>
		<guid isPermaLink="false">http://72.36.129.82/?p=67#comment-242</guid>
		<description>Currently there are no other languages but we welcome anyone who wants to help translate the information.</description>
		<content:encoded><![CDATA[<p>Currently there are no other languages but we welcome anyone who wants to help translate the information.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yurtdisi Egitim</title>
		<link>http://www.simplethoughtproductions.com/2007/10/08/simple-stats-v01-released/#comment-241</link>
		<dc:creator>Yurtdisi Egitim</dc:creator>
		<pubDate>Sat, 23 Feb 2008 16:00:54 +0000</pubDate>
		<guid isPermaLink="false">http://72.36.129.82/?p=67#comment-241</guid>
		<description>does anyone knows if there is any other information about this subject in other languages?</description>
		<content:encoded><![CDATA[<p>does anyone knows if there is any other information about this subject in other languages?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh Chesarek</title>
		<link>http://www.simplethoughtproductions.com/2007/10/08/simple-stats-v01-released/#comment-87</link>
		<dc:creator>Josh Chesarek</dc:creator>
		<pubDate>Fri, 18 Jan 2008 22:56:13 +0000</pubDate>
		<guid isPermaLink="false">http://72.36.129.82/?p=67#comment-87</guid>
		<description>This is the solution:

http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-dev/32040

Please note this is editing the Ruby Install not the SimpleStats Script. If you update ruby after this fix you might need to re-apply it.
Please use caution editing your files. Edit at your own risk.


Basically you need to open the document.rb file, find the:

&lt;code&gt;def write( output=$stdout, indent=-1, trans=false, ie_hack=false )
etc. &lt;/code&gt;

and replace with:

&lt;code&gt;
 def write( output=$stdout, indent=-1, transitive=false,
ie_hack=false )
       if xml_decl.encoding != "UTF-8" &#038;&#038; !output.kind_of?(Output)
         output = Output.new( output, xml_decl.encoding )
       end&lt;/code&gt;

Note that you need to delete the original def write( all the way to its end statement which is a few lines and replace with the new bit. After that it works fine for me. I was seeing same issue on friends computer but this solved it.</description>
		<content:encoded><![CDATA[<p>This is the solution:</p>
<p><a href="http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-dev/32040" rel="nofollow">http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-dev/32040</a></p>
<p>Please note this is editing the Ruby Install not the SimpleStats Script. If you update ruby after this fix you might need to re-apply it.<br />
Please use caution editing your files. Edit at your own risk.</p>
<p>Basically you need to open the document.rb file, find the:</p>
<pre><code>def write( output=$stdout, indent=-1, trans=false, ie_hack=false )
etc.</code></pre>
<p>and replace with:</p>
<pre><code>def write( output=$stdout, indent=-1, transitive=false,
ie_hack=false )
       if xml_decl.encoding != "UTF-8" &amp;&amp; !output.kind_of?(Output)
         output = Output.new( output, xml_decl.encoding )
       end</code></pre>
<p>Note that you need to delete the original def write( all the way to its end statement which is a few lines and replace with the new bit. After that it works fine for me. I was seeing same issue on friends computer but this solved it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeremy Kerr</title>
		<link>http://www.simplethoughtproductions.com/2007/10/08/simple-stats-v01-released/#comment-86</link>
		<dc:creator>Jeremy Kerr</dc:creator>
		<pubDate>Fri, 18 Jan 2008 19:00:08 +0000</pubDate>
		<guid isPermaLink="false">http://72.36.129.82/?p=67#comment-86</guid>
		<description>Hey guys,

I've been tyring to get your stats to work with my JW player and i have been able to generate the .log file properly, however, when i run the Ruby script, i get the following error:

c:/ruby/lib/ruby/1.8/rexml/document.rb:186:in `write': undefined local variable
or method `transitive' for  ... :REXML::Document (NameError)
        from ./SVG/Graph/Graph.rb:211:in `burn'
        from SimpleStats.rb:344:in `simple_summary_bar_chart'
        from SimpleStats.rb:343:in `open'
        from SimpleStats.rb:343:in `simple_summary_bar_chart'
        from SimpleStats.rb:409

and the SVG file is created but at 0 bytes ..

it's difficult to track all of the updates in the various threads on the JW forums, so i'd appreciate if you could contact me directly ..

are you still planning to update the script?

are you familiar with the error i'm getting? should i reinstall ruby?

I'm running windows XP 64 bit,  by the way

many thanks

-jeremy</description>
		<content:encoded><![CDATA[<p>Hey guys,</p>
<p>I&#8217;ve been tyring to get your stats to work with my JW player and i have been able to generate the .log file properly, however, when i run the Ruby script, i get the following error:</p>
<p>c:/ruby/lib/ruby/1.8/rexml/document.rb:186:in `write&#8217;: undefined local variable<br />
or method `transitive&#8217; for  &#8230; :REXML::Document (NameError)<br />
        from ./SVG/Graph/Graph.rb:211:in `burn&#8217;<br />
        from SimpleStats.rb:344:in `simple_summary_bar_chart&#8217;<br />
        from SimpleStats.rb:343:in `open&#8217;<br />
        from SimpleStats.rb:343:in `simple_summary_bar_chart&#8217;<br />
        from SimpleStats.rb:409</p>
<p>and the SVG file is created but at 0 bytes ..</p>
<p>it&#8217;s difficult to track all of the updates in the various threads on the JW forums, so i&#8217;d appreciate if you could contact me directly ..</p>
<p>are you still planning to update the script?</p>
<p>are you familiar with the error i&#8217;m getting? should i reinstall ruby?</p>
<p>I&#8217;m running windows XP 64 bit,  by the way</p>
<p>many thanks</p>
<p>-jeremy</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.307 seconds -->
