<?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/"
	xmlns:series="http://unfoldingneurons.com/"
	>

<channel>
	<title>in propria persona &#187; blog</title>
	<atom:link href="http://inpropriapersona.com/tag/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://inpropriapersona.com</link>
	<description>Law + tech + history, from a JD/PhD graduate student in the history of science.</description>
	<lastBuildDate>Thu, 17 May 2012 20:40:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>My latest top five tweaks, tips, and plugins for WordPress</title>
		<link>http://inpropriapersona.com/my-latest-top-five-tweaks-tips-and-plugins-for-wordpress/</link>
		<comments>http://inpropriapersona.com/my-latest-top-five-tweaks-tips-and-plugins-for-wordpress/#comments</comments>
		<pubDate>Sat, 17 Mar 2012 01:58:56 +0000</pubDate>
		<dc:creator>Kristopher Nelson</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[AdSense]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[CloudFlare]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[W3 Total Cache]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://inpropriapersona.com/?p=5708</guid>
		<description><![CDATA[I love WordPress for its crazy flexibility and endlessly new plugins. I regularly take advantage of this to tweak and change my own site--and you can too! So what have I been doing lately with my favorite platform? Some of these are easy--just install a plugin--while some require more advanced knowledge to implement—but all of them will supercharge your WordPress installation.]]></description>
			<content:encoded><![CDATA[<p>￼<a href="http://inpropriapersona.com/my-latest-top-five-tweaks-tips-and-plugins-for-wordpress/mywpedit_image_1331949299-jpg/" rel="attachment wp-att-5705"><img class="alignright size-medium wp-image-5705" src="http://inpropriapersona.com/wp-content/uploads/2012/03/myWPEdit_Image_1331949299-300x167.jpg" alt="" width="300" height="167" /></a>Periodically I am tempted to switch to a lighter-weight CMS/blogging platform—like <a href="http://anchorcms.com/">Anchor</a>, which looks just beautiful—but then I&#8217;m reminded that I love WordPress for its crazy flexibility and endlessly new plugins. I regularly take advantage of this to tweak and change my own site—and you can too! So what have I been doing lately with my favorite platform?</p>
<ul>
<li>Endless scrolling and dynamic layout</li>
<li>nRelate Popular Posts, Related Posts, and Flyout</li>
<li>W3 Total Cache</li>
<li>Ads for search visitors only</li>
<li>Ad block detection</li>
<li>Bonus: CloudFlare</li>
</ul>
<p>Some of these are easy—just install a plugin—while some require more advanced knowledge to implement—but all of them will supercharge your WordPress installation.</p>
<hr />
<h2>5. Endless scrolling and dynamic layout</h2>
<p><em>This is a relatively advanced tweak to implement in full.</em></p>
<p><a href="http://inpropriapersona.com/my-latest-top-five-tweaks-tips-and-plugins-for-wordpress/mywpedit_image_1331948972-jpg/" rel="attachment wp-att-5702"><img class="alignleft size-medium wp-image-5702" src="http://inpropriapersona.com/wp-content/uploads/2012/03/myWPEdit_Image_1331948972-190x300.jpg" alt="" width="190" height="300" /></a>My blog’s main page automatically arranges itself to fit the visitor’s browser width using <a href="http://masonry.desandro.com/">jQuery Masonry</a>:</p>
<blockquote><p>Masonry arranges elements vertically, positioning each element in the next open spot in the grid. The result minimizes vertical gaps between elements of varying height, just like a mason fitting stones in a wall.</p></blockquote>
<p>Masonry isn’t a WordPress plugin. Instead, I included it by editing my template directly, focusing on the template page (in my case, <code>home.php</code>, since I use <a href="http://themehybrid.com/">Theme Hybrid</a> as a base).</p>
<p>Along with Masonry, I wanted “endless scrolling,” first made famous on many <a href="http://codysherman.com/tools/infinite-scrolling">Tumblr blogs</a>, but also a core part of <a href="http://pinterest.com/">Pinterest</a>. There is a <a href="http://www.infinite-scroll.com/installation/">WordPress plugin</a> for this—but I wanted to <a href="http://www.infinite-scroll.com/infinite-scroll-jquery-plugin/">do it directly</a>—so I edited my theme file directly.</p>
<p>You&#8217;ll have to customize this for your own site, but here’s a few useful notes:</p>
<ol>
<li>I use <a href="http://wordpress.org/extend/plugins/wp-pagenavi/">WP-PageNavi</a> to show better paging for all my pages, so that’s what I needed to target with the infinite scroll JavaScript (<code>div.wp-pagenavi</code>).</li>
<li>Each block—title, snippet, and thumbnail—is wrapped in the CSS class I call <code>brick</code>, so that Masonry can easily find them.</li>
</ol>
<h2>4. nRelate <a href="http://wordpress.org/extend/plugins/nrelate-most-popular/">Popular Posts</a>, <a href="http://wordpress.org/extend/plugins/nrelate-related-content/">Related Posts</a>, and <a href="http://wordpress.org/extend/plugins/nrelate-flyout/">Flyout</a></h2>
<p><em>This is a simple plugin addition.</em></p>
<p><a href="http://inpropriapersona.com/my-latest-top-five-tweaks-tips-and-plugins-for-wordpress/mywpedit_image_1331949261-jpg/" rel="attachment wp-att-5704"><img class="alignright size-full wp-image-5704" src="http://inpropriapersona.com/wp-content/uploads/2012/03/myWPEdit_Image_1331949261.jpg" alt="" width="149" height="124" /></a>These three plugins from <a href="http://nrelate.com/">nRelate</a> are simple, yet flexible, ways to add popular and related posts to each post, along with a New York Times-style “flyout” that appears to show a related post as you move down the page.</p>
<h2>3. <a href="http://wordpress.org/extend/plugins/w3-total-cache/">W3 Total Cache</a></h2>
<p><em>This is a simple plugin addition, though it allows complex caching arrangements.</em></p>
<p>The more you tweak your site, the more you <em>absolutely need</em> to make sure to cache your site. What is caching? Basically, the plugin creates a server-side static HTML (non-PHP) version of your site, then serves that to most visitors instead of generating a dynamic version for every visitor.</p>
<p>There are a number of plugins to do this, but this is my favorite because it’s so full-featured.</p>
<h2>2. Ads for search visitors only</h2>
<p><em>This is a moderately complex tweak that requires JavaScript experience.</em></p>
<p>I only show advertisements in order to pay my hosting costs, not to make a profit. I also blog in a difficult-to-monetize niche—i.e., not about products! Since only those who visit my site ever seem to click on my ads, why not show those ads only to those arriving via search?</p>
<p>Put this at the top of your page somewhere, like your header:</p>
<pre>&lt;script type='text/javascript'&gt;
// identify search engine visitors (thanks to scratch99.com for the idea)
var ref = document.referrer;
var se = new Array('/search?', 'search.', '/search/', '.yahoo.', 'google.com/url');
var se_visitor = false;
for (var i = 0; i &lt;= se.length-1; i++) {
  if (ref.indexOf(se[i])!== -1) {
    var expiry = new Date ();
    expiry.setTime(expiry.getTime() + 3600000);
    document.cookie = "se_visitor=1; expires=" + expiry + "; path=/; domain=inpropriapersona.com";
    se_visitor = true;
  }
}
var result = document.cookie.match ( '(^|;) ?se_visitor=([^;]*)(;|$)' );
&lt;/script&gt;</pre>
<p>Now you have a global JavaScript variable called <code>se_visitor</code> (and a cookie, too, if you want to look for repeat visitors). So when you get to the spot in your page where you want to show an ad, use document.write() to put in the Google AdSense code (or replace with your favorite ad system—don’t forget to replace the <code>X</code>s below):</p>
<pre>&lt;script type='text/javascript'&gt;
if ( se_visitor == true) {
  var adsenseString = '&lt;script type="text/javascript"&gt;&lt;!&thinsp;&mdash;&thinsp;\n';
  adsenseString += 'google_ad_client = "ca-pub-XXXXX";\n';
  adsenseString += 'google_ad_slot = "XXXXXXX";\n';
  adsenseString += 'google_ad_width = XXX;\n';
  adsenseString += 'google_ad_height = XXX;\n';
  adsenseString += '//&thinsp;&mdash;&thinsp;&gt;\n';
  adsenseString += '&lt;\/script&gt;\n';
  adsenseString += "&lt;script type=\"text/javascript\"\n";
  adsenseString += "src=\"http://pagead2.googlesyndication.com/pagead/show_ads.js\"&gt;\n";
  adsenseString += "&lt;\/script&gt;\n";

  document.write(adsenseString);
}
&lt;/script&gt;</pre>
<p>Now only those who visit you via a search engine will see your ads. Since these are generally the only people who click on most ads, you&#8217;re click-through rates will go up—and you&#8217;ll avoid annoying your other visitors.</p>
<p><em>(Hat tip to <a href="http://scratch99.com/website-management/make-money-online/smart-pricing/avoid-smart-pricing-show-adsense-only-to-search-engine-visitors/">scratch99.com</a>, which also explains how to use the cookie aspect of this approach to remember those who visit via search.)</em></p>
<h2>1. AdBlock detection</h2>
<p><em>This, too, is moderately complex, and requires JavaScript experience.</em></p>
<p><a href="http://inpropriapersona.com/my-latest-top-five-tweaks-tips-and-plugins-for-wordpress/mywpedit_image_1331949466-jpg/" rel="attachment wp-att-5706"><img class="alignleft size-thumbnail wp-image-5706" src="http://inpropriapersona.com/wp-content/uploads/2012/03/myWPEdit_Image_1331949466-150x150.jpg" alt="" width="150" height="150" /></a>As I noted, I do show a limited number of ads. I also personally happen to use ad blocking myself, primarily because of the abuse my eyes would otherwise suffer.</p>
<p>I don’t want to be so hypocritical that I push away others who use an ad blocker, by why show those visitors a block space? I replace my bottom ad (which I show to everyone, not just search visitors) with a prominent <a href="http://flattr.com/">Flattr</a> buttom, along with additional social media buttons—and encourage visitors to support me through these means instead.</p>
<p>To do this, I created a JavaScript file called <code>advertisement.js</code>. In it, I put the following code:</p>
<pre>document.write('&lt;div id="ad-tester" style="display:none;"&gt;an advertisement&lt;/div&gt;');</pre>
<p>Then in the <code>body</code> of my site, I put this (leveraging <a href="http://jquery.com/">jQuery</a>, though you can use another approach):</p>
<p>Ad blockers will not load <code>advertisement.js</code>, and thus no element named <code>ad-tester</code> will ever be created. It&#8217;s then easy to check for this using jQuery:</p>
<pre><code> if( jQuery('#ad-tester').length != 0 ) { // Ads are allowed } else { // No ads } </code></pre>
<p>I then use jQuery’s <code>replaceWith</code> to put in my alternate “support me” statement instead of the advertisement.</p>
<p><em>(Hat tip to <a href="http://erikswan.net/abp/">Erikswan.net</a> for this method.)</em></p>
<h2>Bonus: CloudFlare</h2>
<p><em>This is easy.</em></p>
<p><a href="http://inpropriapersona.com/my-latest-top-five-tweaks-tips-and-plugins-for-wordpress/mywpedit_image_1331949530-jpg/" rel="attachment wp-att-5707"><img class="alignright size-full wp-image-5707" src="http://inpropriapersona.com/wp-content/uploads/2012/03/myWPEdit_Image_1331949530.jpg" alt="" width="300" height="120" /></a>I always have to recommend the (free for basic use) <a href="http://www.cloudflare.com/">CloudFlare service</a>, which provides content acceleration and more. It’s a bit like Amazon’s CloudFront or Akamai’s service, but accessible to any blogger. There’s even a <a href="http://wordpress.org/extend/plugins/cloudflare/">WordPress plugin</a>!</p>
<div></div>
<div></div>
]]></content:encoded>
			<wfw:commentRss>http://inpropriapersona.com/my-latest-top-five-tweaks-tips-and-plugins-for-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The irrelevance of blog advertisements: a publisher&#8217;s lament</title>
		<link>http://inpropriapersona.com/the-irrelevance-of-blog-advertisements-a-publishers-lament/</link>
		<comments>http://inpropriapersona.com/the-irrelevance-of-blog-advertisements-a-publishers-lament/#comments</comments>
		<pubDate>Mon, 27 Feb 2012 17:30:20 +0000</pubDate>
		<dc:creator>Kristopher Nelson</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[advertising]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[marketing]]></category>
		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://inpropriapersona.com/?p=5569</guid>
		<description><![CDATA[After run­ning a (hor­ri­bly unsci­en­tific) poll on my law &#038; tech­nol­ogy blog for sev­eral months, I dis­cov­ered that less than 15% of peo­ple vot­ing found any of the Google-served adver­tise­ments to be rel­e­vant (not unwanted… irrel­e­vant). This is a problem.]]></description>
			<content:encoded><![CDATA[<div class="wp-caption alignright" style="width: 250px"><a href="http://www.flickr.com/photos/ninastoessinger/5012799192/in/photostream/"><img alt="" src="http://farm5.staticflickr.com/4110/5012799192_d0a101e329_m.jpg" title="Vintage advertisement" width="240" height="171" /></a><p class="wp-caption-text">&quot;Ask For Young&#039;s Aerated Waters&quot; by Flickr user ninastoessinger. CC BY-SA 2.0.</p></div>
<p>After running a (horribly unscientific) poll on my <a href="http://inpropriapersona.com">law &amp; technology blog</a> for several months, I discovered that less than 15% of people voting found <em>any</em> of the Google-served advertisements to be relevant (not unwanted&#8230; <em>irrelevant</em>).</p>
<p>This is a problem.</p>
<p>Google has always claimed their ads are contextual and <a href="https://support.google.com/adsense/bin/answer.py?hl=en&amp;answer=9714&amp;topic=1391535&amp;ctx=topic">targeted to the content of your pages</a>. This may once have been true&thinsp;&mdash;&thinsp;and may even be true for some people&#8217;s sites&thinsp;&mdash;&thinsp;but it isn&#8217;t true for me. Ads I serve to search-engine visitors are the best targeted, while those that rely solely on page content are the worst. I suspect Google&#8217;s increased &#8220;personalization&#8221; of ads are only going to make this worse, from the perspective of relevance to my content.</p>
<p>I&#8217;ve experimented with other services, such as <a href="http://infolinks.com">Infolinks</a> and <a href="http://konera.com">Kontera</a>, but the vast majority of the double-underlines show up under single words with ads that are only marginally related to my page&#8217;s content. So, for example, &#8220;offer&#8221; and &#8220;credit&#8221; will link to credit-card offers. Even if &#8220;law&#8221; is underlined, it tends to link to sites on the <a href="http://en.wikipedia.org/wiki/Law_of_attraction">law of attraction</a>.</p>
<p>I don&#8217;t run ads to make a profit. I run ads to pay for hosting, and I ideally want to run ads that provide some value to my visitors. So this is particularly vexing to me, but I think it&#8217;s a problem&thinsp;&mdash;&thinsp;at the very least&thinsp;&mdash;&thinsp;for any site not primarily focused on &#8220;monetization.&#8221; <em>I don&#8217;t want ads to dominate or distract, I want them to add value for everyone.</em> (Crazy, I know.)</p>
<p>To try to address this, I focus Google ads mostly to search-engine visitors, and not others (though I&#8217;m always experimenting, of course, if only to keep up with trends). I&#8217;ve used services like <a href="http://www.linkworth.com/">Linkworth</a>, which at least lets me approve ads manually. I could choose to sell all my own ads directly&thinsp;&mdash;&thinsp;but I&#8217;m simply too small and too uninterested in marketing&thinsp;&mdash;&thinsp;for this to be worthwhile. I&#8217;ve found AdBrite and similar services are equally irrelevant to my visitors. Pay-for-posts&thinsp;&mdash;&thinsp;even somewhat relevant posts&thinsp;&mdash;&thinsp;make no sense for a blog like mine, even if they might be fine for a commercialized blog.</p>
<p>Has anyone else experienced the problem of irrelevance? Any potential solutions? Or are well-targeted, contextual ads simply impossible to achieve?</p>
]]></content:encoded>
			<wfw:commentRss>http://inpropriapersona.com/the-irrelevance-of-blog-advertisements-a-publishers-lament/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How I use a blog in my research and writing</title>
		<link>http://inpropriapersona.com/how-i-use-a-blog-in-my-research-and-writing/</link>
		<comments>http://inpropriapersona.com/how-i-use-a-blog-in-my-research-and-writing/#comments</comments>
		<pubDate>Sun, 01 May 2011 01:26:33 +0000</pubDate>
		<dc:creator>Kristopher Nelson</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[education]]></category>
		<category><![CDATA[research]]></category>
		<category><![CDATA[Google Reader]]></category>
		<category><![CDATA[journalism]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://inpropriapersona.com/?p=3672</guid>
		<description><![CDATA[As someone who does not blog to earn money (I like to pay my hosting fees, but that's only because I'm a poor grad student), I thought I'd run through how and why I blog, and why I find it a critical part of my "real" work of academic research and writing. ]]></description>
			<content:encoded><![CDATA[<div class="zemanta-img" style="margin: 1em; display: block;">
<div class="wp-caption alignright" style="width: 250px"><a href="http://www.flickr.com/photos/7162765@N06/2343135152"><img title="Why I Blog Card Catalog" src="http://farm4.static.flickr.com/3162/2343135152_1ca34edc02_m.jpg" alt="Why I Blog Card Catalog" width="240" height="147" /></a><p class="wp-caption-text">Image by Jeffrey Keefer via Flickr</p></div>
</div>
<p>There are many (non-exclusive) reasons to blog: money, fame, narcissism, <a class="zem_slink" title="Search engine optimization" rel="wikipedia" href="http://en.wikipedia.org/wiki/Search_engine_optimization">SEO</a>, product placement and advertising, journaling, self-discovery, passion&#8230; The specific reasons for blogging are as varied as bloggers themselves, and arguments about <a href="http://www.problogger.net/archives/2011/05/01/should-you-even-be-blogging/">whether one should be blogging at all</a> are equally diverse, especially since so many bloggers give up in frustration because their audience is so small. But a small audience is only a problem for certain kinds of blogging, of course, most especially blogging for dollars (or euros, shekels, or pounds).</p>
<p>As someone who does not blog to earn money (I like to pay my hosting fees, but that&#8217;s only because I&#8217;m a poor grad student), I thought I&#8217;d run through <em>how </em>and <em>why </em>I blog, and why I find it a critical part of my &#8220;real&#8221; work of academic research and writing. (If you are looking for how to make money blogging, there are <a href="http://www.problogger.net/">better</a> <a href="http://www.copyblogger.com/">sources</a> out there.)</p>
<p><strong>Why I Blog</strong></p>
<p>I blog primarily for three reasons, in increasing order of importance: (1) to give me a visible presence on the Internet for my (potential) colleagues and students to see my work;  (2) to get feedback, not all of it visible on my blog; (3) to capture interesting and potentially fruitful Internet finds (i.e., as part of my research&thinsp;&mdash;&thinsp;which is mostly online anyway these days); and (4) as a rough-draft medium that I can draw on when eventually need to actually produce a piece of writing.</p>
<p>(Oh yes, and because I enjoy it.)</p>
<p>Like many personal bloggers, I sometimes use my blog to capture interesting finds. More often, I try to integrate this with my primary purpose, and turn my research immediately into writing by creating short articles about my finds. That way I have ready-made rough-draft material to work from when I go to write. For those who may primarily focus on this purpose, a so-called &#8220;tumblelog&#8221; like <a class="zem_slink" title="Tumblr" rel="homepage" href="http://tumblr.com">Tumblr</a> or <a class="zem_slink" title="Posterous" rel="homepage" href="http://www.posterous.com">Posterous</a> (both of which I use from time to time) may be the ideal blogging service.</p>
<p><img class="alignleft" style="margin-left: 5px; margin-right: 5px; border: 0px initial initial;" title="Screen capture of my research page" src="http://farm6.static.flickr.com/5104/5673745037_d0c03fdd0c_m.jpg" border="0" alt="My research page" hspace="5" width="240" height="120" /></p>
<p>Making myself visible on the Internet may be a form of vanity, but it&#8217;s increasingly important to &#8220;brand&#8221; oneself today. I want colleagues, students, employers, etc. to be able to find me and get insight into my professional persona easily, and I want them to see what I produce. It also helps connect me to various larger communities, including academics, other bloggers, lawyers, and so on. It&#8217;s a networking tool that doesn&#8217;t need to be awkward or self-aggrandizing.</p>
<p>Feedback is useful, though comments may or may not be. Sometimes this comes in the form of blog comments, sometime in terms of email, and more often it gives me a medium in which to share my drafts with &#8220;real-life&#8221; colleagues. The more readers you have, of course, the more feedback you might potentially get&thinsp;&mdash;&thinsp;but that isn&#8217;t <em>my </em>primary purpose, so I don&#8217;t care so much about raw numbers of visitors.</p>
<p><strong>How I Blog</strong></p>
<p>My most important reason for blogging (use as a rough-draft medium) has developed into the primary driver of my methodology. So, while I do sometimes simply capture the barest details about new publications or interesting articles, more often I use other tools for that purpose: <a href="http://reader.google.com">Google Reader</a> or <a href="http://tbuzz.arc90.com/">TBUZZ</a> to <a href="http://twitter.com">Twitter</a> to <a href="http://delicious.com">Delicious via </a><a href="http://packrati.us/">Packrati.us</a> and <a href="http://pinboard.in/">Pinboard</a><a>, or </a><a href="http://readitlaterlist.com/">Read It Later</a> or <a href="http://www.instapaper.com">Instapaper</a>.</p>
<p>I&#8217;ve realized, though, that simply capturing lots of small amounts of information in the blog medium is less useful <em>for me</em> than writing fewer, longer write-ups. Spending more time on each potential source, writing up a more detailed and in-depth analysis or reflection provides me with effective, highly useful material when I need to write an article later.</p>
<div class="zemanta-img zemanta-action-dragged" style="margin: 1em; display: block;">
<div class="wp-caption alignright" style="width: 250px"><a href="http://www.flickr.com/photos/41596622@N00/5673711767"><img class=" " title="My blog entry on the Fourth Amendment" src="http://farm6.static.flickr.com/5143/5673711767_575c43700a_m.jpg" alt="My blog entry on the Fourth Amendment" width="240" height="120" /></a><p class="wp-caption-text">Image by krisnelson via Flickr</p></div>
</div>
<p>This kind of writing is in-between the quick summaries or reactions of <a href="http://twitter.com">Twitter</a> or a tumblelog, but less detailed, analytic, or proof-read than a true article. These are more like the &#8220;reflection&#8221; assignments I give my undergraduates, and are intended not so much for consumption by others as they are to capture analytic ideas and details that may help me later. The focus is not on perfection, which makes writing them easier, but I do try to have an audience beyond myself in mind, which vastly increases their reusability.</p>
<p>What does this look like? Try posts like the following&thinsp;&mdash;&thinsp;none are perfect, but they&#8217;ve all proved useful later:</p>
<ul>
<li><a title="Judge Noble Hand hints at the move from property to people" rel="bookmark" href="http://inpropriapersona.com/2011/04/judge-noble-hand-hints-at-the-move-from-property-to-people/">Judge Noble Hand hints at the move from property to people</a></li>
<li><a title="An argument for the &quot;Inviolability of Telegraphic Correspondence&quot;" rel="bookmark" href="http://inpropriapersona.com/2011/04/an-argument-for-the-inviolability-of-telegraphic-correspondence/">An argument for the &#8220;Inviolability of Telegraphic Correspondence&#8221;</a></li>
<li><a title="Smallpox inoculation and quarantine in colonial America" rel="bookmark" href="http://inpropriapersona.com/2010/03/smallpox-inoculation-and-quarantine-in-colonial-america/">Smallpox inoculation and quarantine in colonial America</a></li>
</ul>
<p>Obviously, this approach is not right for everyone, but for anyone who needs to produce written work (that doesn&#8217;t need to be secret!), it&#8217;s wonderful, practical, and (relatively) easy.</p>
<p><strong>Conclusion</strong></p>
<p>So there you go. I blog mostly so I don&#8217;t have to stare at a blank page later, and to a lesser extent so that I can be found online. (Also I like tech.) If you do decide to blog, I highly recommend you think about the <em>why </em>and the <em>how</em> for yourself.</p>
<h6 class="zemanta-related-title" style="font-size: 1em;">Related articles</h6>
<ul class="zemanta-article-ul">
<li class="zemanta-article-ul-li"><a href="http://inpropriapersona.com/2007/09/10-reasons-for-law-student-to-blog.html">10 Reasons for a Law Student to Blog</a> (inpropriapersona.com)</li>
<li class="zemanta-article-ul-li"><a href="http://worldmomsblog.com/2011/04/29/friday-question-why-do-you-blog/">Friday Question: Why do you blog?</a> (worldmomsblog.com)</li>
<li class="zemanta-article-ul-li"><a href="http://kevin.lexblog.com/2011/04/articles/cool-stuff/writing-for-blogs-style-strategy-voice-webinar-recording-now-available/">Writing For Blogs &#8211; Style, Strategy, Voice: Webinar recording now available</a> (kevin.lexblog.com)</li>
</ul>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><img class="zemanta-pixie-img" style="border: none; float: right;" src="http://img.zemanta.com/pixy.gif?x-id=d7f31e84-ad28-4800-a352-b1bc67f598be" alt="" /><span class="zem-script pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
]]></content:encoded>
			<wfw:commentRss>http://inpropriapersona.com/how-i-use-a-blog-in-my-research-and-writing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Six more of the best WordPress plugins</title>
		<link>http://inpropriapersona.com/six-more-of-the-best-wordpress-plugins/</link>
		<comments>http://inpropriapersona.com/six-more-of-the-best-wordpress-plugins/#comments</comments>
		<pubDate>Sat, 20 Feb 2010 18:30:33 +0000</pubDate>
		<dc:creator>Kristopher Nelson</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[recommendations]]></category>
		<category><![CDATA[CDN]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.inpropriapersona.com/?p=2033</guid>
		<description><![CDATA[I admit it. I'm a WordPress plugin junkie. I'm continually updating, adding, removing, and adjusting the list of plugins I have running this site. Here are six of my current favorites.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/iamperegrino/2913018697/"><img class="alignleft" title="&quot;Wordpress Schawg&quot; by Flickr user Peregrino Will Reign, used under a Creative Commons Attribution-Noncommercial-Share Alike 2.0 license " src="http://farm4.static.flickr.com/3036/2913018697_ccbb33e993_m.jpg" alt="" width="168" height="126" /></a>I admit it. I&#8217;m a WordPress plugin junkie. I&#8217;m continually updating, adding, removing, and adjusting the list of plugins I have running this site. Obviously, this can lead to slowdowns, which is why caching plugins (like <a href="http://ocaoimh.ie/wp-super-cache/">WP Super Cache</a> or <a href="http://www.satollo.net/plugins/hyper-cache">Hyper Cache</a>) are so important, especially for dealing with sudden surges in traffic. So keep that in mind!</p>
<div class="sidebox"><strong>See my previous lists:</strong></p>
<ul>
<li><a href="http://www.inpropriapersona.com/2009/09/five-lesser-known-but-great-wordpress-plugins/">Five lesser-known &thinsp;&mdash;&thinsp; but great &thinsp;&mdash;&thinsp; WordPress plugins</a></li>
<li><a href="http://www.inpropriapersona.com/2009/06/my-current-top-5-favorite-wordpress-plugins/">My current top 5 favorite WordPress plugins</a></li>
</ul>
</div>
<p>That said, here are six of my current favorites:</p>
<p><a href="http://www.junyent.org/blog/2006/05/20/around-this-date-in-the-past-wordpress-widget/"><strong>Around this date in the past&#8230; &#8211; Widget Edition</strong><br />
</a><em> By Joan Junyent Tarrida<br />
</em> This little plugin gives you a widget that shows posts from, well, around this date in the past. It&#8217;s quite useful to help &#8220;bubble up&#8221; articles you&#8217;ve written previously and that may otherwise be lost in the past.<span class="removed_link" title="http://www.inpropriapersona.com/wp-content/uploads/2010/02/AroundThisDateInThePast.png"><img class="aligncenter size-medium wp-image-2035" title="AroundThisDateInThePast" src="http://www.inpropriapersona.com/wp-content/uploads/2010/02/AroundThisDateInThePast-300x116.png" alt="" width="300" height="116" /></span></p>
<p><a href="http://maff.ailoo.net/projects/autothumb/"><strong>AutoThumb</strong></a><br />
<em>By Mathias Geat</em><br />
AutoThumb incorporates phpThumb into your site in a simple, yet powerful, fashion. It automatically pipes images through phpThumb, resizing them based on the attributes you apply to the <strong>img</strong> tag. These smaller images are then delivered to browsers, as well as being c<a href="http://www.inpropriapersona.com/wp-content/uploads/2010/02/mafflog.png"><img class="alignleft size-thumbnail wp-image-2038" title="mafflog" src="http://www.inpropriapersona.com/wp-content/uploads/2010/02/mafflog-150x128.png" alt="" width="150" height="128" /></a>ached for future redelivery. (The original images can be hosted locally or remotely.)</p>
<p><strong><a href="http://www.phoenixheart.net/wp-plugins/free-cdn">Free CDN</a><span class="removed_link" title="http://www.inpropriapersona.com/wp-content/uploads/2010/02/CoralCDN.png"><img class="alignright size-thumbnail wp-image-2039" title="CoralCDN" src="http://www.inpropriapersona.com/wp-content/uploads/2010/02/CoralCDN-150x129.png" alt="" width="150" height="129" /></span></strong><br />
<em>By Phoenixheart</em><br />
Free CDN automatically rewrites the URLs in your site (images and more, depending on what you select in the options) so that they are delivered to your visitors via <a href="http://www.coralcdn.org/">CoralCDN</a>. CoralCDN is a free content-delivery service that, while not necessarily speeding up delivery of content, does reduce the bandwidth and load required by your server. This makes it ideal for limited hosting providers or for hosting your blog at home.</p>
<p><a href="http://www.fairweb.fr/en/plugins-wordpress/fw-post-image/"><strong>fw-post-image</strong></a><br />
<em> By Myriam Faulkner</em><br />
<a href="http://www.inpropriapersona.com/wp-content/uploads/2010/02/FairWeb.png"><img class="alignleft size-thumbnail wp-image-2041" title="FairWeb" src="http://www.inpropriapersona.com/wp-content/uploads/2010/02/FairWeb-150x96.png" alt="" width="150" height="96" /></a>This simple little plugin builds on the thumbnail feature included with WordPress 2.9. Once you have this plugin installed, if you do not explicitly set a thumbnail, WordPress will scan the images you put into your posts and use the first one it finds as the thumbnail (note: it favors local images over remote ones, but supports both).</p>
<p><a href="http://ottodestruct.com/blog/wordpress-plugins/simple-facebook-connect/"><strong>Simple Facebook Connect</strong></a><br />
<em>By Otto</em><br />
<a href="http://www.inpropriapersona.com/wp-content/uploads/2010/02/FacebookConnect.png"><img class="alignright size-thumbnail wp-image-2043" title="FacebookConnect" src="http://www.inpropriapersona.com/wp-content/uploads/2010/02/FacebookConnect-150x150.png" alt="" width="150" height="150" /></a>This plugin adds a series of smaller plugins, that let you add Facebook Connect features to your blog. Most useful, I think, is the support it adds for visitors to login to your comment system using their Facebook identities.</p>
<p><span class="removed_link" title="http://www.inpropriapersona.com/wp-content/uploads/2010/02/SmushIT.png"><img class="alignleft size-full wp-image-2044" title="SmushIT" src="http://www.inpropriapersona.com/wp-content/uploads/2010/02/SmushIT.png" alt="" width="150" height="55" /></span><a href="http://dialect.ca/code/wp-smushit/"><strong>WP Smush.it</strong></a><br />
<em>By Dialect</em><br />
WP Smush.it takes advantage of Yahoo&#8217;s Smush.it service to automatically reduce image file sizes and improve performance when you upload images into WordPress.</p>
]]></content:encoded>
			<wfw:commentRss>http://inpropriapersona.com/six-more-of-the-best-wordpress-plugins/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Is the future of scholarship social? Should it be?</title>
		<link>http://inpropriapersona.com/is-the-future-of-scholarship-social-should-it-be/</link>
		<comments>http://inpropriapersona.com/is-the-future-of-scholarship-social-should-it-be/#comments</comments>
		<pubDate>Thu, 28 Jan 2010 21:31:02 +0000</pubDate>
		<dc:creator>Kristopher Nelson</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[culture]]></category>
		<category><![CDATA[education]]></category>
		<category><![CDATA[history]]></category>
		<category><![CDATA[law]]></category>
		<category><![CDATA[research]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[David Weinberger]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[Jim Milles]]></category>
		<category><![CDATA[professors]]></category>
		<category><![CDATA[publishing]]></category>
		<category><![CDATA[scholarship]]></category>
		<category><![CDATA[SSRN social]]></category>
		<category><![CDATA[university]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.inpropriapersona.com/?p=1635</guid>
		<description><![CDATA[Reflecting on the release of Apple's iPad, David Weinberger suggests that it is a device focused on consuming content and not producing it, and argues that the true future of reading is to become more social. Jim Milles questions scholars' desire for this vision of the future.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/jiscinfonet/146799101/"><img class="alignright" title="&quot;Café Area Saltire Centre Glasgow Caledonian University&quot; by Flickr user jisc_infonet, used under a Creative Commons Attribution-Noncommercial-No Derivative Works 2.0 license" src="http://farm1.static.flickr.com/45/146799101_1d3538261d_m.jpg" alt="" width="240" height="161" /></a>Reflecting on the release of <a class="zem_slink" title="Apple Inc." rel="geolocation" href="http://maps.google.com/maps?ll=37.33187,-122.029669&amp;spn=1.0,1.0&amp;q=37.33187,-122.029669 (Apple%20Inc.)&amp;t=h">Apple</a>&#8216;s iPad, David Weinberger suggests that it is a device focused on <em>consuming</em> content and not <em>producing </em>it, and argues that the true future of reading is to become more <em>social:</em></p>
<blockquote><p>The future of reading blurs reading and writing. The future of reading is the networking of readers, writers, content, comments, and metadata, all in one continuous-on mash.</p>
<p>via <a href="http://www.hyperorg.com/blogger/2010/01/28/the-ipad-is-the-future-of-the-past-of-books/">The iPad is the future of the past of books</a>.</p></blockquote>
<p>Extending this thought into the realm of the university, Jim Milles questions scholars&#8217; desire for Weinberger&#8217;s vision of the future:</p>
<blockquote><p>Apart from a small subset of blogger/scholars, that doesn’t seem to be happening at all.  Perhaps it’s due to the training that most law faculty receive now–not just the J.D., but the long, perfection-oriented dissertation process–but in my experience, law professors and other sociolegal scholars are extremely reluctant (if not phobic) about releasing to the public anything other than a fully fleshed-out article.</p>
<p>via <a href="http://jimmilles.com/2010/01/28/the-future-of-reading-or-do-scholars-really-want-social-scholarship/#comment-11359">The Future of Reading, or Do Scholars Really Want “Social Scholarship”? « Buffalo Wings and Toasted Ravioli</a>.</p></blockquote>
<p>As a budding scholar of law and history, I second Milles&#8217; observations. There are, as he points out, some bloggers who discuss their scholarship and work online, in an open fashion, but by far the vast majority of scholars I know and work with do not do this. Some in-progress scholarship makes it into <a href="http://www.ssrn.com">SSRN</a> in a draft form. Even more makes it online once it is actually published, although most of it remains behind subscription walls and is inaccessible except to other scholars (or dedicated readers who seek it out). But neither SSRN nor online journals encourage or facilitate the back-and-forth sharing of Weinberger&#8217;s vision of the future of reading as social.</p>
<p>The relatively few scholars who post to blogs or other online systems that might facilitate &#8220;social scholarship&#8221; tend to post material of a more informal sort, including initial reactions to current events or hot topics of current discussion. Very few blog posts develop research or concepts in detail, and even fewer do so in a fashion that does not <em>react </em>to something current.</p>
<p>In a sense, the social scholarship that does exist tends to be more like a cocktail party than a colloquium or even a conference presentation.</p>
<p>Personally, this tends to be how I blog as well. The material I put online via my blog sometimes informs my larger research projects, but mostly I am focused on snippets of thoughts, initial reactions, and concepts I wish to capture for later.</p>
<p>Partly this may be due to the form of blogging, or of reading online: shorter tends to work better, and hot and trending topics tend to attract more broad interest. (The down side of &#8220;<a class="zem_slink" title="Crowdsourcing" rel="wikipedia" href="http://en.wikipedia.org/wiki/Crowdsourcing">crowd sourcing</a>&#8220;?)</p>
<p>I like to more fully develop, research, and think about my scholarship before I share it, and when I do share it, I tend to have a different, more specialized audience in mind. My online writing tends to consist of more assertions and fewer citations; my scholarship is the opposite.</p>
<p>Is this just a &#8220;natural&#8221; consequence of different mediums? Would scholars be better off publishing in a more &#8220;social&#8221; (technologically social, that is) fashion? Is one way better than the other? And if social reading is the future &thinsp;&mdash;&thinsp; or <em>should be </em>the future &thinsp;&mdash;&thinsp; is the iPad a step in the wrong direction?</p>
]]></content:encoded>
			<wfw:commentRss>http://inpropriapersona.com/is-the-future-of-scholarship-social-should-it-be/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Want clients? Be helpful and do good</title>
		<link>http://inpropriapersona.com/want-clients-be-helpful-and-do-good/</link>
		<comments>http://inpropriapersona.com/want-clients-be-helpful-and-do-good/#comments</comments>
		<pubDate>Mon, 25 Jan 2010 08:05:25 +0000</pubDate>
		<dc:creator>Kristopher Nelson</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[business]]></category>
		<category><![CDATA[employment]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[law]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[Avvo]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Kevin O'Keefe]]></category>
		<category><![CDATA[lawyer]]></category>
		<category><![CDATA[LinkedIn]]></category>
		<category><![CDATA[marketing]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.inpropriapersona.com/?p=1524</guid>
		<description><![CDATA["Be helpful and do good" is a deceptively simple strategy: just go out and help people, and clients will find you. (Just don't forget to make it easy to be found!)]]></description>
			<content:encoded><![CDATA[<p><a title="Cat Rescue  009  [3]" href="http://www.flickr.com/photos/14095975@N04/2455004844/"><img class="alignright" title="&quot;Cat Rescue 009&quot; by Flickr user zzilch, used under a Creative Commons Attribution-Noncommercial-No Derivative Works 2.0 license" src="http://farm3.static.flickr.com/2410/2455004844_abaf2379c9_m.jpg" alt="Cat Rescue  009  [3]" width="240" height="180" /></a></p>
<p>Reflec﻿ting on <a class="zem_slink" title="Avvo" rel="homepage" href="http://avvo.com">Avvo</a>&#8216;s Internet marketing conference for lawyers, <a href="http://kevin.lexblog.com/promo/about-kevin//">Kevin O&#8217;Keefe</a> of <a class="zem_slink" title="LexBlog" rel="crunchbase" href="http://www.crunchbase.com/company/lexblog">LexBlog</a> writes:</p>
<blockquote><p>I started on the Internet at AOL. I answered people&#8217;s injury, medical malpractice, and worker&#8217;s comp questions. The more questions I answered, the more work our firm got and the more successful we became. The more I listened to others and the more engaged I became, the more I enjoyed myself and the more people who contacted me to help them.</p>
<p>I discovered that Internet marketing was not all about me. It was about what I, as a lawyer, could do to help other people. Rather than buying cheesy yellow page ads and running expensive TV ads, I could get good legal work by helping people.</p>
<p>via <a href="http://kevin.lexblog.com/2010/01/articles/law-firm-marketing/for-lawyers-is-the-world-really-all-about-google-rankings-/?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed%3A+KevinOKeefe%2FRealLawyersHaveBlogs+%28Real+Lawyers+Have+Blogs%29">For lawyers is the world really all about Google rankings? : Real Lawyers Have Blogs</a>.</p></blockquote>
<p>The lesson that good connections with people &thinsp;&mdash;&thinsp; arising from providing good quality content on a blog, helpful commentary in forums, useful information and replies on <a class="zem_slink" title="Twitter" rel="homepage" href="http://twitter.com">Twitter</a>, to name just three <a href="http://www.inpropriapersona.com/2009/05/six-small-marketing-steps.html">examples</a> &thinsp;&mdash;&thinsp; is the core of effective marketing is often lost.</p>
<p>You might call this &#8220;un-marketing&#8221; or &#8220;non-marketing&#8221; to distinguish it from frantic SEO, blaring billboards, or extravagant banner ad purchases. It&#8217;s deceptively simple: go out and help people, and clients will find you.</p>
<p>Taking this kind of approach does not mean foregoing an online presence. How can you put yourself out there and be helpful if you don&#8217;t join <a href="http://www.twitter.com">Twitter</a>, don&#8217;t blog, and don&#8217;t contribute to forums? And once you start seeking out people to help, how can they and others <a href="http://www.inpropriapersona.com/2009/06/5-social-networking-sites-for-legal-job-seekers/">find you</a> later if you aren&#8217;t on <a class="zem_slink" title="LinkedIn" rel="homepage" href="http://www.linkedin.com">LinkedIn</a> or don&#8217;t have your own Web site?</p>
<p>Whatever you call it, the core message is to be helpful and do good, and the clients and customers will seek you out in return.</p>
<p>As a do-gooder, <a href="http://en.wikipedia.org/wiki/Search_engine_optimization">SEO</a>, ad buys, and similar strategies should be done to be <em>helpful. </em>That is, such strategies should make it easier for people to <em>find</em> you, and for you to be helpful in return. They are secondary strategies, not primary ones.</p>
<p>For a do-gooder, primary strategies involve getting out there and providing utility to others: answering questions, being a resource, advocating positions you believe in, sharing your experiences and knowledge.</p>
<p>Doing good and being helpful isn&#8217;t a new marketing strategy. It&#8217;s just an old way of showing the world your worth, updated for new mediums. It takes Google&#8217;s &#8220;don&#8217;t be evil&#8221; and goes one better: <em>go do good, </em>and the clients will come (just don&#8217;t forget to make it easy for them!). It takes &#8220;add value&#8221; and takes it further: <em>go be helpful!</em></p>
<p>Has this kind approach worked for you? Have better ideas? Think it&#8217;s crazy? Let me know in the comments.</p>
]]></content:encoded>
			<wfw:commentRss>http://inpropriapersona.com/want-clients-be-helpful-and-do-good/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to write attributions for the Creative Commons licensed images you use on your blog</title>
		<link>http://inpropriapersona.com/how-to-write-attributions-for-the-creative-commons-licensed-images-you-use-on-your-blog/</link>
		<comments>http://inpropriapersona.com/how-to-write-attributions-for-the-creative-commons-licensed-images-you-use-on-your-blog/#comments</comments>
		<pubDate>Thu, 07 Jan 2010 19:00:11 +0000</pubDate>
		<dc:creator>Kristopher Nelson</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[copyright]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[law]]></category>
		<category><![CDATA[Creative Commons]]></category>
		<category><![CDATA[Flickr]]></category>
		<category><![CDATA[licensing]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.inpropriapersona.com/?p=1219</guid>
		<description><![CDATA[I've found that pictures shared under a Creative Commons (CC) license (of all flavors) are a great resource for bloggers who want artwork to accompany their posts. I've also realized that not everyone, myself included, has always done an adequate job of meeting the attribution requirements of CC licenses. To help remedy this, here are my recommendations for doing this properly in a blog.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve found that pictures shared under a <a href="http://creativecommons.org/about/licenses/">Creative Commons (CC) license</a> (of all flavors) are a great resource for bloggers who want artwork to accompany their posts. I&#8217;ve also realized that not everyone, myself included, has always done an adequate job of meeting the attribution requirements of CC licenses.</p>
<div class="alert-message block-message warning" style="float:right;width:200px;">
<p><strong>My quick recommendations:</strong></p>
<ol>
<li>Link to the source page.</li>
<li>Provide the image title, creator&#8217;s name, and license (link to the license if you can) as a caption or in the &#8220;title&#8221; attribute:<br />
<strong><a href="http://www.flickr.com/photos/krisnelson/4213915751/"><img class="alignleft" title="&quot;Agatha on the porch&quot; by Flickr user Kristopher Nelson, used under a Attribution-Noncommercial-Share Alike 2.0 license." src="http://farm3.static.flickr.com/2677/4213915751_050a74b704_s.jpg" alt="" width="75" height="75" /></a>&#8220;<a href="http://www.flickr.com/photos/krisnelson/4213915751/">Agatha on the porch</a>&#8221; by Flickr user <a href="http://krisnelson.org">Kristopher Nelson</a>, used under a Creative Commons </strong><strong><a href="http://creativecommons.org/licenses/by-nc-sa/2.0/deed.en">Attribution-Noncommercial-Share Alike 2.0</a> license.</strong></li>
<li>If the licensor asks for a specific attribution, do what they request.</li>
</ol>
<p>The general goal is to provide credit to the source, along with information to your visitors on the image&#8217;s license. (See also <a href="http://wiki.creativecommons.org/FFAQ#How_do_I_properly_attribute_a_Creative_Commons_licensed_work.3F">the Creative Commons FAQ</a>.)
</div>
<p>I don&#8217;t believe there are any bad intentions at work, but I do think it&#8217;s not always clear to people what their obligations are when using Creative Commons licensed images in their blog. (My focus is on the attribution aspect of the licenses, not those pertaining to commercial use, sharing, etc. I am also relying on version 3.0 of the license, but this discussion should be applicable to all the versions.)</p>
<h4>So how can we do better?</h4>
<p>We can do better by making sure the images we use are properly licensed. For Creative Commons licensed images, this means putting in proper attribution that meets the standards of the license. I plan to do this going forward, and I also plan to spend time going back over images in my old posts to make sure they meet licensing requirements as well.</p>
<h4>The Key Provisions in the Creative Commons Licenses</h4>
<p>There are two key provisions of all the Creative Commons licenses that are critical for proper use of images in a blog. First, section 4(a) requires that a copy of the license or a link to the license be included with the work. Second, section 4(b) requires that you provide the name of the owner (or who they designate), the title of the image, and a link to the work (but make sure you don&#8217;t suggest they are endorsing you).</p>
<h4>So What Does this Mean for Bloggers?</h4>
<p>As a blogger you should provide the following information along with the image you are using in your article:</p>
<ul>
<li>the name (or screen name) of the creator (or who they designate);</li>
<li>the title of the image, if there is one;</li>
<li>the specific Creative Commons license and version under which the image is licensed;</li>
<li>alternatively, if the creator of the work requests you attribute it in a specific way, you should do as they ask.</li>
</ul>
<p>Ideally, you should link as many of these items to either the original source, or to their canonical location online. While section 4(b) implies that you <em>must</em> provide the URI of the CC license, in practical terms naming the license should be enough (the Creative Commons FAQ <a href="http://wiki.creativecommons.org/FFAQ#How_do_I_properly_attribute_a_Creative_Commons_licensed_work.3F">says</a>, &#8220;it is nice if the license citation links to the license on the CC website&#8221;). This is, I think, especially true if you link to the location where the image originates and where the original <a class="zem_slink" title="Copyright" href="http://en.wikipedia.org/wiki/Copyright" rel="wikipedia">copyright</a> and license terms are explained (for example, linking to the Flickr page for a CC licensed photo stored on Flickr &thinsp;&mdash;&thinsp; actually, <a title="http://www.flickr.com/guidelines.gne" href="http://">this is mandatory</a> for Flickr images if the image is hosted by Flickr).</p>
<p>In practical terms, I think the following example is the kind of attribution that is appropriate under the license: &nbsp;&#8221;<a href="http://www.flickr.com/photos/krisnelson/4213915751/">Agatha on the porch</a>&#8221; by Flickr user <a href="http://krisnelson.org">Kristopher Nelson</a>, used under a <a href="http://creativecommons.org/licenses/by-nc-sa/2.0/deed.en">Creative Commons Attribution-Noncommercial-Share Alike 2.0</a> license. This citation includes (1) the title of the picture, (2) where it comes from, (3) who created it, and (4) what license applies.</p>
<h4>Captions with WordPress</h4>
<div>
<dl class="wp-caption alignleft" style="width: 250px;">
<dt class="wp-caption-dt"><a href="http://www.flickr.com/photos/krisnelson/4213915751/"><img class=" " src="http://farm3.static.flickr.com/2677/4213915751_050a74b704_m.jpg" alt="" width="240" height="180" /></a></dt>
<dd class="wp-caption-dd">&#8220;Agatha on the porch&#8221; by Flickr user&nbsp;Kristopher Nelson, used under a&nbsp;Creative Commons Attribution-Noncommercial-Share Alike 2.0 license.</dd>
</dl>
</div>
<p>In <a href="http://www.wordpress.org">WordPress</a>, you can put this information in as a caption in the popup image add/modify box.</p>
<p>Because the WordPress caption is styled with <a href="http://codex.wordpress.org/CSS">CSS</a> (via the &#8220;wp-caption&#8221; class that WordPress puts in), you may make it appear in a variety of creative ways. You can even <a href="http://wpengineer.com/filter-caption-shortcode-in-wordpress/">&#8220;filter&#8221; the code produced by WordPress</a> if you want the HTML to appear differently.</p>
<h4>Captions with HTML &amp; CSS</h4>
<p>If you do not use WordPress, you could use HTML and CSS similar to the following (<a href="http://www.w3.org/Style/Examples/007/figures">courtesy of the W3C site</a>):</p>
<p>[sourcecode language="html"]<br />
&lt;div class=&#8221;figure&#8221;&gt;<br />
&lt;p&gt;&lt;img src=&#8221;eiffel.jpg&#8221; width=&#8221;136&#8243; height=&#8221;200&#8243; alt=&#8221;Eiffel tower&#8221;&gt;&lt;/p&gt;<br />
&lt;p&gt;Scale model of the Eiffel tower in Parc Mini-France&lt;/p&gt;<br />
&lt;/div&gt;<br />
[/sourcecode]</p>
<p>And some CSS:</p>
<p>[sourcecode language="css"]<br />
div.figure {<br />
float: right;<br />
width: 25%;<br />
border: thin silver solid;<br />
margin: 0.5em;<br />
padding: 0.5em;<br />
}<br />
div.figure p {<br />
text-align: center;<br />
font-style: italic;<br />
font-size: smaller;<br />
text-indent: 0;<br />
}<br />
[/sourcecode]</p>
<p>(For more about this, including additional discussion and examples, see <a href="http://www.w3.org/Style/Examples/007/figures">Figures &amp; Captions</a> at the W3C site.)</p>
<h4>Rollover Image Captions with jQuery</h4>
<p>Another approach would be to use <a href="http://jquery.com/">jQuery</a> and a plugin such as <a href="http://www.newmediacampaigns.com/page/jcaption-a-jquery-plugin-for-simple-image-captions">jCaption</a> or <a href="http://thirdroute.com/projects/captify/">Captify</a>, which will automatically generate sophisticated rollover captions. These look very nice and keep your site design clean, while providing all the required information.</p>
<h4>Using the Title Attribute of the Image Tag</h4>
<p>If you choose, you may instead put all the information into the title attribute of the &lt;img&gt; tag, along with linking the image to the source page, like this:</p>
<p>[sourcecode lang="html"]<br />
&lt;a href=&#8221;http://www.flickr.com/photos/krisnelson/4213915751/&#8221;&gt;&lt;img title=&#8221;&amp;quot;Agatha on the porch&amp;quot; by Flickr user Kristopher Nelson, used under a Attribution-Noncommercial-Share Alike 2.0 license.&#8221; src=&#8221;http://farm3.static.flickr.com/2677/4213915751_050a74b704_s.jpg&#8221; /&gt;&lt;/a&gt;<br />
[/sourcecode]</p>
<p>Like jQuery-based approaches, this has the benefit of making the information fully available (although you cannot insert links, so make sure the image itself links to the source page). It also keeps your page design uncluttered. It doesn&#8217;t look as nice as the rollover approach, but it is simple to implement on any site.</p>
<h4>Use Zemanta</h4>
<p><a href="http://www.zemanta.com/">Zemanta</a> allows you to easily select and insert images into your posts (along with related links and more). It takes care of adding appropriate captions and links so you don&#8217;t have to. It&#8217;s image selection is good, but I like to pick my own images generally, and to style them my way. Nonetheless, it&#8217;s an excellent tool that I recommend highly.</p>
<h4>Or Just Put it at the End</h4>
<p>Finally, you could also add a simple attributional note to the bottom of your posts. This is a straightforward and easy approach, allows complete information and full links.</p>
<h4>Conclusions</h4>
<p>Creative Commons licensed images are a wonderful resource for bloggers. Use of such images is free and easy &thinsp;&mdash;&thinsp; provided you follow a few requirements that primarily serve to acknowledge the creator of the work. If you, like me, didn&#8217;t always do the best job of this, take some time to go back over your posts and make sure everything is in order. And remember, whether you use CC licensed images, pay for stock photos, use your own, or rely on the public domain, photographers and authors will always like to hear from you if you like their work, so let them know.</p>
<p>So just remember to check to make sure the images you want to use are licensed properly, and that you&#8217;re meeting the terms of the license, and enjoy!</p>
<h4>More Resources</h4>
<ul>
<li><a href="http://www.inpropriapersona.com/2010/01/five-sources-of-free-photographs-for-your-blog/">Five sources of free images for your blog</a></li>
<li><a href="http://wiki.creativecommons.org/FFAQ#How_do_I_properly_attribute_a_Creative_Commons_licensed_work.3F">How do I properly attribute a Creative Commons licensed work?</a> &#8211; from Creative Commons</li>
<li><a href="http://www.newmediarights.org/guide/how_to/creative_commons/best_practices_creative_commons_attributions">Best Practices for Creative Commons attributions</a> &#8211; how to attribute works you reuse under a Creative Commons license</li>
<li><a href="http://search.creativecommons.org/">Creative Commons Search</a> &#8211; easily find CC licensed images</li>
</ul>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;">
<p><img class="zemanta-pixie-img" style="border: none; float: right;" src="http://img.zemanta.com/pixy.gif?x-id=0cffb7e3-8ece-4a1e-a84c-e5252b67ffd3" alt="" /></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://inpropriapersona.com/how-to-write-attributions-for-the-creative-commons-licensed-images-you-use-on-your-blog/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Why can the TSA subpoena bloggers to get at their sources?</title>
		<link>http://inpropriapersona.com/why-can-the-tsa-subpoena-bloggers-to-get-at-their-sources/</link>
		<comments>http://inpropriapersona.com/why-can-the-tsa-subpoena-bloggers-to-get-at-their-sources/#comments</comments>
		<pubDate>Fri, 01 Jan 2010 23:13:15 +0000</pubDate>
		<dc:creator>Kristopher Nelson</dc:creator>
				<category><![CDATA[constitution]]></category>
		<category><![CDATA[government]]></category>
		<category><![CDATA[law]]></category>
		<category><![CDATA[privacy]]></category>
		<category><![CDATA[search and seizure]]></category>
		<category><![CDATA[blog]]></category>

		<guid isPermaLink="false">http://www.inpropriapersona.com/?p=1155</guid>
		<description><![CDATA[The TSA issued a directive aimed at instituting new security measures. After two bloggers published it, the TSA issued subpoenas that sought to compel them to reveal their sources. Why did the TSA think they could do this, and did they have the power to enforce their request?]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/timsamoff/391427627/"><img class="alignright" title="&quot;Here We Go Again&quot; by Flickr user Tim Samoff, used under a Creative Commons Attribution-No Derivative Works 2.0 license." src="http://farm1.static.flickr.com/157/391427627_62f2a23df4_m.jpg" alt="" width="240" height="180" /></a>The <a class="zem_slink" title="Transportation Security Administration" rel="homepage" href="http://www.tsa.gov">Transportation Security Administration</a> (TSA) issued a directive aimed at instituting new, possibly temporary, security measures after the recent attempt against a flight into Detroit. The TSA sent the document to airlines and airports around the world and was not classified. Nevertheless, after two bloggers published it on Dec. 30, the TSA sought details from them as to how they obtained the document, maintaining that &#8220;<a href="http://www.wired.com/threatlevel/2009/12/dhs-threatens-blogger/">it was not for public disclosure</a>.&#8221;</p>
<p>As part of this, the TSA issued <a href="http://en.wiktionary.org/wiki/subpoena_duces_tecum">subpoenas duces tecum</a> (legal orders requiring that documents or information be produced) that sought to compel the two bloggers to reveal their sources. After a public outcry, the TSA &#8220;<a href="http://www.wired.com/threatlevel/2009/12/tsa-withdraws-subpoenas/">canceled the legal action and apologized for the strong-arm tactics agents used</a>.&#8221;</p>
<p>Normally, subpoenas are issued by a court clerk or, more commonly, by attorneys working on a case who issue such subpoenas under the authority of the supervising court. The goal is to compel witnesses to either come to court or produce documents or information to be used in court. Enforcement is not automatic, but is instead sought through the court supervising the case, which has the power to punish someone who refuses to obey a subpoena without sufficient cause (as determined by the court).</p>
<p>The subpoenas (or &#8220;subpenas&#8221;) in this situation, however, were not issued or supervised directly by a court, according to the <a href="http://www.elliott.org/blog/full-text-of-my-subpoena-from-the-department-of-homeland-security/">text of the document provided by Chris Elliot</a>, one of the targeted bloggers. Instead, they were issued by the TSA under authority granted to it by Congress in <a href="http://www4.law.cornell.edu/uscode/html/uscode49/usc_sec_49_00046104&thinsp;&mdash;&thinsp;&thinsp;&mdash;&thinsp;000-.html">49 U.S.C. 46104</a>. (This authority is similar to that granted to District Attorneys for conducting investigations.) It grants the authority to the TSA to:</p>
<blockquote><p>subpena witnesses and records related to a matter involved in the hearing or investigation from any place in the United States to the designated place of the hearing or investigation</p></blockquote>
<p>The law does not grant to the TSA the authority to enforce subpoenas directly. Instead, the TSA must &#8220;<a href="http://www4.law.cornell.edu/uscode/html/uscode49/usc_sec_49_00046104&thinsp;&mdash;&thinsp;&thinsp;&mdash;&thinsp;000-.html">petition a court of the United States to enforce the subpena</a>.&#8221; The court then conducts a hearing, and may impose penalties (including imprisonment).</p>
<p>One can object to subpoenas on a variety of grounds. (Note that one of those grounds is not the Fourth Amendment, since this is not considered a &#8220;search&#8221; or a &#8220;seizure.&#8221;) The order may be overly broad or burdensome (although the court may simple require you be reimbursed for your expenses in that case) or may request confidential information protected by privilege (<a class="zem_slink" title="Attorney-client privilege" rel="wikipedia" href="http://en.wikipedia.org/wiki/Attorney-client_privilege">attorney-client privilege</a>, or doctor-patient, for example). Some states protect a journalist&#8217;s right to protect an anonymous source &thinsp;&mdash;&thinsp; but there is no equivalent federal &#8220;<a href="http://www.citmedialaw.org/shield-laws">shield law</a>.&#8221;</p>
<p>This is why the TSA felt it could indeed demand information from the bloggers, and why it is very possible they could have succeeded in penalizing the two bloggers in court if they did not turn over the information they had. (Of course, there may have been other arguments that a lawyer experienced in this area could have wielded &thinsp;&mdash;&thinsp; so if you are subpoenaed and would prefer not to comply, consult an attorney.)</p>
<p>For more on subpoenas generally, and how to respond to them, see: <a href="http://www.citmedialaw.org/legal-guide/responding-subpoenas">Responding to Subpoenas</a> by the Citizen Media Law Project. The Project also has a <a href="http://www.citmedialaw.org/legal-guide/legal-protections-sources-and-source-material">good guide to protecting sources and source material</a> more generally. I wrote about this previously in <a href=" http://www.inpropriapersona.com/2009/05/journalist-shield-laws-and-bloggers.html">Journalist Shield Laws and Bloggers</a>.</p>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><span class="zem-script pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
]]></content:encoded>
			<wfw:commentRss>http://inpropriapersona.com/why-can-the-tsa-subpoena-bloggers-to-get-at-their-sources/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Finding the diamonds in the rough in the &quot;blogosphere&quot;</title>
		<link>http://inpropriapersona.com/finding-the-diamonds-in-the-rough-in-the-blogosphere/</link>
		<comments>http://inpropriapersona.com/finding-the-diamonds-in-the-rough-in-the-blogosphere/#comments</comments>
		<pubDate>Sun, 20 Dec 2009 20:20:51 +0000</pubDate>
		<dc:creator>Kristopher Nelson</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[business]]></category>
		<category><![CDATA[research]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[publishing]]></category>

		<guid isPermaLink="false">http://www.inpropriapersona.com/?p=1044</guid>
		<description><![CDATA[I've been giving a lot of thought over the weekend to the problem of finding good content buried amidst all the noise on the Internet, especially when it comes to blog articles from lesser-known sources. (This is true for readers looking for quality content, but it's also true for authors seeking readers.)]]></description>
			<content:encoded><![CDATA[<div class="zemanta-img" style="margin: 1em; display: block;">
<div class="wp-caption alignright" style="width: 310px"><a href="http://commons.wikipedia.org/wiki/File:Rough_diamond.jpg"><img class="zemanta-img-configured" title="Nearly octahedral diamond crystal in matrix." src="http://upload.wikimedia.org/wikipedia/commons/thumb/d/d7/Rough_diamond.jpg/300px-Rough_diamond.jpg" alt="Nearly octahedral diamond crystal in matrix." width="300" height="226" /></a><p class="wp-caption-text">Image via Wikipedia</p></div>
</div>
<p>I&#8217;ve been giving a lot of thought over the weekend to the problem of finding good content buried amidst all the noise on the Internet, especially when it comes to blog articles from lesser-known sources. (This is true for readers looking for quality content, but it&#8217;s also true for authors seeking readers.) Although I&#8217;ve been struggling with this problem for a while, this recent post from <a class="zem_slink" title="Louis Gray" href="http://louisgray.com/" rel="homepage">Louis Gray</a> really resonated with me:</p>
<blockquote><p>In essence, the incentives, for the most part, do not tilt in favor of writing unique stories or doing the required research necessary to get a full story, to get quotes from a source, or find data points that back up analysis.</p>
<p>There are going to be pockets of the Web that harbor original ideas, a focus on quality and data, and there are going to be other places where copying, scraping, and shortcuts are going to rule the day.</p>
<p>via <a href="http://blog.louisgray.com/2009/12/growing-grumblings-on-tech-news-dont.html">louisgray.com: Growing Grumblings on Tech News Don&#8217;t Address Incentives</a>.</p></blockquote>
<p>I run into this problem when, as a researcher, I seek useful analysis on topics I am investigating. <a class="zem_slink" title="Google" href="http://google.com" rel="homepage">Google</a> tends to turn up sources with high &#8220;<a class="zem_slink" title="PageRank" href="http://en.wikipedia.org/wiki/PageRank" rel="wikipedia">PageRank</a>,&#8221; which reflects a certain &#8220;wisdom of the crowds&#8221; when it comes to breaking stories, but stumbles when looking for more specific content, or insightful analysis. I often have to wade through what Mike Arrington of <a class="zem_slink" title="TechCrunch" href="http://www.techcrunch.com" rel="homepage">TechCrunch</a> calls &#8220;fast-food content&#8221; from content mills of various sorts (including, often, well-known blogs).</p>
<p>As a result, I turn to sources I know (like <a href="http://ssrn.com">SSRN</a> or blogs I already know who are not quite on target) and spend inordinate amounts of time painstakingly, manually <em>finding</em> decent sources of information (which usually means big blogs). Usually I miss the odd, insightful posts from &#8220;little guy&#8221; blogs.</p>
<p>Note that turning up top blogs in niche is not too hard (<a href="http://alltop.com">Alltop</a> is a good place to start). Many of them are quite good (the crowd is good for something), especially for getting the pulse of a niche.</p>
<p>But what happens when you want something beyond the latest and greatest happenings? What about all those little blogs out there that occasionally produce brilliant content, but are never going to compete (and probably aren&#8217;t trying to) with <a href="http://techcrunch.com">TechCrunch</a> (or even <a href="http://louisgray.com">louisgray.com</a>)?</p>
<p>Regular journalism (<a href="http://salon.com">Salon</a>, for example) can be good for this (especially in politics), although the lack of links to sources makes it difficult to use such pieces as launching points for more research. (More academic articles are better for this, but can be long, complex, and specialized.)</p>
<p>Some ideas, thoughts, and sources:</p>
<ul>
<li>I encourage well-known bloggers and big blogs to link to lesser-known, but insightful posts on blogs &thinsp;&mdash;&thinsp; even if the small guy is not an up-and-coming, next-big-thing discovery. (It would be great if journalists could do the same, but since traditional news outlets seem unable to move forward to embrace the Web, I don&#8217;t hold out much hope for this.)</li>
<li><a class="zem_slink" title="Digg" href="http://digg.com" rel="homepage">Digg</a> and <a class="zem_slink" title="Reddit" href="http://reddit.com/" rel="homepage">Reddit</a> can sometimes turn up good content, but this is another case of crowdsourcing not always producing good results. Content that rises tends to fall into certain patterns and appeal to a certain demographic or mindset. Good, but uninteresting-to-the-masses articles tend to get classified with spam.</li>
<li><a class="zem_slink" title="StumbleUpon" href="http://stumbleupon.com" rel="homepage">StumbleUpon</a> can be better than Reddit or Digg at allowing niche content, but because it tends to feel random, it&#8217;s use for specific research is limited &thinsp;&mdash;&thinsp; I&#8217;ve never had much luck searching it for useful content.</li>
<li>Google (and its competitors) should consider finding a way to &#8220;de-rank&#8221; content mills in some fashion. (Yes, I know they provide a good deal of revenue via advertising, so perhaps this will never happen.) Meanwhile, <a class="zem_slink" title="Google Blog Search" href="http://blogsearch.google.com/" rel="homepage">Google Blog Search</a> and Google Scholar are useful, if imperfect, tools.</li>
<li>Web tools like <a class="zem_slink" title="Alltop" href="http://alltop.com" rel="homepage">AllTop</a> and <a class="zem_slink" title="PostRank" href="http://postrank.com" rel="homepage">PostRank</a> are useful tools, although both tend to highlight top <em>blogs</em> in a niche, not top posts (which is still very useful).</li>
<li>&#8220;Bog rolls&#8221; are still useful sources, even if their use is dying off, but again tend to turn up niche blogs, not specific content.</li>
<li>Academic sources like SSRN, or PubMed, are useful for certain kinds of specific research, but they can be too specialized and too in-depth.</li>
</ul>
<p>Any other ideas? I&#8217;m still looking.</p>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><img class="zemanta-pixie-img" style="border: none; float: right;" src="http://img.zemanta.com/pixy.gif?x-id=a8cfea86-b02f-4058-853f-0d03791d1e56" alt="" /></div>
]]></content:encoded>
			<wfw:commentRss>http://inpropriapersona.com/finding-the-diamonds-in-the-rough-in-the-blogosphere/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Law school vs. graduate school</title>
		<link>http://inpropriapersona.com/law-school-vs-graduate-school/</link>
		<comments>http://inpropriapersona.com/law-school-vs-graduate-school/#comments</comments>
		<pubDate>Mon, 28 Sep 2009 15:00:19 +0000</pubDate>
		<dc:creator>Kristopher Nelson</dc:creator>
				<category><![CDATA[education]]></category>
		<category><![CDATA[history]]></category>
		<category><![CDATA[law]]></category>
		<category><![CDATA[attorney]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[business]]></category>
		<category><![CDATA[law school]]></category>
		<category><![CDATA[lawyer]]></category>
		<category><![CDATA[science]]></category>
		<category><![CDATA[theory]]></category>

		<guid isPermaLink="false">http://www.inpropriapersona.com/?p=886</guid>
		<description><![CDATA[Last May I finished my 3L year, and am now the proud possessor of a JD. On Thursday I began my first year program as a graduate student in the history of science. The experiences, perhaps unsurprisingly, have been strikingly different: law school is, ultimately, preparatory to practicing law as an attorney, and much of its emphasis is on tracking students in that direction.  Graduate school in the humanities and social sciences, meanwhile, is about training future academics.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/ndm007/2418965007/in/photostream/"><img class="alignright" title="&quot;Welcome To Hogwarts&quot; by Flickr user nathan makan, used under a Creative Commons license" src="http://farm3.static.flickr.com/2083/2418965007_902ec778d0_m.jpg" alt="" width="240" height="159" /></a>Last May I finished my 3L year, and am now the proud possessor of a <a class="zem_slink" title="Juris Doctor" rel="wikipedia" href="http://en.wikipedia.org/wiki/Juris_Doctor">JD</a>. On Thursday I began my first year program as a graduate student in the history of science. The experiences, perhaps unsurprisingly, have been strikingly different: law school is, ultimately, preparatory to practicing law as an attorney, and much of its emphasis is on tracking students in that direction.  <a class="zem_slink" title="Graduate school" rel="wikipedia" href="http://en.wikipedia.org/wiki/Graduate_school">Graduate school</a> in the humanities and social sciences, meanwhile, is about training future academics.</p>
<p>Law school&#8217;s <a class="zem_slink" title="Pedagogy" rel="wikipedia" href="http://en.wikipedia.org/wiki/Pedagogy">pedagogical</a> approach does not necessarily reflect this ultimately practical goal, though, and its focus on the so-called &#8220;<a class="zem_slink" title="Socratic method" rel="wikipedia" href="http://en.wikipedia.org/wiki/Socratic_method">Socratic method</a>&#8221; and on appellate case law is, many argue, an ineffective means of training effective lawyers:</p>
<blockquote><p>Martha Minow, the new dean of Harvard Law School, where the <a id="aptureLink_1iQNq3jA0F" href="http://en.wikipedia.org/wiki/Christopher%20Columbus%20Langdell">Langdellian</a> method of teaching from appellate opinions was developed, has called for <a href="http://law.vanderbilt.edu/publications/vanderbilt-law-review/archive/volume-60-number-2-march-2007/download.aspx?id=2523">&#8220;another case method&#8221;</a> closer to the one used in business and public-policy schools, and consistent with W and L&#8217;s approach and Carnegie.</p>
<p><a href="http://prawfsblawg.blogs.com/prawfsblawg/2009/09/whats-happening-in-legal-education.html">PrawfsBlawg: What&#8217;s happening in legal education?</a>.</p></blockquote>
<p>In contrast, graduate school is eminently suited to its goal of training new academics. We read other academics, write like academics, and teach and grade like the teachers we expect to be. Very disconnected from the &#8220;real world,&#8221; perhaps, and often overly bound up with theory &thinsp;&mdash;&thinsp; but still, if one is aiming to work in this area, the training is, in a very real sense, <em>practical.</em></p>
<p>Law school, though, while pushing the practical, does not teach it. At most, one might argue that it teaches a kind of thinking &thinsp;&mdash;&thinsp; a very critical kind of thinking &thinsp;&mdash;&thinsp; but it does not teach students to practice law (nor to teach it, for that matter).</p>
<p>I&#8217;m curious to see how my reflections on law school education change as I pursue my <a class="zem_slink" title="Doctor of Philosophy" rel="wikipedia" href="http://en.wikipedia.org/wiki/Doctor_of_Philosophy">PhD</a> &thinsp;&mdash;&thinsp; I expect I might feel more positive about it as more time passes. We shall see.</p>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><img class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/pixy.gif?x-id=e21f9554-1039-4fae-b605-96e09cef619b" alt="" /><span class="zem-script pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
]]></content:encoded>
			<wfw:commentRss>http://inpropriapersona.com/law-school-vs-graduate-school/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

