<?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>DZone links by kouphax</title>
    <link>http://www.dzone.com/links/users/links/284977.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:54:23 GMT</pubDate>
    <dc:creator>The DZone community</dc:creator>
    <dc:date>2008-08-29T00:54:23Z</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/284977/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>Snippets: Source Code Snippet Repository in Grails - Part Four</title>
      <link>http://www.dzone.com/links/rss/snippets_source_code_snippet_repository_in_grails.html</link>
      <description>Part Four of the Snippet tutorial covers the areas of Controller and View generation and we look into Dynamic Scaffolding and the generate-all command.  We also look into adding code to manage the many-to-many relationship of the Tag and Snippets classes.</description>
      <category>groovy</category>
      <category>java</category>
      <pubDate>Mon, 19 May 2008 14:14:21 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/81733.html</guid>
      <dc:creator>kouphax</dc:creator>
      <dc:date>2008-05-19T14:14:21Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/snippets_source_code_snippet_repository_in_grails.html'><img src='http://www.dzone.com/links/images/thumbs/120x90/81733.jpg' style='width:120;height:90;margin:6;float:left;vertical-align:top;border:1px solid #ccc;' /></a> Part Four of the Snippet tutorial covers the areas of Controller and View generation and we look into Dynamic Scaffolding and the generate-all command.  We also look into adding code to manage the many-to-many relationship of the Tag and Snippets classes.]]></content:encoded>
      <dz:linkId>81733</dz:linkId>
      <dz:submitDate>2008-05-19T14:14:21Z</dz:submitDate>
      <dz:voteUpCount>3</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>29</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/81733.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>kouphax</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/284977.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>Tutorial - Snippets: Source Code Snippet Repository in Grails - Part Three</title>
      <link>http://www.dzone.com/links/rss/tutorial_snippets_source_code_snippet_repository_3.html</link>
      <description>In part three of our Snippets tutorial series we are going to introduce how Grails handles Many-to-Many relationships.  We will do this by introducing another domain class that will allow us to “tag” our snippets. Finally I will look at another plugin used in the testing area - Code Coverage and the benefits it’s brings to a project.</description>
      <category>groovy</category>
      <category>java</category>
      <pubDate>Thu, 15 May 2008 15:11:33 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/81179.html</guid>
      <dc:creator>kouphax</dc:creator>
      <dc:date>2008-05-15T15:11:33Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/tutorial_snippets_source_code_snippet_repository_3.html'><img src='http://www.dzone.com/links/images/thumbs/120x90/81179.jpg' style='width:120;height:90;margin:6;float:left;vertical-align:top;border:1px solid #ccc;' /></a> In part three of our Snippets tutorial series we are going to introduce how Grails handles Many-to-Many relationships.  We will do this by introducing another domain class that will allow us to “tag” our snippets. Finally I will look at another plugin used in the testing area - Code Coverage and the benefits it’s brings to a project.]]></content:encoded>
      <dz:linkId>81179</dz:linkId>
      <dz:submitDate>2008-05-15T15:11:33Z</dz:submitDate>
      <dz:voteUpCount>3</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>17</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/81179.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>kouphax</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/284977.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>Tutorial - Snippets: Source Code Snippet Repository in Grails - Part Two</title>
      <link>http://www.dzone.com/links/rss/tutorial_snippets_source_code_snippet_repository_2.html</link>
      <description>The aim of this series is to take a small project idea and use it to cover various aspect of Grails and Groovy. Along the way we will cover what Groovy/Grails brings to the table including GORM, plugins, code generation, testing. No doubt we will see a lot of the good, bad and ugly of the technology as well as maybe discover a number of common issues that can be avoided.&#xD;
&#xD;
Part 2.  Following on from the original post we will attempt to create the main domain class - Snippet along with associated RefData and testing.</description>
      <category>groovy</category>
      <category>java</category>
      <pubDate>Wed, 14 May 2008 11:35:36 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/80927.html</guid>
      <dc:creator>kouphax</dc:creator>
      <dc:date>2008-05-14T11:35:36Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/tutorial_snippets_source_code_snippet_repository_2.html'><img src='http://www.dzone.com/links/images/thumbs/120x90/80927.jpg' style='width:120;height:90;margin:6;float:left;vertical-align:top;border:1px solid #ccc;' /></a> The aim of this series is to take a small project idea and use it to cover various aspect of Grails and Groovy. Along the way we will cover what Groovy/Grails brings to the table including GORM, plugins, code generation, testing. No doubt we will see a lot of the good, bad and ugly of the technology as well as maybe discover a number of common issues that can be avoided.

Part 2.  Following on from the original post we will attempt to create the main domain class - Snippet along with associated RefData and testing.]]></content:encoded>
      <dz:linkId>80927</dz:linkId>
      <dz:submitDate>2008-05-14T11:35:36Z</dz:submitDate>
      <dz:voteUpCount>4</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>18</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/80927.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>kouphax</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/284977.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>Tutorial - Snippets: Source Code Snippet Repository in Grails - Part One</title>
      <link>http://www.dzone.com/links/rss/tutorial_snippets_source_code_snippet_repository.html</link>
      <description>The aim of this series is to take a small project idea and use it to cover various aspect of Grails and Groovy. Along the way we will cover what Groovy/Grails brings to the table including GORM, plugins, code generation, testing. No doubt we will see a lot of the good, bad and ugly of the technology as well as maybe discover a number of common issues that can be avoided.</description>
      <category>groovy</category>
      <category>java</category>
      <pubDate>Sat, 17 May 2008 10:55:05 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/80926.html</guid>
      <dc:creator>kouphax</dc:creator>
      <dc:date>2008-05-17T10:55:05Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/tutorial_snippets_source_code_snippet_repository.html'><img src='http://www.dzone.com/links/images/thumbs/120x90/80926.jpg' style='width:120;height:90;margin:6;float:left;vertical-align:top;border:1px solid #ccc;' /></a> The aim of this series is to take a small project idea and use it to cover various aspect of Grails and Groovy. Along the way we will cover what Groovy/Grails brings to the table including GORM, plugins, code generation, testing. No doubt we will see a lot of the good, bad and ugly of the technology as well as maybe discover a number of common issues that can be avoided.]]></content:encoded>
      <dz:linkId>80926</dz:linkId>
      <dz:submitDate>2008-05-14T11:34:29Z</dz:submitDate>
      <dz:promoteDate>2008-05-17T10:55:05Z</dz:promoteDate>
      <dz:voteUpCount>12</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>149</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/80926.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>kouphax</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/284977.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>Uber Generate All Script for Grails</title>
      <link>http://www.dzone.com/links/rss/uber_generate_all_script_for_grails.html</link>
      <description>While I was creating a Grails application on an exsiting database schema I was to lazy to run grails generate-all 15 times. So I created an Uber Generate All script, which generates controllers and views for all domain classes in your application.</description>
      <category>groovy</category>
      <category>java</category>
      <pubDate>Tue, 13 May 2008 11:27:48 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/80734.html</guid>
      <dc:creator>kouphax</dc:creator>
      <dc:date>2008-05-13T11:27:48Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/uber_generate_all_script_for_grails.html'><img src='http://www.dzone.com/links/images/thumbs/120x90/80734.jpg' style='width:120;height:90;margin:6;float:left;vertical-align:top;border:1px solid #ccc;' /></a> While I was creating a Grails application on an exsiting database schema I was to lazy to run grails generate-all 15 times. So I created an Uber Generate All script, which generates controllers and views for all domain classes in your application.]]></content:encoded>
      <dz:linkId>80734</dz:linkId>
      <dz:submitDate>2008-05-13T11:27:48Z</dz:submitDate>
      <dz:voteUpCount>4</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>32</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/80734.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>kouphax</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/284977.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>inputEx — a YUI-based Forms Utility</title>
      <link>http://www.dzone.com/links/rss/inputex_a_yuibased_forms_utility.html</link>
      <description>Parisian coder Eric Abouaf (aka “Neyric”) released version 0.1.0 of his YUI-based forms library, inputEx.</description>
      <category>ajax</category>
      <category>javascript</category>
      <pubDate>Sun, 11 May 2008 19:44:35 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/80108.html</guid>
      <dc:creator>kouphax</dc:creator>
      <dc:date>2008-05-11T19:44:35Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/inputex_a_yuibased_forms_utility.html'><img src='http://www.dzone.com/links/images/thumbs/120x90/80108.jpg' style='width:120;height:90;margin:6;float:left;vertical-align:top;border:1px solid #ccc;' /></a> Parisian coder Eric Abouaf (aka “Neyric”) released version 0.1.0 of his YUI-based forms library, inputEx.]]></content:encoded>
      <dz:linkId>80108</dz:linkId>
      <dz:submitDate>2008-05-09T07:35:04Z</dz:submitDate>
      <dz:promoteDate>2008-05-11T19:44:35Z</dz:promoteDate>
      <dz:voteUpCount>6</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>427</dz:clickCount>
      <dz:commentCount>2</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/80108.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>kouphax</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/284977.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>Re-implementing Javascript Functions on the Fly</title>
      <link>http://www.dzone.com/links/rss/reimplementing_javascript_functions_on_the_fly.html</link>
      <description>In the days of Firebug et al this kind of work is purely an experiment.  HEAVILY WIP but the code when compressed and run through the address bar (javascript:&gt;) allows us to dynamically change the code of a function dynamically (currently FF only).</description>
      <category>ajax</category>
      <category>javascript</category>
      <category>web 2.0</category>
      <pubDate>Thu, 08 May 2008 11:37:00 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/79937.html</guid>
      <dc:creator>kouphax</dc:creator>
      <dc:date>2008-05-08T11:37:00Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/reimplementing_javascript_functions_on_the_fly.html'><img src='http://www.dzone.com/links/images/thumbs/120x90/79937.jpg' style='width:120;height:90;margin:6;float:left;vertical-align:top;border:1px solid #ccc;' /></a> In the days of Firebug et al this kind of work is purely an experiment.  HEAVILY WIP but the code when compressed and run through the address bar (javascript:>) allows us to dynamically change the code of a function dynamically (currently FF only).]]></content:encoded>
      <dz:linkId>79937</dz:linkId>
      <dz:submitDate>2008-05-08T11:37:00Z</dz:submitDate>
      <dz:voteUpCount>3</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>10</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/79937.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>kouphax</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/284977.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>Simple Javascript Tag Cloud</title>
      <link>http://www.dzone.com/links/rss/simple_javascript_tag_cloud.html</link>
      <description>A simple, heavily configurable, javascript based Tag Cloud generator.  It is completely framework agnostic.</description>
      <category>gui</category>
      <category>javascript</category>
      <category>web 2.0</category>
      <category>web design</category>
      <pubDate>Thu, 08 May 2008 09:38:08 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/79900.html</guid>
      <dc:creator>kouphax</dc:creator>
      <dc:date>2008-05-08T09:38:08Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/simple_javascript_tag_cloud.html'><img src='http://www.dzone.com/links/images/thumbs/120x90/79900.jpg' style='width:120;height:90;margin:6;float:left;vertical-align:top;border:1px solid #ccc;' /></a> A simple, heavily configurable, javascript based Tag Cloud generator.  It is completely framework agnostic.]]></content:encoded>
      <dz:linkId>79900</dz:linkId>
      <dz:submitDate>2008-05-08T09:38:08Z</dz:submitDate>
      <dz:voteUpCount>1</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>53</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/79900.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>kouphax</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/284977.gif</dz:userimage>
      </dz:submitter>
    </item>
  </channel>
</rss>

