<?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>The Synthetic Librarian &#187; Information Architecture</title>
	<atom:link href="http://syntheticlibrarian.com/category/information-architecture/feed" rel="self" type="application/rss+xml" />
	<link>http://syntheticlibrarian.com</link>
	<description>The Synthetic Approach to Information Discovery</description>
	<lastBuildDate>Thu, 04 Mar 2010 21:10:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>An easy CSS recipe for multi-column lists</title>
		<link>http://syntheticlibrarian.com/2008/02/21/an-easy-css-recipe-for-multi-column-lists</link>
		<comments>http://syntheticlibrarian.com/2008/02/21/an-easy-css-recipe-for-multi-column-lists#comments</comments>
		<pubDate>Thu, 21 Feb 2008 18:07:30 +0000</pubDate>
		<dc:creator>Cloned Milkmen</dc:creator>
				<category><![CDATA[Information Architecture]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[xhtml]]></category>
		<category><![CDATA[xhtml css lists]]></category>

		<guid isPermaLink="false">http://syntheticlibrarian.com/2008/02/21/an-easy-css-recipe-for-multi-column-lists</guid>
		<description><![CDATA[Here is a CSS recipe to display any ordered or unordered list in multiple columns. &#60;style&#62; .fourColumns > li { min-width: 25%; float: left; } /* This will clear the floating in standards compliant browers... might not work in IE */ .fourColumns:after { display: block; content: '&#38;nbsp;'; clear: both; } &#60;/style&#62; &#60;ol class="fourColumns"&#62; &#60;li&#62;An item [...]]]></description>
			<content:encoded><![CDATA[<p>Here is a CSS recipe to display any ordered or unordered list in multiple columns.</p>
<p><code><br />
&lt;style&gt;<br />
.fourColumns > li {<br />
  min-width: 25%;<br />
  float: left;<br />
}<br />
/* This will clear the floating in standards compliant browers... might not work in IE */<br />
.fourColumns:after {<br />
  display: block;<br />
  content: '&amp;nbsp;';<br />
  clear: both;<br />
}<br />
&lt;/style&gt;<br />
&lt;ol class="fourColumns"&gt;<br />
  &lt;li&gt;An item &lt;/li&gt;<br />
  &lt;li&gt;Another item &lt;/li&gt;<br />
  &lt;li&gt;A different item&lt;/li&gt;<br />
  &lt;li&gt;Item four &lt;/li&gt;<br />
  &lt;li&gt;etc &lt;/li&gt;<br />
  &lt;li&gt;An itme &lt;/li&gt;<br />
  &lt;li&gt;An item &lt;/li&gt;<br />
  &lt;li&gt;Another item &lt;/li&gt;<br />
  &lt;li&gt;A different item&lt;/li&gt;<br />
  &lt;li&gt;Item four &lt;/li&gt;<br />
  &lt;li&gt;etc &lt;/li&gt;<br />
  &lt;li&gt;An itme &lt;/li&gt;<br />
  &lt;li&gt;An item &lt;/li&gt;<br />
  &lt;li&gt;Another item &lt;/li&gt;<br />
  &lt;li&gt;A different item&lt;/li&gt;<br />
  &lt;li&gt;Item four &lt;/li&gt;<br />
  &lt;li&gt;etc &lt;/li&gt;<br />
  &lt;li&gt;An itme &lt;/li&gt;<br />
&lt;/ol&gt;<br />
</code></p>
<p>That all becomes</p>
<style>
.fourColumns > li {
  min-width: 25%;
  float: left;
  list-style-type: decimal;
}
.fourColumn:after {
  display: block;
  content: '&nbsp;';
  clear: both;
}
</style>
<ol class="fourColumns">
<li>An item</li>
<li>An item </li>
<li>Another item </li>
<li>A different item</li>
<li>Item four</li>
<li>etc</li>
<li>An itme</li>
<li>An item</li>
<li>An item</li>
<li>An item </li>
<li>Another item </li>
<li>A different item</li>
<li>Item four</li>
<li>etc</li>
<li>An itme</li>
<li>An item</li>
<li>An item</li>
<li>An item </li>
<li>Another item </li>
<li>A different item</li>
<li>Item four</li>
<li>etc</li>
<li>An itme</li>
<li>An item</li>
<li>An item</li>
<li>An item </li>
<li>Another item </li>
<li>A different item</li>
<li>Item four</li>
<li>etc</li>
<li>An itme</li>
<li>An item</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://syntheticlibrarian.com/2008/02/21/an-easy-css-recipe-for-multi-column-lists/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>A Visual Map of Top-level Domain Names</title>
		<link>http://syntheticlibrarian.com/2007/10/02/a-visual-map-of-top-level-domain-names</link>
		<comments>http://syntheticlibrarian.com/2007/10/02/a-visual-map-of-top-level-domain-names#comments</comments>
		<pubDate>Tue, 02 Oct 2007 07:14:06 +0000</pubDate>
		<dc:creator>Cloned Milkmen</dc:creator>
				<category><![CDATA[DNS]]></category>
		<category><![CDATA[Information Architecture]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[LIS 503]]></category>
		<category><![CDATA[Reviews]]></category>

		<guid isPermaLink="false">http://paranoidagnostic.net/2007/10/02/a-visual-map-of-top-level-domain-names</guid>
		<description><![CDATA[Byte Level Research sells two very cool looking maps of Internet TLDs (Top-level Domains). The maps show the two-letter country codes (e.g. &#8216;.ca&#8217;, &#8216;.ru&#8217;, &#8216;.uk&#8217;) for the countries of the world, which each code shown on a geographical map over the country it represents. The map also includes an index that maps the country codes [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://bytelevel.com">Byte Level Research</a> sells <a href="http://bytelevel.com/map/">two very cool looking maps of Internet TLDs</a> (Top-level Domains).  The maps show the two-letter country codes (e.g. &#8216;.ca&#8217;, &#8216;.ru&#8217;, &#8216;.uk&#8217;) for the countries of the world, which each code shown on a geographical map over the country it represents.  The map also includes an index that maps the country codes to actual country names for handy reference.</p>
<p><img src="http://bytelevel.com/map/images/map_ccTLD_264.jpg" alt="map of DNS TLDs" /></p>
]]></content:encoded>
			<wfw:commentRss>http://syntheticlibrarian.com/2007/10/02/a-visual-map-of-top-level-domain-names/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What Does User-Centered Design Mean?</title>
		<link>http://syntheticlibrarian.com/2007/09/27/what-does-user-centered-design-mean</link>
		<comments>http://syntheticlibrarian.com/2007/09/27/what-does-user-centered-design-mean#comments</comments>
		<pubDate>Thu, 27 Sep 2007 17:12:57 +0000</pubDate>
		<dc:creator>Cloned Milkmen</dc:creator>
				<category><![CDATA[Books]]></category>
		<category><![CDATA[Information Architecture]]></category>
		<category><![CDATA[LIS 503]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[norman]]></category>

		<guid isPermaLink="false">http://paranoidagnostic.net/2007/09/27/what-does-user-centered-design-mean</guid>
		<description><![CDATA[I recently heard a fellow student ask a good question: &#8220;What exactly does &#8216;user-centered&#8217; design?&#8221; The also asked, &#8220;Everything is designed for users so how could something not be user-centered?&#8221; Wow, that is a great question! One of my favorite answers to this question comes from the book &#8220;The Psychology of Everyday Things&#8221; (P.O.E.T.) by [...]]]></description>
			<content:encoded><![CDATA[<p>I recently heard a fellow student ask a good question:  &#8220;What exactly does &#8216;user-centered&#8217; design?&#8221;  The also asked,  &#8220;Everything is designed for users so how could something not be user-centered?&#8221;</p>
<p>Wow, that is a great question!  One of my favorite answers to this question comes from the book &#8220;The Psychology of Everyday Things&#8221; (P.O.E.T.) by Donald A. Norman.  Norman says that user-centered design is &#8220;a philosophy based on the needs and interests of the user, with an emphasis on making products usable and understandable.&#8221; (ch. 7, p. 188)</p>
<p>Norman further states that</p>
<blockquote>
<p>Design should:</p>
<ul>
<li>Make it easy to determine what actions are possible at any moment (make use of constraints).</li>
<li>Make things visible, including the conceptual model of the system.</li>
<li>Make it easy to evaluate the current state of the system.</li>
<li>Follow natural mappings between intentions and the required actions; between actions and the resulting effect; and between the information that is visible and the interpretation of the system state.</li>
</ul>
<p>In other words, make sure that (1) the user can figure out what to do, and (2) the user can tell what is going on.</p>
</blockquote>
<ul>
<li>Norman, D. A. (1988). The Psychology of Everyday Things. New York: Basic Books.</li>
</ul>
<p>
<em>The Psychology of Everyday Things</em> is available from:</p>
<ul>
<li><a href="http://sirsiweb.epl.ca/uhtbin/cgisirsi/x/0/0/57/5?user_id=WEPLMNA&#038;searchdata1=psychology+of+everyday+things">Edmonton Public Library</a></li>
<li><a href="http://ualweb.library.ualberta.ca/uhtbin/cgisirsi/x/0/0/57/5?user_id=WEBSERVER&#038;searchdata1=psychology+of+everyday+things">NEOS Libraries</a></li>
<li><a href="http://www.chapters.indigo.ca/books/35/search?sc=Donald+A.+Norman&#038;sf=Author">Chapter.ca</a></li>
</ul>
<p><strong>Note:</strong> <em>The Psychology of Everyday Things</em> was reprinted under the title <em>The Design of Everyday Things</em>.  I am quoting page numbers from the 2004 edition but I believe they are the same regardless of title.</p>
]]></content:encoded>
			<wfw:commentRss>http://syntheticlibrarian.com/2007/09/27/what-does-user-centered-design-mean/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
