<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE MainPage SYSTEM "http://www.mrinitialman.com/Data/mrinitialman.dtd">
<MainPage
	xmlns="http://www.mrinitialman.com/OtherPages/oddsends.xml"
	mainid="oddsends"
	keywords="Mr, Initial, Man, Friends, This,That, The other thing, HTML, XHTML, Size, Comparison, XML"
	xmlpre="Stuff"
>
	<Entity cer="xhtml"><![CDATA[<abbr title="eXtensible HyperText Markup Language">XHTML</abbr>]]></Entity>
	<Entity cer="svg"><![CDATA[<abbr title="Scalar Vector Graphics">SVG</abbr>]]></Entity>
	<Entity cer="mathml"><![CDATA[<abbr title="Math Markup Language">MathML</abbr>]]></Entity>
	<Entity cer="xml"><![CDATA[<abbr title="eXtensible Markup Language">XML</abbr>]]></Entity>
	<Entity cer="html"><![CDATA[<abbr title="HyperText Markup Language">HTML</abbr>]]></Entity>
	<Entity cer="css"><![CDATA[<abbr title="Cascading Style Sheets">CSS</abbr>]]></Entity>
	<Entity cer="js"><![CDATA[<abbr title="JavaScript">JS</abbr>]]></Entity>
	<MainText><![CDATA[<p>There are a number of coding things I&rsquo;ve done over the years that exist as self-contained specialty webpages.  Some were created as tools for others, some as experiments, and some simply as jokes.  While I do have standalone sections elsewhere on my website&mdash;like my &html; tutorial in the Library and my DragonSpeak pages under the Furcadia section&mdash;these just don&rsquo;t fit <em>anywhere</em> on my webpages.  So consider this the webpage version of my curio cabinet.</p>
	<p>Or my junk drawer.</p>
	
	<h2>Tools For Others</h2>
	
	<p>This section contains webpages that I created to help others in one way or another but don&rsquo;t fit anywhere in other sections.</p>
	<h3>Comparing Heights</h3>
	<p>I originally created this so that artists could accurately portray people of different heights by showing (roughly) what their silhouettes look like standing next to each other. Since only two silhouettes are used (one male, one female), this is a rough estimate only, but it should help.  The old Lofty Bearing Forums had a similar and more diverse tool, but that went down with the rest of the site, and I couldn&rsquo;t find anything to replace it, so I coded my own, and later, an upgraded version.</p>
	<dl>
		<dt><a href="./OddsEnds/Sizes/sizes.html">The original page</a></dt>
		<dd>The original &html; page uses only two sillhouettes, each of which can be either male or female; these sillhouettes are actually JPEG images.  It also allows you to create a special link with pre-specified heights so you don&rsquo;t have to re-enter the numbers each time you visit the page.</dd>
		<dt><a href="./OddsEnds/Sizes/compsizes.xhtml">The upgraded page</a></dt>
		<dd>The upgraded page allows for up to six colour-coded figures (male or female) along with the ability to link to pre-specifed heights.  The upgraded page is actually an <abbr title="eXtensible HyperText Markup Language plus Scalar Vector Graphics">XHTML+SVG</abbr> page, though most browsers today can handle that just fine.</dd>
	</dl>
	<p>Both pages require JavaScript to work.</p>
	<h3><a href="./OddsEnds/UTF8/utf8_code.html">UTF-8 Numerical Character References</a></h3>
	<p>This was created because I had troubles finding the character codes that I wanted to use on various websites. This will display the codes for various characters in UTF-8. Requires JavaScript.</p>
			
	<h3><a href="./OddsEnds/Doctypes/doctypes.xhtml">Document Type Declarations</a></h3>
	<p>This was created because I wanted a quick reference to any mainstream <abbr title="Document Type Declaration">Doctype</abbr> I might want to use (as opposed to those I&rsquo;ve created for my custom &xml; languages.</p>
	<p>As I find it quite useful, you might find it useful too.  Also includes the &xml; namespaces where they exist.</p>
	
	<h2>Coding Experiments</h2>
	<p>This is me having fun with coding <span lang="la" title="Meaning: In and of itself">per se</span>.  Some of it is deliberately silly, some of it was just trying to figure out how a coding language would work.</p>
		
	<h3><a href="./OddsEnds/ElementML/elementml.xml">ElementML</a></h3>
	<p>This... is me being silly.  This page has only one element, that being <code>&lt;element&gt;</code>, and was presented to the Website Developer forum.  Sadly, the two threads it referred to are now long gone, but everyone agreed I was just being plain ridiculous.  Still, it was fun being a goof.</p>
			
	<h3><a href="./OddsEnds/xhtml_99bottles.xhtml">&xhtml; Program:  99 Bottles Of Beer On The Wall</a></h3>
	<p>On the <a href="http://www.webdeveloper.com/forum/forum.php">WebDeveloper Forums</a>, someone mistakenly referred to &xhtml; as a programming language.  There was a discussion on how it was not a programming language, which of course led to me making this bit of nonsense.</p>
			
	<h3>The Lattice</h3>
	<p>The lattice is a method of multiplication that uses a kind of grid.  It was in vogue in the Elizabethan era, though I&rsquo;ve used it a few times myself.</p>
	<p>With that out of the way, on to the explanation of the pages here.  This is my first serious effort with the markup language known as &xhtml; 1.1 plus &mathml; 2.0 plus &svg; 1.1.  Judging from the dates on the files, I created this way back in 2008 and does my inexperience show!</p>
	
	<p>I made two versions of the page.</p>
	<h4><a href="./OddsEnds/Lattice/lattice-full.xhtml">The Lattice (&xhtml; 1.1 + &mathml; 2.0 + &svg; 1.1)</a></h4>
	<p>This version had <em>everything</em>&mdash;&xhtml;, &mathml;, and &svg;&mdash;were included in a single file.  It&rsquo;s an absolute monstrosity at 175<abbr title="KiloBytes">KB</abbr> and would have been a <em>lot</em> smaller if I&rsquo;d known more about &svg;.</p>
	<h4><a href="./OddsEnds/Lattice/lattice.xhtml">The Lattice (Pure &xhtml; 1.1)</a></h4>
	<p>This version has the &mathml; and &svg; contained in seperate files and included through the <code>&lt;object&gt;</code> element (This was before the days that &svg; worked with the <code>&lt;img&gt;</code> element).  It used no fewer than <em>38 <code>&lt;object&gt;</code> elements</em> which meant it required 43 external sources in total (there are four images and a stylesheet as well as the external &mathml; and &svg;), and each external file referenced a stylesheet.  The separate &mathml; and &svg; files can be viewed below.</p>
	<div class="cols">
		<div class="col"><h5>&svg; Files</h5><ul>
			<li><a href="./OddsEnds/Lattice/lattice-00.svg">lattice-00.svg</a></li>
			<li><a href="./OddsEnds/Lattice/lattice-01.svg">lattice-01.svg</a></li>
			<li><a href="./OddsEnds/Lattice/lattice-02.svg">lattice-02.svg</a></li>
			<li><a href="./OddsEnds/Lattice/lattice-03.svg">lattice-03.svg</a></li>
			<li><a href="./OddsEnds/Lattice/lattice-04.svg">lattice-04.svg</a></li>
			<li><a href="./OddsEnds/Lattice/lattice-05.svg">lattice-05.svg</a></li>
			<li><a href="./OddsEnds/Lattice/lattice-06.svg">lattice-06.svg</a></li>
			<li><a href="./OddsEnds/Lattice/lattice-07.svg">lattice-07.svg</a></li>
			<li><a href="./OddsEnds/Lattice/lattice-08.svg">lattice-08.svg</a></li>
			<li><a href="./OddsEnds/Lattice/lattice-09.svg">lattice-09.svg</a></li>
			<li><a href="./OddsEnds/Lattice/lattice-10.svg">lattice-10.svg</a></li>
			<li><a href="./OddsEnds/Lattice/lattice-11.svg">lattice-11.svg</a></li>
			<li><a href="./OddsEnds/Lattice/lattice-12.svg">lattice-12.svg</a></li>
			<li><a href="./OddsEnds/Lattice/lattice-13.svg">lattice-13.svg</a></li>
			<li><a href="./OddsEnds/Lattice/lattice-14.svg">lattice-14.svg</a></li>
			<li><a href="./OddsEnds/Lattice/lattice-15.svg">lattice-15.svg</a></li>
			<li><a href="./OddsEnds/Lattice/lattice-16.svg">lattice-16.svg</a></li>
			<li><a href="./OddsEnds/Lattice/lattice-17.svg">lattice-17.svg</a></li>
			<li><a href="./OddsEnds/Lattice/lattice-18.svg">lattice-18.svg</a></li>
			<li><a href="./OddsEnds/Lattice/lattice-19.svg">lattice-19.svg</a></li>
			<li><a href="./OddsEnds/Lattice/lattice-20.svg">lattice-20.svg</a></li>
			<li><a href="./OddsEnds/Lattice/lattice-21.svg">lattice-21.svg</a></li>
		</ul></div>
		<div class="col"><h5>&mathml; Files</h5><ul>
			<li><a href="./OddsEnds/Lattice/lattice-math-00.xml">lattice-math-00.xml</a></li>
			<li><a href="./OddsEnds/Lattice/lattice-math-01.xml">lattice-math-01.xml</a></li>
			<li><a href="./OddsEnds/Lattice/lattice-math-02.xml">lattice-math-02.xml</a></li>
			<li><a href="./OddsEnds/Lattice/lattice-math-03.xml">lattice-math-03.xml</a></li>
			<li><a href="./OddsEnds/Lattice/lattice-math-04.xml">lattice-math-04.xml</a></li>
			<li><a href="./OddsEnds/Lattice/lattice-math-05.xml">lattice-math-05.xml</a></li>
			<li><a href="./OddsEnds/Lattice/lattice-math-06.xml">lattice-math-06.xml</a></li>
			<li><a href="./OddsEnds/Lattice/lattice-math-07.xml">lattice-math-07.xml</a></li>
			<li><a href="./OddsEnds/Lattice/lattice-math-08.xml">lattice-math-08.xml</a></li>
			<li><a href="./OddsEnds/Lattice/lattice-math-09.xml">lattice-math-09.xml</a></li>
			<li><a href="./OddsEnds/Lattice/lattice-math-10.xml">lattice-math-10.xml</a></li>
			<li><a href="./OddsEnds/Lattice/lattice-math-11.xml">lattice-math-11.xml</a></li>
			<li><a href="./OddsEnds/Lattice/lattice-math-12.xml">lattice-math-12.xml</a></li>
			<li><a href="./OddsEnds/Lattice/lattice-math-13.xml">lattice-math-13.xml</a></li>
			<li><a href="./OddsEnds/Lattice/lattice-math-14.xml">lattice-math-14.xml</a></li>
			<li><a href="./OddsEnds/Lattice/lattice-math-15.xml">lattice-math-15.xml</a></li>
		</ul></div>
	</div>
	<p class="space">I&rsquo;m not sure which page is harder on someone&rsquo;s bandwidth, to be honest.</p>
	<h3><a href="http://localhost/MrInitialMan4A/OddsEnds/multiple.xml">Lowest Common Multiple of Every Number from 1 - 100</a></h3>
	<p>This is another of my &xhtml; 1.1 plus &mathml; 2.0 plus &svg; 1.1 pages and demonstration of The Lattice.  This one was created to answer a question that I&rsquo;d long had: what is the lowest common multiple of every number from 1 - 100?</p>
	<p>Answer: 69,720,375,229,712,477,164,533,808,935,312,303,556,800 (but see the page to find out how I got that number).</p>
			
	<h3><a href="./OddsEnds/D2Runes/RuneData/runeinf.xml">Diablo II: Lord of Destruction Runes and Rune Words</a></h3>
	<p>If there were any questions about my grip on normality, this should answer quite firmly in the negative.  :)</p>
	<p>Simply put, this was my attempt at creating a completely &xml; + <abbr title="eXtensible Stylesheet Language: Transformations">XSLT</abbr>-based website.  As I was a fan of Blizzard Entertainment&rsquo;s <cite>Diablo II: Lord of Destruction</cite> at the time, I created the page based around its runes and runewords.</p>
	<p>While it&rsquo;s not quite finished (which I learned while looking at it for the first time in many years), most of it does work.</p>
	<p>What I learned while making this webpage was invaluable in my learning how to create an &xml;-based database for my website, particularly in the realm of XPath, a means of finding specific parts of an &xml; file.</p>
	<p>This page shows nothing that cannot be found at <a href="http://classic.battle.net/diablo2exp/">The Arreat Summit</a> and is placed here to show my experiments with &xml; and <abbr title="eXtensible Stylesheet Language: Transformations">XSLT</abbr>.</p>
	<p>By the way, if you want to look at the code of these pages, all you have to do is use the View Code command in your browser.  As for the other files, which I still think are worth seeing:</p>
	<ul>
		<li><a href="./OddsEnds/D2Runes/RuneData/runeinf.xsl">The <abbr title="eXtensible Stylesheet Language: Transformations">XSLT</abbr> stylesheet</a></li>
		<li><a href="./OddsEnds/D2Runes/RuneData/runeinf.dtd">The Document Type Definition (this might be a download; it&rsquo;s essentially a text file)</a></li>
		<li><a href="./OddsEnds/D2Runes/RuneData/runeinf.css">The <abbr title="Cascading Style Sheet">CSS</abbr> for it all.</a></li>
	</ul>
	<h4>The Legally Required Copyright Notice</h4>
	<p>Diablo&reg; II: Lord of Destruction&reg;</p>
	<p>&copy;2001 Blizzard Entertainment, Inc. All rights reserved. Diablo, Lord of Destruction and Blizzard Entertainment are trademarks or registered trademarks of Blizzard Entertainment, Inc. in the U.S. and/or other countries.</p>]]></MainText>
</MainPage>