3 projects tagged "JavaScript"
ASCIIMathML is a script that converts calculator-style ASCII math notation (and many LaTeX formulas) to Presentation MathML while your Web page loads. It works with HTML and XHTML files in Mozilla/Firefox/Netscape 7+ browsers, as well as in Internet Explorer 6 with MathPlayer. For example, the solutions for the equation 'ax^2+bx+c=0' are expressed in the HTML file as '(-b +- sqrt(b^2 - 4ac))/(2a)', and display as nicely formatted MathML. The script can be easily used in wikiservers and blogs, as a rudimentary MathML editor (with instant preview), and to preview math formulas as they are typed into a Web page input area.
The goal of BBMozLib is to provide a way to render XUL or HTML pages directly into an off-screen buffer that can be rendered with the 2D, 3D, or 4D API of your choice, and to make this as simple as JavaScript programming. It is to provide a platform-independent and convenient API for embedding Gecko into graphical applications like games. It features eye candy, ease of use, and i18n support. It can make parts of the GUI transparent, works in different resolutions, and has a wide range of widgets. By using existing technologies like HTML, the programmer is released from the burden of placing widgets. Glitz support is planned for when the API is stable and frozen.