<?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>Jordan Running &#187; tutorial</title>
	<atom:link href="http://jordanrunning.com/tag/tutorial/feed/" rel="self" type="application/rss+xml" />
	<link>http://jordanrunning.com</link>
	<description>A place for my stuff</description>
	<lastBuildDate>Fri, 21 Jan 2011 22:37:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>&#8220;Send To&#8221; LiveJournal and Iterasi for Google Reader</title>
		<link>http://jordanrunning.com/2009/08/send-to-livejournal-and-iterasi-for-google-reader/</link>
		<comments>http://jordanrunning.com/2009/08/send-to-livejournal-and-iterasi-for-google-reader/#comments</comments>
		<pubDate>Sat, 15 Aug 2009 16:24:36 +0000</pubDate>
		<dc:creator>Jordan</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Google Reader]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[Iterasi]]></category>
		<category><![CDATA[LiveJournal]]></category>
		<category><![CDATA[Send To]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://jordanrunning.com/?p=80</guid>
		<description><![CDATA[I&#8217;ve gotten a lot of great feedback about my last two posts about adding Send To buttons to Google Reader for for Instapaper and Evernote, including links at my old stomping grounds ,Download Squad. These articles are fun for me to write, so I&#8217;ll keep it up for the time being. In the Download Squad [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-85" title="Google Reader Send To LiveJournal, Iterasi" src="http://jordanrunning.com/wordpress/wp-content/uploads/2009/08/google_reader_send_to_livejournal_iterasi.PNG" alt="Google Reader Send To LiveJournal, Iterasi" width="185" height="160" />I&#8217;ve gotten a lot of great feedback about my last two posts about adding Send To buttons to Google Reader for <a href="http://jordanrunning.com/2009/08/instapaper-send-to-button-for-google-reader/">for Instapaper</a> and <a href="http://jordanrunning.com/2009/08/evernote-send-to-button-for-google-reader/">Evernote</a>, including links at my old stomping grounds ,<a href="http://www.downloadsquad.com/2009/08/14/google-reader-send-to-buttons-for-instapaper-and-evernote/">Download Squad.</a></p>
<p>These articles are fun for me to write, so I&#8217;ll keep it up for the time being. In the Download Squad comments there were requests for instructions for <a href="http://livejournal.com/">LiveJournal</a> and <a href="http://iterasi.com/">Iterasi</a>. They both turned out to be easy enough, so read on for the instructions.<span id="more-80"></span></p>
<p>In each case, follow the same steps as in the previous tutorials. Head to the Google Reader <a href="http://www.google.com/reader/settings?display=item-links">Settings page</a>, go to the Send To tab, and scroll to the bottom. Click on &#8220;Create a custom link&#8221; and in the form that appears enter the values below. When you&#8217;re done click on Save.</p>
<h4>LiveJournal</h4>
<h5>URL</h5>
<blockquote><p>http://www.livejournal.com/update.bml?event=%3Ca%20href%3D%22${url}%22%3E${title}%3C%2Fa%3E&amp;subject=${title}</p></blockquote>
<h5>Icon URL</h5>
<blockquote><p>http://www.livejournal.com/favicon.ico</p></blockquote>
<p style="text-align: center;"><img class="size-full wp-image-84  aligncenter" title="Google Reader Send To LiveJournal" src="http://jordanrunning.com/wordpress/wp-content/uploads/2009/08/google_reader_send_to_livejournal.PNG" alt="Google Reader Send To LiveJournal" width="482" height="128" /></p>
<h4>Iterasi</h4>
<h5>URL</h5>
<blockquote><p>https://www.iterasi.net/Capture.aspx?v=1.0&amp;u=${url}&amp;t=${title}</p></blockquote>
<h5>Icon URL</h5>
<blockquote><p>https://www.iterasi.net/favicon.ico</p></blockquote>
<p style="text-align: center;"><img class="size-full wp-image-83  aligncenter" title="Google Reader Send To Iterasi" src="http://jordanrunning.com/wordpress/wp-content/uploads/2009/08/google_reader_send_to_iterasi.PNG" alt="Google Reader Send To Iterasi" width="479" height="124" /></p>
<h4>Thoughts</h4>
<p>The reason the LiveJournal one is pretty ugly is that the &#8220;event&#8221; parameter contains the actual text of the post it creates on LiveJournal&#8212;which, in our case, is an HTML link&#8212;and for it to work correctly we have to &#8220;<a href="http://en.wikipedia.org/wiki/Percent-encoding">URL encode</a>&#8221; it before we put it in the URL. Unencoded it&#8217;s just this very boring bit of HTML:</p>
<blockquote><p>&lt;a href=&#8221;${url}&#8221;&gt;${title}&lt;/a&gt;</p></blockquote>
<p>If you want you can replace that with any HTML or text you want as long as it&#8217;s <a href="http://meyerweb.com/eric/tools/dencoder/">encoded</a> (except for the ${title} and ${url} parts, which must remain unencoded).</p>
]]></content:encoded>
			<wfw:commentRss>http://jordanrunning.com/2009/08/send-to-livejournal-and-iterasi-for-google-reader/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Evernote &#8220;Send To&#8221; button for Google Reader</title>
		<link>http://jordanrunning.com/2009/08/evernote-send-to-button-for-google-reader/</link>
		<comments>http://jordanrunning.com/2009/08/evernote-send-to-button-for-google-reader/#comments</comments>
		<pubDate>Fri, 14 Aug 2009 15:15:42 +0000</pubDate>
		<dc:creator>Jordan</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[Evernote]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Google Reader]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[Send To]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://jordanrunning.com/?p=67</guid>
		<description><![CDATA[I was thrilled to see that Kevin Purdy at Lifehacker picked up my Send-To-Instapaper tutorial for Google Reader. In the comments on his post, member &#8220;illadvised&#8221; asked, &#8220;Has anyone tried an Evernote &#8216;Send To&#8217;?&#8221; Great idea! This one, as it turns out, is even easier than the one for Instapaper. Update: Over at the official [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://jordanrunning.com/wordpress/wp-content/uploads/2009/08/google_reader_send_to_evernote-2.png" alt="Send To Evernote in Google Reader" title="Send To Evernote in Google Reader" width="168" height="166" class="alignleft size-full wp-image-70" />I was thrilled to see that Kevin Purdy at Lifehacker <a href="http://lifehacker.com/5337461/more-google-reader-send-to-tricks">picked up</a> my <a href="http://jordanrunning.com/2009/08/instapaper-send-to-button-for-google-reader/">Send-To-Instapaper tutorial for Google Reader</a>. In the comments on his post, member &#8220;illadvised&#8221; <a href="http://lifehacker.com/5337461/more-google-reader-send-to-tricks#c14774711">asked</a>, &#8220;Has anyone tried an <a href="http://www.evernote.com/">Evernote</a> &#8216;Send To&#8217;?&#8221; Great idea!</p>
<p>This one, as it turns out, is even easier than the one for Instapaper.<span id="more-67"></span></p>
<p><strong>Update:</strong> Over at the official Evernote blog they&#8217;ve <a href="http://blog.evernote.com/2009/08/14/send-blog-posts-from-google-reader-to-evernote/">posted alternate instructions</a> that clip the entire page, which you might find more useful.</p>
<h4 style="clear: left;">How to add an Evernote &#8220;Send To&#8221; link to Google Reader</h4>
<ol>
<li>
<p>
Go to the Google Reader <a href="http://www.google.com/reader/settings?display=item-links">Settings page</a>. On the &#8220;Send To&#8221; tab, scroll to the bottom and click on &#8220;Create a custom link.&#8221;</p>
</li>
<li>
<p>In the &#8220;Name&#8221; field type &#8220;Evernote,&#8221; or whatever you want.</p>
</li>
<li>
In the &#8220;URL&#8221; field paste the following:</p>
<blockquote><p>http://www.evernote.com/clip.action?url=${url}&amp;title=${title}</p></blockquote>
<p>Make sure you get everything, starting with &#8220;http&#8221; and ending with &#8220;${title}&#8221;. Don&#8217;t change anything.
</li>
<li>
<p>In the (optional) &#8220;Icon URL&#8221; field paste this:</p>
<blockquote><p>http://www.evernote.com/about/img/favicon.ico</p></blockquote>
</li>
<li>
When you&#8217;re done it should look like this:</p>
<p style="text-align: center;"><img class="size-full wp-image-69  aligncenter" title="&quot;Create custom link&quot; for Evernote in Google Reader" src="http://jordanrunning.com/wordpress/wp-content/uploads/2009/08/google_reader_send_to_evernote-1.png" alt="&quot;Create custom link&quot; for Evernote in Google Reader" width="486" height="122" /></p>
<p>Click on &#8220;Save&#8221; and you&#8217;re done!
</li>
</ol>
<p>Now when you click on &#8220;Send To&#8221; on a Google Reader item a new page will load, instantly adding the item to Evernote and giving you options to choose a notebook and tags. (If you&#8217;re not logged into Evernote Web you&#8217;ll be prompted to login first.)</p>
]]></content:encoded>
			<wfw:commentRss>http://jordanrunning.com/2009/08/evernote-send-to-button-for-google-reader/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Instapaper &#8220;Send To&#8221; button for Google Reader</title>
		<link>http://jordanrunning.com/2009/08/instapaper-send-to-button-for-google-reader/</link>
		<comments>http://jordanrunning.com/2009/08/instapaper-send-to-button-for-google-reader/#comments</comments>
		<pubDate>Thu, 13 Aug 2009 22:25:38 +0000</pubDate>
		<dc:creator>Jordan</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Google Reader]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[Instapaper]]></category>
		<category><![CDATA[Send To]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://jordanrunning.com/?p=38</guid>
		<description><![CDATA[This week Google added a feature to Google Reader called &#8220;Send To&#8221; that lets you send a link to any feed item to various web services like Facebook, Digg, and Twitter. Very cool! But the coolest part is that they also made it easy to add other services to the mix&#8211;any service that will accept [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-44" title="Instapaper &quot;Send To&quot; in Google Reader" src="http://jordanrunning.com/wordpress/wp-content/uploads/2009/08/google_reader_instapaper-21.png" alt="Instapaper &quot;Send To&quot; in Google Reader" width="174" height="130" />This week Google added a feature to <a href="http://google.com/reader/">Google Reader</a> called &#8220;Send To&#8221; that lets you send a link to any feed item to various web services like Facebook, Digg, and Twitter. Very cool! But the coolest part is that they also made it easy to add other services to the mix&#8211;any service that will accept a HTTP GET request.</p>
<p>Already people are coming up with cool uses for this. Digital Inspiration, for example, shows you how to add a Send To link that&#8217;ll <a href="http://www.labnol.org/internet/download-google-reader-stories-as-pdf/9389/">make a PDF document</a> (via <a href="http://lifehacker.com/5336606/convert-google-reader-items-to-pdfs">Lifehacker</a>) out of the linked item.</p>
<p>My first thought, though, was to make a Send To link for Instapaper<span id="more-38"></span></p>
<p><a href="http://instapaper.com/">Instapaper</a> is a simple web app that lets you keep a &#8220;reading list&#8221; of articles on the web that you want to read but don&#8217;t have time for right away. There are already <a href="http://userscripts.org/scripts/search?q=instapaper+google+reader&amp;x=0&amp;y=0">Greasemonkey scripts</a> that tie Instapaper into Google Reader, but a Send To link will work in any browser and shouldn&#8217;t break if Google makes changes to Reader down the road.</p>
<p><strong>Update:</strong> The day after I wrote this Google added a built-in Instapaper option to Reader. It works great, but a little differently: Whereas the instructions below will instantly add the feed item to Instapaper without any input from you, Google&#8217;s built-in method takes you to an Instapaper page where you can edit the Title and Summary of the item before saving it, requiring an additional click&#8211;unless you&#8217;re not logged in, in which case you must login first and then click the Send To button again. It has the benefit, however, of not making you give your Instapaper username or password to Google. You should choose whichever method suits you best.</p>
<p>So, on to the goods:</p>
<h4>How to add a &#8220;Send To&#8221; link for Instapaper to Google Reader</h4>
<ol>
<li>Copy the following URL to your favorite text editor:<br />
<blockquote><p>https://www.instapaper.com/api/add?url=${url}&amp;title=${title}&amp;username=<strong>USERNAME</strong>&amp;password=<strong>PASSWORD</strong></p></blockquote>
<p>Replace the big &#8220;USERNAME&#8221; with your Instapaper username (or email address, if you use that to login on Instapaper). If you have a password, replace &#8220;PASSWORD&#8221; with it. <strong>If you don&#8217;t have a password</strong>, just delete everything after your username (&#8220;&amp;password&#8221; and everything after it).</p>
<p>Don&#8217;t change anything else.</li>
<li> Go to the &#8220;Send To&#8221; tab on the Google Reader <a href="http://www.google.com/reader/settings?display=item-links">Settings page</a>. At the bottom, click on the &#8220;Create a custom link&#8221; button. A form will appear:
<p style="text-align: center;"><img class="size-full wp-image-51 aligncenter" title="Create custom Send To link for Instapaper in Google Reader" src="http://jordanrunning.com/wordpress/wp-content/uploads/2009/08/google_reader_instapaper-11.png" alt="Create custom Send To link for Instapaper in Google Reader" width="490" height="129" /></p>
<p>In the &#8220;Name&#8221; field type &#8220;Instapaper&#8221; (or whatever you want). Copy the URL you edited from your text editor and paste it in the &#8220;URL&#8221; field. The &#8220;Icon URL&#8221; is optional, but use the URL above if you want it to show a pretty Instapaper &#8220;I&#8221; icon.</p>
<p>Click on the &#8220;Save&#8221; button.</li>
<li> That&#8217;s it!
<p>Now when you click on &#8220;Send To&#8221; on a feed item you&#8217;ll see Instapaper in the list, and when you click on it your browser will make a request to the Instapaper API. You&#8217;ll see a new page load in your browser. If it says &#8220;201&#8243; that means it worked and the item was added to your Instapaper reading list.</li>
</ol>
<h4>Troubleshooting</h4>
<p>If you see a different number, there was an error. &#8220;403&#8243; means there was a problem with your username or password. In that case, make sure that you&#8217;ve replaced &#8220;USERNAME&#8221; and &#8220;PASSWORD&#8221; in Step 1 with your Instapaper username and password, &lt;strong&gt;not&lt;/strong&gt; your Google Reader username and password. Remember that if you don&#8217;t use a password when you log in to Instapaper you must remove the &#8220;PASSWORD&#8221; part of the URL.</p>
<p>A &#8220;400&#8243; means there&#8217;s something else wrong with the URL. Make sure you copied the whole URL, starting with &#8220;http&#8221; and ending with &#8220;{title},&#8221; and that you&#8217;ve only changed the &#8220;USERNAME&#8221; and &#8220;PASSWORD&#8221; parts.</p>
<p>A &#8220;500&#8243; error means something else is wrong and it&#8217;s probably not your fault. Try again later.</p>
<p>If you&#8217;re curious and technically-inclined you can learn more about the Instapaper API <a href="http://blog.instapaper.com/post/73123968/read-later-api">over here</a>.</p>
<p><strong>Update:</strong> Based on a suggestion <a href="http://lifehacker.com/5337461/more-google-reader-send-to-tricks">over at Lifehacker</a> I also put together a tutorial for <a href="http://jordanrunning.com/2009/08/evernote-send-to-button-for-google-reader/">adding an Evernote Send To link to Google Reader</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://jordanrunning.com/2009/08/instapaper-send-to-button-for-google-reader/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
	</channel>
</rss>

