<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Blog &#187; HTML</title>
	<atom:link href="http://blog.marcuscobden.co.uk/tag/html/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.marcuscobden.co.uk</link>
	<description>Reflections of a compulsive engineer</description>
	<lastBuildDate>Wed, 01 Sep 2010 10:05:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Not your regular TI-83</title>
		<link>http://blog.marcuscobden.co.uk/2008/11/not-your-regular-ti-83/</link>
		<comments>http://blog.marcuscobden.co.uk/2008/11/not-your-regular-ti-83/#comments</comments>
		<pubDate>Tue, 04 Nov 2008 18:05:00 +0000</pubDate>
		<dc:creator>Marcus</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Bugs]]></category>
		<category><![CDATA[Canvas]]></category>
		<category><![CDATA[Graph]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://newblog.marcuscobden.co.uk/?p=11</guid>
		<description><![CDATA[Over a couple of days I put together a <a href="http://www.marcuscobden.co.uk/stuff/2008-10/plot" title="Javascript &#38; Canvas equation plotter">Javascript powered equation plotter</a>, with much the same functionality as my old <a href="http://en.wikipedia.org/wiki/TI-83" title="TI-83 series calculator">TI-83</a>.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve only ever owned one graphical calculator, a <a href="http://en.wikipedia.org/wiki/TI-83" title="TI-83 series calculator">TI-83</a>, which was bought for me around when I started Secondary School. It was the device on which I broke my programming teeth, making crummy games and utilities to make maths exercises less tedious.</p>
<p>The other week I was experimenting with the HTML <a href="http://en.wikipedia.org/wiki/Canvas_tag" title="HTML Canvas tag">Canvas element</a> for another little side-project of mine when I was reminded of the Graph Plot screen which my old calculator has. Essentially it lets you enter a Cartesian equation which it will then plot on the screen.</p>
<p>Subsequently, over a couple of days I put together a <a href="http://www.marcuscobden.co.uk/stuff/2008-10/plot" title="Javascript &amp; Canvas equation plotter"><strong>Javascript powered equation plotter</strong></a>, with much the same functionality as my TI-83. Oh and in the process I found a <a href="https://bugs.webkit.org/show_bug.cgi?id=21888">bug in the WebKit nightly</a>, which they swiftly fixed.</p>
<p>You&#8217;re free to use the <a href="http://www.marcuscobden.co.uk/stuff/2008-10/plot/js/graphPlot.js" title="Javascript equation plotter source code">source</a> to the how you wish, if you&#8217;re that way inclined (it&#8217;s a client-side web script so it&#8217;s practically open source off the bat). Under the hood it makes use of the <a href="http://mootools.net/" title="MooTools - a compact javascript framework">MooTools</a> javascript framework, though I&#8217;ve not made use of its features extensively, so It would only be a matter of an evening&#8217;s work to remove this dependancy.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.marcuscobden.co.uk/2008/11/not-your-regular-ti-83/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
