<?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 Gene Gotimer</title>
    <link>http://www.dzone.com/links/users/links/204573.html</link>
    <description>DZone: fresh links for developers</description>
    <language>en-us</language>
    <copyright>Copyright (c) 2008 DZone, Inc.</copyright>
    <pubDate>Sun, 12 Oct 2008 04:13:49 GMT</pubDate>
    <dc:creator>The DZone community</dc:creator>
    <dc:date>2008-10-12T04:13:49Z</dc:date>
    <dc:language>en-us</dc:language>
    <dc:rights>Copyright (c) 2008 DZone, Inc.</dc:rights>
    <dz:selfLink>http://www.dzone.com/links/feed/user/204573/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>Social Engineering CAPTCHA</title>
      <link>http://www.dzone.com/links/rss/social_engineering_captcha.html</link>
      <description>Most common CAPTCHA systems work by generating distorted characters, text, or pictures that can be easily recognized by the human brain but present significant difficulty for computer OCR (optical character recognition) or other image recognition systems.&#xD;
&#xD;
Enter Social Engineering.</description>
      <category>security</category>
      <category>usability</category>
      <pubDate>Fri, 06 Jun 2008 15:25:49 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/85696.html</guid>
      <dc:creator>Gene Gotimer</dc:creator>
      <dc:date>2008-06-06T15:25:49Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/social_engineering_captcha.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/85696.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>Most common CAPTCHA systems work by generating distorted characters, text, or pictures that can be easily recognized by the human brain but present significant difficulty for computer OCR (optical character recognition) or other image recognition systems.

Enter Social Engineering. <br/><br/><a href='http://www.dzone.com/links/rss/social_engineering_captcha.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=85696' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>85696</dz:linkId>
      <dz:submitDate>2008-06-06T15:25:49Z</dz:submitDate>
      <dz:voteUpCount>1</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>13</dz:clickCount>
      <dz:commentCount>1</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/85696.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>dzone@portinfo.com</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/204573.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>5 Reasons Not to Write Your Own Code</title>
      <link>http://www.dzone.com/links/rss/5_reasons_not_to_write_your_own_code.html</link>
      <description>5 reasons not to write your own code (and instead, either use open source or purchase source code somewhere else if available).</description>
      <category>methodology</category>
      <category>opinion</category>
      <pubDate>Tue, 03 Jun 2008 13:55:14 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/84515.html</guid>
      <dc:creator>Gene Gotimer</dc:creator>
      <dc:date>2008-06-03T13:55:14Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/5_reasons_not_to_write_your_own_code.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/84515.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>5 reasons not to write your own code (and instead, either use open source or purchase source code somewhere else if available).
<br/><br/><a href='http://www.dzone.com/links/rss/5_reasons_not_to_write_your_own_code.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=84515' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>84515</dz:linkId>
      <dz:submitDate>2008-06-02T16:39:09Z</dz:submitDate>
      <dz:promoteDate>2008-06-03T13:55:14Z</dz:promoteDate>
      <dz:voteUpCount>20</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>749</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/84515.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>dzone@portinfo.com</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/204573.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>Top reasons your CSS columns are messed up</title>
      <link>http://www.dzone.com/links/rss/top_reasons_your_css_columns_are_messed_up.html</link>
      <description>I believe the recent surge in popularity of CSS frameworks comes from a lack of basic understanding of the CSS box model and how it’s implemented across browsers. I wanted to share with you some quick tips on how to avoid easy pitfalls so you can create your own CSS framework in no time flat, without all the cruft of having ten thousand column combinations available.</description>
      <category>css-html</category>
      <category>web design</category>
      <pubDate>Tue, 20 May 2008 00:03:50 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/81786.html</guid>
      <dc:creator>Gene Gotimer</dc:creator>
      <dc:date>2008-05-20T00:03:50Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/top_reasons_your_css_columns_are_messed_up.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/81786.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>I believe the recent surge in popularity of CSS frameworks comes from a lack of basic understanding of the CSS box model and how it’s implemented across browsers. I wanted to share with you some quick tips on how to avoid easy pitfalls so you can create your own CSS framework in no time flat, without all the cruft of having ten thousand column combinations available. <br/><br/><a href='http://www.dzone.com/links/rss/top_reasons_your_css_columns_are_messed_up.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=81786' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>81786</dz:linkId>
      <dz:submitDate>2008-05-19T17:45:52Z</dz:submitDate>
      <dz:promoteDate>2008-05-20T00:03:50Z</dz:promoteDate>
      <dz:voteUpCount>23</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>829</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/81786.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>dzone@portinfo.com</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/204573.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>7 Habits of Highly Effective Linux Users</title>
      <link>http://www.dzone.com/links/rss/7_habits_of_highly_effective_linux_users.html</link>
      <description>A list of 7 habits that I wish someone told me when I started out. I believe that getting into these habits will make the Linux experience more secure, convenient, educational, and ultimately more enjoyable.</description>
      <category>unix-linux</category>
      <pubDate>Thu, 17 Apr 2008 21:17:27 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/76378.html</guid>
      <dc:creator>Gene Gotimer</dc:creator>
      <dc:date>2008-04-17T21:17:27Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/7_habits_of_highly_effective_linux_users.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/76378.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>A list of 7 habits that I wish someone told me when I started out. I believe that getting into these habits will make the Linux experience more secure, convenient, educational, and ultimately more enjoyable.<br/><br/><a href='http://www.dzone.com/links/rss/7_habits_of_highly_effective_linux_users.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=76378' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>76378</dz:linkId>
      <dz:submitDate>2008-04-17T14:44:16Z</dz:submitDate>
      <dz:promoteDate>2008-04-17T21:17:27Z</dz:promoteDate>
      <dz:voteUpCount>17</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>856</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/76378.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>dzone@portinfo.com</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/204573.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>Eclipse: Compare More Than Just Text Files</title>
      <link>http://www.dzone.com/links/rss/eclipse_compare_more_than_just_text_files.html</link>
      <description>Old, but still valid. And it was new to me...</description>
      <category>eclipse</category>
      <pubDate>Mon, 31 Mar 2008 16:07:52 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/73478.html</guid>
      <dc:creator>Gene Gotimer</dc:creator>
      <dc:date>2008-03-31T16:07:52Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/eclipse_compare_more_than_just_text_files.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/73478.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>Old, but still valid. And it was new to me...<br/><br/><a href='http://www.dzone.com/links/rss/eclipse_compare_more_than_just_text_files.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=73478' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>73478</dz:linkId>
      <dz:submitDate>2008-03-31T16:07:52Z</dz:submitDate>
      <dz:voteUpCount>2</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>27</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/73478.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>dzone@portinfo.com</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/204573.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>Google's Top 17 Easter Eggs, Gags, and Hoaxes</title>
      <link>http://www.dzone.com/links/rss/googles_top_17_easter_eggs_gags_and_hoaxes.html</link>
      <description>Google makes your life easier with great search, but did you also know it's loaded with pranks, goofs, and put-ons? We show you the best of the bunch.</description>
      <category>humor</category>
      <category>web 2.0</category>
      <pubDate>Fri, 28 Mar 2008 05:14:30 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/72576.html</guid>
      <dc:creator>Gene Gotimer</dc:creator>
      <dc:date>2008-03-28T05:14:30Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/googles_top_17_easter_eggs_gags_and_hoaxes.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/72576.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>Google makes your life easier with great search, but did you also know it's loaded with pranks, goofs, and put-ons? We show you the best of the bunch.<br/><br/><a href='http://www.dzone.com/links/rss/googles_top_17_easter_eggs_gags_and_hoaxes.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=72576' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>72576</dz:linkId>
      <dz:submitDate>2008-03-25T17:24:15Z</dz:submitDate>
      <dz:promoteDate>2008-03-28T05:14:30Z</dz:promoteDate>
      <dz:voteUpCount>14</dz:voteUpCount>
      <dz:voteDownCount>4</dz:voteDownCount>
      <dz:clickCount>1324</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/72576.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>dzone@portinfo.com</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/204573.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>Safari 3.1 on Windows: a true competitor arrives (seriously)</title>
      <link>http://www.dzone.com/links/rss/safari_31_on_windows_a_true_competitor_arrives_se.html</link>
      <description>Have things improved for Safari since the beta last summer? Wow, have they.</description>
      <category>apple</category>
      <category>reviews</category>
      <category>web 2.0</category>
      <category>windows</category>
      <pubDate>Tue, 25 Mar 2008 17:12:01 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/72568.html</guid>
      <dc:creator>Gene Gotimer</dc:creator>
      <dc:date>2008-03-25T17:12:01Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/safari_31_on_windows_a_true_competitor_arrives_se.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/72568.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>Have things improved for Safari since the beta last summer? Wow, have they.<br/><br/><a href='http://www.dzone.com/links/rss/safari_31_on_windows_a_true_competitor_arrives_se.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=72568' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>72568</dz:linkId>
      <dz:submitDate>2008-03-25T17:12:01Z</dz:submitDate>
      <dz:voteUpCount>1</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>24</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/72568.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>dzone@portinfo.com</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/204573.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>JBoss DNA: The Genetics of Software</title>
      <link>http://www.dzone.com/links/rss/jboss_dna_the_genetics_of_software.html</link>
      <description>JBoss DNA is building a repository and set of tools that make it easy to capture, version, analyze, and understand the fundamental building blocks of information.</description>
      <category>announcement</category>
      <category>java</category>
      <category>open source</category>
      <pubDate>Fri, 15 Feb 2008 15:59:30 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/66487.html</guid>
      <dc:creator>Gene Gotimer</dc:creator>
      <dc:date>2008-02-15T15:59:30Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/jboss_dna_the_genetics_of_software.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/66487.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>JBoss DNA is building a repository and set of tools that make it easy to capture, version, analyze, and understand the fundamental building blocks of information. <br/><br/><a href='http://www.dzone.com/links/rss/jboss_dna_the_genetics_of_software.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=66487' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>66487</dz:linkId>
      <dz:submitDate>2008-02-15T15:59:30Z</dz:submitDate>
      <dz:voteUpCount>1</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>27</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/66487.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>dzone@portinfo.com</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/204573.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>Take Your Tomcat on the Road</title>
      <link>http://www.dzone.com/links/rss/take_your_tomcat_on_the_road.html</link>
      <description>Wouldn't it be great if the web application that you wrote to run on a server could be made to run on a regular desktop computer with minimal effort on the user's side? How you can package your application so you can even run your program without installing it on a computer!</description>
      <category>how-to</category>
      <category>java</category>
      <category>windows</category>
      <pubDate>Mon, 11 Feb 2008 17:12:33 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/65471.html</guid>
      <dc:creator>Gene Gotimer</dc:creator>
      <dc:date>2008-02-11T17:12:33Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/take_your_tomcat_on_the_road.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/65471.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>Wouldn't it be great if the web application that you wrote to run on a server could be made to run on a regular desktop computer with minimal effort on the user's side? How you can package your application so you can even run your program without installing it on a computer!<br/><br/><a href='http://www.dzone.com/links/rss/take_your_tomcat_on_the_road.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=65471' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>65471</dz:linkId>
      <dz:submitDate>2008-02-08T18:36:18Z</dz:submitDate>
      <dz:promoteDate>2008-02-11T17:12:33Z</dz:promoteDate>
      <dz:voteUpCount>14</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>616</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/65471.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>dzone@portinfo.com</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/204573.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>Some value statements beyond Agile Manifesto</title>
      <link>http://www.dzone.com/links/rss/some_value_statements_beyond_agile_manifesto.html</link>
      <description>Agile software development has its own manifesto which lays out the values and principles of agile process. Lets try to look beyond (or may be just deeper into the meaning of) the essential four value statements.</description>
      <category>methodology</category>
      <category>opinion</category>
      <pubDate>Fri, 18 Jan 2008 16:30:18 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/62201.html</guid>
      <dc:creator>Gene Gotimer</dc:creator>
      <dc:date>2008-01-18T16:30:18Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/some_value_statements_beyond_agile_manifesto.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/62201.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>Agile software development has its own manifesto which lays out the values and principles of agile process. Lets try to look beyond (or may be just deeper into the meaning of) the essential four value statements.<br/><br/><a href='http://www.dzone.com/links/rss/some_value_statements_beyond_agile_manifesto.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=62201' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>62201</dz:linkId>
      <dz:submitDate>2008-01-18T16:30:18Z</dz:submitDate>
      <dz:voteUpCount>3</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>8</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/62201.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>dzone@portinfo.com</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/204573.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>Scientific Web Design: 23 Actionable Lessons from Eye-Tracking Studies</title>
      <link>http://www.dzone.com/links/rss/virtual_hosting_blog_scientific_web_design_23_act.html</link>
      <description>Some good information on page layout and design based on eye-tracking studies.</description>
      <category>research</category>
      <category>usability</category>
      <category>web design</category>
      <pubDate>Thu, 15 Nov 2007 19:11:29 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/53183.html</guid>
      <dc:creator>Gene Gotimer</dc:creator>
      <dc:date>2007-11-15T19:11:29Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/virtual_hosting_blog_scientific_web_design_23_act.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/53183.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>Some good information on page layout and design based on eye-tracking studies.<br/><br/><a href='http://www.dzone.com/links/rss/virtual_hosting_blog_scientific_web_design_23_act.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=53183' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>53183</dz:linkId>
      <dz:submitDate>2007-11-15T19:11:29Z</dz:submitDate>
      <dz:voteUpCount>2</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>37</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/53183.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>dzone@portinfo.com</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/204573.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>100 oldest .com domains</title>
      <link>http://www.dzone.com/links/rss/100_oldest_com_domains.html</link>
      <description>A list of the 100 oldest domain registrations for .com</description>
      <category>announcement</category>
      <category>news</category>
      <category>research</category>
      <pubDate>Thu, 16 Aug 2007 02:30:56 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/35181.html</guid>
      <dc:creator>Gene Gotimer</dc:creator>
      <dc:date>2007-08-16T02:30:56Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/100_oldest_com_domains.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/35181.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>A list of the 100 oldest domain registrations for .com<br/><br/><a href='http://www.dzone.com/links/rss/100_oldest_com_domains.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=35181' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>35181</dz:linkId>
      <dz:submitDate>2007-08-15T13:57:38Z</dz:submitDate>
      <dz:promoteDate>2007-08-16T02:30:56Z</dz:promoteDate>
      <dz:voteUpCount>13</dz:voteUpCount>
      <dz:voteDownCount>3</dz:voteDownCount>
      <dz:clickCount>1439</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/35181.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>dzone@portinfo.com</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/204573.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>How Agile Development Can Lead to Better Results and Technology-Business Alignment</title>
      <link>http://www.dzone.com/links/rss/how_agile_development_can_lead_to_better_results_2.html</link>
      <description>Studies show agile development works, and yet few companies follow its principles. Read this article to learn how your organization can manage the agile way.</description>
      <category>methodology</category>
      <pubDate>Tue, 17 Jul 2007 15:53:14 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/30819.html</guid>
      <dc:creator>Gene Gotimer</dc:creator>
      <dc:date>2007-07-17T15:53:14Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/how_agile_development_can_lead_to_better_results_2.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/30819.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>Studies show agile development works, and yet few companies follow its principles. Read this article to learn how your organization can manage the agile way.<br/><br/><a href='http://www.dzone.com/links/rss/how_agile_development_can_lead_to_better_results_2.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=30819' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>30819</dz:linkId>
      <dz:submitDate>2007-07-17T15:53:14Z</dz:submitDate>
      <dz:voteUpCount>4</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>15</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/30819.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>dzone@portinfo.com</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/204573.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>It's official: Pirates crack Vista at last</title>
      <link>http://www.dzone.com/links/rss/its_official_pirates_crack_vista_at_last.html</link>
      <description>A genuine crack for Windows Vista has just been released by pirate group Pantheon, which allows a pirated, non-activated installation of Vista (Home Basic/Premium and Ultimate) to be properly activated and made fully-operational.</description>
      <category>microsoft</category>
      <category>security</category>
      <category>windows</category>
      <pubDate>Sat, 02 Jun 2007 04:24:05 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/24311.html</guid>
      <dc:creator>Gene Gotimer</dc:creator>
      <dc:date>2007-06-02T04:24:05Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/its_official_pirates_crack_vista_at_last.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/24311.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>A genuine crack for Windows Vista has just been released by pirate group Pantheon, which allows a pirated, non-activated installation of Vista (Home Basic/Premium and Ultimate) to be properly activated and made fully-operational.<br/><br/><a href='http://www.dzone.com/links/rss/its_official_pirates_crack_vista_at_last.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=24311' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>24311</dz:linkId>
      <dz:submitDate>2007-06-01T13:03:18Z</dz:submitDate>
      <dz:promoteDate>2007-06-02T04:24:05Z</dz:promoteDate>
      <dz:voteUpCount>17</dz:voteUpCount>
      <dz:voteDownCount>11</dz:voteDownCount>
      <dz:clickCount>1335</dz:clickCount>
      <dz:commentCount>1</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/24311.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>dzone@portinfo.com</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/204573.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>Java Garbage Collection and Memory Allocation</title>
      <link>http://www.dzone.com/links/rss/java_garbage_collection_and_memory_allocation.html</link>
      <description>An in-depth technical explanation of how memory is allocated and garbage collected in the JVM.</description>
      <category>java</category>
      <pubDate>Thu, 19 Apr 2007 08:47:20 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/19275.html</guid>
      <dc:creator>Gene Gotimer</dc:creator>
      <dc:date>2007-04-19T08:47:20Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/java_garbage_collection_and_memory_allocation.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/19275.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>An in-depth technical explanation of how memory is allocated and garbage collected in the JVM. <br/><br/><a href='http://www.dzone.com/links/rss/java_garbage_collection_and_memory_allocation.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=19275' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>19275</dz:linkId>
      <dz:submitDate>2007-04-18T13:27:08Z</dz:submitDate>
      <dz:promoteDate>2007-04-19T08:47:20Z</dz:promoteDate>
      <dz:voteUpCount>20</dz:voteUpCount>
      <dz:voteDownCount>1</dz:voteDownCount>
      <dz:clickCount>639</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/19275.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>dzone@portinfo.com</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/204573.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>Open the windows explorer with a file ...</title>
      <link>http://www.dzone.com/links/rss/open_the_windows_explorer_with_a_file_.html</link>
      <description>Great and easy tip for setting up a way to open the Windows Explorer from Eclipse.</description>
      <category>eclipse</category>
      <category>windows</category>
      <pubDate>Thu, 24 Aug 2006 05:36:34 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/2171.html</guid>
      <dc:creator>Gene Gotimer</dc:creator>
      <dc:date>2006-08-24T05:36:34Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/open_the_windows_explorer_with_a_file_.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/2171.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>Great and easy tip for setting up a way to open the Windows Explorer from Eclipse.<br/><br/><a href='http://www.dzone.com/links/rss/open_the_windows_explorer_with_a_file_.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=2171' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>2171</dz:linkId>
      <dz:submitDate>2006-08-18T12:19:42Z</dz:submitDate>
      <dz:promoteDate>2006-08-24T05:36:34Z</dz:promoteDate>
      <dz:voteUpCount>11</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>240</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/2171.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>dzone@portinfo.com</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/204573.gif</dz:userimage>
      </dz:submitter>
    </item>
  </channel>
</rss>

