<?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: jsMath in Wordpress blogs</title>
	<atom:link href="http://www.squarecirclez.com/blog/jsmath-in-wordpress-blogs/967/feed" rel="self" type="application/rss+xml" />
	<link>http://www.squarecirclez.com/blog/jsmath-in-wordpress-blogs/967</link>
	<description>Mathematics, learning, computing, travel - and whatever...</description>
	<lastBuildDate>Sat, 20 Mar 2010 02:30:11 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ariel Balter</title>
		<link>http://www.squarecirclez.com/blog/jsmath-in-wordpress-blogs/967/comment-page-1#comment-198278</link>
		<dc:creator>Ariel Balter</dc:creator>
		<pubDate>Wed, 17 Feb 2010 04:58:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.squarecirclez.com/blog/jsmath-in-wordpress-blogs/967#comment-198278</guid>
		<description>@Zac
Thanks for taking a look at my blog jsmath issue.  I have managed to make the script invocation appear in only one place, but it still doesn&#039;t work.  So I think there is more to the problem. The reason I don&#039;t use asciimathml is that I need more features than it has: equation numbers, references, display vs. inline equations, etc.</description>
		<content:encoded><![CDATA[<p>@Zac<br />
Thanks for taking a look at my blog jsmath issue.  I have managed to make the script invocation appear in only one place, but it still doesn&#8217;t work.  So I think there is more to the problem. The reason I don&#8217;t use asciimathml is that I need more features than it has: equation numbers, references, display vs. inline equations, etc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zac</title>
		<link>http://www.squarecirclez.com/blog/jsmath-in-wordpress-blogs/967/comment-page-1#comment-193200</link>
		<dc:creator>zac</dc:creator>
		<pubDate>Tue, 02 Feb 2010 09:57:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.squarecirclez.com/blog/jsmath-in-wordpress-blogs/967#comment-193200</guid>
		<description>Perhaps if you give us the full URL to your okeep example, we may be able to see what is going wrong?</description>
		<content:encoded><![CDATA[<p>Perhaps if you give us the full URL to your okeep example, we may be able to see what is going wrong?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: okeep.net</title>
		<link>http://www.squarecirclez.com/blog/jsmath-in-wordpress-blogs/967/comment-page-1#comment-193191</link>
		<dc:creator>okeep.net</dc:creator>
		<pubDate>Tue, 02 Feb 2010 09:32:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.squarecirclez.com/blog/jsmath-in-wordpress-blogs/967#comment-193191</guid>
		<description>hi... I have project physics site... using jsmath...
emmm.... on the localhost jsmath working perfectly...
but on hosting:
1. okeep.net &gt;&gt; jsmath.js loaded but, fonts not appear
2. 000webhost &gt;&gt; jsmath.js not loaded</description>
		<content:encoded><![CDATA[<p>hi&#8230; I have project physics site&#8230; using jsmath&#8230;<br />
emmm&#8230;. on the localhost jsmath working perfectly&#8230;<br />
but on hosting:<br />
1. okeep.net &gt;&gt; jsmath.js loaded but, fonts not appear<br />
2. 000webhost &gt;&gt; jsmath.js not loaded</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zac</title>
		<link>http://www.squarecirclez.com/blog/jsmath-in-wordpress-blogs/967/comment-page-1#comment-183207</link>
		<dc:creator>zac</dc:creator>
		<pubDate>Wed, 06 Jan 2010 02:43:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.squarecirclez.com/blog/jsmath-in-wordpress-blogs/967#comment-183207</guid>
		<description>Hi Ariel

I think I can see the problem. The javascript for jsMath is being loaded twice - it is called once in the header and then again at the start of one of the posts. (It appears you have added it before the text of your post titled &quot;jsMath problems in blogger&quot;.) I suggest removing the one in the post and see how you go. Browsers generally choke if you call the same JS again.

It is strange the same HTML output gives different results. (I am seeing the same as you). 

I picked up the problem by analyzing your page with Firebug (an excellent FF add-on that can pinpoint all sorts of issues). It showed the JS loading twice on the blog page but only once on the HTML-only page. The different behavior could be something to do with the speed and order of loading (the PHP compared to HTML versions.)

BTW - have you seen ASCIIMathML? I&#039;ve decided it is a nicer solution: &lt;a href=&quot;http://www.squarecirclez.com/blog/enter-math-in-emails-forums-and-web-pages-using-asciimathml/2861&quot; rel=&quot;nofollow&quot;&gt;ASCIIMathML article&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>Hi Ariel</p>
<p>I think I can see the problem. The javascript for jsMath is being loaded twice &#8211; it is called once in the header and then again at the start of one of the posts. (It appears you have added it before the text of your post titled &#8220;jsMath problems in blogger&#8221;.) I suggest removing the one in the post and see how you go. Browsers generally choke if you call the same JS again.</p>
<p>It is strange the same HTML output gives different results. (I am seeing the same as you). </p>
<p>I picked up the problem by analyzing your page with Firebug (an excellent FF add-on that can pinpoint all sorts of issues). It showed the JS loading twice on the blog page but only once on the HTML-only page. The different behavior could be something to do with the speed and order of loading (the PHP compared to HTML versions.)</p>
<p>BTW &#8211; have you seen ASCIIMathML? I&#8217;ve decided it is a nicer solution: <a href="http://www.squarecirclez.com/blog/enter-math-in-emails-forums-and-web-pages-using-asciimathml/2861" rel="nofollow">ASCIIMathML article</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ariel Balter</title>
		<link>http://www.squarecirclez.com/blog/jsmath-in-wordpress-blogs/967/comment-page-1#comment-183143</link>
		<dc:creator>Ariel Balter</dc:creator>
		<pubDate>Tue, 05 Jan 2010 22:37:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.squarecirclez.com/blog/jsmath-in-wordpress-blogs/967#comment-183143</guid>
		<description>I can&#039;t get jsmath working in my wordpress, which is hosted on bluehost.com.

What is really strange, is that if I take the source (ctrl-U in firefox) that is sent to the browser, and make it an html file, the math does render.  But when the exact same source comes from wordpress it does not.  compare:
http://www.arielbalter.com/blabnotes/
and
http://arielbalter.com/anothermathtest.html

Could it have to do with permissions or something?</description>
		<content:encoded><![CDATA[<p>I can&#8217;t get jsmath working in my wordpress, which is hosted on bluehost.com.</p>
<p>What is really strange, is that if I take the source (ctrl-U in firefox) that is sent to the browser, and make it an html file, the math does render.  But when the exact same source comes from wordpress it does not.  compare:<br />
<a href="http://www.arielbalter.com/blabnotes/" rel="nofollow">http://www.arielbalter.com/blabnotes/</a><br />
and<br />
<a href="http://arielbalter.com/anothermathtest.html" rel="nofollow">http://arielbalter.com/anothermathtest.html</a></p>
<p>Could it have to do with permissions or something?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zac</title>
		<link>http://www.squarecirclez.com/blog/jsmath-in-wordpress-blogs/967/comment-page-1#comment-110670</link>
		<dc:creator>zac</dc:creator>
		<pubDate>Sat, 05 Sep 2009 04:50:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.squarecirclez.com/blog/jsmath-in-wordpress-blogs/967#comment-110670</guid>
		<description>Finally got a chance to play with ASCIIMathML. Thanks for the tip.

You can see my review here: &lt;a href=&quot;http://www.squarecirclez.com/blog/enter-math-in-emails-forums-and-web-pages-using-asciimathml/2861&quot; rel=&quot;nofollow&quot;&gt;Enter math in emails, forums and Web pages using ASCIIMathML&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Finally got a chance to play with ASCIIMathML. Thanks for the tip.</p>
<p>You can see my review here: <a href="http://www.squarecirclez.com/blog/enter-math-in-emails-forums-and-web-pages-using-asciimathml/2861" rel="nofollow">Enter math in emails, forums and Web pages using ASCIIMathML</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MySchizoBuddy</title>
		<link>http://www.squarecirclez.com/blog/jsmath-in-wordpress-blogs/967/comment-page-1#comment-92086</link>
		<dc:creator>MySchizoBuddy</dc:creator>
		<pubDate>Sun, 05 Jul 2009 12:28:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.squarecirclez.com/blog/jsmath-in-wordpress-blogs/967#comment-92086</guid>
		<description>Can you do a review of ASCIIMathML
http://www1.chapman.edu/~jipsen/mathml/asciimath.html

It uses its own syntax as well as latex and outputs MathML.

btw ASCIIMathML also incorporates ASCIISVG to plot equations in SVG format</description>
		<content:encoded><![CDATA[<p>Can you do a review of ASCIIMathML<br />
<a href="http://www1.chapman.edu/~jipsen/mathml/asciimath.html" rel="nofollow">http://www1.chapman.edu/~jipsen/mathml/asciimath.html</a></p>
<p>It uses its own syntax as well as latex and outputs MathML.</p>
<p>btw ASCIIMathML also incorporates ASCIISVG to plot equations in SVG format</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zac</title>
		<link>http://www.squarecirclez.com/blog/jsmath-in-wordpress-blogs/967/comment-page-1#comment-56502</link>
		<dc:creator>zac</dc:creator>
		<pubDate>Thu, 18 Dec 2008 02:00:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.squarecirclez.com/blog/jsmath-in-wordpress-blogs/967#comment-56502</guid>
		<description>Hi Mads

If you would like to send me the URL of your blog I&#039;ll take a look and see if I can fix the scaling problem.

I&#039;m not sure about the fonts part - you can contact the jsMath authors &lt;a href=&quot;http://www.math.union.edu/~dpvc/jsmath/contact/mail.html&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>Hi Mads</p>
<p>If you would like to send me the URL of your blog I&#8217;ll take a look and see if I can fix the scaling problem.</p>
<p>I&#8217;m not sure about the fonts part &#8211; you can contact the jsMath authors <a href="http://www.math.union.edu/~dpvc/jsmath/contact/mail.html" rel="nofollow">here</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mads</title>
		<link>http://www.squarecirclez.com/blog/jsmath-in-wordpress-blogs/967/comment-page-1#comment-56500</link>
		<dc:creator>Mads</dc:creator>
		<pubDate>Thu, 18 Dec 2008 01:41:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.squarecirclez.com/blog/jsmath-in-wordpress-blogs/967#comment-56500</guid>
		<description>Hello, I have been trying to setup jsMath on my blog, I have, however encouterd some problems.

1) The math it outputs are scaled to 100% and not 133%, and whatever I seem to do, I can&#039;t get the codu supplied above to scale the fonts.
2) I have been trying to get jsMath to use the correct font for \mathbb{...} command (Blackboard Bold) however with little success.

Any help you could give me on solving these issues would be greatly apperciated.

.. mads</description>
		<content:encoded><![CDATA[<p>Hello, I have been trying to setup jsMath on my blog, I have, however encouterd some problems.</p>
<p>1) The math it outputs are scaled to 100% and not 133%, and whatever I seem to do, I can&#8217;t get the codu supplied above to scale the fonts.<br />
2) I have been trying to get jsMath to use the correct font for \mathbb{&#8230;} command (Blackboard Bold) however with little success.</p>
<p>Any help you could give me on solving these issues would be greatly apperciated.</p>
<p>.. mads</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Linda Stojanovska</title>
		<link>http://www.squarecirclez.com/blog/jsmath-in-wordpress-blogs/967/comment-page-1#comment-44264</link>
		<dc:creator>Linda Stojanovska</dc:creator>
		<pubDate>Fri, 19 Sep 2008 09:36:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.squarecirclez.com/blog/jsmath-in-wordpress-blogs/967#comment-44264</guid>
		<description>Thanks for information. I use jsmath on my pmwiki so it is good to know I can migrate this information to my wordpress blog. Thanks.</description>
		<content:encoded><![CDATA[<p>Thanks for information. I use jsmath on my pmwiki so it is good to know I can migrate this information to my wordpress blog. Thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
