<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xml" href="http://www.dzone.com/links/misc/rss.xsl"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dz="http://www.developerzone.com/modules/dz/1.0" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>lifewithryan's Shared Links</title>
    <link>http://www.dzone.com/links/users/shared/275423.html</link>
    <description>DZone: fresh links for developers</description>
    <language>en-us</language>
    <copyright>Copyright (c) 2006 DZone, Inc.</copyright>
    <pubDate>Fri, 29 Aug 2008 00:59:51 GMT</pubDate>
    <dc:creator>The DZone community</dc:creator>
    <dc:date>2008-08-29T00:59:51Z</dc:date>
    <dc:language>en-us</dc:language>
    <dc:rights>Copyright (c) 2006 DZone, Inc.</dc:rights>
    <dz:selfLink>http://www.dzone.com/links/feed/user/shared/275423/rss.xml</dz:selfLink>
    <image>
      <title>DZone: fresh links for developers</title>
      <url>http://www.dzone.com/images/std/dzone.com_258x55.gif</url>
      <link>http://www.dzone.com/links/</link>
    </image>
    <item>
      <title>java.net.Authenticator with Groovy, Matisse and Twitter</title>
      <link>http://www.dzone.com/links/rss/javanetauthenticator_with_groovy_matisse_and_twit.html</link>
      <description>For the sake of learning, I wanted to see what it'd take to create a Twitter Updater using Groovy and Matisse.  The surprise in the deal: java.net.Authenticator.  I thought it was gonna be simple...the answer -- at the time no...looking back...not bad at all really.  (With code examples!)</description>
      <category>groovy</category>
      <category>gui</category>
      <category>java</category>
      <category>web services</category>
      <pubDate>Wed, 30 Jul 2008 18:42:23 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/99101.html</guid>
      <dc:creator>lifewithryan</dc:creator>
      <dc:date>2008-07-30T18:42:23Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/javanetauthenticator_with_groovy_matisse_and_twit.html'><img src='http://www.dzone.com/links/images/thumbs/120x90/99101.jpg' style='width:120;height:90;margin:6;float:left;vertical-align:top;border:1px solid #ccc;' /></a> For the sake of learning, I wanted to see what it'd take to create a Twitter Updater using Groovy and Matisse.  The surprise in the deal: java.net.Authenticator.  I thought it was gonna be simple...the answer -- at the time no...looking back...not bad at all really.  (With code examples!)]]></content:encoded>
      <dz:linkId>99101</dz:linkId>
      <dz:submitDate>2008-07-29T15:46:05Z</dz:submitDate>
      <dz:promoteDate>2008-07-30T18:42:23Z</dz:promoteDate>
      <dz:voteUpCount>5</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>128</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/99101.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>lifewithryan</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/275423.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>Grails UrlMappings to the Rescue</title>
      <link>http://www.dzone.com/links/rss/grails_urlmappings_to_the_rescue.html</link>
      <description>How to use the same controller on the back-end and maintain completely unique/separate URLs for the front-end. &#xD;
&#xD;
"Consider we have two products (product1 and product2).  The products are identical except for the name.  You fill out an online application to become a consumer of one of these products depending on your unique situation.  The application process uses product1 as the default controller for the enrollment process.  We don't want to have an identical controller for product2 but we want product2 to have its own unique URLs.  With me so far?  (I hope so...)"</description>
      <category>frameworks</category>
      <category>groovy</category>
      <category>how-to</category>
      <pubDate>Mon, 23 Jun 2008 21:57:32 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/89654.html</guid>
      <dc:creator>lifewithryan</dc:creator>
      <dc:date>2008-06-23T21:57:32Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/grails_urlmappings_to_the_rescue.html'><img src='http://www.dzone.com/links/images/thumbs/120x90/89654.jpg' style='width:120;height:90;margin:6;float:left;vertical-align:top;border:1px solid #ccc;' /></a> How to use the same controller on the back-end and maintain completely unique/separate URLs for the front-end. 

"Consider we have two products (product1 and product2).  The products are identical except for the name.  You fill out an online application to become a consumer of one of these products depending on your unique situation.  The application process uses product1 as the default controller for the enrollment process.  We don't want to have an identical controller for product2 but we want product2 to have its own unique URLs.  With me so far?  (I hope so...)"]]></content:encoded>
      <dz:linkId>89654</dz:linkId>
      <dz:submitDate>2008-06-23T21:57:32Z</dz:submitDate>
      <dz:voteUpCount>4</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>26</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/89654.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>lifewithryan</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/275423.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>First Impressions of Django</title>
      <link>http://www.dzone.com/links/rss/first_impressions_of_django.html</link>
      <description>I'm having to learn Django for work so I took the tutorial.  These are just my humble first impressions.  Overall, I like it but its certainly not at all what I'm used to.</description>
      <category>frameworks</category>
      <category>opinion</category>
      <category>python</category>
      <pubDate>Fri, 30 May 2008 21:50:44 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/84038.html</guid>
      <dc:creator>lifewithryan</dc:creator>
      <dc:date>2008-05-30T21:50:44Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/first_impressions_of_django.html'><img src='http://www.dzone.com/links/images/thumbs/120x90/84038.jpg' style='width:120;height:90;margin:6;float:left;vertical-align:top;border:1px solid #ccc;' /></a> I'm having to learn Django for work so I took the tutorial.  These are just my humble first impressions.  Overall, I like it but its certainly not at all what I'm used to.]]></content:encoded>
      <dz:linkId>84038</dz:linkId>
      <dz:submitDate>2008-05-30T15:18:21Z</dz:submitDate>
      <dz:promoteDate>2008-05-30T21:50:44Z</dz:promoteDate>
      <dz:voteUpCount>10</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>675</dz:clickCount>
      <dz:commentCount>3</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/84038.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>lifewithryan</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/275423.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>My First Grails App Is Live</title>
      <link>http://www.dzone.com/links/rss/my_first_grails_app_is_live.html</link>
      <description>My first grails application went live today.  (Sorry I can't show it to you), but I thought I'd take the time to compare this experience with my other experiences with PHP and traditional Java.</description>
      <category>frameworks</category>
      <category>groovy</category>
      <category>java</category>
      <category>php</category>
      <pubDate>Thu, 01 May 2008 16:29:57 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/78659.html</guid>
      <dc:creator>lifewithryan</dc:creator>
      <dc:date>2008-05-01T16:29:57Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/my_first_grails_app_is_live.html'><img src='http://www.dzone.com/links/images/thumbs/120x90/78659.jpg' style='width:120;height:90;margin:6;float:left;vertical-align:top;border:1px solid #ccc;' /></a> My first grails application went live today.  (Sorry I can't show it to you), but I thought I'd take the time to compare this experience with my other experiences with PHP and traditional Java.]]></content:encoded>
      <dz:linkId>78659</dz:linkId>
      <dz:submitDate>2008-05-01T01:50:54Z</dz:submitDate>
      <dz:promoteDate>2008-05-01T16:29:57Z</dz:promoteDate>
      <dz:voteUpCount>17</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>450</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/78659.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>lifewithryan</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/275423.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>30+ Unusually Awesome Freshly Created Designs</title>
      <link>http://www.dzone.com/links/rss/30_unusually_awesome_freshly_created_designs.html</link>
      <description>Today we got you some incredibly awesome website designs that is freshly created with unique ideas, graphics and layouts.</description>
      <category>css-html</category>
      <category>trends</category>
      <category>web design</category>
      <pubDate>Thu, 01 May 2008 02:15:27 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/78651.html</guid>
      <dc:creator>Noupe</dc:creator>
      <dc:date>2008-05-01T02:15:27Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/30_unusually_awesome_freshly_created_designs.html'><img src='http://www.dzone.com/links/images/thumbs/120x90/78651.jpg' style='width:120;height:90;margin:6;float:left;vertical-align:top;border:1px solid #ccc;' /></a> Today we got you some incredibly awesome website designs that is freshly created with unique ideas, graphics and layouts.]]></content:encoded>
      <dz:linkId>78651</dz:linkId>
      <dz:submitDate>2008-04-30T23:04:17Z</dz:submitDate>
      <dz:promoteDate>2008-05-01T02:15:27Z</dz:promoteDate>
      <dz:voteUpCount>12</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>674</dz:clickCount>
      <dz:commentCount>1</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/78651.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>Noupe</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/277241.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>Teaching gedit Groovy on Grails</title>
      <link>http://www.dzone.com/links/rss/teaching_gedit_groovy_on_grails.html</link>
      <description>I spent the better portion of my lunch hour researching how to get Groovy and GSP syntax highlighting into gedit.  Its now my favorite editor for doing Groovy/Grails work.</description>
      <category>groovy</category>
      <category>how-to</category>
      <category>tools</category>
      <category>unix-linux</category>
      <pubDate>Sat, 26 Apr 2008 19:33:36 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/77745.html</guid>
      <dc:creator>lifewithryan</dc:creator>
      <dc:date>2008-04-26T19:33:36Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/teaching_gedit_groovy_on_grails.html'><img src='http://www.dzone.com/links/images/thumbs/120x90/77745.jpg' style='width:120;height:90;margin:6;float:left;vertical-align:top;border:1px solid #ccc;' /></a> I spent the better portion of my lunch hour researching how to get Groovy and GSP syntax highlighting into gedit.  Its now my favorite editor for doing Groovy/Grails work.]]></content:encoded>
      <dz:linkId>77745</dz:linkId>
      <dz:submitDate>2008-04-25T23:22:35Z</dz:submitDate>
      <dz:promoteDate>2008-04-26T19:33:36Z</dz:promoteDate>
      <dz:voteUpCount>7</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>229</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/77745.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>lifewithryan</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/275423.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>Mind Mapping -- How Do You Get Organized</title>
      <link>http://www.dzone.com/links/rss/mind_mapping_how_do_you_get_organized.html</link>
      <description>I'm relatively new to the idea of Mind Mapping, (I'm currently using something called "freemind" to collect and organize my thoughts when I get a new idea for some project. I've used this technique in the past, but I was still quite a greenhorn when it came to actually architecting solutions back then so the effectiveness wasn't so great for me. Now that I've got some more experience, I'm finding that Freemind helps me get organized. (Which is saying something since I feel that I'm one of the least organized people I know).</description>
      <category>methodology</category>
      <category>opinion</category>
      <category>tools</category>
      <pubDate>Sat, 19 Apr 2008 10:05:17 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/76548.html</guid>
      <dc:creator>lifewithryan</dc:creator>
      <dc:date>2008-04-19T10:05:17Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/mind_mapping_how_do_you_get_organized.html'><img src='http://www.dzone.com/links/images/thumbs/120x90/76548.jpg' style='width:120;height:90;margin:6;float:left;vertical-align:top;border:1px solid #ccc;' /></a> I'm relatively new to the idea of Mind Mapping, (I'm currently using something called "freemind" to collect and organize my thoughts when I get a new idea for some project. I've used this technique in the past, but I was still quite a greenhorn when it came to actually architecting solutions back then so the effectiveness wasn't so great for me. Now that I've got some more experience, I'm finding that Freemind helps me get organized. (Which is saying something since I feel that I'm one of the least organized people I know).]]></content:encoded>
      <dz:linkId>76548</dz:linkId>
      <dz:submitDate>2008-04-18T19:08:37Z</dz:submitDate>
      <dz:promoteDate>2008-04-19T10:05:17Z</dz:promoteDate>
      <dz:voteUpCount>8</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>653</dz:clickCount>
      <dz:commentCount>2</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/76548.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>lifewithryan</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/275423.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>Grails Gives Me the Giggles</title>
      <link>http://www.dzone.com/links/rss/grails_gives_me_the_giggles.html</link>
      <description>I can't say enough about my experience with Grails thus far. Grails makes me want to go out and find good..scratch that...CHEAP Java hosting.</description>
      <category>frameworks</category>
      <category>groovy</category>
      <category>java</category>
      <pubDate>Wed, 16 Apr 2008 18:51:21 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/76213.html</guid>
      <dc:creator>lifewithryan</dc:creator>
      <dc:date>2008-04-16T18:51:21Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/grails_gives_me_the_giggles.html'><img src='http://www.dzone.com/links/images/thumbs/120x90/76213.jpg' style='width:120;height:90;margin:6;float:left;vertical-align:top;border:1px solid #ccc;' /></a> I can't say enough about my experience with Grails thus far. Grails makes me want to go out and find good..scratch that...CHEAP Java hosting.]]></content:encoded>
      <dz:linkId>76213</dz:linkId>
      <dz:submitDate>2008-04-16T14:27:24Z</dz:submitDate>
      <dz:promoteDate>2008-04-16T18:51:21Z</dz:promoteDate>
      <dz:voteUpCount>9</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>574</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/76213.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>lifewithryan</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/275423.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>PHP and Respect (Rant)</title>
      <link>http://www.dzone.com/links/rss/php_and_respect_rant.html</link>
      <description>In my development career thus far, Java (and more recently Grails) is what pays my bills. Thats the work I do from 8 to 5. Within those the circles, (not just the people I work with, but conferences, meeting groups, etc) there seems to be a very real, very biased lack of respect for PHP developers and PHP as whole.</description>
      <category>opinion</category>
      <category>php</category>
      <pubDate>Tue, 15 Apr 2008 05:09:00 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/75828.html</guid>
      <dc:creator>lifewithryan</dc:creator>
      <dc:date>2008-04-15T05:09:00Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/php_and_respect_rant.html'><img src='http://www.dzone.com/links/images/thumbs/120x90/75828.jpg' style='width:120;height:90;margin:6;float:left;vertical-align:top;border:1px solid #ccc;' /></a> In my development career thus far, Java (and more recently Grails) is what pays my bills. Thats the work I do from 8 to 5. Within those the circles, (not just the people I work with, but conferences, meeting groups, etc) there seems to be a very real, very biased lack of respect for PHP developers and PHP as whole.]]></content:encoded>
      <dz:linkId>75828</dz:linkId>
      <dz:submitDate>2008-04-14T16:15:51Z</dz:submitDate>
      <dz:promoteDate>2008-04-15T05:09:00Z</dz:promoteDate>
      <dz:voteUpCount>18</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>644</dz:clickCount>
      <dz:commentCount>6</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/75828.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>lifewithryan</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/275423.gif</dz:userimage>
      </dz:submitter>
    </item>
  </channel>
</rss>

