<?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>Swayspace blog &#187; Willy</title>
	<atom:link href="http://swayspace.com/blog/author/willhaus/feed/" rel="self" type="application/rss+xml" />
	<link>http://swayspace.com/blog</link>
	<description>Thoughts from Swayspace</description>
	<lastBuildDate>Wed, 25 Apr 2012 17:10:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>We’re in an Art Show</title>
		<link>http://swayspace.com/blog/2010/05/were-in-an-art-show/</link>
		<comments>http://swayspace.com/blog/2010/05/were-in-an-art-show/#comments</comments>
		<pubDate>Mon, 24 May 2010 20:18:59 +0000</pubDate>
		<dc:creator>Willy</dc:creator>
				<category><![CDATA[Letterpress]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Studio]]></category>

		<guid isPermaLink="false">http://swayspace.com/blog/?p=604</guid>
		<description><![CDATA[We are excited to announce Swayspace&#8217;s participation in a show highlighting the work of master craftsmen and artisans working in New York City. The show is part of the LVMH-sponsored project The Art of Craftsmanship Revisited: New York and opens this Wednesday 26 May. The show will be open to the public June 5 &#8211; [...]]]></description>
			<content:encoded><![CDATA[<p>We are excited to announce Swayspace&#8217;s participation in a show highlighting the work of master craftsmen and artisans working in New York City. The show is part of the LVMH-sponsored project <em><a href="http://artofcraftsmanship.com/">The Art of Craftsmanship Revisited: New York</a></em> and opens this Wednesday 26 May. The show will be open to the public June 5 &#8211; June 27, 11 AM &#8211; 5 PM at <a href="http://maps.google.com/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=&amp;q=Governors+Island+National+Monument&amp;sll=37.0625,-95.677068&amp;sspn=61.153041,72.685547&amp;ie=UTF8&amp;hq=Nolan+Park,+Governors+Island&amp;hnear=&amp;cid=17079323005758027711&amp;ll=40.697429,-74.012575&amp;spn=0.058176,0.070982&amp;z=14&amp;iwloc=A">Nolan Park on Governors Island</a>, which is a great place to visit in the summer in New York, so we hope you can make it out to see and celebrate the hard work of these craftsmen and students.</p>
<p>This has been a great opportunity for us to peruse our archives for some of our favorite commercial work like the <a href="http://swayspace.com/blog/2010/05/the-feltron-2009-annual-report-behind-the-scenes/">2009 Feltron Annual Report</a> as well as the kind of interesting <a href="http://swayspace.com/letterpress/ephemera.html">printed ephemera</a> that we&#8217;re always producing.</p>
<p>The invitation we designed and printed for the opening:<br />
<img title="DSC_0022.jpg" src="http://swayspace.com/blog/wp-content/uploads/2010/05/DSC_0022.jpg" border="0" alt="DSC_0022.jpg" width="453" height="680" /></p>
<p>A sneak peak of what we&#8217;ll have on display:<br />
<img title="DSC_0007.jpg" src="http://swayspace.com/blog/wp-content/uploads/2010/05/DSC_0007.jpg" border="0" alt="DSC_0007.jpg" width="680" height="453" /></p>
<p><img title="DSC_0013.jpg" src="http://swayspace.com/blog/wp-content/uploads/2010/05/DSC_00131.jpg" border="0" alt="DSC_0013.jpg" width="680" height="453" /></p>
<p>Here&#8217;s how this came about:</p>
<p>Over the past winter and spring we hosted a group of Parsons fashion design students as part of <em>The Art of Craftsmanship Revisited: New York</em>. Andres, Chi, Payal, Sherman, and Sooji of the team <em>Half-Broken Things</em> spent many hours in the Swayspace printshop absorbing many fine points about letterpress printing. These lessons informed their final project, a <a href="http://artofcraftsmanship.com/artisan_swayspace.php">dress and short film</a>. </p>
]]></content:encoded>
			<wfw:commentRss>http://swayspace.com/blog/2010/05/were-in-an-art-show/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Select Menus and Conditional Logic with jQuery</title>
		<link>http://swayspace.com/blog/2010/05/select-menus-and-conditional-logic-with-jquery/</link>
		<comments>http://swayspace.com/blog/2010/05/select-menus-and-conditional-logic-with-jquery/#comments</comments>
		<pubDate>Fri, 14 May 2010 05:29:39 +0000</pubDate>
		<dc:creator>Willy</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://swayspace.com/blog/?p=504</guid>
		<description><![CDATA[In a recent prototype for a web application we are working on, we needed to use a select menu to display the appropriate result after a user makes a selection. We couldn’t find any jQuery examples online that did just what we wanted, so hopefully the following will help someone facing the same problem. Here’s [...]]]></description>
			<content:encoded><![CDATA[<p>In a recent prototype for a web application we are working on, we needed to use a select menu to display the appropriate result after a user makes a selection. We couldn’t find any jQuery examples online that did just what we wanted, so hopefully the following will help someone facing the same problem.</p>
<p>Here’s an example of what we want to happen. Choosing one of the options in the select menu reveals a particular paragraph. Clicking <code>“Remove”</code> makes that paragraph disappear again. Choosing <code>“Select...”</code> resets everything back to where we started:</p>
<p><code><br />
<select>
<option value="0">Select...</option>
<p>&lt;br /&gt;</p>
<option value="1">First</option>
<p>&lt;br /&gt;</p>
<option value="2">Second</option>
<p>&lt;br /&gt;</p>
<option value="3">Third</option>
<p>&lt;br /&gt;<br />
</select>
<p id="first" style="display: none">This is the first paragraph. <a class="remove" href="#">Remove</a></p>
<p id="second" style="display: none">This is the second paragraph. <a class="remove" href="#">Remove</a></p>
<p id="third" style="display: none">This is the third paragraph. <a class="remove" href="#">Remove</a></p>
<p><script type="text/javascript" src="http://code.jquery.com/jquery-latest.js"></script><br />
<script>
$('select').change(function() {
if ($(this).val() == 1) {
$('#first').show('fast'); }
else if ($(this).val() == 2) {
$('#second').show('fast'); }
else if ($(this).val() == 3) {
$('#third').show('fast'); }
else if ($(this).val() == 0) {
$('#first, #second, #third').hide('fast'); }
});
$('.remove').click(function() {
$(this).parent().hide('fast');
});
</script></code></p>
<p>And here’s how the code works. First include jQuery (duh). Next create a <code>select</code> menu with a value included for each <code>option</code>. (That’s crucial for making the whole thing work.) Following that, we’ve got three hidden paragraphs, each with an <code>id</code> (unique, of course). Then comes the <code>script</code>, which pretty much says “If the user switches the <code>select</code> menu to <code>option</code> 1, 2, or 3, display the corresponding paragraph. If they select the first <code>option</code>, hide any displayed paragraphs. And if they click a link, hide the parent (the paragraph in this case) of that link.” Hope that helps, and happy coding:</p>
<pre>
<code>&lt;!DOCTYPE html&gt;
&lt;html&gt;

&lt;head&gt;
  &lt;script type="text/javascript" src="http://code.jquery.com/jquery-latest.js"&gt;&lt;/script&gt;
&lt;/head&gt;

&lt;body&gt;
  &lt;select&gt;
    &lt;option value="0"&gt;Select...&lt;/option&gt;
    &lt;option value="1"&gt;First&lt;/option&gt;
    &lt;option value="2"&gt;Second&lt;/option&gt;
    &lt;option value="3"&gt;Third&lt;/option&gt;
  &lt;/select&gt;
  &lt;p id="first" style="display: none"&gt;This is the first paragraph. &lt;a class="remove" href="#"&gt;Remove&lt;/a&gt;&lt;/p&gt;
  &lt;p id="second" style="display: none"&gt;This is the second paragraph. &lt;a class="remove" href="#"&gt;Remove&lt;/a&gt;&lt;/p&gt;
  &lt;p id="third" style="display: none"&gt;This is the third paragraph. &lt;a class="remove" href="#"&gt;Remove&lt;/a&gt;&lt;/p&gt;
  &lt;script&gt;
    $('select').change(function() {
      if ($(this).val() == 1) {
        $('#first').show('fast'); }
      else if ($(this).val() == 2) {
        $('#second').show('fast'); }
      else if ($(this).val() == 3) {
        $('#third').show('fast'); }
      else if ($(this).val() == 0) {
        $('#first, #second, #third').hide('fast'); }
     });

    $('.remove').click(function() {
      $(this).parent().hide('fast');
    });
  &lt;/script&gt;
&lt;/body&gt;
&lt;/html&gt;</code>
</pre>
]]></content:encoded>
			<wfw:commentRss>http://swayspace.com/blog/2010/05/select-menus-and-conditional-logic-with-jquery/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Patrick’s Neon Bicycle</title>
		<link>http://swayspace.com/blog/2009/08/patricks-neon-bicycle/</link>
		<comments>http://swayspace.com/blog/2009/08/patricks-neon-bicycle/#comments</comments>
		<pubDate>Thu, 13 Aug 2009 06:45:35 +0000</pubDate>
		<dc:creator>Willy</dc:creator>
				<category><![CDATA[Ephemera]]></category>

		<guid isPermaLink="false">http://swayspace.com/blog/?p=265</guid>
		<description><![CDATA[Our pals over at Lite Brite Neon recently created a bicycle out of neon tubes inspired by Patrick&#8217;s ride, which was designed and manufactured by Alternative Needs Transportation. It&#8217;s for the Sony Madison Avenue store.]]></description>
			<content:encoded><![CDATA[<p>Our pals over at <a href="http://litebriteneon.com/">Lite Brite Neon</a> recently created a bicycle out of neon tubes inspired by Patrick&#8217;s ride, which was designed and manufactured by <a href="http://antbikemike.wordpress.com/">Alternative Needs Transportation</a>. It&#8217;s for the Sony Madison Avenue store.</p>
<p><img class="alignnone size-full wp-image-292" title="lite-brite-bike" src="http://swayspace.com/blog/wp-content/uploads/2009/07/lite-brite-bike.jpg" alt="lite-brite-bike" width="800" height="600" /> </p>
]]></content:encoded>
			<wfw:commentRss>http://swayspace.com/blog/2009/08/patricks-neon-bicycle/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Market at the Old American Can Factory</title>
		<link>http://swayspace.com/blog/2009/06/the-market-at-the-old-american-can-factory/</link>
		<comments>http://swayspace.com/blog/2009/06/the-market-at-the-old-american-can-factory/#comments</comments>
		<pubDate>Fri, 26 Jun 2009 16:44:14 +0000</pubDate>
		<dc:creator>Willy</dc:creator>
				<category><![CDATA[Letterpress]]></category>
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://swayspace.com/blog/?p=248</guid>
		<description><![CDATA[This Sunday from 11am–6pm Swayspace will be participating in The Market at the Old American Can Factory. We will be selling sets of our antique handset Thank You stationery as well as custom-printing-while-you-wait stationery. Set of 6 folded Thank You notes – $15 Set of 20 flat customized notecards – $40 Set of 20 folded custom notecards – [...]]]></description>
			<content:encoded><![CDATA[<p>This Sunday from 11am–6pm Swayspace will be participating in <em>The Market at the Old American Can Factory</em>. We will be selling sets of our antique handset Thank You stationery as well as custom-printing-while-you-wait stationery.</p>
<ol>
<li>Set of 6 folded Thank You notes – $15</li>
<li>Set of 20 flat customized notecards – $40</li>
<li>Set of 20 folded custom notecards – $45</li>
</ol>
<p>Here are <a href="http://www.xoprojects.com/market.html">more details</a> and <a href="http://maps.google.com/maps?f=d&amp;hl=en&amp;geocode=&amp;time=&amp;date=&amp;ttype=&amp;saddr=&amp;daddr=232+3rd+St,+Brooklyn,+NY+11215&amp;sll=37.0625,-95.677068&amp;sspn=51.576045,60.029297&amp;ie=UTF8&amp;om=1&amp;layer=c&amp;cbll=40.675073,-73.987999&amp;cbp=1,167.4814028051451,,0,-2.544207333565098&amp;ll=40.681029,-73.987384&amp;spn=0.028119,0.033216&amp;z=15&amp;panoid=3nbPV-m-NI7s1jB98tVGlA">directions to our building</a>. Come on by and support Brooklyn craft and manufacture!</p>
<p><img class="alignnone size-full wp-image-249" title="thank-you-cards-01" src="http://swayspace.com/blog/wp-content/uploads/2009/06/thank-you-cards-01.jpg" alt="thank-you-cards-01" width="600" height="800" /> </p>
]]></content:encoded>
			<wfw:commentRss>http://swayspace.com/blog/2009/06/the-market-at-the-old-american-can-factory/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>New Rooftop Films Program Guides</title>
		<link>http://swayspace.com/blog/2009/05/new-rooftop-films-program-guides/</link>
		<comments>http://swayspace.com/blog/2009/05/new-rooftop-films-program-guides/#comments</comments>
		<pubDate>Fri, 22 May 2009 22:52:18 +0000</pubDate>
		<dc:creator>Willy</dc:creator>
				<category><![CDATA[Design]]></category>

		<guid isPermaLink="false">http://swayspace.com/blog/?p=243</guid>
		<description><![CDATA[Hot off the press &#8211; new Program Guides for the 2009 Rooftop Films season.]]></description>
			<content:encoded><![CDATA[<p>Hot off the press &#8211; new Program Guides for the <a href="http://rooftopfilms.com/">2009 Rooftop Films</a> season.</p>
<p><img class="alignnone size-full wp-image-244" title="rooftop-2009-02" src="http://swayspace.com/blog/wp-content/uploads/2009/05/rooftop-2009-02.jpg" alt="rooftop-2009-02" width="360" height="480" /> </p>
]]></content:encoded>
			<wfw:commentRss>http://swayspace.com/blog/2009/05/new-rooftop-films-program-guides/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BMI, BackStory, Hall &amp; Partners Health, and SMP projects</title>
		<link>http://swayspace.com/blog/2009/04/bmi-backstory-hall-partners-health-and-smp-projects/</link>
		<comments>http://swayspace.com/blog/2009/04/bmi-backstory-hall-partners-health-and-smp-projects/#comments</comments>
		<pubDate>Thu, 16 Apr 2009 05:49:09 +0000</pubDate>
		<dc:creator>Willy</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://swayspace.com/blog/?p=173</guid>
		<description><![CDATA[We are happy to share some projects that we added to our website today. Click to see more information and images. BMI Advertisements (We already mentioned this, but have added a better photo to the portfolio.) BackStory Identity Hall &#38; Partners Health SMP Career Manual]]></description>
			<content:encoded><![CDATA[<p>We are happy to share some projects that we added to our website today. Click to see more information and images.</p>
<p><a href="/design/design-bmi.html">BMI Advertisements</a><br />
(We already mentioned this, but have added a better photo to the portfolio.)<br />
<a href="/design/design-bmi.html"><img class="alignnone size-full wp-image-174" title="bmi-01" src="http://swayspace.com/blog/wp-content/uploads/2009/04/bmi-01.jpg" alt="bmi-01" width="376" height="376" /></a></p>
<p><a href="/design/design-backstory.html">BackStory Identity</a><br />
<a href="/design/design-backstory.html"><img class="alignnone size-full wp-image-175" title="backstory-01" src="http://swayspace.com/blog/wp-content/uploads/2009/04/backstory-01.gif" alt="backstory-01" width="380" height="190" /></a></p>
<p><a href="/design/design-hall-and-partners.html">Hall &amp; Partners Health</a><br />
<a href="/design/design-hall-and-partners.html"><img class="alignnone size-medium wp-image-192" title="h-and-p-01" src="http://swayspace.com/blog/wp-content/uploads/2009/04/h-and-p-01-374x500.jpg" alt="h-and-p-01" width="374" height="500" /></a></p>
<p><a href="/design/design-smp.html">SMP <em>Career Manual</em></a><br />
<a href="/design/design-smp.html"><img class="alignnone size-medium wp-image-176" title="smp-01" src="http://swayspace.com/blog/wp-content/uploads/2009/04/smp-01-374x500.jpg" alt="smp-01" width="374" height="500" /></a> </p>
]]></content:encoded>
			<wfw:commentRss>http://swayspace.com/blog/2009/04/bmi-backstory-hall-partners-health-and-smp-projects/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bicycle Messenger</title>
		<link>http://swayspace.com/blog/2009/03/bicycle-messenger/</link>
		<comments>http://swayspace.com/blog/2009/03/bicycle-messenger/#comments</comments>
		<pubDate>Thu, 26 Mar 2009 20:23:23 +0000</pubDate>
		<dc:creator>Willy</dc:creator>
				<category><![CDATA[Letterpress]]></category>

		<guid isPermaLink="false">http://swayspace.com/blog/?p=151</guid>
		<description><![CDATA[Meg on her way to deliver Sarah and Aaron&#8217;s wedding invitations:]]></description>
			<content:encoded><![CDATA[<p>Meg on her way to deliver Sarah and Aaron&#8217;s wedding invitations:</p>
<p><img class="alignnone size-medium wp-image-152" title="bicycle-messenger" src="http://swayspace.com/blog/wp-content/uploads/2009/03/bicycle-messenger-375x500.jpg" alt="bicycle-messenger" width="375" height="500" /> </p>
]]></content:encoded>
			<wfw:commentRss>http://swayspace.com/blog/2009/03/bicycle-messenger/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BMI Ad in Spin Magazine Hits the Newsstand</title>
		<link>http://swayspace.com/blog/2009/03/bmi-ad-in-spin-magazine-hits-the-newsstand/</link>
		<comments>http://swayspace.com/blog/2009/03/bmi-ad-in-spin-magazine-hits-the-newsstand/#comments</comments>
		<pubDate>Wed, 25 Mar 2009 15:10:46 +0000</pubDate>
		<dc:creator>Willy</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://swayspace.com/blog/?p=144</guid>
		<description><![CDATA[We&#8217;re happy to announce that the Swayspace-designed Radio Studio ad for BMI is on the shelves. BMI is super pleased. Below is a quick snap of Patrick checking it out in Hudson News.]]></description>
			<content:encoded><![CDATA[<p>We&#8217;re happy to announce that the Swayspace-designed Radio Studio ad for BMI is on the shelves. BMI is super pleased. Below is a quick snap of Patrick checking it out in Hudson News.</p>
<p><img class="alignnone size-medium wp-image-145" title="swayspace-bmi-ad" src="http://swayspace.com/blog/wp-content/uploads/2009/03/swayspace-bmi-ad-375x500.jpg" alt="swayspace-bmi-ad" width="375" height="500" /> </p>
]]></content:encoded>
			<wfw:commentRss>http://swayspace.com/blog/2009/03/bmi-ad-in-spin-magazine-hits-the-newsstand/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Crisis of Credit Visualized</title>
		<link>http://swayspace.com/blog/2009/02/crisis-of-credit-visualized/</link>
		<comments>http://swayspace.com/blog/2009/02/crisis-of-credit-visualized/#comments</comments>
		<pubDate>Thu, 26 Feb 2009 04:49:09 +0000</pubDate>
		<dc:creator>Willy</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[information design]]></category>

		<guid isPermaLink="false">http://swayspace.com/blog/?p=82</guid>
		<description><![CDATA[Right. So how good is this? Really really sharp work in every way. Nicely. The Crisis of Credit Visualized from Jonathan Jarvis on Vimeo. Via: Daring Fireball]]></description>
			<content:encoded><![CDATA[<p>Right. So how good is this? Really really sharp work in every way. Nicely.</p>
<p><object width="651" height="366" data="http://vimeo.com/moogaloop.swf?clip_id=3261363&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=00ADEF&amp;fullscreen=1" type="application/x-shockwave-flash"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://vimeo.com/moogaloop.swf?clip_id=3261363&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=00ADEF&amp;fullscreen=1" /></object><br />
<a href="http://vimeo.com/3261363">The Crisis of Credit Visualized</a> from <a href="http://vimeo.com/jonathanjarvis">Jonathan Jarvis</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
<p>Via: <a href="http://daringfireball.net/">Daring Fireball</a> </p>
]]></content:encoded>
			<wfw:commentRss>http://swayspace.com/blog/2009/02/crisis-of-credit-visualized/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lego-ing New York</title>
		<link>http://swayspace.com/blog/2009/02/lego-ing-new-york/</link>
		<comments>http://swayspace.com/blog/2009/02/lego-ing-new-york/#comments</comments>
		<pubDate>Tue, 03 Feb 2009 22:30:13 +0000</pubDate>
		<dc:creator>Willy</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://wordpress.swayspace.com/?p=60</guid>
		<description><![CDATA[Christoph Niemann has made some pretty sweet Lego &#8220;sculptures&#8221; of some New York things he&#8217;s missing from far-away Berlin. Via Troy]]></description>
			<content:encoded><![CDATA[<p>Christoph Niemann has made some <a href="http://niemann.blogs.nytimes.com/2009/02/02/i-lego-ny/">pretty sweet Lego &#8220;sculptures&#8221; of some New York things</a> he&#8217;s missing from far-away Berlin.</p>
<p><img class="size-full wp-image-61 alignnone" title="01paper" src="http://swayspace.com/blog/wp-content/uploads/2009/02/01paper.jpg" alt="Christoph Niemann's take on NY in Legos" /></p>
<p>Via Troy </p>
]]></content:encoded>
			<wfw:commentRss>http://swayspace.com/blog/2009/02/lego-ing-new-york/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
