The jaccms blog


Updated Some Plugins
Major changes and updates to the way the following plugins work

Page Table of Contents
I installed the phileTableOfContents plugin by pschmitt.
Seems to be working well. I am using on the docs pages of this site. All docs pages except the index page. For example...
Still a few kinks to work out. I'll post a docs page when I figyre out how I want to use it on this site.

Using Mathjax
MathJax is a javascript system for rendereing math equations in Tex, Lex, MML, and AsciiMath. All it takes is inclusion of the MathJax javascript in your displayed page. A plugin is not needed, but it does make it easier for non programmers.
Here is an example using TEX formats
<p>
When $a \ne 0$ , there are two solutions to \(ax^2 + bx + c = 0\) and they are
$$x = {-b \pm \sqrt{b^2-4ac} \over 2a}.$$
</p>
When $a \ne 0$, there are two solutions to \(ax^2 + bx + c = 0\) and they are $$x = {-b \pm \sqrt{b^2-4ac} \over 2a}.$$
And ASCIimath format
<p>
The two solutions:
``x_(1,2)=(-b+-sqrt(b^2 - 4a c))/(2a)``
</p>
The two solutions: ``x_(1,2)=(-b+-sqrt(b^2 - 4a c))/(2a)``

The 5 Minute Blog
See the 5 minute blog tutorial in the docs section.

Upgrading to Phile Version 1
Finally decided to upgrade to Phile Version 1. That includes all my plugins as well. Hopefully I can finish in a week or so. Come back and check it out. I'll also update the documentation on my site and hopefully learn some cool stuff.