<?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: JProQuiz: Javascript Quiz Software</title>
	<atom:link href="http://su.percilio.us/2008/08/jproquiz-javascript-quiz-software/feed/" rel="self" type="application/rss+xml" />
	<link>http://su.percilio.us/2008/08/jproquiz-javascript-quiz-software/</link>
	<description>Haughtily disdainful or contemptuous</description>
	<lastBuildDate>Tue, 29 Jun 2010 22:52:15 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Patrick Wyman</title>
		<link>http://su.percilio.us/2008/08/jproquiz-javascript-quiz-software/comment-page-1/#comment-293</link>
		<dc:creator>Patrick Wyman</dc:creator>
		<pubDate>Fri, 15 Jan 2010 01:16:05 +0000</pubDate>
		<guid isPermaLink="false">http://su.percilio.us/?p=43#comment-293</guid>
		<description>I think I&#039;ve solved the problem.  I stumbled across an item on the Web somewhere that says you can&#039;t use a JSON file with PHP.  My site has PHP on the same box as ColdFusion.  I don&#039;t know jack about PHP so I assumed this to be true.  As an experiment, I changed the JSON extension to .TXT (and in quiz.js) as well . . . and what do you know, all of the sudden it works.  Take that for what it&#039;s worth.  I don&#039;t know what the ramifications of using it this way would be.</description>
		<content:encoded><![CDATA[<p>I think I&#8217;ve solved the problem.  I stumbled across an item on the Web somewhere that says you can&#8217;t use a JSON file with PHP.  My site has PHP on the same box as ColdFusion.  I don&#8217;t know jack about PHP so I assumed this to be true.  As an experiment, I changed the JSON extension to .TXT (and in quiz.js) as well . . . and what do you know, all of the sudden it works.  Take that for what it&#8217;s worth.  I don&#8217;t know what the ramifications of using it this way would be.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick Wyman</title>
		<link>http://su.percilio.us/2008/08/jproquiz-javascript-quiz-software/comment-page-1/#comment-292</link>
		<dc:creator>Patrick Wyman</dc:creator>
		<pubDate>Thu, 14 Jan 2010 18:52:07 +0000</pubDate>
		<guid isPermaLink="false">http://su.percilio.us/?p=43#comment-292</guid>
		<description>Thanks for the quick response.  It doesn&#039;t work on Firefox either.  Debugging brings up line 118 of quiz.js -- &quot;this.__questions.size is not a function.&quot;

This is rather strange since as I said, it works locally.</description>
		<content:encoded><![CDATA[<p>Thanks for the quick response.  It doesn&#8217;t work on Firefox either.  Debugging brings up line 118 of quiz.js &#8212; &#8220;this.__questions.size is not a function.&#8221;</p>
<p>This is rather strange since as I said, it works locally.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nick</title>
		<link>http://su.percilio.us/2008/08/jproquiz-javascript-quiz-software/comment-page-1/#comment-291</link>
		<dc:creator>nick</dc:creator>
		<pubDate>Thu, 14 Jan 2010 17:53:08 +0000</pubDate>
		<guid isPermaLink="false">http://su.percilio.us/?p=43#comment-291</guid>
		<description>Hey Patrick,

Sorry you&#039;re having trouble with the script. Are you using IE? I&#039;d try running through it in Firefox with Firebug installed and see what sort of debug info you can get.

I believe the JSON config file does need at least read permission by the web server, so I&#039;d make sure that was in place.

I&#039;ll see if I can&#039;t run through your issue tonight and see if I can recreate your issue.</description>
		<content:encoded><![CDATA[<p>Hey Patrick,</p>
<p>Sorry you&#8217;re having trouble with the script. Are you using IE? I&#8217;d try running through it in Firefox with Firebug installed and see what sort of debug info you can get.</p>
<p>I believe the JSON config file does need at least read permission by the web server, so I&#8217;d make sure that was in place.</p>
<p>I&#8217;ll see if I can&#8217;t run through your issue tonight and see if I can recreate your issue.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick Wyman</title>
		<link>http://su.percilio.us/2008/08/jproquiz-javascript-quiz-software/comment-page-1/#comment-290</link>
		<dc:creator>Patrick Wyman</dc:creator>
		<pubDate>Thu, 14 Jan 2010 17:25:22 +0000</pubDate>
		<guid isPermaLink="false">http://su.percilio.us/?p=43#comment-290</guid>
		<description>I was trying to use your quiz script on my site.  When I couldn&#039;t get it to work, I tried the total simple example which you include in the zip file.

It works when I test locally.  When I try to put it on my site, I get &quot;Score 0/  &quot; and the error &quot;Line:  119  Char: 3  Error:  Object doesn&#039;t support this property or method.&quot;

My theory is that the JSON file needs a specific permission level that it does not have.  Any ideas?  Thanks.</description>
		<content:encoded><![CDATA[<p>I was trying to use your quiz script on my site.  When I couldn&#8217;t get it to work, I tried the total simple example which you include in the zip file.</p>
<p>It works when I test locally.  When I try to put it on my site, I get &#8220;Score 0/  &#8221; and the error &#8220;Line:  119  Char: 3  Error:  Object doesn&#8217;t support this property or method.&#8221;</p>
<p>My theory is that the JSON file needs a specific permission level that it does not have.  Any ideas?  Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nick</title>
		<link>http://su.percilio.us/2008/08/jproquiz-javascript-quiz-software/comment-page-1/#comment-190</link>
		<dc:creator>nick</dc:creator>
		<pubDate>Mon, 02 Mar 2009 21:16:44 +0000</pubDate>
		<guid isPermaLink="false">http://su.percilio.us/?p=43#comment-190</guid>
		<description>Patrick, thanks so much for fix! It&#039;s frustrating how small problems like that can bork the whole thing. I should have been more careful.

Glad you found the quiz software useful. If you ever get a live version going, definitely shoot me the link. nickbart (at) gmail (dot) com.</description>
		<content:encoded><![CDATA[<p>Patrick, thanks so much for fix! It&#8217;s frustrating how small problems like that can bork the whole thing. I should have been more careful.</p>
<p>Glad you found the quiz software useful. If you ever get a live version going, definitely shoot me the link. nickbart (at) gmail (dot) com.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick Wyman</title>
		<link>http://su.percilio.us/2008/08/jproquiz-javascript-quiz-software/comment-page-1/#comment-189</link>
		<dc:creator>Patrick Wyman</dc:creator>
		<pubDate>Mon, 02 Mar 2009 21:11:20 +0000</pubDate>
		<guid isPermaLink="false">http://su.percilio.us/?p=43#comment-189</guid>
		<description>Sorry.  It looks like you have it dropping HTML.  I didn&#039;t think of that.

Change the open span AFTER id=&quot;total&quot; to be closed and that will fix it.</description>
		<content:encoded><![CDATA[<p>Sorry.  It looks like you have it dropping HTML.  I didn&#8217;t think of that.</p>
<p>Change the open span AFTER id=&#8221;total&#8221; to be closed and that will fix it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick Wyman</title>
		<link>http://su.percilio.us/2008/08/jproquiz-javascript-quiz-software/comment-page-1/#comment-188</link>
		<dc:creator>Patrick Wyman</dc:creator>
		<pubDate>Mon, 02 Mar 2009 21:08:20 +0000</pubDate>
		<guid isPermaLink="false">http://su.percilio.us/?p=43#comment-188</guid>
		<description>The IE problem is simply that you have a span open.

Change:


To:

(so that the second &quot;span&quot; is closing)

and your problem goes away.

Nick, this is just what I was looking for.  Nice job!</description>
		<content:encoded><![CDATA[<p>The IE problem is simply that you have a span open.</p>
<p>Change:</p>
<p>To:</p>
<p>(so that the second &#8220;span&#8221; is closing)</p>
<p>and your problem goes away.</p>
<p>Nick, this is just what I was looking for.  Nice job!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nick</title>
		<link>http://su.percilio.us/2008/08/jproquiz-javascript-quiz-software/comment-page-1/#comment-143</link>
		<dc:creator>nick</dc:creator>
		<pubDate>Mon, 02 Feb 2009 14:32:58 +0000</pubDate>
		<guid isPermaLink="false">http://su.percilio.us/?p=43#comment-143</guid>
		<description>Hi Edward,

Thanks! I have to shamefully admit, however, that I didn&#039;t test it in IE6 or 7. If you find a solution I&#039;d be ever so grateful if you posted it here. If not, definitely let me know and I&#039;ll see if I can&#039;t write some patches for you so we can get it working. I&#039;d love to see this used practically in the real world. 

Most of the IE/FF discrepancies I find lie in the way each handles the scriptaculous libraries. I actually prefer JQuery to Prototype/Scriptaculous mainly for these reasons.</description>
		<content:encoded><![CDATA[<p>Hi Edward,</p>
<p>Thanks! I have to shamefully admit, however, that I didn&#8217;t test it in IE6 or 7. If you find a solution I&#8217;d be ever so grateful if you posted it here. If not, definitely let me know and I&#8217;ll see if I can&#8217;t write some patches for you so we can get it working. I&#8217;d love to see this used practically in the real world. </p>
<p>Most of the IE/FF discrepancies I find lie in the way each handles the scriptaculous libraries. I actually prefer JQuery to Prototype/Scriptaculous mainly for these reasons.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Edward Vermillion</title>
		<link>http://su.percilio.us/2008/08/jproquiz-javascript-quiz-software/comment-page-1/#comment-142</link>
		<dc:creator>Edward Vermillion</dc:creator>
		<pubDate>Sun, 01 Feb 2009 03:03:12 +0000</pubDate>
		<guid isPermaLink="false">http://su.percilio.us/?p=43#comment-142</guid>
		<description>This is a really cool set of scripts, except for one problem. It seems to blow up IE (6 and 7). On a project I&#039;m working on I&#039;ve got it all going fine in FF and Safari, and it will run through once in IE. But if I try to reload the page, in IE, it will pop a box that says the page can&#039;t be loaded. If I close IE and load the page again, it will run once and then I&#039;m back at not being able to reload the page.

I came back here, in IE7, to try the example to see if it&#039;s something I did (I&#039;ve modified the code some to work with my project), but the example doesn&#039;t work at all. The page loads, but there&#039;s no link to start the quiz.

Really I&#039;m just commenting to let you know what I&#039;ve run into. I&#039;ll do some digging and see if I can find a solution, most likely a problem in the underlying libraries but I have no experience with either scriptaculous or prototype so I can&#039;t say for sure. If I can find a solution I&#039;ll be sure to let you know.</description>
		<content:encoded><![CDATA[<p>This is a really cool set of scripts, except for one problem. It seems to blow up IE (6 and 7). On a project I&#8217;m working on I&#8217;ve got it all going fine in FF and Safari, and it will run through once in IE. But if I try to reload the page, in IE, it will pop a box that says the page can&#8217;t be loaded. If I close IE and load the page again, it will run once and then I&#8217;m back at not being able to reload the page.</p>
<p>I came back here, in IE7, to try the example to see if it&#8217;s something I did (I&#8217;ve modified the code some to work with my project), but the example doesn&#8217;t work at all. The page loads, but there&#8217;s no link to start the quiz.</p>
<p>Really I&#8217;m just commenting to let you know what I&#8217;ve run into. I&#8217;ll do some digging and see if I can find a solution, most likely a problem in the underlying libraries but I have no experience with either scriptaculous or prototype so I can&#8217;t say for sure. If I can find a solution I&#8217;ll be sure to let you know.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nick</title>
		<link>http://su.percilio.us/2008/08/jproquiz-javascript-quiz-software/comment-page-1/#comment-141</link>
		<dc:creator>nick</dc:creator>
		<pubDate>Mon, 26 Jan 2009 19:20:43 +0000</pubDate>
		<guid isPermaLink="false">http://su.percilio.us/?p=43#comment-141</guid>
		<description>Hi, Eric. Absolutely you can use the script. Sorry you seem to be having some trouble with it. JSON can be a bit hard to diagnose because if there&#039;s a syntax problem it will just fail silently. First thing I&#039;d check was that the syntax is correct. Make sure every comma and quotation mark is in the right place.

Feel free to post your JSON file so we can all take a look at it.</description>
		<content:encoded><![CDATA[<p>Hi, Eric. Absolutely you can use the script. Sorry you seem to be having some trouble with it. JSON can be a bit hard to diagnose because if there&#8217;s a syntax problem it will just fail silently. First thing I&#8217;d check was that the syntax is correct. Make sure every comma and quotation mark is in the right place.</p>
<p>Feel free to post your JSON file so we can all take a look at it.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
