<?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>MacJavaDeveloper’s blog</title>
    <link rel="self" type="application/atom+xml" title="MacJavaDeveloper’s blog (Atom)" href="http://macjavadev.vox.com/library/posts/page/1/atom.xml" />
    <link rel="alternate" type="text/html" title="MacJavaDeveloper’s blog" href="http://macjavadev.vox.com/library/posts/page/1/"/> 
    <link rel="service.post" type="application/atom+xml" title="MacJavaDeveloper’s blog" href="http://www.vox.com/services/atom/svc=post/collection_id=6a00d09e46a77dbe2b00cdf3a7f859cb8f" /> 
    <link rel="service.subscribe" type="application/atom+xml" title="MacJavaDeveloper’s blog" href="http://macjavadev.vox.com/library/posts/atom.xml" />    
    <link rel="next" type="application/atom+xml" title="MacJavaDeveloper’s blog" href="http://macjavadev.vox.com/library/posts/page/2/atom.xml" /> 
    <link rel="last" type="application/atom+xml" title="MacJavaDeveloper’s blog" href="http://macjavadev.vox.com/library/posts/page/2/atom.xml" />  
    <generator uri="http://www.vox.com/">Vox</generator>
    <updated>2009-01-10T15:28:49Z</updated> 
    <author>
        <name>James Childers</name>
        <uri>http://macjavadev.vox.com/?_c=feed-atom</uri>
    </author> 
    <id>tag:vox.com,2006:6p00d09e46a77dbe2b/</id>  
    
    <entry>
        <title>On Small Classes and Short Methods</title>   
        <link rel="alternate" type="text/html" title="On Small Classes and Short Methods" href="http://macjavadev.vox.com/library/post/on-small-classes-and-short-methods.html?_c=feed-atom" />  
        <link rel="service.post" type="application/atom+xml" title="On Small Classes and Short Methods" href="http://macjavadev.vox.com/library/post/on-small-classes-and-short-methods.html?_c=feed-atom#comments" /> 
        <link rel="service.edit" type="application/atom+xml" title="On Small Classes and Short Methods" href="http://www.vox.com/atom/svc=post/asset_id=6a00d09e46a77dbe2b00f48d12e3d70001" />          <id>tag:vox.com,2008-05-02:asset-6a00d09e46a77dbe2b00f48d12e3d70001</id>
        <published>2008-05-02T17:35:48Z</published>
        <updated>2009-01-10T15:28:49Z</updated>
    
        <author>
            <name>James Childers</name>
            <uri>http://macjavadev.vox.com/?_c=feed-atom</uri>
        </author>
    
        
        <content type="html" xml:base="http://macjavadev.vox.com/?_c=feed-atom">
            <![CDATA[
                <div xmlns="http://www.w3.org/1999/xhtml" xmlns:at="http://www.sixapart.com/ns/at">
         I took up the challenge posted over at Binstock regarding Small Classes and Short Methods and have to say it was an interesting exercise. Overall implementing these suggestions made for much more readable code, and it was certainly more OO after I...   <p style="clear:both;"> 
    <a href="http://macjavadev.vox.com/library/post/on-small-classes-and-short-methods.html?_c=feed-atom#comments">Read and post comments</a>   |   
    <a href="http://www.vox.com/share/6a00d09e46a77dbe2b00f48d12e3d70001?_c=feed-atom">Send to a friend</a> 
</p>

                </div>
            ]]>
        </content> 
    <category term="java" scheme="http://macjavadev.vox.com/tags/java/" label="java" /> 
    </entry> 
    
    <entry>
        <title>Eclipse, OS X, and SoyLatte</title>   
        <link rel="alternate" type="text/html" title="Eclipse, OS X, and SoyLatte" href="http://macjavadev.vox.com/library/post/eclipse-os-x-and-soylatte.html?_c=feed-atom" />  
        <link rel="service.post" type="application/atom+xml" title="Eclipse, OS X, and SoyLatte" href="http://macjavadev.vox.com/library/post/eclipse-os-x-and-soylatte.html?_c=feed-atom#comments" /> 
        <link rel="service.edit" type="application/atom+xml" title="Eclipse, OS X, and SoyLatte" href="http://www.vox.com/atom/svc=post/asset_id=6a00d09e46a77dbe2b00f48ceabdb20003" />          <id>tag:vox.com,2008-04-02:asset-6a00d09e46a77dbe2b00f48ceabdb20003</id>
        <published>2008-04-02T20:48:57Z</published>
        <updated>2009-04-11T20:42:14Z</updated>
    
        <author>
            <name>James Childers</name>
            <uri>http://macjavadev.vox.com/?_c=feed-atom</uri>
        </author>
    
        
        <content type="html" xml:base="http://macjavadev.vox.com/?_c=feed-atom">
            <![CDATA[
                <div xmlns="http://www.w3.org/1999/xhtml" xmlns:at="http://www.sixapart.com/ns/at">
         Current revisions of Eclipse prevent the use of SoyLatte, the OpenJDK port of Java 1.6 for OS X 10.4/10.5. There is an open bug about this, and even better a patch for StandardVMType attached to the bug. I&#39;ve applied the patch and it does indeed w...   <p style="clear:both;"> 
    <a href="http://macjavadev.vox.com/library/post/eclipse-os-x-and-soylatte.html?_c=feed-atom#comments">Read and post comments</a>   |   
    <a href="http://www.vox.com/share/6a00d09e46a77dbe2b00f48ceabdb20003?_c=feed-atom">Send to a friend</a> 
</p>

                </div>
            ]]>
        </content> 
    <category term="java" scheme="http://macjavadev.vox.com/tags/java/" label="java" /> 
    <category term="eclipse" scheme="http://macjavadev.vox.com/tags/eclipse/" label="eclipse" /> 
    <category term="osx" scheme="http://macjavadev.vox.com/tags/osx/" label="osx" /> 
    <category term="soylatte" scheme="http://macjavadev.vox.com/tags/soylatte/" label="soylatte" /> 
    <category term="java6" scheme="http://macjavadev.vox.com/tags/java6/" label="java6" /> 
    </entry> 
    
    <entry>
        <title>&quot;Fanboys&quot; and the IT media</title>   
        <link rel="alternate" type="text/html" title="&quot;Fanboys&quot; and the IT media" href="http://macjavadev.vox.com/library/post/fanboys-and-the-it-media.html?_c=feed-atom" />  
        <link rel="service.post" type="application/atom+xml" title="&quot;Fanboys&quot; and the IT media" href="http://macjavadev.vox.com/library/post/fanboys-and-the-it-media.html?_c=feed-atom#comments" /> 
        <link rel="service.edit" type="application/atom+xml" title="&quot;Fanboys&quot; and the IT media" href="http://www.vox.com/atom/svc=post/asset_id=6a00d09e46a77dbe2b00e398b22a540003" />          <id>tag:vox.com,2007-10-12:asset-6a00d09e46a77dbe2b00e398b22a540003</id>
        <published>2007-10-12T17:16:21Z</published>
        <updated>2009-03-25T13:27:46Z</updated>
    
        <author>
            <name>James Childers</name>
            <uri>http://macjavadev.vox.com/?_c=feed-atom</uri>
        </author>
    
        
        <content type="html" xml:base="http://macjavadev.vox.com/?_c=feed-atom">
            <![CDATA[
                <div xmlns="http://www.w3.org/1999/xhtml" xmlns:at="http://www.sixapart.com/ns/at">
         Here is what I&#39;ve come to learn from the mainstream IT media:  If you prefer Linux to Windows, and encourage its use to others, you are a fanboy and/or fantaic If you prefer OS X to Windows, and encourage its use to others, you are a fanboy and/or...   <p style="clear:both;"> 
    <a href="http://macjavadev.vox.com/library/post/fanboys-and-the-it-media.html?_c=feed-atom#comments">Read and post comments</a>   |   
    <a href="http://www.vox.com/share/6a00d09e46a77dbe2b00e398b22a540003?_c=feed-atom">Send to a friend</a> 
</p>

                </div>
            ]]>
        </content> 
    <category term="media" scheme="http://macjavadev.vox.com/tags/media/" label="media" /> 
    <category term="fanboy" scheme="http://macjavadev.vox.com/tags/fanboy/" label="fanboy" /> 
    <category term="zealot" scheme="http://macjavadev.vox.com/tags/zealot/" label="zealot" /> 
    </entry> 
    
    <entry>
        <title>GNU Screen</title>   
        <link rel="alternate" type="text/html" title="GNU Screen" href="http://macjavadev.vox.com/library/post/gnu-screen.html?_c=feed-atom" />  
        <link rel="service.post" type="application/atom+xml" title="GNU Screen" href="http://macjavadev.vox.com/library/post/gnu-screen.html?_c=feed-atom#comments" /> 
        <link rel="service.edit" type="application/atom+xml" title="GNU Screen" href="http://www.vox.com/atom/svc=post/asset_id=6a00d09e46a77dbe2b00e398b201810001" />            <id>tag:vox.com,2007-10-12:asset-6a00d09e46a77dbe2b00e398b201810001</id>
        <published>2007-10-12T15:05:49Z</published>
        <updated>2007-10-12T15:09:45Z</updated>
    
        <author>
            <name>James Childers</name>
            <uri>http://macjavadev.vox.com/?_c=feed-atom</uri>
        </author>
    
        
        <content type="html" xml:base="http://macjavadev.vox.com/?_c=feed-atom">
            <![CDATA[
                <div xmlns="http://www.w3.org/1999/xhtml" xmlns:at="http://www.sixapart.com/ns/at">
        <p class="enclosed-assets" style="margin-bottom: 10px;">     <a href="http://macjavadev.vox.com/library/photo/6a00d09e46a77dbe2b00e398b220690003.html?_c=feed-atom" style="float:left; margin-right:6px;"><img src="http://a1.vox.com/6a00d09e46a77dbe2b00e398b220690003-50si" alt="Screencap" /></a> 
    <br style="clear:both;" />
</p>
   I tend to avoid evangelism of any sort these days, but if you are a unix weenie of any flavor and do not use screen then you are, quite frankly, not cool.   Screen needs some help to make it more visually appealing, so here&#39;s a snippet from my .sc...   <p style="clear:both;"> 
    <a href="http://macjavadev.vox.com/library/post/gnu-screen.html?_c=feed-atom#comments">Read and post comments</a>   |   
    <a href="http://www.vox.com/share/6a00d09e46a77dbe2b00e398b201810001?_c=feed-atom">Send to a friend</a> 
</p>

                </div>
            ]]>
        </content> 
    <category term="unix" scheme="http://macjavadev.vox.com/tags/unix/" label="unix" /> 
    <category term="gnu screen" scheme="http://macjavadev.vox.com/tags/gnu+screen/" label="gnu screen" /> 
    </entry> 
    
    <entry>
        <title>JCaptcha and ImageFilters</title>   
        <link rel="alternate" type="text/html" title="JCaptcha and ImageFilters" href="http://macjavadev.vox.com/library/post/jcaptcha-and-imagefilters.html?_c=feed-atom" />  
        <link rel="service.post" type="application/atom+xml" title="JCaptcha and ImageFilters" href="http://macjavadev.vox.com/library/post/jcaptcha-and-imagefilters.html?_c=feed-atom#comments" /> 
        <link rel="service.edit" type="application/atom+xml" title="JCaptcha and ImageFilters" href="http://www.vox.com/atom/svc=post/asset_id=6a00d09e46a77dbe2b00e398b170bf0002" />          <id>tag:vox.com,2007-10-10:asset-6a00d09e46a77dbe2b00e398b170bf0002</id>
        <published>2007-10-10T20:01:03Z</published>
        <updated>2007-10-10T20:08:38Z</updated>
    
        <author>
            <name>James Childers</name>
            <uri>http://macjavadev.vox.com/?_c=feed-atom</uri>
        </author>
    
        
        <content type="html" xml:base="http://macjavadev.vox.com/?_c=feed-atom">
            <![CDATA[
                <div xmlns="http://www.w3.org/1999/xhtml" xmlns:at="http://www.sixapart.com/ns/at">
         FYI: JCAPTCHA uses the robust set of ImageFilters from JH Labs. These include a WarpFilter, which is what I was looking for but was unable to find. For a while. A long while. Far longer than it should have.   The documentation for it could be impr...   <p style="clear:both;"> 
    <a href="http://macjavadev.vox.com/library/post/jcaptcha-and-imagefilters.html?_c=feed-atom#comments">Read and post comments</a>   |   
    <a href="http://www.vox.com/share/6a00d09e46a77dbe2b00e398b170bf0002?_c=feed-atom">Send to a friend</a> 
</p>

                </div>
            ]]>
        </content> 
    <category term="java captcha filters" scheme="http://macjavadev.vox.com/tags/java+captcha+filters/" label="java captcha filters" /> 
    </entry> 
    
    <entry>
        <title>Merging CSS stylesheets with Python</title>   
        <link rel="alternate" type="text/html" title="Merging CSS stylesheets with Python" href="http://macjavadev.vox.com/library/post/merging-css-stylesheets-with-python.html?_c=feed-atom" />  
        <link rel="service.post" type="application/atom+xml" title="Merging CSS stylesheets with Python" href="http://macjavadev.vox.com/library/post/merging-css-stylesheets-with-python.html?_c=feed-atom#comments" /> 
        <link rel="service.edit" type="application/atom+xml" title="Merging CSS stylesheets with Python" href="http://www.vox.com/atom/svc=post/asset_id=6a00d09e46a77dbe2b00cd9737ff424cd5" />          <id>tag:vox.com,2007-06-20:asset-6a00d09e46a77dbe2b00cd9737ff424cd5</id>
        <published>2007-06-20T21:46:24Z</published>
        <updated>2007-06-20T21:48:12Z</updated>
    
        <author>
            <name>James Childers</name>
            <uri>http://macjavadev.vox.com/?_c=feed-atom</uri>
        </author>
    
        
        <content type="html" xml:base="http://macjavadev.vox.com/?_c=feed-atom">
            <![CDATA[
                <div xmlns="http://www.w3.org/1999/xhtml" xmlns:at="http://www.sixapart.com/ns/at">
         Friend of mine asked for something to merge two stylesheets together. I&#39;ve been dinking with Python here and there when I have the time, and this was the result. It could definitely be improved, namely to work with X number of stylesheets, but it ...   <p style="clear:both;"> 
    <a href="http://macjavadev.vox.com/library/post/merging-css-stylesheets-with-python.html?_c=feed-atom#comments">Read and post comments</a>   |   
    <a href="http://www.vox.com/share/6a00d09e46a77dbe2b00cd9737ff424cd5?_c=feed-atom">Send to a friend</a> 
</p>

                </div>
            ]]>
        </content> 
    <category term="css" scheme="http://macjavadev.vox.com/tags/css/" label="css" /> 
    <category term="python" scheme="http://macjavadev.vox.com/tags/python/" label="python" /> 
    </entry> 
    
    <entry>
        <title>Three Utils Every Unix Person Should Know</title>   
        <link rel="alternate" type="text/html" title="Three Utils Every Unix Person Should Know" href="http://macjavadev.vox.com/library/post/three-utils-every-unix-person-should-know.html?_c=feed-atom" />  
        <link rel="service.post" type="application/atom+xml" title="Three Utils Every Unix Person Should Know" href="http://macjavadev.vox.com/library/post/three-utils-every-unix-person-should-know.html?_c=feed-atom#comments" /> 
        <link rel="service.edit" type="application/atom+xml" title="Three Utils Every Unix Person Should Know" href="http://www.vox.com/atom/svc=post/asset_id=6a00d09e46a77dbe2b00d09e6c466abe2b" />          <id>tag:vox.com,2007-05-16:asset-6a00d09e46a77dbe2b00d09e6c466abe2b</id>
        <published>2007-05-16T20:37:39Z</published>
        <updated>2007-05-16T20:37:39Z</updated>
    
        <author>
            <name>James Childers</name>
            <uri>http://macjavadev.vox.com/?_c=feed-atom</uri>
        </author>
    
        
        <content type="html" xml:base="http://macjavadev.vox.com/?_c=feed-atom">
            <![CDATA[
                <div xmlns="http://www.w3.org/1999/xhtml" xmlns:at="http://www.sixapart.com/ns/at">
         There are three applications that come preinstalled with most *nix distros that if you spend any time whatsoever at a bash prompt make life vastly easier.    vi/vim - IMHO everyone should at least have basic familiarity with vi. It&#39;s damn near alw...   <p style="clear:both;"> 
    <a href="http://macjavadev.vox.com/library/post/three-utils-every-unix-person-should-know.html?_c=feed-atom#comments">Read and post comments</a>   |   
    <a href="http://www.vox.com/share/6a00d09e46a77dbe2b00d09e6c466abe2b?_c=feed-atom">Send to a friend</a> 
</p>

                </div>
            ]]>
        </content> 
    <category term="tools" scheme="http://macjavadev.vox.com/tags/tools/" label="tools" /> 
    <category term="bash" scheme="http://macjavadev.vox.com/tags/bash/" label="bash" /> 
    <category term="terminal.app" scheme="http://macjavadev.vox.com/tags/terminal.app/" label="terminal.app" /> 
    </entry> 
    
    <entry>
        <title>Control characters being ignored in Terminal.app</title>   
        <link rel="alternate" type="text/html" title="Control characters being ignored in Terminal.app" href="http://macjavadev.vox.com/library/post/control-characters-being-ignored-in-terminalapp.html?_c=feed-atom" />  
        <link rel="service.post" type="application/atom+xml" title="Control characters being ignored in Terminal.app" href="http://macjavadev.vox.com/library/post/control-characters-being-ignored-in-terminalapp.html?_c=feed-atom#comments" /> 
        <link rel="service.edit" type="application/atom+xml" title="Control characters being ignored in Terminal.app" href="http://www.vox.com/atom/svc=post/asset_id=6a00d09e46a77dbe2b00cd9711bc184cd5" />          <id>tag:vox.com,2007-02-08:asset-6a00d09e46a77dbe2b00cd9711bc184cd5</id>
        <published>2007-02-08T18:11:16Z</published>
        <updated>2007-02-08T18:13:07Z</updated>
    
        <author>
            <name>James Childers</name>
            <uri>http://macjavadev.vox.com/?_c=feed-atom</uri>
        </author>
    
        
        <content type="html" xml:base="http://macjavadev.vox.com/?_c=feed-atom">
            <![CDATA[
                <div xmlns="http://www.w3.org/1999/xhtml" xmlns:at="http://www.sixapart.com/ns/at">
         Occasionally when working in Terminal.app I&#39;ve experienced strange behavior at seemingly random times where my control characters would no longer be interpreted by the shell. For example, take the following:  [1204][macjavadev@Ivan:~] grep -ri asd...   <p style="clear:both;"> 
    <a href="http://macjavadev.vox.com/library/post/control-characters-being-ignored-in-terminalapp.html?_c=feed-atom#comments">Read and post comments</a>   |   
    <a href="http://www.vox.com/share/6a00d09e46a77dbe2b00cd9711bc184cd5?_c=feed-atom">Send to a friend</a> 
</p>

                </div>
            ]]>
        </content> 
    <category term="osx" scheme="http://macjavadev.vox.com/tags/osx/" label="osx" /> 
    <category term="terminal.app" scheme="http://macjavadev.vox.com/tags/terminal.app/" label="terminal.app" /> 
    </entry> 
    
    <entry>
        <title>Weird problem with iCal meeting invites</title>   
        <link rel="alternate" type="text/html" title="Weird problem with iCal meeting invites" href="http://macjavadev.vox.com/library/post/weird-problem-with-ical-meeting-invites.html?_c=feed-atom" />  
        <link rel="service.post" type="application/atom+xml" title="Weird problem with iCal meeting invites" href="http://macjavadev.vox.com/library/post/weird-problem-with-ical-meeting-invites.html?_c=feed-atom#comments" /> 
        <link rel="service.edit" type="application/atom+xml" title="Weird problem with iCal meeting invites" href="http://www.vox.com/atom/svc=post/asset_id=6a00d09e46a77dbe2b00d4141b5f1f6a47" />          <id>tag:vox.com,2007-01-31:asset-6a00d09e46a77dbe2b00d4141b5f1f6a47</id>
        <published>2007-01-31T20:01:14Z</published>
        <updated>2007-01-31T20:01:14Z</updated>
    
        <author>
            <name>James Childers</name>
            <uri>http://macjavadev.vox.com/?_c=feed-atom</uri>
        </author>
    
        
        <content type="html" xml:base="http://macjavadev.vox.com/?_c=feed-atom">
            <![CDATA[
                <div xmlns="http://www.w3.org/1999/xhtml" xmlns:at="http://www.sixapart.com/ns/at">
         About a week ago iCal started giving me an error whenever I would try and accept a meeting invite. The error was sporadic, only happening about half the time:   Someone invited you to an event using an email address that isn’t on your “me” card in...   <p style="clear:both;"> 
    <a href="http://macjavadev.vox.com/library/post/weird-problem-with-ical-meeting-invites.html?_c=feed-atom#comments">Read and post comments</a>   |   
    <a href="http://www.vox.com/share/6a00d09e46a77dbe2b00d4141b5f1f6a47?_c=feed-atom">Send to a friend</a> 
</p>

                </div>
            ]]>
        </content> 
    <category term="mac" scheme="http://macjavadev.vox.com/tags/mac/" label="mac" /> 
    <category term="osx" scheme="http://macjavadev.vox.com/tags/osx/" label="osx" /> 
    <category term="ical" scheme="http://macjavadev.vox.com/tags/ical/" label="ical" /> 
    <category term="address book" scheme="http://macjavadev.vox.com/tags/address+book/" label="address book" /> 
    </entry> 
    
    <entry>
        <title>MacFUSE and SpotlightFS</title>   
        <link rel="alternate" type="text/html" title="MacFUSE and SpotlightFS" href="http://macjavadev.vox.com/library/post/macfuse-and-spotlightfs.html?_c=feed-atom" />  
        <link rel="service.post" type="application/atom+xml" title="MacFUSE and SpotlightFS" href="http://macjavadev.vox.com/library/post/macfuse-and-spotlightfs.html?_c=feed-atom#comments" /> 
        <link rel="service.edit" type="application/atom+xml" title="MacFUSE and SpotlightFS" href="http://www.vox.com/atom/svc=post/asset_id=6a00d09e46a77dbe2b00d09e5011adbe2b" />          <id>tag:vox.com,2007-01-25:asset-6a00d09e46a77dbe2b00d09e5011adbe2b</id>
        <published>2007-01-25T17:48:24Z</published>
        <updated>2007-01-25T22:22:38Z</updated>
    
        <author>
            <name>James Childers</name>
            <uri>http://macjavadev.vox.com/?_c=feed-atom</uri>
        </author>
    
        
        <content type="html" xml:base="http://macjavadev.vox.com/?_c=feed-atom">
            <![CDATA[
                <div xmlns="http://www.w3.org/1999/xhtml" xmlns:at="http://www.sixapart.com/ns/at">
         I tried SpotlightFS for a while yesterday and was unfortunately not that impressed. It&#39;s a nice concept, but still needs work. You are limited to multi-word searches (no booleans) so it&#39;s difficult to refine the results such that they are useful. ...   <p style="clear:both;"> 
    <a href="http://macjavadev.vox.com/library/post/macfuse-and-spotlightfs.html?_c=feed-atom#comments">Read and post comments</a>   |   
    <a href="http://www.vox.com/share/6a00d09e46a77dbe2b00d09e5011adbe2b?_c=feed-atom">Send to a friend</a> 
</p>

                </div>
            ]]>
        </content> 
    <category term="mac" scheme="http://macjavadev.vox.com/tags/mac/" label="mac" /> 
    <category term="osx" scheme="http://macjavadev.vox.com/tags/osx/" label="osx" /> 
    <category term="spotlight" scheme="http://macjavadev.vox.com/tags/spotlight/" label="spotlight" /> 
    <category term="macfuse" scheme="http://macjavadev.vox.com/tags/macfuse/" label="macfuse" /> 
    <category term="spotlightfs" scheme="http://macjavadev.vox.com/tags/spotlightfs/" label="spotlightfs" /> 
    </entry> 
</feed>


