desquer
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: ASCIIMathML support for middle school math teacher blog!Thanks again! Followed your instructions, added a folder for the .js file and pointed to it explicitly in the header line.
It works!!! Displays great in Firefox and Camino doesn’t in IE, but that’s why we DON’T use it!
This is why I use WordPress, for the support that users provide each other. Thanks sooooooo much!
Dave
Forum: Fixing WordPress
In reply to: ASCIIMathML support for middle school math teacher blog!Thanks guys so much, I’m going to give it a shot!
DaveForum: Fixing WordPress
In reply to: ASCIIMathML support for middle school math teacher blog!RedBMedia, I’m still confused, I did some poking around. Here is the excerpt of the code of the ASCIIMathML.js. It looks like the
<script type=”text/javascript” src=”ASCIIMathML.js”></script>
goes in the header part of my theme as you stated.
But, where does this actual file (see below, I just did an excerpt) ASCIIMathML.js go? The hint seems to point to leaving it in the same place (or same level) as the header?
Maybe you’re telling me to copy ALL of the code to the header part of the theme?
Thanks again,
Dave/*
ASCIIMathML.js
==============
This file contains JavaScript functions to convert ASCII math notation
to Presentation MathML. The conversion is done while the (X)HTML page
loads, and should work with Firefox/Mozilla/Netscape 7+ and Internet
Explorer 6+MathPlayer (https://www.dessci.com/en/products/mathplayer/).
Just add the next line to your (X)HTML page with this file in the same folder:
<script type=”text/javascript” src=”ASCIIMathML.js”></script>
This is a convenient and inexpensive solution for authoring MathML.
Forum: Fixing WordPress
In reply to: ASCIIMathML support for middle school math teacher blog!Thanks!
I have the blog up and running and I have full access to it via transmit (Mac). I figured out that I should put the line of code in the header sheet, that’s no sweat with the editor in wp.But, where do I put the ASCIIMathML.js file, in wp/content or wp/admin or does it matter? I assume that I just need to point to it in that 1 line of magic code (the .js file)?!
TIA,
Dave