<?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>ideas.each &#38;:post &#187; sass</title>
	<atom:link href="http://blog.tobiascrawley.net/tag/sass/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.tobiascrawley.net</link>
	<description>Another not so cleverly named blog mostly about software.</description>
	<lastBuildDate>Fri, 28 May 2010 13:56:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Presentation Tools</title>
		<link>http://blog.tobiascrawley.net/2009/03/05/presentation-tools/</link>
		<comments>http://blog.tobiascrawley.net/2009/03/05/presentation-tools/#comments</comments>
		<pubDate>Thu, 05 Mar 2009 19:26:07 +0000</pubDate>
		<dc:creator>Tobias</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[codex]]></category>
		<category><![CDATA[haml]]></category>
		<category><![CDATA[presenting]]></category>
		<category><![CDATA[sass]]></category>

		<guid isPermaLink="false">http://blog.tobiascrawley.net/?p=143</guid>
		<description><![CDATA[Last night, I gave my first presentation in a really long time. It went really well! (I used to have a terrible fear of public speaking, so much so that I changed majors in college to avoid having to take a public speaking class (I switched back, because I realized I was being foolish. I&#8217;m [...]]]></description>
			<content:encoded><![CDATA[<p>Last night, I gave my first presentation in a really long time. It went really well! (I used to have a terrible fear of public speaking, so much so that I changed majors in college to avoid having to take a public speaking class (I switched back, because I realized I was being foolish. I&#8217;m glad I did, because I met a nice lady (we went out once, and it was the worst date of my life; but I digress))). The presentation was on <a href="http://haml.hamptoncatlin.com/docs/rdoc/classes/Haml.html">Haml</a> &amp; <a href="http://haml.hamptoncatlin.com/docs/rdoc/classes/Sass.html">Sass</a>, and is available on <a href="http://github.com/tobias/haml_sass_presentation">github</a> if you are interested.   </p>

<p>But this post isn&#8217;t about the presentation, but about the tools I used to build/show it. I spent some time trying to get colorized code samples in to Keynote &#8217;09, but did not have much luck. After a little bit of research, I found Dave Thomas&#8217; <a href="http://github.com/pragdave/codex">codex</a>, an html based presentation builder that uses the <a href="http://meyerweb.com/eric/tools/s5/">s5</a> javascript presentation tool. Codex allows you to reference code files or embed code snippets, which will be pulled in during the build process and wrapped in a <a href="http://alexgorbatchev.com/wiki/SyntaxHighlighter">SyntaxHighlighted</a> div. It processes &#8216;slide&#8217; files and creates one html page containing the entire presentation. I modified it a bit for this presentation to add support for adding text to the previous slide, and included all of the available SyntaxHighlighter language modules in the output. The modified version is <a href="http://github.com/tobias/codex">here</a>. </p>

<p>To display the presentation, I created a <a href="http://fluidapp.com">Fluid</a> app, set it to me chromeless, and made it draggable from anywhere. I then installed <a href="http://www.filewell.com/iRedLite/">iRed Lite</a>, which allows you to send keystrokes to any app using the Apple infrared remote. Once that was all in place, I hooked up the projector, dragged the Fluid app to the projected display, and gave the presentation.</p>]]></content:encoded>
			<wfw:commentRss>http://blog.tobiascrawley.net/2009/03/05/presentation-tools/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
