<?xml version="1.0" encoding="utf-8"?>
<feed
    xmlns="http://www.w3.org/2005/Atom"
    xmlns:at="http://www.sixapart.com/ns/at"
    xmlns:icbm="http://postneo.com/icbm"
    xmlns:rvw="http://purl.org/NET/RVW/0.2/"
    xml:lang="en">
    <title>A matter of fiction</title>
    <link rel="self" type="application/atom+xml" title="A matter of fiction (Atom)" href="http://jonathanj.vox.com/library/posts/tags/ironpython/page/1/atom.xml" />
    <link rel="alternate" type="text/html" title="A matter of fiction" href="http://jonathanj.vox.com/library/posts/tags/ironpython/page/1/"/> 
    <link rel="service.post" type="application/atom+xml" title="A matter of fiction" href="http://www.vox.com/services/atom/svc=post/collection_id=6a00cd972815d04cd500d41433c13f6a47" /> 
    <link rel="service.subscribe" type="application/atom+xml" title="A matter of fiction" href="http://jonathanj.vox.com/library/posts/tags/ironpython/atom.xml" />   
    <link rel="last" type="application/atom+xml" title="A matter of fiction" href="http://jonathanj.vox.com/library/posts/tags/ironpython/page/1/atom.xml" />  
    <category term="ironpython" scheme="http://jonathanj.vox.com/tags/ironpython/?_c=feed-atom-full" label="ironpython" /> 
    <generator uri="http://www.vox.com/">Vox</generator>
    <updated>2007-05-10T22:15:37Z</updated> 
    <author>
        <name>jonathanj</name>
        <uri>http://jonathanj.vox.com/?_c=feed-atom-full</uri>
    </author> 
    <id>tag:vox.com,2006:6p00cd972815d04cd5/tags/ironpython/</id> 
    <subtitle>When you meet a man who is not a poet, do not show him your poem.</subtitle>  
    
    <entry>
        <title>Google Reader Notifier</title>   
        <link rel="alternate" type="text/html" title="Google Reader Notifier" href="http://jonathanj.vox.com/library/post/google-reader-notifier.html?_c=feed-atom-full" />  
        <link rel="service.post" type="application/atom+xml" title="Google Reader Notifier" href="http://jonathanj.vox.com/library/post/google-reader-notifier.html?_c=feed-atom-full#comments" /> 
        <link rel="service.edit" type="application/atom+xml" title="Google Reader Notifier" href="http://www.vox.com/atom/svc=post/asset_id=6a00cd972815d04cd500cd9728c0c84cd5" />            <id>tag:vox.com,2007-05-10:asset-6a00cd972815d04cd500cd9728c0c84cd5</id>
        <published>2007-05-10T09:44:44Z</published>
        <updated>2007-05-10T22:15:37Z</updated>
    
        <author>
            <name>jonathanj</name>
            <uri>http://jonathanj.vox.com/?_c=feed-atom-full</uri>
        </author>
    
        
        <content type="html" xml:base="http://jonathanj.vox.com/?_c=feed-atom-full">
            <![CDATA[
                <div xmlns="http://www.w3.org/1999/xhtml" xmlns:at="http://www.sixapart.com/ns/at">
        <p>Up until recent months, I&#39;d been using <a href="http://www.feedreader.com/">FeedReader</a> to keep track of my RSS feeds. While not completely terrible, it had enough annoyances for me to start looking at other readers. Enter <a href="http://www.google.com/reader/">Google Reader</a>, which has so far been a relatively (searching/filter posts would be a very welcome feature) pleasant experience. Something that FeedReader used to do was a toaster pop-up with information about new or unread items, which is a reasonably useful feature as I&#39;m not able to look at my feeds as often as I&#39;d like to, so I wrote my own notifier.</p>
    
    
    

    
    
    

    
    
    

    
    
    
<div at:enclosure="asset" at:xid="6a00cd972815d04cd500d41436c9d03c7f" at:format="medium" at:align="left"
    class="enclosure enclosure-left enclosure-medium photo-enclosure" 
     style="text-align: center; float: left;">
<div class="enclosure-inner"
    
        style="padding: 9px; border: 1px solid; width: px; margin: 0 20px 20px 0;"
    >
    <div class="enclosure-list">
        <div class="enclosure-item photo-asset last">
    
            <div class="enclosure-image">
        
                <a href="http://jonathanj.vox.com/library/photo/6a00cd972815d04cd500d41436c9d03c7f.html"><img src="http://a0.vox.com/6a00cd972815d04cd500d41436c9d03c7f-200pi" alt="Google Reader Notifier" title="Google Reader Notifier" /></a>
        
            </div>
            <div class="enclosure-meta">
                <div class="enclosure-asset-name"><a href="http://jonathanj.vox.com/library/photo/6a00cd972815d04cd500d41436c9d03c7f.html" title="Google Reader Notifier">Google Reader Notifier</a></div>
            </div>
    
        </div>
    </div>
</div>
</div><!-- end enclosure -->
<p>



I am aware that <a href="http://www.google.com/search?&amp;q=google%20reader%20notifier">others exist</a>, but they are either crap or a Firefox extension. As I don&#39;t always leave my browser open, I decided to make it a notification icon and I decided to code it in <a href="http://www.codeplex.com/IronPython">IronPython</a>, as a little exercise and because it was the easiest. Simple enough to use, make sure you have (at least) IronPython 1.0 installed, run it with&#160; <code>ipyw.exe grnotify.py</code> (to avoid leaving a console window behind), set up the options and you&#39;re done. You can &quot;install&quot; it to your startup folder by running it with <code>ipy.exe grnotify.py -install</code>. The source is available in my darcs repo at <a href="http://slipgate.za.net/%7Ekorpse/darcs/grn">http://slipgate.za.net/~korpse/darcs/grn</a>.
 </p>   <p style="clear:both;"> 
    <a href="http://jonathanj.vox.com/library/post/google-reader-notifier.html?_c=feed-atom-full#comments">Read and post comments</a>   |   
    <a href="http://www.vox.com/share/6a00cd972815d04cd500cd9728c0c84cd5?_c=feed-atom-full">Send to a friend</a> 
</p>

                </div>
            ]]>
        </content> 
    <category term="google" scheme="http://jonathanj.vox.com/tags/google/" label="google" /> 
    <category term="reader" scheme="http://jonathanj.vox.com/tags/reader/" label="reader" /> 
    <category term="ironpython" scheme="http://jonathanj.vox.com/tags/ironpython/" label="ironpython" /> 
    <category term="grn" scheme="http://jonathanj.vox.com/tags/grn/" label="grn" /> 
    </entry> 
</feed>


