<?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>Island 94 &#187; design</title>
	<atom:link href="http://www.island94.org/tag/design/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.island94.org</link>
	<description>Ben Sheldon&#039;s lost &#38; found</description>
	<lastBuildDate>Wed, 18 Jan 2012 17:04:37 +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>Data-driven, content-first design</title>
		<link>http://www.island94.org/2011/06/data-driven-content-first-design/</link>
		<comments>http://www.island94.org/2011/06/data-driven-content-first-design/#comments</comments>
		<pubDate>Sat, 04 Jun 2011 05:11:27 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
				<category><![CDATA[contest]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[layout]]></category>

		<guid isPermaLink="false">http://www.island94.org/?p=2682</guid>
		<description><![CDATA[<p><figure title=""><img src="http://www.island94.org/wp-content/uploads/2011/06/DonorsChoose-TextLengths-600x503.png" class="attachment-h5bp-post-image wp-post-image" alt="DonorsChoose-TextLengths" title="DonorsChoose-TextLengths" /></figure></p>I'm working on an app for the DonorChoose.org Hacking Education Contest. DonorsChoose works by having teachers submit classroom project/supply needs that people can then donate to pay for through the internet. Right now the only way to "share" those projects is through the usual email, Facebook and Twitter; my idea for am app is to create [...]<p><a href="http://www.island94.org/2011/06/data-driven-content-first-design/">&#9734; Permalink</a></p>


<strong>Related posts:</strong><ol><li><a href='http://www.island94.org/2011/06/print-share-not-everyone-is-a-social-media-ninja-nor-need-they-be/' rel='bookmark' title='Print &amp; Share: not everyone is a social media ninja (nor need they be)'>Print &amp; Share: not everyone is a social media ninja (nor need they be)</a> <small>Today is the deadline for DonorsChoose’s Hacking Education Contest, and fortunately I have completed and submitted Print and Share (with no...</small></li>
<li><a href='http://www.island94.org/2011/07/donorschoose-contest-update-consolation-prize-edition/' rel='bookmark' title='DonorsChoose Contest Update: Consolation Prize Edition'>DonorsChoose Contest Update: Consolation Prize Edition</a> <small>DonorsChoose announced the winners for their Hacking Education contest today and unfortunately Print &amp; Share, the app I developed with...</small></li>
<li><a href='http://www.island94.org/2011/04/belief-based-design/' rel='bookmark' title='Belief-based design'>Belief-based design</a> <small>Matt Webb posted “Inbox Hero” about a month back (via AJ): Rand: The question isn’t who is going to let...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><figure title=""><img src="http://www.island94.org/wp-content/uploads/2011/06/DonorsChoose-TextLengths-600x503.png" class="attachment-h5bp-post-image wp-post-image" alt="DonorsChoose-TextLengths" title="DonorsChoose-TextLengths" /></figure></p><p><img class="aligncenter size-medium wp-image-2683" title="pdfpulltabs" src="http://www.island94.org/wp-content/uploads/2011/06/pdfpulltabs-600x342.png" alt="" width="600" height="342" /></p>
<p>I'm working on an app for the <a href="http://www.donorschoose.org/hacking-education">DonorChoose.org Hacking Education Contest</a>. DonorsChoose works by having teachers submit classroom project/supply needs that people can then donate to pay for through the internet. Right now the only way to "share" those projects is through the usual email, Facebook and Twitter; my idea for am app is to create custom printable 4-up (quartersheet) flyers for handing out, and pull-tab sheets for posting-up. Despite the "power of teh internets", I think consideration of local resources and capacity is an important value to recognize---and helping teachers and allies advertise their needs (and the positive outcomes they hope to create) more easily within their physical communities would go far towards advancing DonorsChoose.org's mission.</p>
<p>This project has the typical technical difficulties: my goal is to use the DonorsChoose API to fetch a particular project and then populate an HTML+CSS preview---allowing the teacher to then live-edit the text (both for layout and because writing for a local audience is different than an internet one)---and then use <a href="http://code.google.com/p/dompdf/">dompdf</a> to convert that HTML+CSS to a printable PDF. The dompdf library is nifty: it supports CSS 2d transformations, custom fonts, images (necessary for QR code hotness), light positioning (no floats, so tables it is), and media-queries  (@media screen and @media print) to fix all the little layout and typography issues in translating from the web to print, as well as dompdf's own myriad quirks. Basically it's everything I need to make a not-too-ugly flyer and pull-tab sheet; the image at the top of this post is the ugly proof-of-concept.</p>
<p>But the biggest challenge is designing a layout scheme that is flexible to the wide range of DonorsChoose project content. Designing for an 8.5 x 11" sheet of paper is way different than designing for the web: creating a balanced---or at least aesthetically-acceptable---design is no easy matter when there is no such thing as overflow. I hope to get around some issues by providing a live-preview so that teachers can fix any egregious text over-/under- runs, but the goal is to get teachers to Click-Print-Post as quickly as possible.</p>
<p>Fortunately I have a designer (the awesome <a href="http://b.illbrown.com">Billy Brown</a>) helping with the layout, but I need to give him some idea of what to expect. Fortunately DonorsChoose made available project data for ~296,000 projects. So I parsed through the lengths for the 4 main pieces of content I want to use in order to get the distribution of lengths. Sure, saying "Design for a title that is 10-50 characters" doesn't have the highest specificity, but it's a whole lot more useful than the alternative of blind experimentation. The data below is charts of those lengths---I probably will have to limit my data to just the past year or so since DonorsChoose has changed their requirements/text-fields over time, but its interesting so far to see the full distributions.</p>
<p><a href="http://www.island94.org/wp-content/uploads/2011/06/DonorsChoose-TextLengths.png"><img class="aligncenter size-medium wp-image-2684" title="DonorsChoose-TextLengths" src="http://www.island94.org/wp-content/uploads/2011/06/DonorsChoose-TextLengths-600x503.png" alt="" width="600" height="503" /></a></p>


<p><strong>Related posts:</strong><ol><li><a href='http://www.island94.org/2011/06/print-share-not-everyone-is-a-social-media-ninja-nor-need-they-be/' rel='bookmark' title='Print &amp; Share: not everyone is a social media ninja (nor need they be)'>Print &amp; Share: not everyone is a social media ninja (nor need they be)</a> <small>Today is the deadline for DonorsChoose’s Hacking Education Contest, and fortunately I have completed and submitted Print and Share (with no...</small></li>
<li><a href='http://www.island94.org/2011/07/donorschoose-contest-update-consolation-prize-edition/' rel='bookmark' title='DonorsChoose Contest Update: Consolation Prize Edition'>DonorsChoose Contest Update: Consolation Prize Edition</a> <small>DonorsChoose announced the winners for their Hacking Education contest today and unfortunately Print &amp; Share, the app I developed with...</small></li>
<li><a href='http://www.island94.org/2011/04/belief-based-design/' rel='bookmark' title='Belief-based design'>Belief-based design</a> <small>Matt Webb posted “Inbox Hero” about a month back (via AJ): Rand: The question isn’t who is going to let...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.island94.org/2011/06/data-driven-content-first-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reductionist function and practice</title>
		<link>http://www.island94.org/2011/05/reductionist-function-and-practice/</link>
		<comments>http://www.island94.org/2011/05/reductionist-function-and-practice/#comments</comments>
		<pubDate>Mon, 09 May 2011 22:40:30 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
				<category><![CDATA[design]]></category>
		<category><![CDATA[management]]></category>
		<category><![CDATA[practice]]></category>

		<guid isPermaLink="false">http://www.island94.org/?p=2644</guid>
		<description><![CDATA[Rob Haitani on Palm OS from Designing Interactions: One bit of advice that I gave to people designing the Palm OS was, "If you can really understand the one thing your customer wants to do most frequently, and make that a one-step process, then I guarantee people will like the product." Just say, "What is [...]<p><a href="http://www.island94.org/2011/05/reductionist-function-and-practice/">&#9734; Permalink</a></p>


<strong>Related posts:</strong><ol><li><a href='http://www.island94.org/2011/06/data-driven-content-first-design/' rel='bookmark' title='Data-driven, content-first design'>Data-driven, content-first design</a> <small>I’m working on an app for the DonorChoose.org Hacking Education Contest. DonorsChoose works by having teachers submit classroom project/supply needs that...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-2645" title="remote" src="http://www.island94.org/wp-content/uploads/2011/05/remote.jpeg" alt="" width="428" height="450" /></p>
<p>Rob Haitani on Palm OS from <em><a href="http://www.designinginteractions.com/chapters/3">Designing Interactions</a></em>:</p>
<blockquote><p>One bit of advice that I gave to people designing the Palm OS was, "If you can really understand the one thing your customer wants to do most frequently, and make that a one-step process, then I guarantee people will like the product."</p>
<p>Just say, "What is the one thing you want to do?" and even if you have to throw out conventions of logic, architecture, and hierarchy, you should make that one step. The more "illogical" your approach is, the less likely it is that it will blindly follow the conventional wisdom, and hence the more likely it becomes that you will be able to differentiate and create a successful product relative to your competition, If you take the conventional approach, by definition you're not innovating. If you just say, "Here are all the features," and you lay them out in a logical pattern, then that's not going to be a successful product.</p></blockquote>
<p>From <a href="http://www.randsinrepose.com/archives/2011/01/25/interview_marco_arment.html">Michael Lopp's interview of Instapaper's Marco Arment</a>:</p>
<blockquote><p>Were there design decisions you made early on in order to manage that? What were they?</p>
<blockquote><p>Absolutely.</p>
<p>The biggest design decision I’ve made is more of a continuous philosophy: do as few extremely time-consuming features as possible. As a result, Instapaper is a collection of a bunch of very easy things and only a handful of semi-hard things.</p>
<p>This philosophy sounds simple, but it isn’t: geeks like us are always tempted to implement very complex, never-ending features because they’re academically or algorithmically interesting, or because they can add massive value if done well, such as speech or handwriting recognition, recommendation engines, or natural-language processing.</p>
<p>These features — often very easy for people but very hard for computers — often produce mediocre-at-best results, are never truly finished, and usually require massive time investments to achieve incremental progress with diminishing returns.</p>
<p>If a one-person company is going to build a product, it can’t have any of those huge time-sink features. At most, I can afford to have one or two components of moderate complexity, such as the HTML-to-body-text parser and the Kindle-format writer. But even those are barely worth the time that I put into them.</p></blockquote>
</blockquote>
<p>Top photo is by Nicholas Zurcher from <em><a href="http://www.designinginteractions.com/chapters/4">Designing Interactions</a></em>.</p>


<p><strong>Related posts:</strong><ol><li><a href='http://www.island94.org/2011/06/data-driven-content-first-design/' rel='bookmark' title='Data-driven, content-first design'>Data-driven, content-first design</a> <small>I’m working on an app for the DonorChoose.org Hacking Education Contest. DonorsChoose works by having teachers submit classroom project/supply needs that...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.island94.org/2011/05/reductionist-function-and-practice/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Belief-based design</title>
		<link>http://www.island94.org/2011/04/belief-based-design/</link>
		<comments>http://www.island94.org/2011/04/belief-based-design/#comments</comments>
		<pubDate>Fri, 29 Apr 2011 01:28:05 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
				<category><![CDATA[beliefs]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[values]]></category>

		<guid isPermaLink="false">http://www.island94.org/?p=2635</guid>
		<description><![CDATA[Matt Webb posted "Inbox Hero" about a month back (via AJ): Rand: The question isn't who is going to let me; it's who is going to stop me. Anyway, I've been thinking about an email app built on a principle of Objectivism. At the moment, my email client defaults to doing nothing, and I must [...]<p><a href="http://www.island94.org/2011/04/belief-based-design/">&#9734; Permalink</a></p>


<strong>Related posts:</strong><ol><li><a href='http://www.island94.org/2011/06/data-driven-content-first-design/' rel='bookmark' title='Data-driven, content-first design'>Data-driven, content-first design</a> <small>I’m working on an app for the DonorChoose.org Hacking Education Contest. DonorsChoose works by having teachers submit classroom project/supply needs that...</small></li>
<li><a href='http://www.island94.org/2011/03/towards-advocacy-based-media/' rel='bookmark' title='Towards advocacy-based media'>Towards advocacy-based media</a> <small>Writing about Survival News yesterday, it behooves me to quote from Francine Adkins-Alexander’s “Progressive media’s wrong turn: Adversaries vs. Advocates”:...</small></li>
<li><a href='http://www.island94.org/2011/05/describe-the-basis-for-your-approach-to-this-project-how-did-you-determine-the-need-for-this-project-now-and-who-was-included-in-its-design/' rel='bookmark' title='“Describe the basis for your approach to this project. How did you determine the need for this project now and who was included in its design?”'>“Describe the basis for your approach to this project. How did you determine the need for this project now and who was included in its design?”</a> <small>From the Gilbert Center in an excellent article entitled “Asking the Wrong Questions: Challenging Technocentrism in Nonprofit Technology Planning”: In...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Matt Webb posted <a href="http://interconnected.org/home/2011/03/11/inbox_hero">"Inbox Hero"</a> about a month back (via <a href="http://www.ajmcguire.com/">AJ</a>):</p>
<blockquote><p>Rand: The question isn't who is going to let me; it's who is going to stop me.</p>
<p>Anyway, I've been thinking about an email app built on a principle of Objectivism. At the moment, my email client defaults to doing nothing, and I must intervene to create action (ie, write a reply).</p>
<p>But if I had an Objectivist email app, it would automatically respond to all emails with stock enabling and forceful replies after a period of (say) 15 minutes, and I would have to intervene if I wanted it to not do that.</p></blockquote>
<p>I shared it in Google Reader and Tom Wolf (who I've <a href="http://www.island94.org/2009/10/teaching-through-breakage/">quoted before</a>) replied:</p>
<blockquote><p>This is a neat way to think about building applications. Rather than starting from "let's solve a problem", start from "given this solution, how should it behave assuming I hold X as my primary belief framework?" I'm not sure it's a <em>practical</em> way to build apps for the masses, but it's pretty cool nonetheless :)</p></blockquote>
<p>And just in minor regards to Objectivism, I inadvertently dabbled in it when I was about 14 but fortunately quickly outgrew it.</p>


<p><strong>Related posts:</strong><ol><li><a href='http://www.island94.org/2011/06/data-driven-content-first-design/' rel='bookmark' title='Data-driven, content-first design'>Data-driven, content-first design</a> <small>I’m working on an app for the DonorChoose.org Hacking Education Contest. DonorsChoose works by having teachers submit classroom project/supply needs that...</small></li>
<li><a href='http://www.island94.org/2011/03/towards-advocacy-based-media/' rel='bookmark' title='Towards advocacy-based media'>Towards advocacy-based media</a> <small>Writing about Survival News yesterday, it behooves me to quote from Francine Adkins-Alexander’s “Progressive media’s wrong turn: Adversaries vs. Advocates”:...</small></li>
<li><a href='http://www.island94.org/2011/05/describe-the-basis-for-your-approach-to-this-project-how-did-you-determine-the-need-for-this-project-now-and-who-was-included-in-its-design/' rel='bookmark' title='“Describe the basis for your approach to this project. How did you determine the need for this project now and who was included in its design?”'>“Describe the basis for your approach to this project. How did you determine the need for this project now and who was included in its design?”</a> <small>From the Gilbert Center in an excellent article entitled “Asking the Wrong Questions: Challenging Technocentrism in Nonprofit Technology Planning”: In...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.island94.org/2011/04/belief-based-design/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Advocacy in print — Survival News for 2011</title>
		<link>http://www.island94.org/2011/03/advocacy-in-print-survival-news-for-2011/</link>
		<comments>http://www.island94.org/2011/03/advocacy-in-print-survival-news-for-2011/#comments</comments>
		<pubDate>Fri, 04 Mar 2011 04:10:10 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
				<category><![CDATA[advocacy]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[nonprofit]]></category>
		<category><![CDATA[publishing]]></category>
		<category><![CDATA[welfare]]></category>
		<category><![CDATA[women]]></category>

		<guid isPermaLink="false">http://www.island94.org/?p=2537</guid>
		<description><![CDATA[Today I sent another issue of Survival News---"the voices of low-income women"---to the printers; this is my second year as layout artist for the newspaper. At 40 broadsheets (11"x17"), the newspaper is the same size as last year. Published by Survivors, Inc., Survival News is the official newspaper of the National Welfare Rights Union and [...]<p><a href="http://www.island94.org/2011/03/advocacy-in-print-survival-news-for-2011/">&#9734; Permalink</a></p>


<strong>Related posts:</strong><ol><li><a href='http://www.island94.org/2011/03/towards-advocacy-based-media/' rel='bookmark' title='Towards advocacy-based media'>Towards advocacy-based media</a> <small>Writing about Survival News yesterday, it behooves me to quote from Francine Adkins-Alexander’s “Progressive media’s wrong turn: Adversaries vs. Advocates”:...</small></li>
<li><a href='http://www.island94.org/2012/01/2011-in-review/' rel='bookmark' title='2011 in review'>2011 in review</a> <small>2011 was a year of transitions: plenty of new starts and sad endings. Shuttering the Transmission Project: in August our...</small></li>
<li><a href='http://www.island94.org/2011/06/print-share-not-everyone-is-a-social-media-ninja-nor-need-they-be/' rel='bookmark' title='Print &amp; Share: not everyone is a social media ninja (nor need they be)'>Print &amp; Share: not everyone is a social media ninja (nor need they be)</a> <small>Today is the deadline for DonorsChoose’s Hacking Education Contest, and fortunately I have completed and submitted Print and Share (with no...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-medium wp-image-2538" title="foodTimer" src="http://www.island94.org/wp-content/uploads/2011/03/foodTimer-600x600.png" alt="" width="600" height="600" /></p>
<p>Today I sent another issue of <em>Survival News</em>---"the voices of low-income women"---to the printers; this is my second year as layout artist for the newspaper. At 40 broadsheets (11"x17"), the newspaper is the same size as <a href="http://www.island94.org/2010/02/laying-out-latest-layout/">last year</a>. Published by <a href="http://survivorsinc.org">Survivors, Inc.</a>, <em>Survival News</em> is the official newspaper of the <a href="http://www.nationalwru.org/">National Welfare Rights Union</a> and provides news, stories, advocacy information and 20 pages of Survival Tips---explanations and contact information to help in navigating the complex and crumbling web of social services and support systems---in English and Spanish, and excerpts in Vietnamese.</p>
<p>It's a great group with which to volunteer and the stories and information that's published are invaluable. Also, the group doesn't just stop at publishing the paper; they go into DTA (Department of Transitional Assistance: welfare) offices and volunteer as public advocates for those seeking assistance. This is an excerpt from a DTA Log by Diana Moon:</p>
<blockquote><p>I started working for Survivor’s Inc. early last 2010. I met many wonderful families and individuals. Thanks to all for sharing their experience with me. Here are a few highlights that I recall from my visits to Dudley and the Revere DTA.</p>
<p>I offered “Survival News” to a woman explaining a little about Survivor’s Inc and also introducing myself. She then told me her story. She worked for many years and had good jobs and was self-sufficient. Last year she became ill with heart disease and was hospitalized. Unable to work she lost her apartment and moved to her daughter’s apartment. She is on a wait-list for housing. She is in today because her disability benefits were terminated because she has a burial insurance policy (which is counted as an asset.) At first she thought surely this must be a mistake; I agreed with her that a burial policy which can only be used at the time of her death should not be counted as an asset (WT**.) Wow... how perplexing! Then she became emotional because after all the years she has worked and all she’s been through it’s really painful to be spoken to by a DTA worker as if she has done something wrong; as if needing financial help or any other assistance or getting sick means a failure on her part. I felt upset too for this very dignified woman to have someone speak so carelessly to her. We must keep trying to be respectful to each other. We reviewed the Survivor Tip section and I encouraged her to contact Greater Boston Legal Services (GBLS). She knew of GBLS and said she would contact them although she informed me she learned there is a Regulation that burial policies count as assets. I hope this regulation will be changed! She thanked me for the paper and after we talked she said she felt a little better and less alone.</p>
<p>I talked with another woman about the Survival Tips section and we had a discussion of private rights and personal space and then what can happen to privacy when you live in public housing. For example, there is talk of making smoking illegal in public housing (more issues to debate).	She told me she came in to apply for food stamps. She was laid off her job and then took a position for less income at a CVS. The food stamps are a big help she said. I’ve heard similar stories from other women who either work full time for minimum wage or have a part-time position and come to apply for or renew their food stamps. Food stamps are a great benefit and I feel thankful this is available for families! I think, too, about how many live vulnerably just one paycheck away from the threat of losing the security of their home. Another woman told me, “If I lose my job then I’ll be looking for shelter. I worry each month I won’t be able to make full rent and then I’ll be evicted.” I think about how we hear talk about strengthening families, about empowering families; well, then affordable, safe housing is a good place to start!</p></blockquote>
<p>The artwork above was contributed by coworker <a href="http://robobilly.com">Billy Brown</a>. And I'm still trying to convince them to work on their website.</p>
<p><img class="aligncenter size-medium wp-image-2539" title="survival news" src="http://www.island94.org/wp-content/uploads/2011/03/survival-news-600x413.png" alt="" width="600" height="413" /></p>


<p><strong>Related posts:</strong><ol><li><a href='http://www.island94.org/2011/03/towards-advocacy-based-media/' rel='bookmark' title='Towards advocacy-based media'>Towards advocacy-based media</a> <small>Writing about Survival News yesterday, it behooves me to quote from Francine Adkins-Alexander’s “Progressive media’s wrong turn: Adversaries vs. Advocates”:...</small></li>
<li><a href='http://www.island94.org/2012/01/2011-in-review/' rel='bookmark' title='2011 in review'>2011 in review</a> <small>2011 was a year of transitions: plenty of new starts and sad endings. Shuttering the Transmission Project: in August our...</small></li>
<li><a href='http://www.island94.org/2011/06/print-share-not-everyone-is-a-social-media-ninja-nor-need-they-be/' rel='bookmark' title='Print &amp; Share: not everyone is a social media ninja (nor need they be)'>Print &amp; Share: not everyone is a social media ninja (nor need they be)</a> <small>Today is the deadline for DonorsChoose’s Hacking Education Contest, and fortunately I have completed and submitted Print and Share (with no...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.island94.org/2011/03/advocacy-in-print-survival-news-for-2011/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>When all you have is a hammer</title>
		<link>http://www.island94.org/2010/10/when-all-you-have-is-a-hammer/</link>
		<comments>http://www.island94.org/2010/10/when-all-you-have-is-a-hammer/#comments</comments>
		<pubDate>Mon, 18 Oct 2010 01:56:27 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
				<category><![CDATA[construction]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[graphic]]></category>
		<category><![CDATA[looks like a nail]]></category>
		<category><![CDATA[political]]></category>

		<guid isPermaLink="false">http://www.island94.org/?p=2236</guid>
		<description><![CDATA[Build, learn, organize, subvert A design by Ryan Jenkins of Troy, NY. My colleague Carolyn Braunius had this screen-printed on a shirt at the Prometheus Barnraising. Related posts:Shirt sales, scraped daily I am remiss to finally get around to blogging Day of the Shirt, which I launched back in October, 2010.... Reductionist function and practice Rob Haitani [...]


<strong>Related posts:</strong><ol><li><a href='http://www.island94.org/2011/04/shirt-sales-scraped-daily/' rel='bookmark' title='Shirt sales, scraped daily'>Shirt sales, scraped daily</a> <small>I am remiss to finally get around to blogging Day of the Shirt, which I launched back in October, 2010....</small></li>
<li><a href='http://www.island94.org/2011/05/reductionist-function-and-practice/' rel='bookmark' title='Reductionist function and practice'>Reductionist function and practice</a> <small>Rob Haitani on Palm OS from Designing Interactions: One bit of advice that I gave to people designing the Palm...</small></li>
<li><a href='http://www.island94.org/2011/06/data-driven-content-first-design/' rel='bookmark' title='Data-driven, content-first design'>Data-driven, content-first design</a> <small>I’m working on an app for the DonorChoose.org Hacking Education Contest. DonorsChoose works by having teachers submit classroom project/supply needs that...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-medium wp-image-2238" title="blocBEST-small" src="http://www.island94.org/wp-content/uploads/2010/10/blocBEST-small-500x772.png" alt="" width="500" height="772" /></p>
<p style="text-align: center;"><em>Build, learn, organize, subvert</em></p>
<p>A design by Ryan Jenkins of Troy, NY. My colleague Carolyn Braunius had this screen-printed on a shirt at the <a href="http://www.island94.org/2010/09/kitchen-consensus-conjecture/">Prometheus Barnraising</a>.</p>


<p><strong>Related posts:</strong><ol><li><a href='http://www.island94.org/2011/04/shirt-sales-scraped-daily/' rel='bookmark' title='Shirt sales, scraped daily'>Shirt sales, scraped daily</a> <small>I am remiss to finally get around to blogging Day of the Shirt, which I launched back in October, 2010....</small></li>
<li><a href='http://www.island94.org/2011/05/reductionist-function-and-practice/' rel='bookmark' title='Reductionist function and practice'>Reductionist function and practice</a> <small>Rob Haitani on Palm OS from Designing Interactions: One bit of advice that I gave to people designing the Palm...</small></li>
<li><a href='http://www.island94.org/2011/06/data-driven-content-first-design/' rel='bookmark' title='Data-driven, content-first design'>Data-driven, content-first design</a> <small>I’m working on an app for the DonorChoose.org Hacking Education Contest. DonorsChoose works by having teachers submit classroom project/supply needs that...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.island94.org/2010/10/when-all-you-have-is-a-hammer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The medium is the method</title>
		<link>http://www.island94.org/2010/07/the-medium-is-the-method/</link>
		<comments>http://www.island94.org/2010/07/the-medium-is-the-method/#comments</comments>
		<pubDate>Mon, 12 Jul 2010 02:53:06 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
				<category><![CDATA[design]]></category>
		<category><![CDATA[forms]]></category>
		<category><![CDATA[paper]]></category>

		<guid isPermaLink="false">http://www.island94.org/?p=2111</guid>
		<description><![CDATA[Jeff Hawkins, founder of Palm Computing, from Designing Interactions by Bill Moggridge: I think paper is just this wonderful medium; it’s been honed for a thousand years. It’s really great! To try to do what you do with paper, with just drawing—line width, sketching, and so on—it’s very hard to get a good experience. Where [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>Jeff Hawkins, founder of Palm Computing, from <em><a href="http://www.designinginteractions.com/">Designing Interactions</a></em> by Bill Moggridge:</p>
<blockquote><p>I think paper is just this wonderful medium; it’s been honed for a thousand years. It’s really great! To try to do what you do with paper, with just drawing—line width, sketching, and so on—it’s very hard to get a good experience. Where the tablet type of computer really shines is where you’re not trying to capture the paperness of paper, but you’re trying to get the electronic or the back end of it. Form filling is a great example, because actually forms are pretty hard to do on paper. You never have the right space, it’s hard to know where to put things, there’s not enough room for instructions. So, there’s an example where an electronic version of a paper equivalent would be better. But in terms of the general idea that I’m going to sketch, draw and have a free-flowing paperlike experience—I’m skeptical about that.</p></blockquote>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.island94.org/2010/07/the-medium-is-the-method/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Laying out latest layout</title>
		<link>http://www.island94.org/2010/02/laying-out-latest-layout/</link>
		<comments>http://www.island94.org/2010/02/laying-out-latest-layout/#comments</comments>
		<pubDate>Sat, 27 Feb 2010 21:56:38 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
				<category><![CDATA[design]]></category>
		<category><![CDATA[layout]]></category>
		<category><![CDATA[nonprofit]]></category>
		<category><![CDATA[portfolio]]></category>
		<category><![CDATA[project]]></category>
		<category><![CDATA[publishing]]></category>

		<guid isPermaLink="false">http://www.island94.org/?p=1795</guid>
		<description><![CDATA[<p><figure title=""><img src="http://www.island94.org/wp-content/uploads/2010/02/SurvivalNews-W2010-chop-600x651.png" class="attachment-h5bp-post-image wp-post-image" alt="SurvivalNews-W2010-chop" title="SurvivalNews-W2010-chop" /></figure></p>Since November I have been working on print layout for the Winter 2009/2010 edition of Survival News. "The voices of low-income women", Survival News is half-yearly-ish compendium of news, personal stories, and advocacy information. Nearly half of this edition is devoted to Survival Tips, a collection of services and advice from legal aid to food [...]<p><a href="http://www.island94.org/2010/02/laying-out-latest-layout/">&#9734; Permalink</a></p>


<strong>Related posts:</strong><ol><li><a href='http://www.island94.org/2011/03/advocacy-in-print-survival-news-for-2011/' rel='bookmark' title='Advocacy in print — Survival News for 2011'>Advocacy in print — Survival News for 2011</a> <small>Today I sent another issue of Survival News—“the voices of low-income women”—to the printers; this is my second year as...</small></li>
<li><a href='http://www.island94.org/2011/03/towards-advocacy-based-media/' rel='bookmark' title='Towards advocacy-based media'>Towards advocacy-based media</a> <small>Writing about Survival News yesterday, it behooves me to quote from Francine Adkins-Alexander’s “Progressive media’s wrong turn: Adversaries vs. Advocates”:...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><figure title=""><img src="http://www.island94.org/wp-content/uploads/2010/02/SurvivalNews-W2010-chop-600x651.png" class="attachment-h5bp-post-image wp-post-image" alt="SurvivalNews-W2010-chop" title="SurvivalNews-W2010-chop" /></figure></p><p><img class="aligncenter size-medium wp-image-1798" title="SurvivalNews-W2010-chop" src="http://www.island94.org/wp-content/uploads/2010/02/SurvivalNews-W2010-chop-500x543.png" alt="" width="500" height="543" /></p>
<p>Since November I have been working on print layout for the Winter 2009/2010 edition of <a href="http://survivorsinc.org">Survival News</a>. "The voices of low-income women", Survival News is half-yearly-ish compendium of news, personal stories, and advocacy information. Nearly half of this edition is devoted to Survival Tips, a collection of services and advice from legal aid to food programs in 3 languages (English, Spanish and Vietnamese).</p>
<p>At 40 tabloid-sized pages, this edition is 52 square feet of pictures and copy. Survival News has a circulation of 4,000, so altogether that's enough newsprint to cover 1/3 of Boston's tallest skyscraper, the John Hancock Building: papering it to the 20th floor. Not bad.</p>
<p>I don't often find myself in InDesign, the layout program I used, but I still had fun with the project. Due to time and process constraints I couldn't be as free with the design as I would have liked, but I am proud of the outcome. In keeping with the existing style and editorial demands, my goal was to normalize the ideas and voices within the text. I am sympathetic to criticism of this approach. From David Barringer in his essay "Left Wanting", writing on the conservative design of liberal magazines:</p>
<blockquote><p>Timid political art. Stale design. The money excuse. The market dynamic in which political speech is toned down for a presumably thin-skinned public. Artistic cowardice masquerading as commercial sensibility. These are the charges, but what is the role of design in political magazines? Is it to perpetuate a stylistic template? To signify stability?</p>
<p>...</p>
<p>"Design is order, economy, teaching people beauty, creating individuals," says [Mirko] Ilic [designer for the <em>Village Voice</em>]. "Good design is subversive. And because it's subversive, good design is left wing."</p></blockquote>
<p>If I do the next edition, I hope to be able to spend more time on good design.</p>


<p><strong>Related posts:</strong><ol><li><a href='http://www.island94.org/2011/03/advocacy-in-print-survival-news-for-2011/' rel='bookmark' title='Advocacy in print — Survival News for 2011'>Advocacy in print — Survival News for 2011</a> <small>Today I sent another issue of Survival News—“the voices of low-income women”—to the printers; this is my second year as...</small></li>
<li><a href='http://www.island94.org/2011/03/towards-advocacy-based-media/' rel='bookmark' title='Towards advocacy-based media'>Towards advocacy-based media</a> <small>Writing about Survival News yesterday, it behooves me to quote from Francine Adkins-Alexander’s “Progressive media’s wrong turn: Adversaries vs. Advocates”:...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.island94.org/2010/02/laying-out-latest-layout/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Motivated design</title>
		<link>http://www.island94.org/2010/02/motivated-design/</link>
		<comments>http://www.island94.org/2010/02/motivated-design/#comments</comments>
		<pubDate>Wed, 17 Feb 2010 03:30:59 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
				<category><![CDATA[design]]></category>
		<category><![CDATA[dialogue]]></category>
		<category><![CDATA[philosophy]]></category>

		<guid isPermaLink="false">http://www.island94.org/?p=1762</guid>
		<description><![CDATA[From David Barringer’s “Myths of the Self-Taught Designer” in his book of essays and more, There’s Nothing Funny about Design (and available online in parts 1, 2 and 3). Designed as a dialogue, this piece is, as Barringer says, “a hybrid mess of a literary shenanigan, inspired by the dialogues of the philosopher Denis Diderot (1713–1784). [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>From David Barringer’s “Myths of the Self-Taught Designer” in his book of essays and more, <em>There’s Nothing Funny about Design </em>(and available online in parts <a href="http://www.aiga.org/content.cfm/myths-of-the-self-taught-designer-the-first-conversation-between">1</a>, <a href="http://www.aiga.org/content.cfm/myths-of-the-self-taught-designer-the-second-conversation-betwee">2</a> and <a href="http://www.aiga.org/content.cfm/myths-of-the-self-taught-designer-the-third-conversation-between">3</a>).</p>
<p>Designed as a dialogue, this piece is, as Barringer says, “a hybrid mess of a literary shenanigan, inspired by the dialogues of the philosopher Denis Diderot (1713–1784). If you think I took the conversation too far, see Diderot’s <em>Jacques the Fatalist</em> (1782).”</p>
<p>Jumping in…</p>
<blockquote><p><strong>Ego</strong>: So, to sum up, anyone with the intent to design can claim to be a graphic designer in our messy age of design pluralism. You don’t need the degree, the tools, the status, the employer, or even a client. You certainly don’t need to be good or even competent. You just need the intent. So what is at stake, and for whom, in defining the identity of the designer? Credentials are one way to define identity, and credentials matter to some. They signify to potential employers; signify less to potential clients; and always make our mothers proud. But what is at stake for the individual designer? I think that’s where we need to go next.</p>
<p><strong>Devil</strong>: I agree. Design pluralism recognizes the diversity of individuals working in some measure in a field we’ve agreed to call graphic design, itself a broad category, its membrane permeable enough to absorb the practitioners of the year’s latest digital arts. Together, this pluralism and the attendant technological advances that impact the practice of graphic design disturb the discipline and unsettle the individual. In a steady profession and stable economy—</p>
<p><strong>Ego</strong>: Both concepts being theoretical— <strong></strong></p>
<p><strong> </strong><strong>Devil</strong>: Many are content to let their jobs define them. Who am I? I am my job. But graphic design is not a steady profession, and the economy is not stable. Uncertainty is the order of the day. Undeterred, people may cling to a mere skill set as an indicator of who they are, defining themselves in ever more narrow and conditional terms. In a moral panic, a designer might crave the next seminar in web design as if it were a personality upgrade, the next slogan from the best-selling business pundit as if it were a reprieve from a death sentence. Why? Because today’s skill set is tomorrow’s software template. And today’s job is tomorrow’s downsized nod to the stockholders. <strong></strong></p>
<p><strong> </strong><strong>Ego</strong>: So this is why self-definition is so urgent and infuriating. The economic is personal. Who you are today may not even be who you are tomorrow. <strong></strong></p>
<p><strong> </strong><strong>Devil</strong>: I’m an expert in Pagemaker. I mean, Quark. Oops, InDesign. Flash. No, wait, I’m a problem-solver! A branding consultant! A, a.… <strong></strong></p>
<p><strong> </strong><strong>Ego</strong>: In this environment, you are not saved by what you know. <strong></strong></p>
<p><strong> </strong><strong>Devil</strong>: What you know is only what you knew. And that’s why it feels, to me, like there is no such thing as art or design, jobs or retirement. There is only the work that you do and the you who is doing it. What is at stake in all this is the individual designer’s self-definition. <strong></strong></p>
<p><strong> </strong><strong>Ego</strong>: And let me guess. What we are dismantling here is the overarching myth of the self-taught, which is that the label of being self-taught no longer functions as a meaningful symbol of the designer’s identity, whether as a romantic symbol or a derogatory one. Regarding yourself as self-taught, as a self-motivated learner, as you said before, is more and more coming to be an essential component of that self-definition, no matter what kind of graphic designer you are. <strong></strong></p>
<p><strong> </strong><strong>Devil</strong>: Did I say that?</p></blockquote>
<p>The section of the book that includes this is entitled “Design is a hug at a distance”.</p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.island94.org/2010/02/motivated-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Graphical Organization of the Talmud</title>
		<link>http://www.island94.org/2008/10/graphical-organization-of-the-talmud/</link>
		<comments>http://www.island94.org/2008/10/graphical-organization-of-the-talmud/#comments</comments>
		<pubDate>Tue, 14 Oct 2008 15:30:49 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
				<category><![CDATA[design]]></category>
		<category><![CDATA[religion]]></category>
		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Interesting explanation about the traditional layout of the Talmud. From Andrew on the Marks and Meaning mailing list I'm reminded as you discuss this of the arrangement of texts in a traditional manuscript copy of the Talmud. Most printed copies are a bit different, but originally a Talmud page was divided into nine squares like [...]<p><a href="http://www.island94.org/2008/10/graphical-organization-of-the-talmud/">&#9734; Permalink</a></p>


<strong>Related posts:</strong><ol><li><a href='http://www.island94.org/2011/09/ambiguous-url/' rel='bookmark' title='Ambiguous URL'>Ambiguous URL</a> <small>Photo from awesome teacher @paulramsay who used PrintAndShare.org to share his classroom’s DonorsChoose Project. As a result of building PrintAndShare.org I am hyper-sensitive...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Interesting explanation about the traditional layout of the Talmud.  From Andrew on the Marks and Meaning <a href="http://groups.google.com/group/marks-and-meaning?hl=en">mailing list</a></p>
<blockquote><p>
I'm reminded as you discuss this of the arrangement of texts in a traditional manuscript copy of the Talmud.  Most printed copies are a bit different, but originally a Talmud page was divided into nine squares like a tic-tac-toe grid. Sometimes the central box was further subdivided, but I'm getting ahead of myself.</p>
<p>The central box served as the location of the primary text to be analyzed in the original Hebrew — usually it was a Torah or Haftorah portion.  The boxes to the left and right were explanations of the vowel-pointing for this piece of text; in other words, they were commentaries on what the Hebrew ./meant./ — what actual words were in play here, along with a brief definition of unusual or rare words. The boxes above and below the main text were set up to act as containers for alternate versions of the story, or stories that played off of elements in the center box.</p>
<p>The four corner pieces were commentaries on the main text from Rabbis Hillel, Gamaliel, and the other two — eminent masters riffing jazz- like off of the core beat at the center, or arguing the left-right interpretations, or further explicating the up-down side-stories.</p>
<p>All of the boxes — ALL — would shift size on the page to accommodate all the various elements.  If there was a long commentary from one of the rabbis but little else, that box would expand, and the Torah portion would shrink until it was only the verse, or even the word, relevant to that commentary.  Conversely, (though it didn't happen often), if there were a long story in the Torah with little commentary, several verses would get squeezed into one large box, with eight small and almost empty boxes circling it.</p>
<p>The point was, there were nine books crammed into one.  Hillel always occupied the same square on the page.  The Babylonian Haggadah (stories) was always above the Torah, the Palestinian Haggadah always below.  You could read one commentator exclusively, or read the Torah or Haftorah exclusively, or try to read all the commentaries on all of Torah simultaneously.
</p>
</blockquote>
<p>Ed also posted some more visual links:</p>
<p>An annotated page:</p>
<p>http://www.ucalgary.ca/~elsegal/TalmudPage.html</p>
<p>Talmud style layout in HTML (with fixed size boxes, so not precisely)</p>
<p>http://www.ucalgary.ca/~elsegal/TalmudMap/Samples.html</p>


<p><strong>Related posts:</strong><ol><li><a href='http://www.island94.org/2011/09/ambiguous-url/' rel='bookmark' title='Ambiguous URL'>Ambiguous URL</a> <small>Photo from awesome teacher @paulramsay who used PrintAndShare.org to share his classroom’s DonorsChoose Project. As a result of building PrintAndShare.org I am hyper-sensitive...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.island94.org/2008/10/graphical-organization-of-the-talmud/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Drupal: theme override for Upload.module’s attachments list</title>
		<link>http://www.island94.org/2008/08/drupal-theme-override-for-upload-modules-attachments-list/</link>
		<comments>http://www.island94.org/2008/08/drupal-theme-override-for-upload-modules-attachments-list/#comments</comments>
		<pubDate>Sun, 10 Aug 2008 19:06:46 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
				<category><![CDATA[art]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[Drupal]]></category>
		<category><![CDATA[intuitive]]></category>
		<category><![CDATA[portfolio]]></category>
		<category><![CDATA[snippet]]></category>
		<category><![CDATA[webdesign]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[<p><figure title=""><img src="http://www.island94.org/wp-content/uploads/2008/08/shiny_upload-example.png" class="attachment-h5bp-post-image wp-post-image" alt="shiny_upload-example" title="shiny_upload-example" /></figure></p>Update: this functionality can now be achieved with the iTweak_upload module . Thanks to Damon for the tip! I made a custom override for Drupal 6.x's Upload.module's attachments table that is displayed at the bottom of a node when you create file attachments. That table is, in my opinion, one of the ugliest common and [...]<p><a href="http://www.island94.org/2008/08/drupal-theme-override-for-upload-modules-attachments-list/">&#9734; Permalink</a></p>


<strong>Related posts:</strong><ol><li><a href='http://www.island94.org/2011/03/the-48-hour-mobile-web-app-drunken-stumble/' rel='bookmark' title='The 48 hour mobile web app: Drunken Stumble'>The 48 hour mobile web app: Drunken Stumble</a> <small>Last weekend I participated in the Boston Hack Day Challenge, a 48 hour (so I’m not sure why they called...</small></li>
<li><a href='http://www.island94.org/2011/03/a-form-from-my-favorites/' rel='bookmark' title='A form from my favorites'>A form from my favorites</a> <small>Above is the signup form from Brompt, the blog reminder service I built a few years ago for undisciplined bloggers...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><figure title=""><img src="http://www.island94.org/wp-content/uploads/2008/08/shiny_upload-example.png" class="attachment-h5bp-post-image wp-post-image" alt="shiny_upload-example" title="shiny_upload-example" /></figure></p><p><strong>Update:</strong> this functionality can now be achieved with the <a href="http://drupal.org/project/itweak_upload">iTweak_upload module </a>. <em>Thanks to <a href="http://damoncook.net/">Damon</a> for the tip!</em></p>
<p>I made a custom override for Drupal 6.x's Upload.module's attachments table that is displayed at the bottom of a node when you create file attachments.  That table is, in my opinion, one of the ugliest common and default presentations in Drupal core. Below is an example of the before and after:</p>
<p><img src="http://island94.org/files/island94.org/shiny_upload-example.png" alt="Example of override" /></p>
<p>&nbsp;</p>
<div style="display: none;"><a href="http://www.chainreaction-community.net/?hocus_pocus">Hocus Pocus hd</a></div>
<p>To use it, unzip and drop the included folder into your active theme's directory (e.g. /sites/default/all/garland), it should take effect without any other modifications---though you may have to reset the theme cache (goto admin/build/themes and click save without making any other changes).</p>
<p><a href="http://island94.org/files/island94.org/shiny_upload.zip">Click Here to Download (shiny_upload.zip)</a></p>
<p>&nbsp;</p>
<div style="display: none;"><a href="http://www.womeningreen.org/?return_to_never_land">Return to Never Land movie</a></div>
<p>Also, I don't know what the name is for these types of theme overrides: it's not a module, and it's not a whole theme.  I <a href="http://groups.drupal.org/node/13873">posted this</a> to a Drupal Group that, I think, calls them "<a href="http://groups.drupal.org/themer-pack-working-group">Themer Packs</a>".</p>
<p>The icon code is based on the CCK <a href="http://drupal.org/project/filefield">filefield module</a>---but the current 6.0 version is kind've clunky and I wanted to port it to the core Upload module.  The namespace is "shiny_upload".</p>
<p>Also, as an aside, the reason island94.org doesn't currently have this enabled is because it's still running on Drupal 5.x branch</p>


<p><strong>Related posts:</strong><ol><li><a href='http://www.island94.org/2011/03/the-48-hour-mobile-web-app-drunken-stumble/' rel='bookmark' title='The 48 hour mobile web app: Drunken Stumble'>The 48 hour mobile web app: Drunken Stumble</a> <small>Last weekend I participated in the Boston Hack Day Challenge, a 48 hour (so I’m not sure why they called...</small></li>
<li><a href='http://www.island94.org/2011/03/a-form-from-my-favorites/' rel='bookmark' title='A form from my favorites'>A form from my favorites</a> <small>Above is the signup form from Brompt, the blog reminder service I built a few years ago for undisciplined bloggers...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.island94.org/2008/08/drupal-theme-override-for-upload-modules-attachments-list/feed/</wfw:commentRss>
		<slash:comments>25</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced

Served from: www.island94.org @ 2012-02-10 02:31:41 -->
