<?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>Backspaces &#187; Tutorials</title>
	<atom:link href="http://backspaces.net/category/tutorials/feed/" rel="self" type="application/rss+xml" />
	<link>http://backspaces.net</link>
	<description>Applied Complexity for the Rest of Us</description>
	<lastBuildDate>Sat, 17 Sep 2011 03:14:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>CSSS2010 &amp; NetLogo Tutorial</title>
		<link>http://backspaces.net/52/csss2010-netlogo-tutorial/</link>
		<comments>http://backspaces.net/52/csss2010-netlogo-tutorial/#comments</comments>
		<pubDate>Thu, 29 Jul 2010 22:11:54 +0000</pubDate>
		<dc:creator>backspaces</dc:creator>
				<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://backspaces.net/?p=52</guid>
		<description><![CDATA[We (Steve Guerin and myself) again presented the NetLogo tutorial at the Santa Fe Institute&#8217;s yearly Complex Systems Summer School.  We continued our use of a wiki-based, self-paced tutorial, which proved quite successful last year. This year we added a new section: our Bag Of Tricks which is a set of downloadable NetLogo files showing [...]]]></description>
			<content:encoded><![CDATA[<p>We (<a href="http://redfish.com">Steve Guerin</a> and myself) again presented the <a href="http://ccl.northwestern.edu/netlogo/">NetLogo</a> tutorial at the <a href="http://santafe.edu/">Santa Fe Institute&#8217;s</a> yearly <a href="http://tuvalu.santafe.edu/events/workshops/index.php/CSSS_2010_Santa_Fe-Schedule">Complex Systems Summer School</a>.  We continued our use of a wiki-based, self-paced tutorial, which proved quite successful last year.</p>
<p>This year we added a new section: our <a href="http://backspaces.net/wiki/NetLogo_Bag_of_Tricks">Bag Of Tricks</a> which is a set of downloadable NetLogo files showing standard techniques such as:</p>
<ul>
<li>Ant pheromone techniques</li>
<li><a href="http://www.red3d.com/cwr/boids/">Craig Reynolds</a> style Flocking simulation</li>
<li>Using two graph layouts to create a bouncing ball</li>
<li>How to have agents travel on links rather than patches</li>
<li>The n-body problem, both 2D and 3D</li>
<li>Use of NetLogo&#8217;s GIS extension.</li>
</ul>
<p>The tutorial session was given in the evening at the <a href="http://sfcomplex.org/">Santa Fe Complex</a>, an arts and technology non-profit here in Santa Fe, NM.</p>
<p>Note: the <a href="http://gisagents.blogspot.com/2010/07/netlogo-gis-examples-from-backspacesnet.html">gisagents</a> blog gave this a good mention.</p>
]]></content:encoded>
			<wfw:commentRss>http://backspaces.net/52/csss2010-netlogo-tutorial/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Math on the Web</title>
		<link>http://backspaces.net/32/math-on-the-web/</link>
		<comments>http://backspaces.net/32/math-on-the-web/#comments</comments>
		<pubDate>Mon, 21 Jul 2008 04:51:24 +0000</pubDate>
		<dc:creator>backspaces</dc:creator>
				<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://backspaces.net/wordpress/?p=32</guid>
		<description><![CDATA[One of my favorite challenges to my friends is “Send me an equation”. It sounds like a dumb thing, but after a bit of thought, you’ll agree that Math Is A Second Class Citizen On The Web! The Math Typesetting for the Internet page has a good discussion on the issues. So what to do?! [...]]]></description>
			<content:encoded><![CDATA[<p>One of my favorite challenges to my friends is “Send me an equation”.  It sounds like a dumb thing, but after a bit of thought, you’ll agree that</p>
<blockquote><p><strong>Math Is A Second Class Citizen On The Web!</strong></p></blockquote>
<p>The <a href="http://mathforum.org/typesetting/">Math Typesetting for the Internet</a> page has a good discussion on the issues.</p>
<p>So what to do?!  <a href="http://www.w3.org/Math/">MathML</a>?  <a href="http://www.cs.tut.fi/~jkorpela/math/"><span class="caps">HTML</span>/CSS</a>? <a href="http://www1.chapman.edu/~jipsen/mathml/asciimath.html"><span class="caps">ASCII</span> stunts</a>? <a href="http://www.codecogs.com/components/equationeditor/equationeditor.php">Equation Editors</a>? <a href="http://ktd.club.fr/programmation/latexit_en.php">LaTeX Tools</a>? <a href="http://www.math.union.edu/~dpvc/jsmath/">JavaScript</a>?</p>
<p>The fact is that it’s not at all easy to make a choice.  So here’s the road I took:</p>
<ol>
<li><strong>Notation:</strong> I decided on TeX notation.  It’s <em>the standard</em> and I decided I’d be ignorant not knowing it!</li>
<li><strong>Tools:</strong> LaTeXiT, TextMate and similar tools are good at equation creation, producing images/pdf helping visualize/debug the LaTeX source.</li>
<li><strong>Plugins:</strong> I decided to <strong>not</strong> use plugins: I’d need a different one for each blog, wiki, forum and so on.  They also often require root access.</li>
<li><strong>Images:</strong> I similarly decided <strong>not</strong> to use static images: they are inflexible and hard to manage, and also loose the basic TeX source.</li>
<li><strong>LaTeX2HTML</strong>: I did <strong>not</strong> want to use LaTeX2HTML (or similar) because my blog (and wiki and forum) all have their own markdown language that I did not want to “escape” by inserting raw <span class="caps">HTML</span>.</li>
<li><strong>LaTeX Source</strong>: I wanted to retain the LaTeX source in the <span class="caps">HTML</span> so that in the future I might use the equation in a different tool.</li>
</ol>
<p>This led fairly quickly to a very nifty solution: <a href="http://www.codecogs.com/">CodeCogs</a> has created a <a href="http://www.codecogs.com/components/equationeditor/equationeditor.php">LaTeX Equation Editor</a> and a web service for rendering the results!  <a href="http://sixthform.info/steve/wordpress/?p=67">Sixth Form Mathematics &amp; Law</a> blogs on using the CodeCogs facility for dynamic images created by a server.</p>
<p>The idea is quite elegant: send a LaTeX equation in a <span class="caps">URL</span> to a server which converts it, dynamically, to a tiny image.  The LaTeX segment below is rendered into the equation following it.</p>
<p style="text-align:center;"><a href="http://tinyurl.com/6epcd4"><strong>\int_{-\infty}^{\infty}e^{-x^{2}}dx=\sqrt{\pi}</strong></a></p>
<p style="text-align:center;"><img src="http://www.codecogs.com/eq.latex?\int_{-\infty}^{\infty}e^{-x^{2}}dx=\sqrt{\pi}" alt="" /></p>
<p>Click on the LaTeX code above to see the CodeCogs <span class="caps">URL</span> used and the result of its use as a stand-alone image.</p>
<p>Here’s the Textile markdown used in this article:</p>
<pre>!http://www.codecogs.com/eq.latex?
int_{-infty}^{infty}e^{-x^{2}}dx=sqrt{pi}!</pre>
<p>The following can be used instead and allows blanks in the LaTeX source:</p>
<pre>== &lt;img src=

http://www.codecogs.com/eq.latex?

int_{-infty}^{infty}e^{-x^{2}}dx=sqrt{pi}
/&gt; ==</pre>
<p>Note that the line breaks after the “?” in the above <span class="caps">URL</span>s are used to fit on the page, they do not occur in the <span class="caps">HTML</span>/Textile source.</p>
]]></content:encoded>
			<wfw:commentRss>http://backspaces.net/32/math-on-the-web/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XHTML/CSS: The Quiet Web Revolution</title>
		<link>http://backspaces.net/26/xhtmlcss-the-quiet-web-revolution/</link>
		<comments>http://backspaces.net/26/xhtmlcss-the-quiet-web-revolution/#comments</comments>
		<pubDate>Sun, 10 Oct 2004 06:35:00 +0000</pubDate>
		<dc:creator>backspaces</dc:creator>
				<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://backspaces.net/wordpress/?p=26</guid>
		<description><![CDATA[While updating my ancent website (started in the 1995’s .. so very html 1.0), I decided to look into the current state of the art of web publishing. Imagine my surprise when I found that the cruddy table based mess the .com sites used to achieve their unnatural, pixel perfect goals had been replaced by [...]]]></description>
			<content:encoded><![CDATA[<p>While updating my ancent website (started in the 1995’s .. so very html 1.0), I decided to look into the current state of the art of web publishing.</p>
<p>Imagine my surprise when I found that the cruddy table based mess the .com sites used to achieve their unnatural, pixel perfect goals had been replaced by a very clean separation of content and structure (xhtml) and the looks and style of the page (css).</p>
<p>I put together several examples for a talk to our local technical team.  Here’s the talk’s “slides” .. pages of reference material and demos.</p>
<blockquote><p>Note: The talk included considerable <span class="caps">CSS</span> magic by making simple changes in the style sheet using <a href="http://www.macrabbit.com/cssedit/"><span class="caps">CSSE</span>dit</a> and having immediate response in the preview page.  So some of that is missing for folks just looking at these pages.</p></blockquote>
<h3>The Basics</h3>
<blockquote><p>Here we look at old html and new xhtml and css.</p></blockquote>
<ul>
<li><a href="http://www.w3.org/MarkUp/Guide/">Basic &amp; Simple <span class="caps">HTML</span></a></li>
<li><a href="http://www.upsdell.com/BrowserNews/res_doctype.htm#a04">DocTypes</a></li>
<li><a href="/projects/xhtmlcsstut/StructureHTMLandCSS.html">New <span class="caps">XHTML</span>/CSS</a></li>
<li><a href="/projects/xhtmlcsstut/play0.html">Our Basic <span class="caps">XHTML</span> Doc</a></li>
<li><a href="/projects/xhtmlcsstut/StructureSimpleDoc.html">Our Doc’s Structure</a></li>
<li><a href="/projects/xhtmlcsstut/Mozilla001.jpg">Mozilla’s Editor’s Structural View</a></li>
</ul>
<h3>Before we start: Some of The Heros</h3>
<blockquote><p>These folks, and many others, brought order back from the chaos of the early, table-centric (read “Gawd Awful”) mess our poor web wandered into.  Notice how design played a strong role in achieving this revolution.  Techies — be humbled.</p></blockquote>
<ul>
<li><a href="http://www.alistapart.com/">A List Apart</a></li>
<li><a href="http://www.zeldman.com/">Jeffrey Zeldman</a></li>
<li><a href="http://www.meyerweb.com/eric/css/">Eric Meyer</a></li>
<li><a href="http://www.glish.com/">Eric Costello</a></li>
<li><a href="http://www.csszengarden.com/">Zen Garden</a></li>
<li><a href="http://webstandardsgroup.org/resources/">Web Standards Group</a></li>
</ul>
<h3>The Tutorial</h3>
<blockquote><p>Note: During this part, I used the <a href="/projects/xhtmlcsstut/StructureSimpleDoc.html">very simple</a> document discussed above, simply changing its style sheet.  Between step 1 and 2 I added a bit more material to show the impact of the styling.</p></blockquote>
<ul>
<li><a href="/projects/xhtmlcsstut/play0.html">Play0.html, our starting point</a></li>
<li><a href="http://www.w3.org/TR/REC-CSS2/box.html#box-dimensions">Styling 101 – The <span class="caps">CSS</span> Box Model</a></li>
<li><a href="/projects/xhtmlcsstut/play1.html">Play1.html</a> styled with <a href="/projects/xhtmlcsstut/play1.css">Play1.css</a></li>
<li><a href="/projects/xhtmlcsstut/play2.html">Play2.html</a> styled with <a href="/projects/xhtmlcsstut/play2.css">Play2.css</a></li>
<li><a href="/projects/xhtmlcsstut/play3.html">Play3.html</a> styled with <a href="/projects/xhtmlcsstut/play3.css">Play3.css</a></li>
<li><a href="/projects/xhtmlcsstut/play4.html">Play4.html</a> styled with <a href="/projects/xhtmlcsstut/play4.css">Play4.css</a></li>
</ul>
<h3>Help: The Great <span class="caps">CSS</span> Community</h3>
<blockquote><p>Here’s the tip of the help iceburg.  My recent experiences converting to xhtml/css and then Textpattern as a <span class="caps">CMS</span> really made me appreciate all the help out there.  Angels, we thank you!</p></blockquote>
<ul>
<li><a href="http://www.csscreator.com/css-forum/">The <span class="caps">CSS</span> Forum</a></li>
<li><a href="http://www.westciv.com/style_master/academy/browser_support/index.html"><span class="caps">CSS</span> Browser Support Charts</a></li>
<li><a href="http://glish.com/css/"><span class="caps">CSS</span> Layout Techniques: Eric Costello</a></li>
<li><a href="http://www.alistapart.com/articles/horizdropdowns">Drop-Down Menus, Horizontal Style: A List Apart</a></li>
<li><a href="http://www.alistapart.com/articles/taminglists"><span class="caps">CSS</span> Design: Taming Lists: A List Apart</a></li>
<li><a href="http://www.meyerweb.com/eric/css/edge/">The <span class="caps">CSS</span> Edge: Eric Meyer</a></li>
<li><a href="http://www.alistapart.com/articles/cms1/"><span class="caps">CMS</span> and the Single Web Designer: A List Apart</a></li>
<li><a href="http://wordpress.org/">WordPress</a></li>
<li><a href="http://textpattern.com/">Textpattern</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://backspaces.net/26/xhtmlcss-the-quiet-web-revolution/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Complexity Workshop</title>
		<link>http://backspaces.net/4/complexity-workshop/</link>
		<comments>http://backspaces.net/4/complexity-workshop/#comments</comments>
		<pubDate>Thu, 10 Apr 2003 18:00:00 +0000</pubDate>
		<dc:creator>backspaces</dc:creator>
				<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://backspaces.net/wordpress/?p=4</guid>
		<description><![CDATA[ ]]></description>
			<content:encoded><![CDATA[<p>After our <a href="/family/ToSantaFe/">move to Santa Fe</a>, we decided to start <a href="http://backspaces.net/cw">Complexity Workshop</a>, a small applied complexity science company.</p>
<p>Our first stunt was to write a set of Agent Based Modeling <a href="http://backspaces.net/cw/tutorial/">tutorials</a>, showing how to write simple simulations in NetLogo and Repast.</p>
]]></content:encoded>
			<wfw:commentRss>http://backspaces.net/4/complexity-workshop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

