<?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; My Stuff</title>
	<atom:link href="http://nirak.net/category/my-stuff/feed/" rel="self" type="application/rss+xml" />
	<link>http://nirak.net</link>
	<description>The web home of Karin Dalziel</description>
	<lastBuildDate>Wed, 01 Feb 2012 16:14:04 +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>CSS teaching and wrapping block elements with an a tag</title>
		<link>http://nirak.net/2011/03/css-teaching-and-wrapping-block-elements-with-an-a-tag/</link>
		<comments>http://nirak.net/2011/03/css-teaching-and-wrapping-block-elements-with-an-a-tag/#comments</comments>
		<pubDate>Sat, 05 Mar 2011 03:13:02 +0000</pubDate>
		<dc:creator>karin</dc:creator>
				<category><![CDATA[coding]]></category>
		<category><![CDATA[computers]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Web Design and Development]]></category>

		<guid isPermaLink="false">http://nirak.net/?p=590</guid>
		<description><![CDATA[Today I taught a graduate digital history class about CSS. I only had an hour, and there was no projector in the room, so I put together a tutorial to walk through how to take a list from normal looking &#8230; <a href="http://nirak.net/2011/03/css-teaching-and-wrapping-block-elements-with-an-a-tag/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Today I taught a graduate digital history class about CSS. I only had an hour, and there was no projector in the room, so I put together a tutorial to walk through how to take a list from normal looking list to navigation style list.</p>
<p><a href="http://nirak.net/demos/css_nav/">Here it is</a>, in case you are interested. All the explanation is in the linked CSS file. Best to use something besides IE to view the CSS.</p>
<p><a href="http://nirak.net/wp-content/uploads/2011/03/Screen-shot-2011-03-04-at-8.49.44-PM.png"><img class="alignnone size-full wp-image-593" title="Screen shot 2011-03-04 at 8.49.44 PM" src="http://nirak.net/wp-content/uploads/2011/03/Screen-shot-2011-03-04-at-8.49.44-PM.png" alt="" width="576" height="49" /></a></p>
<p>Since I used an HTML5 doctype, I experimented with the <a href="http://html5doctor.com/block-level-links-in-html-5/">now legal</a> application of the &lt;a&gt; tag around a block element. In this case, I have code that looks like this:</p>
<p><code>&lt;a href="#"&gt;&lt;li&gt; ... &lt;/li&gt;&lt;/a&gt;</code></p>
<p>The weird thing about this is that the only thing that has stopped us from using this technique is fear of the almighty validator. As it turns out, browsers quietly kept the functionality while HTML itself did not. Because of this, the functionality is spotty. In the above picture, you can see that  the list items are underlined, even though I explicitly set text:decoration to none.</p>
<p>Still, this might be a fun technique to play with.</p>
]]></content:encoded>
			<wfw:commentRss>http://nirak.net/2011/03/css-teaching-and-wrapping-block-elements-with-an-a-tag/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>A few final words on Digital Humanities and Art History before I move on</title>
		<link>http://nirak.net/2008/05/final-words-on-digital-humanities-art-history/</link>
		<comments>http://nirak.net/2008/05/final-words-on-digital-humanities-art-history/#comments</comments>
		<pubDate>Thu, 22 May 2008 20:25:27 +0000</pubDate>
		<dc:creator>karin</dc:creator>
				<category><![CDATA[Art]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[academia]]></category>
		<category><![CDATA[art history]]></category>
		<category><![CDATA[digital humanities]]></category>
		<category><![CDATA[fine art]]></category>

		<guid isPermaLink="false">http://www.nirak.net/?p=299</guid>
		<description><![CDATA[Thanks to everyone who commented on my previous two posts. I&#8217;m still working these things out in my head, and am speaking from a very limited (and naive) perspective of only a handful of institutions and projects that I have &#8230; <a href="http://nirak.net/2008/05/final-words-on-digital-humanities-art-history/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Thanks to everyone who commented on my previous two posts. I&#8217;m still working these things out in my head, and am speaking from a very limited (and naive) perspective of only a handful of institutions and projects that I have seen.</p>
<p>One of the things I left out is that digital humanities centers are by no means the only entity that could help with digital projects or publications of art materials. This could also be accomplished through collaborations with other departments on campus (such as Computer Science)  or through a university press. I imagine that we&#8217;ll probably start to see a number of these collaborations at the same time.</p>
<p>The part of this that is stuck in my brain, and which I don&#8217;t have an answer for, is what one of these projects would look like? I now have an idea of what a history or literature project looks like, but not much of what an art history or especially a fine art project would look like. I have seen a few examples of art history sites, and just presenting the images as one would in a book is somehow a bit of a letdown. But I don&#8217;t know what it is that I expect to be different. As for fine art- I have seen several fine art projects on the internet, and again, I always think something is somehow missing. I&#8217;m going to ponder this and research more and come up with some links and ideas.</p>
]]></content:encoded>
			<wfw:commentRss>http://nirak.net/2008/05/final-words-on-digital-humanities-art-history/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>More Thoughts on Digital Humanities and Fine Arts</title>
		<link>http://nirak.net/2008/05/more-thoughts-on-digital-humanities-and-fine-arts/</link>
		<comments>http://nirak.net/2008/05/more-thoughts-on-digital-humanities-and-fine-arts/#comments</comments>
		<pubDate>Wed, 21 May 2008 21:55:10 +0000</pubDate>
		<dc:creator>karin</dc:creator>
				<category><![CDATA[Art]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[academia]]></category>
		<category><![CDATA[art history]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[digital humanities]]></category>

		<guid isPermaLink="false">http://www.nirak.net/?p=296</guid>
		<description><![CDATA[After more thought about the previous post, I think my question is: Should digital humanities centers take it upon themselves to encourage fine art and art history faculty to create digital projects? That would probably involve searching for funding from &#8230; <a href="http://nirak.net/2008/05/more-thoughts-on-digital-humanities-and-fine-arts/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>After more thought about the <a href="http://www.nirak.net/2008/05/18/digital-humanities-and-fine-arts/">previous post</a>, I think my question is:</p>
<p><strong>Should digital humanities centers take it upon themselves to encourage fine art and art history faculty to create digital projects?</strong></p>
<p>That would probably involve searching for funding from different venues and changing some assumptions, but I certainly think it is possible. It might mean specifically reaching out to fine art and art history faculty and demonstrating what a digital humanities center can do for them. More than just getting images on the web, it would mean a new kind of exploration for art history and fine art. Imagine an art history digital project illustrated with beautiful, high resolution zoomable (and downloadable) images that explain a concept better than static text ever could. Or a faculty artist&#8217;s web page which explores the meaning of the work in depth with (again) high resolution images interwoven with text and multimedia that brings the work alive. Better yet, imagine at least some of that content released under a license so others can reuse it, at least for educational purposes.</p>
<p>Ben <a href="http://www.nirak.net/2008/05/18/digital-humanities-and-fine-arts/#comment-44339">noted in the comments</a> of the last post that very few images that come up in a Google image search for an artist come from .edu domains. That does not surprise me—many artists and curators, especially in the academic realm, are nervous about posting images online and are stingy with high resolution images. However, what is considered high resolution has changed. I think of high resolution as above 1200&#215;900—but many images on museum websites are around 300 pixels. Some museums sell high quality copies, but they could provide a nice big resolution and still sell the REALLY high resolution photo. Museum websites often  are also stingy about letting you download images for your own use.</p>
<p>Ben also commented that some projects might be squashed by university lawyers. I think that is absolutely true, but that has been true for digital humanities in general. One of the great things about these centers is that they are constantly looking for materials to publish online, and will push for access for all. This is important because if we (as a society) don&#8217;t push for fair use from copyright holders, the copyright holders will take advantage and achieve ever more restrictions on use. This is true for books as well as paintings—but books, of course, are easier to deal with, because there are multiple copies. So we can go ahead and digitize that book that is clear of copyright, because it can be bought for a decent price, or our library already has a copy. With paintings, however, it&#8217;s more tricky. Many museums disallow photography in all galleries, even if the some galleries contain out of copyright works. This is all the more reason, I think, for digital humanities centers to step in, especially on campuses that hold works of art.</p>
<p>Ira Greenburg also <a href="http://www.nirak.net/2008/05/18/digital-humanities-and-fine-arts/#comment-44955">left a great comment</a>, saying:</p>
<p style="padding-left: 30px;">Where I teach, “digital” seems to get inserted into every conversation these days &#8211; ranging in tone from vitriolic to sacrosanct. As a painter turned programmer (I still consider myself an artist), I find the debate tiresome and primarily fueled by ignorance on both sides.</p>
<p>I totally agree with this. I sometimes question whether digital humanities centers will continue past the next 10 or 20 years because I hope, eventually, that the facilities to create digital works, projects, and research, will be prevalent in every department on campus. Right now, though, a faculty member who wants to attempt a digital project has little support on many campuses. If they want to write a book, there&#8217;s a fairly straightforward process to follow, but a digital project requires expertise many don&#8217;t have.</p>
<p>Digital humanities centers are uniquely placed to reach out to fine art and art history faculty and create some unique and very exciting projects. Funding might be tough at first- but then, it was for digital humanities projects too in the beginning. I have a feeling that quite a few individual art faculty would really appreciate the help- some want to move online, but don&#8217;t know how or what the web can do for them. And if my suspicions are correct, they probably won&#8217;t get a lot of help from within their own department. (Again, depending on the institution.)</p>
<p>At this point I still have more questions than answers. I&#8217;ll end with a fantastic quote from Ira&#8217;s comment:</p>
<p style="padding-left: 30px;">Working at the level of code, established disciplinary boundaries dissolve (and eventually the temples that house them will as well.)</p>
]]></content:encoded>
			<wfw:commentRss>http://nirak.net/2008/05/more-thoughts-on-digital-humanities-and-fine-arts/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Why I use Creative Commons and not public domain</title>
		<link>http://nirak.net/2008/02/why-i-use-creative-commons-and-not-public-domain/</link>
		<comments>http://nirak.net/2008/02/why-i-use-creative-commons-and-not-public-domain/#comments</comments>
		<pubDate>Fri, 22 Feb 2008 15:48:58 +0000</pubDate>
		<dc:creator>karin</dc:creator>
				<category><![CDATA[Art]]></category>
		<category><![CDATA[Free as in Freedom]]></category>
		<category><![CDATA[My Stuff]]></category>
		<category><![CDATA[Open access/Open source]]></category>
		<category><![CDATA[Sites and Stories]]></category>

		<guid isPermaLink="false">http://www.nirak.net/2008/02/22/why-i-use-creative-commons-and-not-public-domain/</guid>
		<description><![CDATA[In the comments of Michael Sauers recent post about adding creative commons works to their library catalog, Dewi Morgan said: &#160; I think this is great&#8230; but. But like all copyright mechanisms, CC licences are only a means to an &#8230; <a href="http://nirak.net/2008/02/why-i-use-creative-commons-and-not-public-domain/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/nirak/2282406809/" class="tt-flickr"><img src="http://farm3.static.flickr.com/2223/2282406809_13a026fe3d_m.jpg" alt="Creative Commons" align="right" border="0" height="140" width="240" /></a> In the <a href="http://www.nlc.state.ne.us/blogs/NLC/2008/02/nlc_tries_creative_commons_1.html#comment-77987">comments</a> of Michael Sauers recent post about adding <a href="http://www.nlc.state.ne.us/blogs/NLC/2008/02/nlc_tries_creative_commons_1.html">creative commons works to their library catalog</a>, <a href="http://www.nlc.state.ne.us/blogs/NLC/2008/02/nlc_tries_creative_commons_1.html#comment-77987">Dewi Morgan said</a>:</p>
<p class="comment-content">&nbsp;</p>
<blockquote><p>I think this is great&#8230; but.</p>
<p>But like all copyright mechanisms, CC licences are only a means to an end, and that end is to restrict the rights of the consumer and purchaser. Some CC licenses are unarguably vastly better than most commercial licenses. But CC is not public domain.</p>
<p>Every time I see a government or a library getting &#8220;into&#8221; CC, I have to ask: as opposed to what?</p>
<p>If the alternative is Public Domain, then moving to CC is a giant leap backwards. If you are going to spend money promoting a rights mechanism, and preserving works released under that mechanism, and putting your weight and support behind that mechanism, then let that mechanism be the Public Domain, not some &#8220;watered-down Copyright that is still undeniably Copyright&#8221;.</p></blockquote>
<p>I can&#8217;t speak as a government or library, but I can say why I myself post my work under creative commons and not public domain.</p>
<p>I have been trained as an artist. In school, I heard a LOT about not giving yourself away, about protecting your copyright, your &#8220;brand,&#8221; even about legal ramifications both of using others work and others using your work. I remember that the whole thing seemed weird. There was no way then, at least not that I knew, to release my work under a license that said &#8220;please use this, please share it&#8221; and allowed me to find other artists whose work was remixable. Artists have a tenuous relationship with copyright. Those that make art by remixing know, or at least should know, the copyright law as it applies to <a href="http://www.copyright.gov/title17/92chap1.html#103">derivative works</a> and <a href="http://www.copyright.gov/fls/fl102.html">fair use</a>. Most artists, rather then spend a lot of time wrestling with legal definitions, will either use public domain source material, or try to use nothing at all (which can be stifling for many people.)</p>
<p>In general, if you release something into the <a href="http://en.wikipedia.org/wiki/Public_domain">public domain</a>, that means anyone can do anything they want with it. There are limitations of course, but you wouldn&#8217;t have a legal leg to stand on if you released something in the public domain and then  someone else put it in a gallery show without attribution. Of course, there is nothing to stop someone from putting a  <a href="http://creativecommons.org/licenses/by/3.0/us/">CC:By</a> work in an art show either, but if they are following the terms of the license, at least you&#8217;ll have your name attached. It may not seem like a big deal &#8211; after all, you aren&#8217;t making money off your work either way, right? But in the art world, as most other circles, name recognition is *really* important. So if you give enough away under <a href="http://creativecommons.org/licenses/by/3.0/us/">CC:By</a>  that people know your name, that&#8217;s social capital.</p>
<p>In an ideal world, Creative Commons wouldn&#8217;t be necessary- people would be polite and cite their sources. CC is a way of reminding people that yes, you can use this, but don&#8217;t pretend you made it, ok? Attribute back.</p>
<p>What creative commons license you use will depend on your purpose: I attribute almost everything <a href="http://creativecommons.org/licenses/by/3.0/us/">CC:By</a> because the important thing to me right now is name recognition. I&#8217;m building my brand, so to speak. Even if I was selling artwork, though, I&#8217;d probably stick with the <a href="http://creativecommons.org/licenses/by-sa/3.0/us/">CC:By SA</a> license, because I don&#8217;t mind people making money off the work, as long as they help the cause by releasing their work into the commons as well. The brilliance of  <a href="http://creativecommons.org/licenses/by-sa/3.0/us/">CC:By SA</a> is that it is self perpetuating- you are free to use my content, but you have to let other people use your content. I personally don&#8217;t believe in, and will never use the <a href="http://creativecommons.org/licenses/by-nc/3.0/us/">Noncommercial</a> version of the license, because it stifles other&#8217;s ability to make money as an artist (if they so choose) and is <a href="http://freedomdefined.org/Licenses/NC">too incompatible with the other licenses</a>. I don&#8217;t begrudge others decision to put that restriction on their content, however, I try not to use noncommercial licenses in case I want to sell something based on another work* later on. (* I added &#8220;based on another work&#8221; to try to clarify what I was saying re: Mark&#8217;s comment below. My full reply to his comment is in the comments)</p>
<p>As a creator, I don&#8217;t believe it is wrong to assert some rights over my work. I believe in intellectual property- I just think that as a society, we need to be able to build upon things or we will stagnate. The only problem I see with creative commons as it is is the time span- my work goes into the public domain following the same schedule as copyright law which would be <a href="http://www.copyright.cornell.edu/public_domain/"><em>70 years after I die</em></a> &#8211; that is, unless I go back and manually change the licenses of older content. Ideally, I could set a limit of my CC license, after which point it passes into the public domain. I think 10 years is reasonable. As it is now, I&#8217;ll just have to do a reevaluation of old work and release it into public domain where appropriate.</p>
<p>The reason I think 10 years is a reasonable term is that artists don&#8217;t live by resting on our laurels. We don&#8217;t make one really great painting or book and go &#8220;well, guess I can retire now!&#8221; &#8211; We create, we keep creating, and we keep changing. What I made 10 years ago doesn&#8217;t matter near as much as what I will create tomorrow. I think 10 years is a reasonable term for me to monetize what I can.  That may be just me. I think terms up to 30ish years or until death (whichever comes first) are reasonable- but not this 70 years after death stuff.</p>
]]></content:encoded>
			<wfw:commentRss>http://nirak.net/2008/02/why-i-use-creative-commons-and-not-public-domain/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Meta blogging</title>
		<link>http://nirak.net/2008/02/meta-blogging/</link>
		<comments>http://nirak.net/2008/02/meta-blogging/#comments</comments>
		<pubDate>Mon, 11 Feb 2008 16:58:35 +0000</pubDate>
		<dc:creator>karin</dc:creator>
				<category><![CDATA[School Stuff]]></category>
		<category><![CDATA[Site Updates]]></category>
		<category><![CDATA[Sites and Stories]]></category>

		<guid isPermaLink="false">http://www.nirak.net/2008/02/11/meta-blogging/</guid>
		<description><![CDATA[I realize that I have to blog now, because I can&#8217;t write an in depth piece about social networking and then have that be the last thing on my site for a week, right? Things are busy around here- which &#8230; <a href="http://nirak.net/2008/02/meta-blogging/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I realize that I have to blog now, because I can&#8217;t write an in depth piece about social networking and then have that be the last thing on my site for a week, right?</p>
<p>Things are busy around here- which is great &#8211; but it also means I&#8217;m having a hard time fitting everything in. I have more blog post ideas than I know what to do with, but I&#8217;m having trouble bringing things into a cohesive form.</p>
<p>This semester has been a little weird for me. My first semester of library school, I tool Library Administration- and since I knew nothing about libraries, I soaked everything up like a sponge and most of my blogging had to do with what I was learning in class. Now, though, I have different interests, and not all of them match up with my classes. My attention is more fragmented than ever- because I want to read all about what I&#8217;m learning in class, but I also want to read more about other topics, and there&#8217;s not enough time to do everything.</p>
<p>I&#8217;m also realizing that my attention is becoming more and more fragmented- I find it hard to sit down and just do homework at home because of all the distractions. I can think of two ways to solve this- either work at work (that is, either come in early or stay late and do homework at the library) or create a dedicated study space at home. May have to go with the library for the short term since I can&#8217;t think of anywhere to put a study place at home.</p>
<p><strong>New BlogÂ </strong></p>
<p>I have also found I&#8217;ve missed being able to blog about anything and everything that is on my mind. Here is not the place for that- I want to keep this space for library issues. So my solution is to start a new blog. You can find me over at <a href="http://www.os-agnostic.com/">os-agnostic.com</a>, where I will ramble on about non library related tech stuff, talk about my art, and just generally be off topic. Feel free to <a href="http://feeds.feedburner.com/OsAgnostic">subscribe</a>, or just stop in and check up on me. <a href="http://www.os-agnostic.com/">OS Agnostic</a> is probably more of interest to techno-geeks and my friends and family than the library crowd. :)</p>
]]></content:encoded>
			<wfw:commentRss>http://nirak.net/2008/02/meta-blogging/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Album cover meme</title>
		<link>http://nirak.net/2008/01/album-cover-meme/</link>
		<comments>http://nirak.net/2008/01/album-cover-meme/#comments</comments>
		<pubDate>Tue, 15 Jan 2008 02:44:03 +0000</pubDate>
		<dc:creator>karin</dc:creator>
				<category><![CDATA[Art]]></category>
		<category><![CDATA[Free as in Freedom]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[My Stuff]]></category>
		<category><![CDATA[Open access/Open source]]></category>
		<category><![CDATA[Sites and Stories]]></category>

		<guid isPermaLink="false">http://www.nirak.net/2008/01/14/album-cover-meme/</guid>
		<description><![CDATA[I didn&#8217;t actually get tagged for this, but I saw it on the blog humachine, and it looks like fun. I added a step 4 to go with step three, so that I could use use a Creative Commons licensed &#8230; <a href="http://nirak.net/2008/01/album-cover-meme/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I didn&#8217;t actually get tagged for this, but I saw it on the blog <a href="http://humachine.us/post/23245552">humachine</a>, and it looks like fun.</p>
<p><a href="http://www.flickr.com/photos/nirak/2194270490/" class="tt-flickr"><img src="http://farm3.static.flickr.com/2033/2194270490_1bf1f48469.jpg" alt="album cover meme" border="0" height="500" width="500" /></a></p>
<p>I added a step 4 to go with step three, so that I could use use a <a href="http://creativecommons.org/">Creative Commons</a> licensed photo. The previous directions just pulled from Flickr&#8217;s &#8220;interesting&#8221; page, of which very few are CC licensed.</p>
<ol>
<li>The first article title on the <a href="http://en.wikipedia.org/wiki/Special:Random">Wikipedia Random Articles page</a> is the name of your band.</li>
<li>The last four words of the very last quotation on the <a href="http://www.quotationspage.com/random.php3">Random Quotations</a> page is the title of your album.</li>
<li>Use the <a href="http://watchout4snakes.com/creativitytools/RandomWord/RandomWordPlus.aspx">random word generator</a> to generate a word.</li>
<li>Use the word to search <a href="http://www.zoo-m.com/flickr-storm/">FlickrStorm</a> (creative commons licensed photos) and the third picture will be your album cover. Or just choose any image.</li>
<li>Use your graphics program of choice to throw them together, and post the result.</li>
</ol>
<p>Article Title: <a href="http://en.wikipedia.org/wiki/The_World_Famous_Pontani_Sisters">The World Famous Pontani Sisters</a><br />
Random Quotation: The most savage controversies are those about matters as to which there is no <a href="http://www.quotationspage.com/quote/32856.html">good evidence either way</a>. &#8211; Bertrand Russell<br />
Random word: Tread<br />
Image:  <a href="http://www.flickr.com/photos/tgray/50138085/">Tired Cone</a> by <a href="http://www.flickr.com/photos/tgray/" title="Link to Travis Gray's photos">Travis Gray</a></p>
<p>Software &amp; Hardware: Wacom Bamboo Tablet, ArtRage 2 (Through Wine), Gimp, Inkscape, Ubuntu 7.10</p>
<p>If you wanna do it, consider yourself tagged. Be sure to let me know in comments!</p>
]]></content:encoded>
			<wfw:commentRss>http://nirak.net/2008/01/album-cover-meme/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Design for Librarians &#8211; video</title>
		<link>http://nirak.net/2007/12/design-for-librarians-video/</link>
		<comments>http://nirak.net/2007/12/design-for-librarians-video/#comments</comments>
		<pubDate>Wed, 12 Dec 2007 19:22:36 +0000</pubDate>
		<dc:creator>karin</dc:creator>
				<category><![CDATA[Free as in Freedom]]></category>
		<category><![CDATA[Library]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[My Stuff]]></category>
		<category><![CDATA[Open access/Open source]]></category>
		<category><![CDATA[School Stuff]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://www.nirak.net/2007/12/12/design-for-librarians-video/</guid>
		<description><![CDATA[I meant to post this before, but, well, I didn&#8217;t. This is the video I created for my Library Use Instruction class. I wish I could link to my classmate&#8217;s tutorials, because they were very good. Design video from karindalziel &#8230; <a href="http://nirak.net/2007/12/design-for-librarians-video/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I meant to post this before, but, well, I didn&#8217;t. This is the video I created for my Library Use Instruction class. I wish I could link to my classmate&#8217;s tutorials, because they were very good.</p>
<p><object type="application/x-shockwave-flash" data="http://www.vimeo.com/moogaloop.swf?clip_id=399505&amp;server=www.vimeo.com&amp;fullscreen=1&amp;show_title=0&amp;show_byline=1&amp;show_portrait=0&amp;color=00ADEF" height="300" width="400"><param name="quality" value="best"></param><param name="allowfullscreen" value="true"></param><param name="scale" value="showAll"></param><param name="movie" value="http://www.vimeo.com/moogaloop.swf?clip_id=399505&amp;server=www.vimeo.com&amp;fullscreen=1&amp;show_title=0&amp;show_byline=1&amp;show_portrait=0&amp;color=00ADEF"></param></object><a href="http://www.vimeo.com/399505/l:embed_399505">Design video</a> from <a href="http://www.vimeo.com/user163246/l:embed_399505">karindalziel</a> on <a href="http://vimeo.com/l:embed_399505">Vimeo</a>.</p>
<p>If you link over to the <a href="http://vimeo.com/399505">vimeo page</a>, on the bottom right, you can download the full size Windows Media version. Feel free to do with it as you will.</p>
<p>I am a little ambivalent about this project. I think the concept was good, but I feel I could have illustrated my points more clearly.</p>
<p>I used <a href="http://camstudio.org/">CamStudio</a> and I may have used <a href="http://sourceforge.net/projects/recordmydesktop/">recordMyDesktop</a> to record the screen. I used <a href="http://www.inkscape.org/">Inkscape</a> for the design of the flier, and <a href="http://www.microsoft.com/windowsxp/downloads/updates/moviemaker2.mspx">Windows Movie Maker</a> to put it all together. I also used Power Point for the slides (I just got Office 2007 and wanted to play) but I could have used <a href="http://www.openoffice.org/product/impress.html">Open Office Impress</a> just as easily.</p>
<p>I started out trying to do this entirely with open source software, but settled for free (as in free beer) software. Video editing, unfortunately, still has a ways to go. But it is getting better- I have no doubt that soon I&#8217;ll be able to ditch Windows Movie Maker as well.</p>
]]></content:encoded>
			<wfw:commentRss>http://nirak.net/2007/12/design-for-librarians-video/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Thank you thank you!</title>
		<link>http://nirak.net/2007/10/thank-you-thank-you/</link>
		<comments>http://nirak.net/2007/10/thank-you-thank-you/#comments</comments>
		<pubDate>Thu, 25 Oct 2007 02:06:07 +0000</pubDate>
		<dc:creator>karin</dc:creator>
				<category><![CDATA[House and Home]]></category>
		<category><![CDATA[Site Updates]]></category>
		<category><![CDATA[Sites and Stories]]></category>

		<guid isPermaLink="false">http://www.nirak.net/2007/10/24/thank-you-thank-you/</guid>
		<description><![CDATA[4 days left in the blogging scholarship competition, and it looks like I don&#8217;t have a prayer. It doesn&#8217;t really bother me- as they say, it&#8217;s an honor just to be chosen, and hey, I&#8217;m in the top half. Make &#8230; <a href="http://nirak.net/2007/10/thank-you-thank-you/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>4 days left in the blogging scholarship competition, and it looks like <a href="http://www.collegescholarships.org/blog/2007/10/08/vote-for-the-winner-of-the-2007-blogging-scholarship/">I don&#8217;t have a prayer</a>. It doesn&#8217;t really bother me- as they say, it&#8217;s an honor just to be chosen, and hey, I&#8217;m in the top half. Make that #10- vote if you haven&#8217;t &#8216;cuz I&#8217;d like to finish in the top half. Thanks to <a href="http://theshiftedlibrarian.com/archives/2007/10/08/vote-for-karin.html">Jenny at the Shifted Librarian</a>, <a href="http://johnmiedema.wordpress.com/2007/10/08/dalziel-is-chosen-as-a-finalist-in-blogging-scholarship-competition/">John at johnmiedema.com</a> (now at <a href="http://slowreading.wordpress.com/">slowreading.net</a>), <a href="http://hypothesized.blogspot.com/2007/10/blogging-for-college-scholarship-money.html">Lynn at Hypothetically Speaking</a>, and  <a href="http://librarycloud.blogspot.com/2007/10/2007-blogging-scholarship.html">Diane at Library Cloud</a> for mentioning me in their blogs. Sorry if I missed anyone!</p>
<p>My subscription rates are up because of this competition (hi new readers! Sorry I&#8217;ve been slow lately) and lots of people have emailed to congratulate me, which makes me feel all warm and fuzzy.</p>
<p>I&#8217;ve been incredibly busy. And it&#8217;s not that I&#8217;m just busy in one area- that would be OK. No, work, school, and home life have all gotten busy at the same time. At work, I&#8217;ve been asked to work on a few new projects- I&#8217;ve been helping get the <a href="http://www.loc.gov/ndnp/">National Digital Newspaper Program</a> started, I&#8217;ve been asked to design a couple of sites (which I can&#8217;t link to yet), I&#8217;ve been helping with some grant stuff, and of course, there&#8217;s still the meeting setting and note taking.</p>
<p><a href="http://www.flickr.com/photos/nirak/1656574590/" title="Photo Sharing"><img src="http://farm3.static.flickr.com/2089/1656574590_6fe71af11c_m.jpg" alt="Desktop wall switcher in Gutsy Gibbon" align="right" height="180" width="240" /></a>I somehow expected that taking three classes would be just as easy as taking two classes. Nope. Three classes is enough to qualify me as a full time grad student (I just wanna get DONE) so I&#8217;m busy. Most evenings are spent doing homework or fixing the house or one of my computers.</p>
<p>It seems like every time we fix something in the house something else breaks. I guess that&#8217;s the way it is with a 100 year old house. As for the computer, that&#8217;s my fault. I just HAD to upgrade to <a href="http://www.ubuntu.com/getubuntu/releasenotes/710tour">Ubuntu Gutsy Gibbon</a> the day it came out, and I fell in love with the desktop effects. Then I realized I needed more memory. So I found a great deal, and now have 3 gigs of RAM. Unfortunately, my mysterious black window problem wasn&#8217;t caused by a lack of RAM but a <a href="http://ubuntuforums.org/archive/index.php/t-485140.html">lack of video memory</a>- or a <a href="http://www.nvnews.net/vbulletin/showthread.php?t=79713">faulty nVidia driver</a>, depending on who you ask. I&#8217;ll have to make sure I have the latest driver. I can still do lots of pretty video effect, and I&#8217;m loving the desktop wall feature. I&#8217;ll stop making fun of Vista for all the <a href="http://www.youtube.com/watch?v=0gUGdRcAFoY">memory hogging video effects</a> now.</p>
<p>The weather has been beautiful lately. My house, despite the problems, is wonderful. Life is good.</p>
<p><a href="http://www.flickr.com/photos/nirak/1664669896/" title="Photo Sharing"><img src="http://farm3.static.flickr.com/2120/1664669896_b7bca3e18a.jpg" alt="Our house with pretty shadows" height="375" width="500" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://nirak.net/2007/10/thank-you-thank-you/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Got the moo cards!</title>
		<link>http://nirak.net/2007/08/got-the-moo-cards/</link>
		<comments>http://nirak.net/2007/08/got-the-moo-cards/#comments</comments>
		<pubDate>Fri, 10 Aug 2007 03:14:28 +0000</pubDate>
		<dc:creator>karin</dc:creator>
				<category><![CDATA[Art]]></category>
		<category><![CDATA[Sites and Stories]]></category>

		<guid isPermaLink="false">http://www.nirak.net/2007/08/09/got-the-moo-cards/</guid>
		<description><![CDATA[They&#8217;re here, and they&#8217;re beautiful. If you asked for one, it&#8217;s on the way. A few were a little dark, I&#8217;ll brighten for the next batch (and there will be a next batch.) If anyone ever wants to get me &#8230; <a href="http://nirak.net/2007/08/got-the-moo-cards/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/nirak/1066557773/" class="tt-flickr"><img src="http://farm2.static.flickr.com/1278/1066557773_1e9ce4b556.jpg" alt="Moo Cards" border="0" height="375" width="500" /></a></p>
<p>They&#8217;re here, and they&#8217;re <a href="http://www.flickr.com/photos/nirak/tags/moocards/">beautiful</a>. If you asked for one, it&#8217;s on the way. A few were a little dark, I&#8217;ll brighten for the next batch (and there will be a next batch.)</p>
<p>If anyone ever wants to get me a gift, these <a href="http://www.etsy.com/view_listing.php?listing_id=6559951">clip on handmade moo card holders are gorgeous</a>.</p>
<p>If you see a typo, please don&#8217;t tell me.</p>
]]></content:encoded>
			<wfw:commentRss>http://nirak.net/2007/08/got-the-moo-cards/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Screencast: Using Drag de Go to search Woldcat</title>
		<link>http://nirak.net/2007/07/screencast-using-drag-de-go-to-search-woldcat/</link>
		<comments>http://nirak.net/2007/07/screencast-using-drag-de-go-to-search-woldcat/#comments</comments>
		<pubDate>Fri, 20 Jul 2007 04:38:00 +0000</pubDate>
		<dc:creator>karin</dc:creator>
				<category><![CDATA[Library]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://www.nirak.net/2007/07/19/screencast-using-drag-de-go-to-search-woldcat/</guid>
		<description><![CDATA[Ok, here&#8217;s my very first screencast. It only took about 2000 takes &#8211; I sure hope it gets easier. Links from the webcast: Firefox Drag de Go Worldcat.org Add to Search Bar Please tell me what you think!]]></description>
			<content:encoded><![CDATA[<p>Ok, here&#8217;s my very first screencast. It only took about 2000 takes &#8211; I sure hope it gets easier.</p>
<p><object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/WfUccdY9lOg"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/WfUccdY9lOg" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object></p>
<p>Links from the webcast:</p>
<ul>
<li><a href="http://www.mozilla.com/en-US/firefox/">Firefox</a></li>
<li><a href="https://addons.mozilla.org/en-US/firefox/addon/2918">Drag de Go</a></li>
<li><a href="http://worldcat.org">Worldcat.org</a></li>
<li><a href="https://addons.mozilla.org/en-US/firefox/addon/3682">Add to Search Bar</a></li>
</ul>
<p>Please tell me what you think!</p>
]]></content:encoded>
			<wfw:commentRss>http://nirak.net/2007/07/screencast-using-drag-de-go-to-search-woldcat/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

