login  home  contents  what's new  discussion  bug reports     help  links  subscribe  changes  refresh  edit

Edit detail for SandBox Folding revision 1 of 2

1 2
Editor:
Time: 2007/11/18 18:02:12 GMT-8
Note:

changed:
-
<h1>Real Easy Folding</h1>
<!--Optional Expand/ Contact All links. Remove if desired-->
<div><a href="javascript:sweeptoggle('contract')">Contract All</a> | <a href="javascript:sweeptoggle('expand')">Expand All</a></div>
<p><ul>
<li><h3 onClick="expandcontent(this, 'sc1')" style="cursor:hand; cursor:pointer"><span class="showstate"></span>What is !JavaScript?</h3>
<div id="sc1" class="switchcontent">
!JavaScript is a scripting language originally developed by Netscape to add interactivity and power to web documents. It is purely client side, and runs completely on the client's browser and computer.
<ul></p>
<li><h4 onClick="expandcontent(this, 'sc1a')" style="cursor:hand; cursor:pointer"><span class="showstate"></span>
This is the first nested folded comment</h4>
<p id="sc1a" class="switchcontent">Now you can see everything inside this fold</p></li>
<li><h4 onClick="expandcontent(this, 'sc1b')" style="cursor:hand; cursor:pointer"><span class="showstate"></span>
This is the second nested folded comment</h4>
<p id="sc1b" class="switchcontent">This is the second line... Now you can see everything inside this fold</p></li>
</ul></div></li>

<li><h3 onClick="expandcontent(this, 'sc2')" style="cursor:hand; cursor:pointer"><span class="showstate"></span>Difference betwen Java & !JavaScript?</h3>
<p id="sc2" class="switchcontent">
Java is completely different from JavaScript- the former is a compiled language while the later is a scripting language.
</p></li>

<li><h3 onClick="expandcontent(this, 'sc3')" style="cursor:hand; cursor:pointer"><span class="showstate"></span>What is DHTML?</h3>
<p id="sc3" class="switchcontent">
DHTML is the embodiment of a combination of technologies- JavaScript, CSS, and HTML. Through them a new level of interactivity is possible for the end user experience.
</p></li>

<h2 onclick="expandcontent(this, 'sc4')" style="cursor:hand; cursor:pointer"><span class="showstate"></span>
Like it? Look here:</h2>
<p class="switchcontent" id="sc4" style="display:block">
<a href="http://www.dynamicdrive.com/dynamicindex17/switchcontent.htm">http://www.dynamicdrive.com/dynamicindex17/switchcontent.htm</a>
</p>

<h2>Now this works for Axiom output too!</h2>

\begin{axiom}
)abbrev domain PPF PointedPrimeField
--%PointedPrimeField
PointedPrimeField(n:PositiveInteger):Cat==Dog where
  Cat == FiniteFieldCategory with
    foo:PositiveInteger->PrimeField(n)
  Dog == PrimeField(n) add
    foo(k)==k::Integer::PrimeField(n)
\end{axiom}

MathActionTabs

From unknown Wed Apr 12 07:24:48 -0500 2006
From: unknown
Date: Wed, 12 Apr 2006 07:24:48 -0500
Subject: 
Message-ID: <20060412072448-0500@wiki.axiom-developer.org>

\begin{axiom}
a:= [1,2]*t + [2,3]*u
solve([a],[t,u])

\end{axiom}


<h1>Real Easy Folding</h1> <!--Optional Expand/ Contact All links. Remove if desired--> <div><a href="javascript:sweeptoggle('contract')">Contract All</a> | <a href="javascript:sweeptoggle('expand')">Expand All</a></div> <p><ul> <li><h3 onClick="expandcontent(this, 'sc1')" style="cursor:hand; cursor:pointer"><span class="showstate"></span>What is JavaScript?</h3> <div id="sc1" class="switchcontent"> JavaScript is a scripting language originally developed by Netscape to add interactivity and power to web documents. It is purely client side, and runs completely on the client's browser and computer. <ul></p> <li><h4 onClick="expandcontent(this, 'sc1a')" style="cursor:hand; cursor:pointer"><span class="showstate"></span> This is the first nested folded comment</h4> <p id="sc1a" class="switchcontent">Now you can see everything inside this fold</p></li> <li><h4 onClick="expandcontent(this, 'sc1b')" style="cursor:hand; cursor:pointer"><span class="showstate"></span> This is the second nested folded comment</h4> <p id="sc1b" class="switchcontent">This is the second line... Now you can see everything inside this fold</p></li> </ul></div></li>

<li><h3 onClick="expandcontent(this, 'sc2')" style="cursor:hand; cursor:pointer"><span class="showstate"></span>Difference betwen Java & JavaScript?</h3> <p id="sc2" class="switchcontent"> Java is completely different from JavaScript?- the former is a compiled language while the later is a scripting language. </p></li>

<li><h3 onClick="expandcontent(this, 'sc3')" style="cursor:hand; cursor:pointer"><span class="showstate"></span>What is DHTML?</h3> <p id="sc3" class="switchcontent"> DHTML is the embodiment of a combination of technologies- JavaScript?, CSS, and HTML. Through them a new level of interactivity is possible for the end user experience. </p></li>

<h2 onclick="expandcontent(this, 'sc4')" style="cursor:hand; cursor:pointer"><span class="showstate"></span> Like it? Look here:</h2> <p class="switchcontent" id="sc4" style="display:block"> <a href="http://www.dynamicdrive.com/dynamicindex17/switchcontent.htm">http://www.dynamicdrive.com/dynamicindex17/switchcontent.htm</a> </p>

<h2>Now this works for Axiom output too!</h2>

begin{axiom} )abbrev domain PPF PointedPrimeField? --%PointedPrimeField? PointedPrimeField?(n:PositiveInteger?):Cat==Dog where

Cat == FiniteFieldCategory? with
foo:PositiveInteger?->PrimeField?(n)
Dog == PrimeField?(n) add
foo(k)==k::Integer::PrimeField?(n)

end{axiom}

MathActionTabs?

... --unknown, Wed, 12 Apr 2006 07:24:48 -0500 reply

begin{axiom} a:= [1,2]?*t + [2,3]?*u solve([a]?,[t,u]?)

end{axiom}