<?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>zarzax the blog &#187; Uncategorized</title>
	<atom:link href="http://www.zarzax.com/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.zarzax.com</link>
	<description>the rantings of mark young :: random thoughts and interesting snippets</description>
	<lastBuildDate>Thu, 09 Jul 2009 14:33:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>MintyBoost 2.0</title>
		<link>http://www.zarzax.com/mintyboost/</link>
		<comments>http://www.zarzax.com/mintyboost/#comments</comments>
		<pubDate>Wed, 20 May 2009 16:44:37 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[projects]]></category>
		<category><![CDATA[Reviews]]></category>

		<guid isPermaLink="false">http://www.zarzax.com/?p=367</guid>
		<description><![CDATA[Here are some photos from my 15 minute weekend project.  I figured I better know what I&#8217;m doing in preparation for an upcoming session, introduction my younger brother to the world of electronics, solder, and burns.
These photographs are on my flickr stream and are released creative commons.



Additional Resources

MakersShed MintyBoost 2.0
Ladyada.net MintyBoost Instructions

]]></description>
			<content:encoded><![CDATA[<p>Here are some photos from my 15 minute weekend project.  I figured I better know what I&#8217;m doing in preparation for an upcoming session, introduction my younger brother to the world of electronics, solder, and burns.</p>
<p>These photographs are on my <a title="zarzax flickr stream" href="http://www.flickr.com/photos/zarzax" target="_blank">flickr stream</a> and are released creative commons.</p>
<p><a class="flickr-image alignnone" title="MintyBoost Parts" href="http://www.flickr.com/photos/zarzax/3539688719/"><img src="http://farm4.static.flickr.com/3592/3539688719_914e52c2ee.jpg" alt="MintyBoost Parts" /></a></p>
<p><a class="flickr-image aligncenter" title="MintyBoost Assembled" href="http://www.flickr.com/photos/zarzax/3540500316/"><img src="http://farm4.static.flickr.com/3279/3540500316_1aa45e3a29.jpg" alt="MintyBoost Assembled" /></a></p>
<p><a class="flickr-image aligncenter" title="MintyBoost Complete" href="http://www.flickr.com/photos/zarzax/3540500556/"><img src="http://farm3.static.flickr.com/2110/3540500556_650a9f2b26.jpg" alt="MintyBoost Complete" /></a></p>
<h4>Additional Resources</h4>
<ul>
<li><a title="MakersShed MintyBoost Kit" href="http://www.makershed.com/ProductDetails.asp?ProductCode=MKAD2" target="_blank">MakersShed MintyBoost 2.0</a></li>
<li><a title="Ladyada.net MintyBoost Instructions" href="http://www.ladyada.net/make/mintyboost/" target="_blank">Ladyada.net MintyBoost Instructions</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.zarzax.com/mintyboost/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Take a look at the BluePrint CSS Framework</title>
		<link>http://www.zarzax.com/take-a-look-blueprint-css/</link>
		<comments>http://www.zarzax.com/take-a-look-blueprint-css/#comments</comments>
		<pubDate>Thu, 26 Mar 2009 22:18:47 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[BluePrint CSS]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.zarzax.com/?p=241</guid>
		<description><![CDATA[BluePrint CSS is a nice, simple, and sensible CSS framework.   It greatly reduces CSS development time by providing a solid base on which to extend. Really Cool!

Blueprint is a CSS framework, which aims to cut down on your CSS development time. It gives you a solid CSS foundation to build your project on [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_243" class="wp-caption aligncenter" style="width: 350px"><a href="http://www.blueprintcss.org/"><img class="size-full wp-image-243" title="BluePrint CSS Framework" src="http://www.zarzax.com/wp-content/uploads/2009/03/title.png" alt="Nice, Simple, Sensible CSS Framework" width="340" height="82" /></a><p class="wp-caption-text">Nice, Simple, Sensible CSS Framework</p></div>
<p><a href="http://www.blueprintcss.org/">BluePrint CSS</a> is a nice, simple, and sensible CSS framework.   It greatly reduces CSS development time by providing a solid base on which to extend. Really Cool!</p>
<p><span id="more-241"></span></p>
<blockquote><p>Blueprint is a <strong>CSS framework</strong>, which aims to cut down on your CSS development time. It gives you a solid CSS foundation to build your project on top of, with an easy-to-use grid, sensible typography, and even a stylesheet for printing.<br />
<cite><a href="http://www.blueprintcss.org/">http://www.blueprintcss.org/</a></cite></p></blockquote>
<p>Today I spent around 10 minutes, and used a portion of the BluePrint CSS Framework to fix some typographical problems I was having with my Wordpress theme.</p>
<h5>Additional Resources</h5>
<ul>
<li><a title="BluePrint CSS Homepage" href="http://www.blueprintcss.org/" target="_blank">BluePrint CSS</a></li>
<li>J. Michael Wender&#8217;s post on <a title="Using The WordPress Sandbox and The Blueprint CSS Framework Together | J. Michael Wender" href="http://michaelwender.com/2008/04/15/using-wordpress-sanbox-and-blueprint-css/comment-page-1/#comment-2313" target="_blank">Using BluePrint CSS with Wordpress</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.zarzax.com/take-a-look-blueprint-css/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
