<?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 for Learning is bateru</title>
	<atom:link href="http://bateru.com/news/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://bateru.com/news</link>
	<description>Writing software and articles to help improve understanding. - Larry Battle</description>
	<lastBuildDate>Fri, 11 May 2012 19:35:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on JavaScript Binary Operations &#8211; the easy way by No</title>
		<link>http://bateru.com/news/2011/03/javascript-binary-operations-the-easy-way/comment-page-1/#comment-1047</link>
		<dc:creator>No</dc:creator>
		<pubDate>Fri, 11 May 2012 19:35:00 +0000</pubDate>
		<guid isPermaLink="false">http://bateru.com/news/?p=353#comment-1047</guid>
		<description>Fantastic! you are a genious! I love this javascript about binary operations and I love you!!!!</description>
		<content:encoded><![CDATA[<p>Fantastic! you are a genious! I love this javascript about binary operations and I love you!!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQuizMe 2.0 Released. by larrybattle</title>
		<link>http://bateru.com/news/2009/07/jquizme-2-0-released/comment-page-2/#comment-1046</link>
		<dc:creator>larrybattle</dc:creator>
		<pubDate>Fri, 11 May 2012 15:20:00 +0000</pubDate>
		<guid isPermaLink="false">http://bateru.com/news/?p=34#comment-1046</guid>
		<description>Use the statusUpdate function. The object from the first parameter has a method called &quot;nextQuestion&quot;. Call that when you want to change to the next function. http://code.google.com/p/jquizme/wiki/statusUpdate</description>
		<content:encoded><![CDATA[<p>Use the statusUpdate function. The object from the first parameter has a method called &#8220;nextQuestion&#8221;. Call that when you want to change to the next function. <a href="http://code.google.com/p/jquizme/wiki/statusUpdate" rel="nofollow">http://code.google.com/p/jquizme/wiki/statusUpdate</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQuizMe 2.0 Released. by Charan</title>
		<link>http://bateru.com/news/2009/07/jquizme-2-0-released/comment-page-2/#comment-1045</link>
		<dc:creator>Charan</dc:creator>
		<pubDate>Fri, 11 May 2012 10:34:00 +0000</pubDate>
		<guid isPermaLink="false">http://bateru.com/news/?p=34#comment-1045</guid>
		<description>
i have removed  check it and next buttons.. now 
How can i change to next question when click on options..

setCheckAndNextBtn = function(){
				var isFlashCard = &#039;&#039;;
				
				$(&quot;.q-ans&quot;,currQuiz).click( function(){
					
					//$(&quot;#wcharan&quot;,currQuiz).click( function(){
					//	alert(&quot;dfdsf&quot;)
		

now i used like tyhis to change to next question.. ie when click on answers div its go to next question....
</description>
		<content:encoded><![CDATA[<p>i have removed  check it and next buttons.. now<br />
How can i change to next question when click on options..</p>
<p>setCheckAndNextBtn = function(){<br />
				var isFlashCard = &#8221;;</p>
<p>				$(&#8220;.q-ans&#8221;,currQuiz).click( function(){</p>
<p>					//$(&#8220;#wcharan&#8221;,currQuiz).click( function(){<br />
					//	alert(&#8220;dfdsf&#8221;)</p>
<p>now i used like tyhis to change to next question.. ie when click on answers div its go to next question&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQuizMe 2.0 Released. by ch</title>
		<link>http://bateru.com/news/2009/07/jquizme-2-0-released/comment-page-2/#comment-1044</link>
		<dc:creator>ch</dc:creator>
		<pubDate>Fri, 11 May 2012 10:29:00 +0000</pubDate>
		<guid isPermaLink="false">http://bateru.com/news/?p=34#comment-1044</guid>
		<description>thanks.. its works charm</description>
		<content:encoded><![CDATA[<p>thanks.. its works charm</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQuizMe 2.0 Released. by Araoli</title>
		<link>http://bateru.com/news/2009/07/jquizme-2-0-released/comment-page-2/#comment-1043</link>
		<dc:creator>Araoli</dc:creator>
		<pubDate>Thu, 10 May 2012 11:39:00 +0000</pubDate>
		<guid isPermaLink="false">http://bateru.com/news/?p=34#comment-1043</guid>
		<description>Dear All,

I got the solution.

If you use the hexa decimal code for the symbols, Jquizme works fine. 

The hex codes are available in the following link
http://tlt.its.psu.edu/suggestions/international/bylanguage/greekchart.html

For ex, if you want to put ohms symbol, u03A9 use this. u has to be put in place of &amp;#x.

regards.

M. Araoli</description>
		<content:encoded><![CDATA[<p>Dear All,</p>
<p>I got the solution.</p>
<p>If you use the hexa decimal code for the symbols, Jquizme works fine. </p>
<p>The hex codes are available in the following link<br />
<a href="http://tlt.its.psu.edu/suggestions/international/bylanguage/greekchart.html" rel="nofollow">http://tlt.its.psu.edu/suggestions/international/bylanguage/greekchart.html</a></p>
<p>For ex, if you want to put ohms symbol, u03A9 use this. u has to be put in place of &amp;#x.</p>
<p>regards.</p>
<p>M. Araoli</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQuizMe 2.0 Released. by larrybattle</title>
		<link>http://bateru.com/news/2009/07/jquizme-2-0-released/comment-page-2/#comment-1041</link>
		<dc:creator>larrybattle</dc:creator>
		<pubDate>Tue, 08 May 2012 15:42:00 +0000</pubDate>
		<guid isPermaLink="false">http://bateru.com/news/?p=34#comment-1041</guid>
		<description>Preload the images.
http://stackoverflow.com/questions/476679/preloading-images-with-jquery</description>
		<content:encoded><![CDATA[<p>Preload the images.<br />
<a href="http://stackoverflow.com/questions/476679/preloading-images-with-jquery" rel="nofollow">http://stackoverflow.com/questions/476679/preloading-images-with-jquery</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQuizMe 2.0 Released. by Charan</title>
		<link>http://bateru.com/news/2009/07/jquizme-2-0-released/comment-page-2/#comment-1040</link>
		<dc:creator>Charan</dc:creator>
		<pubDate>Tue, 08 May 2012 14:11:00 +0000</pubDate>
		<guid isPermaLink="false">http://bateru.com/news/?p=34#comment-1040</guid>
		<description>i have used Images as questions.. but it takes long time load question .. can u give me any suggestion</description>
		<content:encoded><![CDATA[<p>i have used Images as questions.. but it takes long time load question .. can u give me any suggestion</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Answers to &#8220;15 Must Know Java Interview Questions After 2 Years of Experience&#8221; by Mohit Mahajan27</title>
		<link>http://bateru.com/news/2011/03/484/comment-page-1/#comment-1039</link>
		<dc:creator>Mohit Mahajan27</dc:creator>
		<pubDate>Mon, 07 May 2012 14:37:00 +0000</pubDate>
		<guid isPermaLink="false">http://bateru.com/news/?p=484#comment-1039</guid>
		<description>final is compile time constant mns it can apply to method,member,and class.
finally is a block which is always executed even there is exception occur or not.
finalize method will be called before object get garbage colleted </description>
		<content:encoded><![CDATA[<p>final is compile time constant mns it can apply to method,member,and class.<br />
finally is a block which is always executed even there is exception occur or not.<br />
finalize method will be called before object get garbage colleted </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQuizMe 2.0 Released. by larrybattle</title>
		<link>http://bateru.com/news/2009/07/jquizme-2-0-released/comment-page-2/#comment-1038</link>
		<dc:creator>larrybattle</dc:creator>
		<pubDate>Mon, 07 May 2012 14:21:00 +0000</pubDate>
		<guid isPermaLink="false">http://bateru.com/news/?p=34#comment-1038</guid>
		<description>Read the source for &quot;Learn those kana&quot;.
http://code.google.com/p/learn-those-kana/

You can to read main.js
http://www.bateru.com/jquery/learn-those-kana/js/main.js

Pay close attention to the functions makeQuiz, getQuizQues,
getQuizOptions, getLang.</description>
		<content:encoded><![CDATA[<p>Read the source for &#8220;Learn those kana&#8221;.<br />
<a href="http://code.google.com/p/learn-those-kana/" rel="nofollow">http://code.google.com/p/learn-those-kana/</a></p>
<p>You can to read main.js<br />
<a href="http://www.bateru.com/jquery/learn-those-kana/js/main.js" rel="nofollow">http://www.bateru.com/jquery/learn-those-kana/js/main.js</a></p>
<p>Pay close attention to the functions makeQuiz, getQuizQues,<br />
getQuizOptions, getLang.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQuizMe 2.0 Released. by Aravolibsnl</title>
		<link>http://bateru.com/news/2009/07/jquizme-2-0-released/comment-page-2/#comment-1037</link>
		<dc:creator>Aravolibsnl</dc:creator>
		<pubDate>Mon, 07 May 2012 11:32:00 +0000</pubDate>
		<guid isPermaLink="false">http://bateru.com/news/?p=34#comment-1037</guid>
		<description>Hi Larry,

It is amazing pllug-in.

In case of using symbols like theta (&#977;), pie (&#960;) square root etc., in ans, even if the user chooses the correct one, it shows as wrong.

</description>
		<content:encoded><![CDATA[<p>Hi Larry,</p>
<p>It is amazing pllug-in.</p>
<p>In case of using symbols like theta (&thetasym;), pie (&#960;) square root etc., in ans, even if the user chooses the correct one, it shows as wrong.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

