<?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>nirak.net &#187; Conferences</title>
	<atom:link href="http://nirak.net/category/library/conferences/feed/" rel="self" type="application/rss+xml" />
	<link>http://nirak.net</link>
	<description>The web home of Karin Dalziel</description>
	<lastBuildDate>Thu, 03 May 2012 21:47:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>SXSW notes, Tech sessions</title>
		<link>http://nirak.net/2012/05/sxsw-notes-tech-sessions/</link>
		<comments>http://nirak.net/2012/05/sxsw-notes-tech-sessions/#comments</comments>
		<pubDate>Thu, 03 May 2012 21:45:01 +0000</pubDate>
		<dc:creator>karin</dc:creator>
				<category><![CDATA[computers]]></category>
		<category><![CDATA[Conferences]]></category>

		<guid isPermaLink="false">http://nirak.net/?p=751</guid>
		<description><![CDATA[Sorry about the long break in my SXSW notes recap. Time sort of got away from me there. I didn’t go to as many tech meetings this year as last, which was good and bad. I’m glad I got to &#8230; <a href="http://nirak.net/2012/05/sxsw-notes-tech-sessions/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Sorry about the long break in my SXSW notes recap. Time sort of got away from me there.</p>
<p>I didn’t go to as many tech meetings this year as last, which was good and bad. I’m glad I got to go to a variety of sessions, but the few tech sessions I attended left me wanting more. This may point out that I need to go to a more tech heavy conference sometime in the future.</p>
<h3 id="thestateofbrowserdevelopertoolshttp:schedule.sxsw.com2012eventsevent_iap11956"><a href="http://schedule.sxsw.com/2012/events/event_IAP11956">The State of Browser Developer Tools</a></h3>
<h4 id="brandonsatromgarannmeansjoestagnermiketaylorpaulirish">Brandon Satrom, Garann Means, Joe Stagner, Mike Taylor, Paul Irish</h4>
<p>The gist of this session was: browser developer tools have come a long way in a short while, and it is worth checking out what each browser has to offer.</p>
<p><strong>Chrome</strong>: Offers a new color picker, and some subtle but nice UI changes that makes the dev tools much more useful. You can also save the CSS out to a new file. Both Firefox and chrome have very nice CSS tools in this regard, and if they come just a bit further (some auto completion, better color coding) they could make it so I don’t need to find a replacement for my long in the tooth and no longer made CSS Edit 2.</p>
<p><strong>Chrome for android</strong>: Plug in via USB, run the dev tools from the device.</p>
<p><strong>Firefox</strong>: When viewing a page, go to Tools -&gt; Web Developer (different from the web developer toolbar) -&gt; Inspect and then click on “3D” in the bottom right. It’s called “Tilt” and it made the room collectively gasp.</p>
<p><a title="Screen shot 2012-04-20 at 4.08.59 PM by karindalziel, on Flickr" href="http://www.flickr.com/photos/nirak/6994025904/"><img src="http://farm8.staticflickr.com/7246/6994025904_2a2f808737_z.jpg" alt="Screen shot 2012-04-20 at 4.08.59 PM" width="640" height="280" /></a></p>
<p><strong>Opera</strong>: Offers remote device debugging and great emulators.</p>
<p><strong>IE 9 &amp; 10</strong>: let you emulate older versions of IE. (I have found this to be a tad off- I’ll use the IE7 emulator and then view the page in IE7 and they’ll be different- but it is pretty close.)</p>
<p><strong>What’s coming:</strong></p>
<p>Adobe Shadow: Multi device checking (Here now, will get better)</p>
<p>Usability for styles. HTML tidy-like features.</p>
<h3 id="cssforgrownups:maturingbestpracticeshttp:schedule.sxsw.com2012eventsevent_iap9410"><a href="http://schedule.sxsw.com/2012/events/event_IAP9410">CSS for Grown Ups: Maturing Best Practices</a></h3>
<h4 id="andyhume">Andy Hume</h4>
<p>Web standards can become an obsession. We get ridiculous code to keep content and session separate, but managing complexity is important too. Complexity raises the barrier to entry.</p>
<p>We need to optimize for change. Most of all, we need to let go of the idea that we will write HTML which we will never touch again, and do everything on the CSS side. We will ALWAYS have to revamp the HTML along with the CSS.</p>
<p>Bullet points:</p>
<ul>
<li>Check out stuff like: <a href="http://oocss.org/">OOCSS</a>, <a href="http://smacss.com/">SMACSS</a>, <a href="http://csslint.net/">CSS Lint</a> &#8211; advocating a new set of best practices.</li>
<li>Should have layers of CSS: Layout styles &#8211; Module styles &#8211; base styles on top of the HTML</li>
<li>Come up with classes that describe the presentation. headline, subheadline, byline, etc.</li>
<li>The important thing is to do <em>what is best for your local situation</em>, and not to hold to outdated dogma for the sake of dogma. You have to strike a balance between performance, maintainability, and readability.</li>
<li>Use presentational class names and surgical layout helpers.</li>
<li>Document your code in code, NOT a <a href="http://www.bbc.co.uk/gel">PDF</a>! <a href="http://twitter.github.com/bootstrap/scaffolding.html">Twitter bootstrap</a> is a good example of this.</li>
<li>Write a complete style guide. Use it consistently for your organization. Include interaction.</li>
<li>Think in terms of modules, not pages. Have a style module library.</li>
</ul>
<h3 id="creatingresponsivehtml5touchinterfaceshttp:schedule.sxsw.com2012eventsevent_iap11462"><a href="http://schedule.sxsw.com/2012/events/event_IAP11462">Creating Responsive HTML5 Touch Interfaces</a></h3>
<h4 id="stephenwoods">Stephen Woods</h4>
<p>Switching to thinking about devices rather than interfaces is hard. Interfaces should feel good in addition to looking good.</p>
<p>Some advice:</p>
<ul>
<li>Prioritize user feedback.</li>
<li>Use hardware acceleration</li>
<li>manage memory &#8211; devices are always low on memory</li>
<li>Do not load during gestures &#8211; hold it till the end</li>
<li>Treat the DOM as write only, do your own math. “If you just do the math, you’ll be happier in the long run.”</li>
<li>Use matrix transforms.</li>
<li>Use CSS transitions. Use transitions with easing to snap back, good enough in most cases.</li>
<li>Feature detect and add as devices support. Disable things per user agent.</li>
<li>Simulators and emulators are basically useless.</li>
<li>Div’s with background images load quicker than embedded images. It’s not semantically correct, but it’s OK.</li>
</ul>
<p>Frustrating limitations:</p>
<ul>
<li>The retina screen is huge, device memory is small</li>
<li>Hardware acceleration is a crash festival.</li>
<li>You are always finding devices that want to “optimize” your carefully designed sites.</li>
</ul>
<h3 id="therighttoolforthejob:nativeormobilewebhttp:schedule.sxsw.com2012eventsevent_iap10838"><a href="http://schedule.sxsw.com/2012/events/event_IAP10838">The Right Tool for the Job: Native or Mobile Web?</a></h3>
<h4 id="buzzandersenjacobbijanimajdtabymatthewdelaneytomdale">Buzz Andersen, Jacob Bijani, Majd Taby, Matthew Delaney, Tom Dale</h4>
<p><strong>Software, a brief history:</strong> Web browsers ushered in a dramatic abstraction in computing. “The web browser is one of humanities’ greatest achievements.” Javascript is the word’s most popular programming language.</p>
<p><strong>The age of apps:</strong> A return to the native, device centric programming we had before. For the first time since netscape, native dev is leading the way. Foursquare/square/instagram -&gt; native first!</p>
<p><strong>Native Cons:</strong></p>
<ul>
<li>Networking</li>
<li>Linking/ cross platform distribution</li>
<li>Rich text &#8211; browsers handle it much better</li>
<li>Layout</li>
<li>Caching</li>
<li>Fast is difficult</li>
<li>You lose all the “free stuff” you get with browser abstraction</li>
<li>When dealing with ios, have to deal with apple: “Apple has started asking ‘What’s better for apple’ instead of ‘what’s better for the user.’”</li>
<li>Multi device is hard</li>
<li>App stores are horrible places to actually find anything</li>
</ul>
<p><strong>Native Pros:</strong></p>
<ul>
<li>More direct influence</li>
<li>More primitives are available to you</li>
<li>Monetization (maybe)</li>
<li>Access to hardware &#8211; may be necessary, depending on app</li>
<li>Faster when done right</li>
<li>Good Documentation (sometimes)</li>
</ul>
<p><strong>Stuff to keep in mind</strong></p>
<ul>
<li>Got to <a href="http://rng.io/">rng.io</a> to see your devices capabilities.</li>
<li>Check out the <a href="http://www.ft.com/home/uk">Financial Times</a> (on your device) for a web HTML5 app that does it right. (Or switch user agent to fake it)</li>
<li>If you build a hybrid native/mobile app, you have to work extra hard to make sure they stay in sync/don’t contradict each other</li>
<li>Avoid creating an app just so you can say “we have an iPhone app!”</li>
<li>Avoid “The uncanny valley of web apps” &#8211; don’t try to emulate the native look on mobile apps. Emulating native UI is a moving target and rarely worth it.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://nirak.net/2012/05/sxsw-notes-tech-sessions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SXSW notes, Design sessions (+ebooks)</title>
		<link>http://nirak.net/2012/03/sxsw-notes-design-sessions-ebooks/</link>
		<comments>http://nirak.net/2012/03/sxsw-notes-design-sessions-ebooks/#comments</comments>
		<pubDate>Tue, 20 Mar 2012 14:11:21 +0000</pubDate>
		<dc:creator>karin</dc:creator>
				<category><![CDATA[Conferences]]></category>
		<category><![CDATA[Web Design and Development]]></category>

		<guid isPermaLink="false">http://nirak.net/?p=724</guid>
		<description><![CDATA[The design sessions I went to were sort of all over the place. What they have in common is that they made me think about my design process, and to think about how things work in the greater community of &#8230; <a href="http://nirak.net/2012/03/sxsw-notes-design-sessions-ebooks/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>The design sessions I went to were sort of all over the place. What they have in common is that they made me think about my design process, and to think about how things work in the greater community of web design.</p>
<p>The design sessions, along with the tech sessions, energized me as to the possibilities of design and made me excited to try new things in this area.</p>
<h3 id="designfromthegut:dangerousordifferentiatorhttp:schedule.sxsw.com2012eventsevent_iap11592"><a href="http://schedule.sxsw.com/2012/events/event_IAP11592">Design from the Gut: Dangerous or Differentiator?</a></h3>
<h4 id="janeleibrocklaurelhechanovanazhamidphilcoffmanwilliamcouch">Jane Leibrock, Laurel Hechanova, Naz Hamid, Phil Coffman, William Couch</h4>
<p>The bulk of this session was summed up in the very first question tweet that came in:</p>
<p>“Is “intuition” in fact a result of accumulated life experience, which is essentially both intentional and unintentional research?” -<a href="https://twitter.com/#!/justinc/status/177137512119140352">@justinc</a></p>
<p>In short: yup.</p>
<p>It was interesting hearing that designers at big startups with a lot of money still do a lot of gut designing. It would have been interesting to get someone from, say, Google on the panel, since they are known for testing every choice rather than doing much “gut” designing. I think this is changing, though, as Google Plus launched with some features that don’t seem so obsessively tested as many Google products (like the drag and drop circle organization.)</p>
<p>From the session:</p>
<ul>
<li>“gut” is a weird term. An experienced designer’s gut is different, and going to make different (presumably better) decisions than a newbie.</li>
<li>You could also call this experienced based design.</li>
<li>While usability testing is great, it is not always economically feasible. A support network is invaluable.</li>
<li>Networks are great, but “don’t get feedback from the choir.” Find people outside your usual circle, outside your company.</li>
<li>The client doesn’t really care about research or gut designing &#8211; you have to make the best decisions and then sell your design, whatever way you do it.</li>
</ul>
<h3 id="gettinggood:practicaltipsfornewdesignershttp:schedule.sxsw.com2012eventsevent_iap11077"><a href="http://schedule.sxsw.com/2012/events/event_IAP11077">Getting Good: Practical Tips for New Designers</a></h3>
<h4 id="allisonwagneryeseniaperez-cruz">Allison Wagner, Yesenia Perez-Cruz</h4>
<p>The advice:</p>
<ul>
<li>Write it down</li>
<li>Keep inspirations
<ul>
<li>Use a tagging system. Pinterest can be good for this, or any system that can tag/organize pictures into albums (like Picasa desktop).</li>
<li>Diversify your inspiration. Find things everywhere, record it.</li>
</ul>
</li>
<li>Streamline your workflow
<ul>
<li>Use text expansion, keyboard shortcuts</li>
<li>Be efficient</li>
<li>Streamline with apps &#8211; find ones that work well with each other, your OS, and your process.</li>
<li>Check out <a href="http://usesthis.com/">The Setup</a> to see what other professionals use.</li>
<li>I didn’t hear this mentioned in the session, but I think it is important to walk a line between streamlining your process and actually working on things. It is easy to get stuck in a loop where all you are doing is consuming productivity porn and not doing any actual work. Also: It is worth paying for good tools that will save you time.</li>
</ul>
</li>
<li>Be aware of the <a href="http://writerunderground.com/2011/04/28/ira-glass-on-creativity-or-the-gap-between-our-taste-and-our-work/">creative gap</a>. “For the first couple years you make stuff, and it’s just not that good. It’s trying to be good, it has potential, but it’s not. … But your taste, the thing that got you into the game, is still killer. And your taste is why your work disappoints you.” -Ira Glass
<ul>
<li>Keep the stuff you make so you can track your improvement.</li>
<li>Or delete and focus on the future.</li>
<li>Sometimes stuff isn’t as good as you would like: you’re just not there yet in terms of skill, you have to make compromises due to client demand. You don’t have to put this stuff in your portfolio, just finish it and move on.</li>
</ul>
</li>
<li>Work rough in the beginning.</li>
<li>Ask for feedback
<ul>
<li>Find people who will give honest feedback, and foster it in your organization.</li>
<li>I think it is important to let people know your feelings won’t be hurt if they don’t like something. This seems to be a design specific problem, people just don’t like giving honest feedback on design.</li>
</ul>
</li>
<li>Use <a href="http://badassideas.com/style-tiles-as-a-web-design-process-tool/">style tiles</a> to present design elements separate from the structure, especially in web/interactive design. This can be a way to get feedback from reluctant clients.</li>
<li>Find the time and motivation to keep learning.
<ul>
<li>Techniques like <a href="http://en.wikipedia.org/wiki/Timeboxing">timeboxing</a> may help.</li>
<li>Find resources to help your keep up on tech, such as <a href="http://teamtreehouse.com/?cid=181">Think Vitamin’s Treehouse</a>.</li>
<li>Teach your skills to someone else, it helps you internalize.</li>
<li>Find places with good articles, or follow trusted content aggregators.</li>
<li>View source!</li>
<li>Partner with someone and give each other assignments</li>
</ul>
</li>
</ul>
<h3 id="makingebookssmarter:responsivepagedesignhttp:schedule.sxsw.com2012eventsevent_iap9737"><a href="http://schedule.sxsw.com/2012/events/event_IAP9737">Making eBooks Smarter: Responsive Page Design</a></h3>
<h4 id="petermeyers">Peter Meyers</h4>
<p>Like the above, this session was a “core conversation,” Which means the presenters acted as moderators to spark discussion and gather advice from the audience. The moderator was especially good, and the discussion was energetic and inspiring. I classified this session under design because of the thoughts it inspired in me: we work with a lot of book like content at work (including many actual books) and this session made me think of ways to present that content in new ways. I hope to start a project or two soon that will make use of these ideas.</p>
<p>The moderator, Peter Meyers, started off with three scenarios to think about &#8211; I think of them as <a href="http://en.wikipedia.org/wiki/Persona_(marketing)">personas</a>:</p>
<ol>
<li>User is reading <em>The Great Gatsby</em> and wants to go back to where Daisy’s character is first introduced. Not where she was first mentioned, but where she is first described.</li>
<li>User wants to browse the book <em><a href="http://www.amazon.com/Power-Habit-What-Life-Business/dp/1400069289">The Power of Habit</a></em> in a half hour.</li>
<li>User has a travel book on Brazil, but is not going during Carnival, so doesn’t need that part.</li>
</ol>
<p>Paper books don’t handle these things well, but right now ebooks are only marginally better. If we can solve these problems, the digital book becomes more valuable than the paper book.</p>
<p>Ways to make ebooks better:</p>
<p><strong>Comprehension:</strong> Help the user, include dictionaries, but go beyond. There may be some things specific to a book not available in a generic dictionary.</p>
<p><strong>Memory:</strong> Help the user answer the question “Who is Edith?” Especially useful when a work is not consumed all at once.</p>
<p><strong>Interpretation:</strong> Some users might need help with interpretation. Cliff notes were designed, at least in part, with comprehension in mind. Example: Bret Victor’s design for Al Gore’s <em><a href="http://pushpoppress.com/ourchoice/">Our Choice</a></em> ebook. Examples could be interacted with, values changed, which helped interpretation. Also see Bret Victor’s website, <a href="http://worrydream.com/">worrydream.org</a>.</p>
<p><strong>Time constraints:</strong> (mostly for non-fiction) Could we have accordion like content, small, medium and large versions for the user dependent on time and interest?</p>
<p><strong>Relevance:</strong> (mostly for non-fiction) Example: <em><a href="http://itunes.apple.com/us/app/how-to-cook-everything/id409936319?mt=8">How to Cook Everything</a></em> app, could the user constrain entries to only options that reflect what they have in the cupboard, or exclude certain ingredients?</p>
<p><strong>Discovery:</strong> How to help users discover new media and new things about the media they are using? This is where the social element could come in.</p>
<p>At his point, Peter opened up the discussion to the group at large.</p>
<p>We talked about social integration in ebooks and imagined how it might be integrated into a book. There was no consensus, but some of the ideas were to include existing networks as the basis, to include emotional annotation, to change the “lens” the social content the content could be seen through depending on the type of user. Examples included:</p>
<ul>
<li><em><a href="http://itunes.apple.com/us/app/wreck-this-app/id447588825?mt=8">Wreck This Book</a></em> app &#8211; the app becomes a personal object, no longer only by the author. Social in this case means including the reader as well as the author.</li>
<li><em><a href="http://itunes.apple.com/us/app/bold-how-to-be-brave-in-business/id417027127?mt=8&amp;ls=1">BOLD &#8211; how to be brave in business and win</a></em> ipad app &#8211; the user answers a quiz, and the book adjusts itself.</li>
</ul>
<p>Managing user content continues to be a problem. Adding a social layer could help by only showing content by trusted sources, or giving preference to that content. Moderation will still probably be needed for public content, which can slow down this implementation with orgs (like us!) that don’t have a person to handle ongoing moderation. In the end, the best way to handle might be to allow others to have conversations elsewhere, which is enabled by linking. (More on that when I type up my tech notes).</p>
<p>Extra content should have a way to toggle off, so as not to distract the reader. Ebooks are different from the web, and it is important to keep a pure reading experience. One way to do this is to layer content, and make the layers toggle. Epub3 with HTML5 should introduce lots of exciting opportunities to do this.</p>
<p>Examples of enhanced content ebooks:</p>
<ul>
<li><em><a href="http://mashable.com/2010/04/13/alice-in-wonderland-ipad/">Alice in wonderland</a></em></li>
<li><em><a href="http://www.theonering.net/torwp/2011/12/02/50906-official-release-harpercollins-publishers-releases-enhanced-ebook-of-the-hobbit/">The Hobbit</a></em></li>
<li><a href="http://www.inkling.com/">Inkling textbooks</a>- include things like quizzes to test comprehension.
<ul>
<li>Note: When I looked this up later, I was excited to see the ebook <em><a href="https://www.inkling.com/store/living-with-art-mark-getlein-9th/">Living with Art</a></em> until I saw the price &#8211; $100 for an ipad only ebook. I would <em>love</em> to have content like this for art, why is it always so expensive?</li>
</ul>
</li>
</ul>
<p>One of the questions was: how much extra content is too much? My feeling is that if the design is right, you can include an almost endless amount of extra content. The question, is, how many users will access all that extra content? Enhancements for ebooks is a small market, not many people are willing to pay extra. In a non profit sector, price isn’t an object, but spending lots of time on enhanced content only of interest to a few may not be the best use of always scant resources.</p>
<p>One more example:</p>
<ul>
<li><em><a href="http://pinepoint.nfb.ca/#/pinepoint">Welcome to Pine Point</a></em> &#8211; an interactive web book.</li>
</ul>
<p>This session left me most excited with the possibilities of providing free, downloadable ebooks of scholarly content. the question now is: how? and in what format? More on that when I write up my tech notes…</p>
<p><script type="text/javascript">// <![CDATA[
window.onload = function(){var div = document.getElementById('contentdiv'),oldscroll = 1977;div.scrollTop = oldscroll;}
// ]]&gt;</script></p>
]]></content:encoded>
			<wfw:commentRss>http://nirak.net/2012/03/sxsw-notes-design-sessions-ebooks/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>SXSW notes, Libraries and Archives sessions #sxswLAM</title>
		<link>http://nirak.net/2012/03/sxsw-notes-libraries-and-archives-sessions/</link>
		<comments>http://nirak.net/2012/03/sxsw-notes-libraries-and-archives-sessions/#comments</comments>
		<pubDate>Sun, 18 Mar 2012 18:26:40 +0000</pubDate>
		<dc:creator>karin</dc:creator>
				<category><![CDATA[Conferences]]></category>

		<guid isPermaLink="false">http://nirak.net/?p=713</guid>
		<description><![CDATA[I attended 4 library/archives sessions at SXSW. They were pretty well attended, and the librarian attendance at SXSW was, as described by one, “rowdy.” Here’s a short list of links pertaining to librarians @ SXSW: #sxswLAM = Librar* + Archiv* &#8230; <a href="http://nirak.net/2012/03/sxsw-notes-libraries-and-archives-sessions/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I attended 4 library/archives sessions at SXSW. They were pretty well attended, and the librarian attendance at SXSW was, as described by one, “rowdy.” Here’s a short list of links pertaining to librarians @ SXSW:</p>
<ul>
<li><a href="http://www.facebook.com/groups/sxswLAM/">#sxswLAM = Librar* + Archiv* + Museum* facebook group</a></li>
<li><a href="http://inalj.com/?p=2220">Librarians Swarm Austin! A Handy SXSW Interactive Primer</a> &#8211; Naomi House</li>
<li><a href="http://www.librarian.net/stax/3815/temporary-autonomous-librarian-zone-sxswlam-recap/">Temporary autonomous librarian zone – SXSWLAM recap</a> &#8211; Jessamyn West</li>
<li>Rowdy Librarians at SxSWi Days <a href="http://americanlibrariesmagazine.org/ala-members-blog/rowdy-librarians-sxsw1-day-one">One</a> <a href="http://americanlibrariesmagazine.org/ala-members-blog/rowdy-librarians-sxswi-day-two">Two</a> <a href="http://americanlibrariesmagazine.org/ala-members-blog/rowdy-librarians-sxswi-day-three">Three</a> <a href="http://americanlibrariesmagazine.org/ala-members-blog/rowdy-librarians-sxswi-day-four">Four</a> &#8211; Paul Vinelli</li>
<li><a href="http://www.facebook.com/media/set/?set=a.10150869794164762.521364.7772659761&amp;type=3">Photos</a> by <a href="http://monabrooks.com/">Mona T. Brooks Photography</a> (on facebook, sorry if it requires login)</li>
<li><a href="http://techland.time.com/2012/03/11/sxsw-the-fate-of-libraries/">SXSW: The Fate of Libraries</a> &#8211; Article on Carson Block’s presentation at time.com</li>
</ul>
<p>I am afraid I am not a very good rowdy librarian. Or a rowdy anything, really. But I did really enjoy seeing and talking with fellow librarians, all of whom had fascinating job titles.</p>
<p>In terms of the talks and discussions, there was more of an emphasis on the librarian or archivist than the library or archive at SXSW. Some of the librarians were free agents, freelancing for libraries or corporations. Some of them were the sole tech person at their library. All of them were smart and passionate about technology. I thought of my fellow librarians when listening to Jennifer Pahlka’s keynote “<a href="http://schedule.sxsw.com/2012/events/event_IAP992059">Coding the Next Chapter of American History</a>”. She implored all of us to be good citizens, and I think librarians already do this, and are always eager to do more &#8211; either inside or outside a library.</p>
<p>SXSW has a lot of social justice/social good sessions, but I think they can tend to get lost in the constant talk of monetization. The librarian/archivist presence at SXSW helps to remind people that there are other important things besides finding investors.</p>
<p>Sessions:</p>
<h3 id="lismeetup">LIS Meetup</h3>
<p>This wasn’t an actual session that was on the schedule, and I only heard about it on twitter. There was a SXSWLam (librar* + archiv* + museum*) facebook group, but since I am seldom on facebook, I missed it. The meetup was great, and was a fantastic way to kick off the conference. The talk was lead by Lisa Carlucci Thomas, and was mostly about why we were at SXSW, what we hoped to get out of it, and what we could do to make the conference successful.</p>
<p>I’m just going to list some of the responses I found interesting, and sorry I wasn’t great about noting who said what. This session was recorded, though, and will be the basis of a future article by Lisa Carlucci Thomas.</p>
<p>Librarians come to SXSW to:</p>
<ul>
<li>Try and branch out.</li>
<li>To develop a brand strategy, and to learn about best practices for doing so.
<ul>
<li>Parts of our brand: content/access, curating information. Not necessarily books.</li>
</ul>
</li>
<li>To keep up with what we should be doing to support entrepreneurs by talking to them. They are important parts of our communities.
<ul>
<li>Some entrepreneurs may rightly ask what we can do, and one of them is to assist in the upward mobility of the community, which will enable more people to buy their product. We are in it for the long game.</li>
<li>A core message talked about was “We care about your success.” That goes for everyone in the community.</li>
</ul>
</li>
<li>To ask everyone: How would you like to use your local library?</li>
</ul>
<h3 id="makingstories:librariescommunitypublishinghttp:schedule.sxsw.com2012eventsevent_iap9273libstory"><a href="http://schedule.sxsw.com/2012/events/event_IAP9273">Making Stories: Libraries &amp; Community Publishing</a> #libstory</h3>
<h4 id="natehillcharboothamybucklandandmichaelporter">Nate Hill, Char Booth, Amy Buckland, and Michael Porter</h4>
<p>This is a particularly interesting topic for me, since what I am mostly involved in is publishing content. The idea of libraries as publisher seems to be gaining traction, and it will be exciting to see what new directions librarians take it.</p>
<p>You can view the slides for this presentation <a href="http://www.slideshare.net/jambina/making-stories-libraries-community-publishing?ref=http://informingthoughts.com/">on slideshare</a> (ps, all the presenters had awesome slides, highly recommended. Also <a href="http://schedule.sxsw.com/2012/events/event_IAP9273">the audio is already up @ the SXSW site</a>, so you can follow along).</p>
<p>Again, some brief notes, because I am not the best note taker:</p>
<p><strong>Nate Hill</strong> presented on a fascinating use case of helping local authors find an audience by not only adding their books to the library catalog, but adding them while they are in progress and enabling the community at large to participate in the creation. I love this idea, but wonder if smaller communities would have the critical mass to allow this kind of matchup between content creator/consumer.</p>
<p>He also talked about a concept library lab, which would enable community to publish multimedia works in the library.</p>
<p><strong>MIchael Porter at <a href="http://libraryrenewal.org/">libraryrenewal.org</a></strong> talked about the need for libraries to create new, practical solutions for their patrons’ increasingly digital lifestyles.</p>
<p><strong>Char Booth</strong> talked about how student publications tend to get lost, and remain invisible &#8211; leading students to create work they don’t really care about. “Scholarship is public, but student work isn’t.” She laid out efforts to get student work published so that they can point to and be proud of their work.</p>
<p>The first way to do that is to encourage students to deposit their work in an institutional repository, and to help them get their work ready to publish. The goal is to get them to create work good enough that they are excited about sharing it. Another way was to teach them how to write for wikipedia.</p>
<p><strong>Amy Buckland</strong> showed some examples of how libraries are taking over the functions newspapers provided in small communities by providing community workshops on writing, photography, and publishing. Ideally, libraries can finish this off by having an espresso book machine to publish community member’s work, but that may be out of reach of some libraries. (One of the questions from the audience addressed this by saying there are businesses that can do printing on a case by case basis, lowering the initial cost to the library.)</p>
<p>Another example Amy gave was libraries helping community members publish histories of their communities, and partnering with local design students to make it look professional.</p>
<h3 id="thegreatlibraryswindle:yourrightsareatriskhttp:schedule.sxsw.com2012eventsevent_iap11663libswin"><a href="http://schedule.sxsw.com/2012/events/event_IAP11663">The Great Library Swindle: Your Rights Are at Risk</a> #libswin</h3>
<h4 id="carsonblock">Carson Block</h4>
<p>A presentation on the continuing importance of libraries.</p>
<p>Libraries are in trouble because their old brand &#8211; books &#8211; isn’t going to work as well anymore. An ebook is not a book, and in the world of the digital, libraries lose the first sale rights that have enabled them to provide this kind of content. They are left to take what content aggregators give them, or to try to negotiate their own deals with publishers.</p>
<p>Meanwhile, the content superstores (amazon, apple) are squeezing us out. They don’t consider the library a worthwhile market.</p>
<p>Brian pointed to what smart people say about libraries:</p>
<p>Brian Cooley from Cnet saying “<a href="http://lisnews.org/cnet_editor_quotthe_library_how_quaintquot">Libraries are for the very old and the very unemployed</a>.” (I was left wondering, what’s so bad about that? Should these people just get ignored… more than they already are?)</p>
<p>Bill Maher saying “<a href="http://www.huffingtonpost.com/teri-markson/bill-maher-libraries_b_1015875.html">We have the Internet. We don’t need a library at all.</a>”</p>
<p>We obviously have a problem with public perception.</p>
<p>Carson then went over some of the things that are at stake:</p>
<ul>
<li>Libraries hold on to information that would be lost otherwise, like <a href="http://www.newbelgium.com/beer/detail.aspx?id=5ac72c92-fd87-4ec7-858d-3380c8d465d8">beer recipes</a>.</li>
<li>Public good! This is the big one for me. I don’t mind my taxes paying for food stamps for people who can’t afford food, or the library to meet the information needs of those that can’t afford constant amazon/apple purchases.</li>
<li>“The public library is the great equalizer.” -Keith Richards</li>
</ul>
<p>Why are libraries important?</p>
<ul>
<li>They care about your confidentiality.</li>
<li>Librarians are trusted</li>
<li>Librarians like to help people</li>
<li>Libraries are a community anchor and a quality of life indicator.</li>
<li>Librarians care about your success.</li>
</ul>
<p>What is our brand? (Hint: not books)</p>
<ul>
<li>Access</li>
<li>Physical and virtual connection</li>
</ul>
<h3 id="preservingthecreativecultureofthewebhttp:schedule.sxsw.com2012eventsevent_iap100111digiprsrv"><a href="http://schedule.sxsw.com/2012/events/event_IAP100111">Preserving the Creative Culture of the Web</a> #digiprsrv</h3>
<h4 id="jasonscottkarikrausnickhasty">Jason Scott, Kari Kraus, Nick Hasty</h4>
<p><strong>Nick Hasty</strong> presented about how <a href="http://rhizome.org/artbase/featured/">Rhizome Art Base</a>, hosted in the <a href="http://newmuseum.org/">New Museum</a>, preserves internet works of art. A couple of examples:</p>
<ul>
<li>Lev Manovich, <a href="http://rhizome.org/artbase/artwork/1688/">Little Movies</a></li>
<li>Petra Cortright <a href="http://rhizome.org/artbase/artwork/53474/">VVEBCAM</a></li>
</ul>
<p>Rhizome seeks artists’ permission to include their work. Some artists have said no, citing that impermanence is a part of the work.</p>
<p>Can only preserve things to a point, the medium (in VVEBCAM’s case, youtube) and even the deletion is part of the artwork.</p>
<p><strong>Kari Kraus</strong> talked about her work on researching how to preserve virtual worlds.</p>
<p>Kari, like Nick, stressed that everything cannot be preserved. We don’t for instance, have access to the source code in most cases. The purpose of her research is to determine the salient interactions in games and save these.</p>
<p>Check out the <a href="http://www.ideals.illinois.edu/handle/2142/17097">Preserving Virtual Worlds Final Report</a> for more.</p>
<p><strong>Jason Scott</strong> describes himself as a “rogue archivist” and champions what he calls “Curatorial Activists,” people who archive first and ask questions later. You can find many of them at <a href="http://archiveteam.org/">archiveteam.org</a></p>
<p>One project was a massive effort to archive Geocities once yahoo announced it was shutting it down. We should save it because it is a 15 year anthropological study. They archived as much as they could and released it as a torrent on the pirate bay.</p>
<p>Jason implored webapp creators to add an export function as soon as you add an import function &#8211; if your service is good, it won’t matter. Think about shut down.</p>
<p>As for users, think of where you put your data and what will happen if that company goes away or decides to deny you access. “Facebook is a very sociopathic company.”</p>
<h5 id="questions">Questions</h5>
<p>? &#8211; What about the right to be forgotten?</p>
<p>Answer from panelist &#8211; We often think of archivists as saving everything, but part of their job is deaccessioning.</p>
<p>My thoughts on this is that we live in a society, and in so living we create things and converse with others. If you want to keep things totally out of the hands of others, you will have to burn everything you create and not talk to other people. But we are human, and what we say, do, and create becomes part of the whole. You can’t ever fully control what becomes of your past self.</p>
<p><script type="text/javascript">// <![CDATA[
window.onload = function(){var div = document.getElementById('contentdiv'),oldscroll = 2860;div.scrollTop = oldscroll;}
// ]]&gt;</script></p>
]]></content:encoded>
			<wfw:commentRss>http://nirak.net/2012/03/sxsw-notes-libraries-and-archives-sessions/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>SXSW 2012</title>
		<link>http://nirak.net/2012/03/sxsw-2012/</link>
		<comments>http://nirak.net/2012/03/sxsw-2012/#comments</comments>
		<pubDate>Sun, 18 Mar 2012 17:13:25 +0000</pubDate>
		<dc:creator>karin</dc:creator>
				<category><![CDATA[Conferences]]></category>

		<guid isPermaLink="false">http://nirak.net/?p=708</guid>
		<description><![CDATA[Three days back from SXSW, and am finally beginning to type up my 41 pages of handwritten notes. I went this year without a laptop, and took notes the old fashioned way &#8211; using pen and paper. I find this &#8230; <a href="http://nirak.net/2012/03/sxsw-2012/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Three days back from SXSW, and am finally beginning to type up my 41 pages of handwritten notes. I went this year without a laptop, and took notes the old fashioned way &#8211; using pen and paper. I find this method helps me clarify my thoughts, but the downside is that it takes a while to get all the notes typed out.</p>
<p>I had a great time at SXSW. I learned a lot. I got to visit family while in Austin, and I didn’t really party much at all &#8211; a fact I appreciated when I got back. Instead of feeling sleep deprived and zombie like, I came back full of ideas an inspiration.</p>
<p>I’ve finally given in to the fact that I just can’t get by on no sleep and still be a functioning human being.</p>
<p>I am dividing the presentations I attended into the following categories for my blog posts, and am going to be more selective about what I post. SXSW posts the audio of all the sessions online, so if it is not up yet, look for it later.</p>
<h3 id="librariesandarchives4sessions:"><a href="http://nirak.net/2012/03/sxsw-notes-libraries-and-archives-sessions/">Libraries and Archives</a> (4 sessions):</h3>
<ul>
<li>LIS Meetup (informal, no schedule entry)</li>
<li><a href="http://schedule.sxsw.com/2012/events/event_IAP9273">Making Stories: Libraries &amp; Community Publishing</a> &#8211; Nate Hill, Char Booth, Amy Buckland, and Michael Porter</li>
<li><a href="http://schedule.sxsw.com/2012/events/event_IAP11663">The Great Library Swindle: Your Rights Are at Risk</a> &#8211; Carson Block</li>
<li><a href="http://schedule.sxsw.com/2012/events/event_IAP100111">Preserving the Creative Culture of the Web</a> &#8211; Jason Scott, Kari Kraus, Nick Hasty</li>
</ul>
<h3 id="design3sessions:"><a href="http://nirak.net/2012/03/sxsw-notes-design-sessions-ebooks/">Design</a> (3 sessions):</h3>
<ul>
<li><a href="http://schedule.sxsw.com/2012/events/event_IAP11592">Design from the Gut: Dangerous or Differentiator?</a> &#8211; Jane Leibrock, Laurel Hechanova, Naz Hamid, Phil Coffman, William Couch</li>
<li><a href="http://schedule.sxsw.com/2012/events/event_IAP11077">Getting Good: Practical Tips for New Designers</a> &#8211; Allison Wagner, Yesenia Perez-Cruz</li>
<li><a href="http://schedule.sxsw.com/2012/events/event_IAP9737">Making eBooks Smarter: Responsive Page Design</a> &#8211; Peter Meyers</li>
</ul>
<h3 id="technology4sessions:"><a href="http://nirak.net/2012/05/sxsw-notes-tech-sessions/">Technology</a> (4 sessions):</h3>
<ul>
<li><a href="http://schedule.sxsw.com/2012/events/event_IAP11956">The State of Browser Developer Tools</a> &#8211; Brandon Satrom, Garann Means, Joe Stagner, Mike Taylor, Paul Irish</li>
<li><a href="http://schedule.sxsw.com/2012/events/event_IAP9410">CSS for Grown Ups: Maturing Best Practices</a> &#8211; Andy Hume</li>
<li><a href="http://schedule.sxsw.com/2012/events/event_IAP11462">Creating Responsive HTML5 Touch Interfaces</a> &#8211; Stephen Woods</li>
<li><a href="http://schedule.sxsw.com/2012/events/event_IAP10838">The Right Tool for the Job: Native or Mobile Web?</a> &#8211; Buzz Andersen, Jacob Bijani, Majd Taby, Matthew Delaney, Tom Dale</li>
</ul>
<h3 id="storytellingart4sessions:">Storytelling/Art (4 sessions):</h3>
<ul>
<li><a href="http://schedule.sxsw.com/2012/events/event_IAP9677">Mother Goose Got Punked: Next Gen Visual Stories</a> &#8211; Aaron Bramley, Ben Henretig, Cara Jones, Kivi Leroux Miller, Nancy Farese</li>
<li><a href="http://schedule.sxsw.com/2012/events/event_IAP13159">Maps of Time: Data As Narrative</a> &#8211; Alex Graul, Burt Herman, Drew Harry, Jenn Thom, Nicola Hughes</li>
<li><a href="http://schedule.sxsw.com/2012/events/event_IAP10345">Performance and Technology: Keeping Arts Alive</a> &#8211; Alyce Myatt, Asa Kalama, Beth Burns, Conor Roche, Robert Matney</li>
<li><a href="http://schedule.sxsw.com/2012/events/event_IAP992364">Birth of Interactive Entertainment: Avatar to Björk</a> &#8211; Scott Snibbe</li>
</ul>
<h3 id="other3sessions:">Other (3 sessions):</h3>
<ul>
<li><a href="http://schedule.sxsw.com/2012/events/event_IAP100153">Big Data: Privacy Threat or Business Model?</a> &#8211; Declan Mccullagh, Jay Stanley, Lillie Coney, Molly Wood, Will DeVries</li>
<li><a href="http://schedule.sxsw.com/2012/events/event_IAP8680">Juggalos: Rabid Branding, a Case Study</a> &#8211; Jenny Benevento</li>
<li><a href="http://schedule.sxsw.com/2012/events/event_IAP992059">Coding the Next Chapter of American History</a> &#8211; Jennifer Pahlka</li>
</ul>
<p>More to come soon!</p>
<p><script type="text/javascript">// <![CDATA[
window.onload = function(){var div = document.getElementById('contentdiv'),oldscroll = 295;div.scrollTop = oldscroll;}
// ]]&gt;</script></p>
]]></content:encoded>
			<wfw:commentRss>http://nirak.net/2012/03/sxsw-2012/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>SXSW session notes: Web Anywhere</title>
		<link>http://nirak.net/2011/03/sxsw-session-notes-web-anywhere/</link>
		<comments>http://nirak.net/2011/03/sxsw-session-notes-web-anywhere/#comments</comments>
		<pubDate>Sun, 27 Mar 2011 12:19:55 +0000</pubDate>
		<dc:creator>karin</dc:creator>
				<category><![CDATA[Conferences]]></category>

		<guid isPermaLink="false">http://nirak.net/?p=637</guid>
		<description><![CDATA[Web Anywhere: Mobile Optimisation With HTML5, CSS3, JavaScript &#8211; Bruce Lawson Bruce Lawson was a great presenter, and is the author of Introducing HTML5 Much of the world is not using smart browsers, they are using browsers for their feature &#8230; <a href="http://nirak.net/2011/03/sxsw-session-notes-web-anywhere/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://schedule.sxsw.com/events/event_IAP7486">Web Anywhere: Mobile Optimisation With HTML5, CSS3, JavaScript</a> &#8211; Bruce Lawson</p>
<p>Bruce Lawson was a great presenter, and is the author of <a href="http://www.amazon.com/Introducing-HTML5-Voices-That-Matter/dp/0321687299">Introducing HTML5</a></p>
<p>Much of the world is not using smart browsers, they are using browsers for their feature phones. Opera mini is a popular browser on feature phones around the world.</p>
<p>Radically different places access the same information.</p>
<p>People say mobile users are task focused- this is half true. <strong>Everyone is task focused</strong>. You don&#8217;t need a separate mobile site, just consider your content.</p>
<h3>Three ways to handle mobile users:</h3>
<ol>
<li>Special mobile site
<ul>
<li>Almost always not the right way, but sometimes the quickest cheapest way.</li>
<li>You do not know what the user wants. If you do provide a separate mobile site, provide a way to get out!</li>
<li>No browser sniffing! &#8211; you can&#8217;t detect everything, browsers can lie.</li>
</ul>
</li>
<li>Do nothing, serve up the same  site to mobile and desktop
<ul>
<li>Use web standards</li>
<li>You can use new javascript methods, touchstart, touchmove, listen to touch events in addition to click.</li>
<li>CSS3/ graceful degradation</li>
<li>HTML5 &#8211; useful for webapps</li>
<li>Canvas/SVG &#8211; consider carefully, use SVG when possible. Canvas obscures information, SVG is more accessible. Don&#8217;t use canvas for UI elements. SVG can keep a DOM, so you can query/undo if necessary.</li>
<li>Geolocation &#8211; use for progressive enhancement, you won&#8217;t always have it available</li>
<li>HTML5 forms &#8211; &lt; input type=&#8221;email&#8221; &gt; other types, url, tel. These will give a different keyboard for input on the iphone, and they gracefully degrade.</li>
<li>Offline support &#8211; detect state, save the day by using local/session storage. Way easier than storing in cookies.</li>
<li>Web socket communication &#8211; sending information this way saves battery life</li>
</ul>
</li>
<li>Optimise for Mobile
<ul>
<li>CSS Media queries &#8211; making sites that respond. &#8220;Can you do this?&#8221; &#8220;What&#8217;s your DPI?&#8221; &#8220;Landscape or portrait?&#8221; Responsive web development. See <a href="http://mediaqueri.es/">mediaqueri.es</a>.</li>
<li>If you are using media queries, set the viewport.</li>
<li>Content should take center stage!</li>
<li>Give dimensions of images in HTMl. This makes sure the content doesn&#8217;t move after the images are downloaded, which can be annoying &#8211; especially for mobile users, because the content they were reading may get pushed off the screen.</li>
<li>Consider &lt; a href=&#8221;tel:555.555.5555&#8243; &gt; because this will let phone users dial easily.</li>
<li>Make accessibility a priority. Follow <a href="http://www.w3.org/TR/mwbp-wcag/">accessibility guidelines.</a></li>
<li>Minimise HTTP requests. Combine CSS and javascript whenever possible. Use SVG or canvas for images if possible.</li>
<li>ems rather than pixels &#8211; pixels can fail on high resolution screens</li>
<li>fluid layouts</li>
<li>use CSS background-size property</li>
<li>turn off fancy backgrounds, shadows, etc. for mobile devices (using media queries)  &#8211; they require processing power and are battery killers</li>
<li>Occasional use of <a href="http://www.w3.org/TR/mwbp-wcag/">data URL&#8217;s</a> can be useful</li>
<li>Put javascript at the bottom of the page, or, if it must be in the head, put it after CSS so you don&#8217;t get a page flash</li>
<li>Use feature detection js like <a href="http://www.modernizr.com/">Modernizr</a></li>
</ul>
</li>
</ol>
<h3>No web apps! laziness is wise</h3>
<p><a href="http://www.w3.org/TR/widgets/">Widgets</a> &#8211; zip file containing web standard goodness &#8211; uses the browser platform.  Gives you a downloadable app, uses the browser widget engine, but has no chrome &#8211; installation through the start menu.</p>
<p>Of course, you can only get certain things through a native app. Access to the camera and mic, for instance. Soon, though, you will be able to do things comparable to what you can do with a native app &#8211; access things like: contacts, calendar, media, messaging, accelerometer. HTML5 &lt; device &gt; &#8211; access to camera and microphone in a specific device.</p>
<p>Lawson demonstrated an experimental app which detects where you are, your direction, and your speed, all in the browser.</p>
]]></content:encoded>
			<wfw:commentRss>http://nirak.net/2011/03/sxsw-session-notes-web-anywhere/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SXSW session notes: Designing with the grid</title>
		<link>http://nirak.net/2011/03/sxsw-session-notes-designing-with-the-grid/</link>
		<comments>http://nirak.net/2011/03/sxsw-session-notes-designing-with-the-grid/#comments</comments>
		<pubDate>Sat, 26 Mar 2011 11:16:42 +0000</pubDate>
		<dc:creator>karin</dc:creator>
				<category><![CDATA[Conferences]]></category>

		<guid isPermaLink="false">http://nirak.net/?p=633</guid>
		<description><![CDATA[Ordering Disorder: Grid Design for the New World &#8211; Khoi Vinh Grids make sense of the world. Paper size &#8211; A1-A6 paper size system, each smaller size is half of the last. The Grid = Harmony The grid helps the &#8230; <a href="http://nirak.net/2011/03/sxsw-session-notes-designing-with-the-grid/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://schedule.sxsw.com/events/event_IAP5576">Ordering Disorder: Grid Design for the New World</a> &#8211; Khoi Vinh</p>
<p>Grids make sense of the world. Paper size &#8211; A1-A6 paper size system, each smaller size is half of the last.</p>
<p><span class="fancytext">The Grid = Harmony</span></p>
<p>The grid helps the user predict where the new information they seek will be found.</p>
<p>The simpler the grid, the more effective it is.</p>
<h3>Steps in the design process:</h3>
<ul>
<li><strong>Research</strong>
<ul>
<li>Understand the constraints</li>
</ul>
</li>
<li><strong>Wireframes</strong> or another activity that helps you figure out functionality and build agreement on whet needs to be to be built.</li>
<li><strong>Preparatory design</strong> Sketches, calculations, page sketches
<ul>
<li>Sketch throughout the project.</li>
<li>Problem solving should come before the aesthetics.</li>
</ul>
</li>
<li><strong>Visual Design</strong></li>
<li><strong>Code</strong></li>
</ul>
<h3>On the golden rectangle</h3>
<p>It is sometimes useful to divide things by 1.618, but in practice Vinh has never seen someone use the golden rectangle extensively when designing a website. The <a href="http://en.wikipedia.org/wiki/Rule_of_thirds">rule of thirds</a> is more important.</p>
<h3>Constructing the grid</h3>
<ul>
<li>A viewport of 960&#215;650 is still a good size to shoot for. (This talk focused on a fixed grid).</li>
<li>Units in multiples of 8 are useful. People are most comfortable processing between 60 and 80 characters per line, so keep this in mind when laying out page.</li>
<li>The grid is about constraint, and adding constraint can help with design.</li>
<li>Use the grid to design a stream of information.</li>
</ul>
<p>Responsive web design is really good, but a little showy. What is really important is satisfying what the user expects. What they want is access and speed, usefulness, and <em>great content</em>.</p>
]]></content:encoded>
			<wfw:commentRss>http://nirak.net/2011/03/sxsw-session-notes-designing-with-the-grid/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SXSW session Notes: You Don&#8217;t Have to Move, to Live Better</title>
		<link>http://nirak.net/2011/03/sxsw-session-notes-you-dont-have-to-move-to-live-better/</link>
		<comments>http://nirak.net/2011/03/sxsw-session-notes-you-dont-have-to-move-to-live-better/#comments</comments>
		<pubDate>Thu, 24 Mar 2011 12:08:52 +0000</pubDate>
		<dc:creator>karin</dc:creator>
				<category><![CDATA[Conferences]]></category>

		<guid isPermaLink="false">http://nirak.net/?p=626</guid>
		<description><![CDATA[You Don&#8217;t Have to Move, to Live Better &#8211; Majora Cater This session was sadly under attended. Majora Carter is an inspirational and upbeat speaker, and well worth seeing. I talked to some people afterwards who had purchased the SXSW &#8230; <a href="http://nirak.net/2011/03/sxsw-session-notes-you-dont-have-to-move-to-live-better/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://schedule.sxsw.com/events/event_IAP000006">You Don&#8217;t Have to Move, to Live Better</a> &#8211; Majora Cater</p>
<p>This session was sadly under attended. Majora Carter is an inspirational and upbeat speaker, and well worth seeing. I talked to some people afterwards who had purchased the SXSW ticket and drove from Houston just to see her talk!</p>
<p>You can see a couple of <a href="http://www.ted.com/speakers/majora_carter.html">Majora Carter&#8217;s talks at TED.com</a>, including her widely viewed talk on &#8220;<a href="http://www.ted.com/talks/lang/eng/majora_carter_s_tale_of_urban_renewal.html">Greening the Ghetto</a>.&#8221;</p>
<h3>You don&#8217;t have to move out of your neighborhood to live in a better one</h3>
<p>The first part of the talk was bio information, read more at <a href="http://en.wikipedia.org/wiki/Majora_Carter">Majora Carter&#8217;s wikipedia page</a>.</p>
<p>Carter grew up and lived in the Bronx, freeways were built over thriving working class communities. <a href="http://en.wikipedia.org/wiki/Redlining">Red lining</a> &#8211; red lines were built around area code no one would invest in. Landlords found it more profitable to burn their buildings than improve. This created something like a war zone. Carter&#8217;s brother Lenny spent two tours in Vietnam only to be gunned down in a nearby neighborhood. New York decides to place a sewage treatment plant in the area which would process 60% of NY&#8217;s sewage. Wealthier and largely white neighborhoods pushing onto the poorer ones. Young people who live near fossil fuel emissions are impacted  &#8211; suffer learning disabilities. </p>
<p>The lower income neighborhood was targeted, because they had no political power or influence. </p>
<p>How do you create a more sustainable solid waste process?</p>
<p>What Majora has done</p>
<ul>
<li>Started the first green roof company run by a community organization
<ul>
<li>Working with plants reduces stress levels- plants require patience</li>
</ul>
</li>
<li>created the apparatus to create the kinds of jobs the community needed</li>
</ul>
<p>Created Home(town) Security</p>
<p>Homeland security is about fear. Home(town) security is not based on fear. </p>
<p>People want to see things happen in their own home towns. </p>
<p>People see development and all they see is gentrification. How will they afford the change? (Karin&#8217;s note &#8211; I think the difference here is whether the change comes from inside or outside &#8211; gentrification is led by outside developers, productive neighborhood development comes from community initiative and involvement.)</p>
<p>Several examples:</p>
<p>In syracuse, the mayor put in blue lights in the dangerous neighborhoods, but what does that feel like to the people who live there? This is the drama of local community development, and it will make good TV. </p>
<p><a href="http://www.treepeople.org/">Tree People</a>  &#8211; Andy Lipkus is unpaving paradise</p>
<p><a href="http://www.crmw.net/crmw/index.php">Coal Mountain Watch</a>  &#8211; <a href="http://www.crmw.net/crmw/content/remembering-judy-bonds">Judy Bonds</a> died of cancer from breathing in the toxicity after mountain top removal mining. Worked to turn these areas into wind farms.</p>
<p>I missed a couple of other examples.</p>
<p>Carter saying &#8220;I should be advising president obama&#8221; was met with applause.</p>
<p><span class="question"><em>Question:</em> (From AARP representative) &#8211; How can we get state offices to fund services which will help older americans stay in their homes &#8211; transportation, walkable neighborhoods, etc, instead of packing up and moving to florida?</span><br />
<span class="answer"><em>Answer:</em> The nice thing about older americans is they vote. Livable cities are the kind of thing which will keep people around.</span></p>
<p><span class="question"><em>Question:</em> Would grant writing workshops be useful?</span><br />
<span class="answer"><em>Answer:</em> Probably not. There are already community organizations, we don&#8217;t need more of them, we need to build up the ones that are there.</span></p>
<p><span class="question"><em>Question:</em> How to engage community? Would social media be effective?</span><br />
<span class="answer"><em>Answer:</em> This is one of the reasons to start with community based development, it is easier to build support around. Also, &#8220;feed them and they will come.&#8221;</span></p>
<p><span class="question"><em>Question:</em> (I missed this question!)</span><br />
<span class="answer"><em>Answer:</em> Work a bit by bit, pursue market based solutions. A lot of our tax money is used for social services. If we can turn expensive people receiving social benefits into working taxpayers, everyone wins. Most people want to work.</span></p>
<p><span class="question"><em>Question:</em> How to be involved locally when one can&#8217;t afford to live local? This is from someone who moved out to the suburbs because he didn&#8217;t feel safe raising his children where he lived.</span><br />
<span class="answer"><em>Answer:</em> Community Policing can be very useful. Working with the police to identify areas which could use more foot patrols. Job creation is key as well &#8211; sometimes people would rather have a job than sell weed.</span></p>
<p><span class="question"><em>Question:</em> How to address criticism that [community development] is not realistic or too idealistic?</span><br />
<span class="answer"><em>Answer:</em> Follow the money. They can&#8217;t argue with results. The world has enough pessimists. (karin&#8217;s note: And ignore them! Who cares what they say?) </span></p>
]]></content:encoded>
			<wfw:commentRss>http://nirak.net/2011/03/sxsw-session-notes-you-dont-have-to-move-to-live-better/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SXSW: Recap</title>
		<link>http://nirak.net/2011/03/sxsw-recap/</link>
		<comments>http://nirak.net/2011/03/sxsw-recap/#comments</comments>
		<pubDate>Thu, 17 Mar 2011 17:25:17 +0000</pubDate>
		<dc:creator>karin</dc:creator>
				<category><![CDATA[Conferences]]></category>

		<guid isPermaLink="false">http://nirak.net/?p=603</guid>
		<description><![CDATA[I had a fantastic time at SXSW. I learned a lot (though I felt my brain was full by the second day) and met a ton of fantastic and smart people &#8211; both professional contacts and personal ones. I am &#8230; <a href="http://nirak.net/2011/03/sxsw-recap/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I had a fantastic time at SXSW. I learned a lot (though I felt my brain was full by the second day) and met a ton of fantastic and smart people &#8211; both professional contacts and personal ones.</p>
<p>I am working on a series of posts of my notes from SXSW. Interspaced with those will be posts about what I learned in general and the value I see in SXSW.</p>
<p><a title="SXSW Notes by karindalziel, on Flickr" href="http://www.flickr.com/photos/nirak/5535292470/"><img src="http://farm6.static.flickr.com/5260/5535292470_3e1a9e0b91_z.jpg" alt="SXSW Notes" width="640" height="479" /></a></p>
<p>I took 47 pages of handwritten notes. It&#8217;s gonna take a while to type them all up.</p>
]]></content:encoded>
			<wfw:commentRss>http://nirak.net/2011/03/sxsw-recap/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Going to SXSW</title>
		<link>http://nirak.net/2011/03/going-to-sxsw/</link>
		<comments>http://nirak.net/2011/03/going-to-sxsw/#comments</comments>
		<pubDate>Tue, 01 Mar 2011 04:30:51 +0000</pubDate>
		<dc:creator>karin</dc:creator>
				<category><![CDATA[Conferences]]></category>
		<category><![CDATA[Library]]></category>

		<guid isPermaLink="false">http://nirak.net/?p=570</guid>
		<description><![CDATA[Going to break a way too long silence on this blog to talk about: Vacation! I will be headed to SXSW Interactive in Austin, TX next week, the 11th-16th. If you are going and would like to meet up, email &#8230; <a href="http://nirak.net/2011/03/going-to-sxsw/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Going to break a way too long silence on this blog to talk about: Vacation!</p>
<p>I will be headed to <a href="http://sxsw.com/interactive">SXSW Interactive</a> in Austin, TX next week, the 11th-16th. If you are going and would like to meet up, email me (karin at nirak dot net or nirak on twitter).</p>
<p>I&#8217;m pretty excited to go to SXSW, having listened to many of the podcasts and for a couple of years, sans visuals, and following the conversations. I&#8217;m sure I will learn a lot, and from what I hear, I will also be staying up way too late.</p>
<p>[awkward segue]</p>
<p>I had a long post written up once (one of many posts I have written which will probably stay in &#8220;draft&#8221; form) about why libraries should fund conference expenses for staff as well as faculty. I still think that is the case, but recognize that, with budgets being what they are, it probably is difficult to fund faculty travel to conferences right now, let alone staff. However, there is some advantage to paying my own way, which I neglected to mention in that post.</p>
<p>An excerpt from that post, written almost a year ago:</p>
<p>&#8220;The employee, and in turn the employer, gets much more from staff attendance at a conference besides continuing education. They get new professional contacts, new ways to solve problems, new resources to check, and, most importantly, an renewed excitement for the work they do. If a conference results in an employee that returns with new excitement and commitment to the work they are doing, everyone benefits.&#8221;</p>
<p>The nice thing about paying my own way to conferences (which I have done several times a year), is that since I don&#8217;t have to worry about publishing papers or giving presentations, I can choose the conferences that excite me rather than the ones that are likely to advance me towards tenure. I come back to work super exhausted and super excited about the work I am privileged to be able to do. I&#8217;m very lucky to have both the money and the available time off to be able to attend conferences.</p>
<p>Not really sure of my point here, except to say WOOO SXSW!!!!!</p>
<p>(Expect a few more awkward blog posts while I get back into this whole blogging thing).</p>
]]></content:encoded>
			<wfw:commentRss>http://nirak.net/2011/03/going-to-sxsw/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>ALA Annual update</title>
		<link>http://nirak.net/2008/06/ala-annual-update/</link>
		<comments>http://nirak.net/2008/06/ala-annual-update/#comments</comments>
		<pubDate>Mon, 16 Jun 2008 16:36:21 +0000</pubDate>
		<dc:creator>karin</dc:creator>
				<category><![CDATA[Conferences]]></category>
		<category><![CDATA[Library]]></category>
		<category><![CDATA[ala annual]]></category>
		<category><![CDATA[california]]></category>
		<category><![CDATA[conference]]></category>
		<category><![CDATA[plans]]></category>
		<category><![CDATA[professional]]></category>

		<guid isPermaLink="false">http://www.nirak.net/?p=309</guid>
		<description><![CDATA[Colors of San Pedro by my hovercraft is full of eels The last few weeks have been a bit of a blur. Various house issues, preparing for vacation and ALA Annual, work, school, and life have been keeping me very &#8230; <a href="http://nirak.net/2008/06/ala-annual-update/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a title="Colors of San Pedro by my hovercraft is full of eels, on Flickr" href="http://www.flickr.com/photos/abhijit/2239599673/"><img src="http://farm3.static.flickr.com/2211/2239599673_22ebfacb89.jpg" alt="Colors of San Pedro" width="500" height="334" /></a></p>
<p><a href="http://www.flickr.com/photos/abhijit/2239599673/">Colors of San Pedro</a> by <a title="Link to my hovercraft is full of eels' photostream" href="http://www.flickr.com/photos/abhijit/"><strong>my hovercraft is full of eels</strong></a></p>
<p>The last few weeks have been a bit of a blur. Various house issues, preparing for vacation and ALA Annual, work, school, and life have been keeping me very busy. All my poor blogs are neglected. :(</p>
<p>I&#8217;m not going to post an ALA schedule yet, because I learned last year that it will just change anyway as ALA draws closer. I will probably post a few tentative plans next week, and will hopefully blog some sessions. Of course I will go to the <a href="http://jasonpuckett.net/2008/06/13/cory-doctorow-at-ala-annual/">sessions Cory Doctorow is at</a>.</p>
<p>As for social activities, I will go to the Scholarship Bash Saturday night, and then some of us are <a href="http://wikis.ala.org/annual2008/index.php/Rocky_Horror_Picture_Show_Information">trekking to San Pedro for the Rocky Horror Picture Show</a>. I will go to the Blog Salon and the NMRT Social (I&#8217;m sad they&#8217;re not in the same hotel this year) most likely.</p>
<p>I&#8217;m heading for vacation in California before Annual- so if you are there beforehand too and want to do something, email me (karin@nirak.net.) If you want my cell phone # to contact me during Annual, just email me.</p>
<p>I will likely be posting vacation related stuff to my blog at <a href="http://os-agnostic.com">os-agnostic</a>, so check there if you want to read any of that. I&#8217;m also going to bring a painting to LA so I can <a href="http://free-artwork.com">give away a painting during my trip</a> &#8211; hopefully to someone at the conference. It worked well at THATCamp.</p>
<p>I think that&#8217;s it. If you&#8217;re going to Annual, I&#8217;ll see you there, and if not, I hope I don&#8217;t annoy you too much with my conference postings and tweets. :)</p>
]]></content:encoded>
			<wfw:commentRss>http://nirak.net/2008/06/ala-annual-update/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

