<?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.com: queued links: methodology</title>
    <link>http://www.dzone.com/links/queue/tag/methodology.html</link>
    <description>dzone.com: fresh links for developers</description>
    <language>en-us</language>
    <copyright>Copyright (c) 2008 DZone, Inc.</copyright>
    <pubDate>Sun, 19 May 2013 15:20:37 GMT</pubDate>
    <dc:creator>The dzone.com community</dc:creator>
    <dc:date>2013-05-19T15:20:37Z</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/queue/methodology/rss.xml</dz:selfLink>
    <image>
      <title>dzone.com: 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>Bezier Curves Part 1 [Linear Algebra Series]</title>
      <link>http://www.dzone.com/links/r/bezier_curves_part_1_linear_algebra_series.html</link>
      <description>Starting off, what is a Bezier Curve? It is a curve defined by 2 or more control points which determine how the curve looks. The first and last control points are, by definition, passed directly through while other control points (in the general cases) are simply moved towards and not directly through. This can all sounds little difficult to understand at first, so I will give you an interactive demo on what Bezier Curves look like and how they work. In the demo, the blue squares are the “hard” control points and the red circles are the “soft” control points. As you drag the control points around the screen you will see the curve change accordingly.</description>
      <category>c-and-cpp</category>
      <category>flash-flex</category>
      <category>how-to</category>
      <category>methodology</category>
      <pubDate>Sun, 19 May 2013 14:49:40 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/970791.html</guid>
      <dc:creator>macosxnerd101</dc:creator>
      <dc:date>2013-05-19T14:49:40Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/r/bezier_curves_part_1_linear_algebra_series.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/970791.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>Starting off, what is a Bezier Curve? It is a curve defined by 2 or more control points which determine how the curve looks. The first and last control points are, by definition, passed directly through while other control points (in the general cases) are simply moved towards and not directly through. This can all sounds little difficult to understand at first, so I will give you an interactive demo on what Bezier Curves look like and how they work. In the demo, the blue squares are the “hard” control points and the red circles are the “soft” control points. As you drag the control points around the screen you will see the curve change accordingly.<br/><br/><a href='http://www.dzone.com/links/rss/bezier_curves_part_1_linear_algebra_series.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=970791' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>970791</dz:linkId>
      <dz:submitDate>2013-05-19T14:49:40Z</dz:submitDate>
      <dz:voteUpCount>1</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>6</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/970791.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>macosxnerd101</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/551991.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>WPF For the WinForms Coder- Part 2</title>
      <link>http://www.dzone.com/links/r/wpf_for_the_winforms_coder_part_2.html</link>
      <description>This isn't exactly a &amp;quot;tutorial&amp;quot; but is a part of this 'WPF for the WinForms coder' transitional series. We all know that Visual Studio is extensible, meaning people write extensions for it to give it new or better features. There are a few of these I'd like to point out because I would't want to do without them if I didn't have to. They can be obtained through the Microsoft Extension Library on line. If you've never done this, its quite easy. From your Tools menu select Updates and Extensions. Then Online. Then Visual Studio Gallary The first extension gives us our familiar #region directive from C#, within XAML. XAML gets long and can become confusing because of how so many controls get nested inside other controls. Use regions to lable and compact your XAML lets you find what you want and focus on just what you are working on.</description>
      <category>.net</category>
      <category>how-to</category>
      <category>methodology</category>
      <category>microsoft</category>
      <pubDate>Sun, 19 May 2013 14:49:37 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/970793.html</guid>
      <dc:creator>macosxnerd101</dc:creator>
      <dc:date>2013-05-19T14:49:37Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/r/wpf_for_the_winforms_coder_part_2.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/970793.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>This isn't exactly a &quot;tutorial&quot; but is a part of this 'WPF for the WinForms coder' transitional series. We all know that Visual Studio is extensible, meaning people write extensions for it to give it new or better features. There are a few of these I'd like to point out because I would't want to do without them if I didn't have to. They can be obtained through the Microsoft Extension Library on line. If you've never done this, its quite easy. From your Tools menu select Updates and Extensions. Then Online. Then Visual Studio Gallary The first extension gives us our familiar #region directive from C#, within XAML. XAML gets long and can become confusing because of how so many controls get nested inside other controls. Use regions to lable and compact your XAML lets you find what you want and focus on just what you are working on.<br/><br/><a href='http://www.dzone.com/links/rss/wpf_for_the_winforms_coder_part_2.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=970793' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>970793</dz:linkId>
      <dz:submitDate>2013-05-19T14:49:37Z</dz:submitDate>
      <dz:voteUpCount>1</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>5</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/970793.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>macosxnerd101</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/551991.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>Amazon EC2 AMI Copy Feature - Performance, Tips and How To</title>
      <link>http://www.dzone.com/links/r/amazon_ec2_ami_copy_feature_performance_tips_and.html</link>
      <description>Amazon EC2 AMI Copy Feature - Performance, Tips and How To</description>
      <category>cloud</category>
      <category>methodology</category>
      <category>web services</category>
      <pubDate>Sun, 19 May 2013 14:49:33 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/970701.html</guid>
      <dc:creator>Harish ganesan</dc:creator>
      <dc:date>2013-05-19T14:49:33Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/r/amazon_ec2_ami_copy_feature_performance_tips_and.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/970701.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>Amazon EC2 AMI Copy Feature - Performance, Tips and How To<br/><br/><a href='http://www.dzone.com/links/rss/amazon_ec2_ami_copy_feature_performance_tips_and.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=970701' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>970701</dz:linkId>
      <dz:submitDate>2013-05-19T14:49:33Z</dz:submitDate>
      <dz:voteUpCount>1</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>5</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/970701.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>Harish ganesan</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/1124157.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>Absolute Estimating vs. Relative Estimating</title>
      <link>http://www.dzone.com/links/r/absolute_estimating_vs_relative_estimating.html</link>
      <description>I’ve started work on some new videos and this time it’s all about Agile Estimating, Planning and Contracts. This is the obvious next step having completed Scrum101, and I’m apply some of the lesson that I learned.</description>
      <category>agile</category>
      <category>methodology</category>
      <category>reviews</category>
      <pubDate>Sun, 19 May 2013 14:45:06 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/971005.html</guid>
      <dc:creator>mitchp</dc:creator>
      <dc:date>2013-05-19T14:45:06Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/r/absolute_estimating_vs_relative_estimating.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/971005.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>I’ve started work on some new videos and this time it’s all about Agile Estimating, Planning and Contracts. This is the obvious next step having completed Scrum101, and I’m apply some of the lesson that I learned.<br/><br/><a href='http://www.dzone.com/links/rss/absolute_estimating_vs_relative_estimating.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=971005' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>971005</dz:linkId>
      <dz:submitDate>2013-05-19T14:45:06Z</dz:submitDate>
      <dz:voteUpCount>1</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>56</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/971005.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>mitchp</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/478055.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>Transform Your Agile Process with Kanban Thinking</title>
      <link>http://www.dzone.com/links/r/transform_your_agile_process_with_kanban_thinking.html</link>
      <description>Large-scale software and systems development involves a complex mix of people, teams, technologies, skills, architectures, and organizational structures that must all interact for projects to reach their goals. However, many organizations struggle to scale up agile approaches for their various programs, products, and services.</description>
      <category>agile</category>
      <category>methodology</category>
      <pubDate>Sun, 19 May 2013 14:44:34 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/971003.html</guid>
      <dc:creator>mitchp</dc:creator>
      <dc:date>2013-05-19T14:44:34Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/r/transform_your_agile_process_with_kanban_thinking.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/971003.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>Large-scale software and systems development involves a complex mix of people, teams, technologies, skills, architectures, and organizational structures that must all interact for projects to reach their goals. However, many organizations struggle to scale up agile approaches for their various programs, products, and services.<br/><br/><a href='http://www.dzone.com/links/rss/transform_your_agile_process_with_kanban_thinking.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=971003' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>971003</dz:linkId>
      <dz:submitDate>2013-05-19T14:44:34Z</dz:submitDate>
      <dz:voteUpCount>1</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>3</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/971003.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>mitchp</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/478055.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>Getting Started with Play 2, Scala, and Squeryl</title>
      <link>http://www.dzone.com/links/r/getting_started_with_play_2_scala_and_squeryl.html</link>
      <description>The combination of Play 2, Scala, Squeryl, JSON, CoffeeScript, jQuery, and ScalaTest provides a very efficient way to build and test modern web applications. You can follow along to build a simple database-driven web application, test the application, and deploy it on the cloud.</description>
      <category>how-to</category>
      <category>methodology</category>
      <category>news</category>
      <category>tools</category>
      <pubDate>Sun, 19 May 2013 06:25:06 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/970887.html</guid>
      <dc:creator>dotCore</dc:creator>
      <dc:date>2013-05-19T06:25:06Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/r/getting_started_with_play_2_scala_and_squeryl.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/970887.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>The combination of Play 2, Scala, Squeryl, JSON, CoffeeScript, jQuery, and ScalaTest provides a very efficient way to build and test modern web applications. You can follow along to build a simple database-driven web application, test the application, and deploy it on the cloud.<br/><br/><a href='http://www.dzone.com/links/rss/getting_started_with_play_2_scala_and_squeryl.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=970887' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>970887</dz:linkId>
      <dz:submitDate>2013-05-19T06:25:06Z</dz:submitDate>
      <dz:voteUpCount>1</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>35</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/970887.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>dotCore</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/448255.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>How to Learn Emacs: A Hand-drawn One-pager for Beginners</title>
      <link>http://www.dzone.com/links/r/how_to_learn_emacs_a_handdrawn_onepager_for_begin.html</link>
      <description>I thought I’d draw some of the things that people often ask me about or that would help people learn Emacs (and enjoy it). You can click on the image for a larger version that you can scroll through or download. It should print all right on 8.5&amp;times;11″ paper (landscape) if you want to keep it around as a reminder. Might even work at 11&amp;times;17″. =)</description>
      <category>how-to</category>
      <category>methodology</category>
      <category>tools</category>
      <pubDate>Sun, 19 May 2013 06:14:10 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/970861.html</guid>
      <dc:creator>dotCore</dc:creator>
      <dc:date>2013-05-19T06:14:10Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/r/how_to_learn_emacs_a_handdrawn_onepager_for_begin.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/970861.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>I thought I’d draw some of the things that people often ask me about or that would help people learn Emacs (and enjoy it). You can click on the image for a larger version that you can scroll through or download. It should print all right on 8.5&times;11″ paper (landscape) if you want to keep it around as a reminder. Might even work at 11&times;17″. =)<br/><br/><a href='http://www.dzone.com/links/rss/how_to_learn_emacs_a_handdrawn_onepager_for_begin.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=970861' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>970861</dz:linkId>
      <dz:submitDate>2013-05-19T06:14:10Z</dz:submitDate>
      <dz:voteUpCount>1</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>33</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/970861.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>dotCore</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/448255.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>The Evolution Of Hacker News</title>
      <link>http://www.dzone.com/links/r/the_evolution_of_hacker_news.html</link>
      <description>The idea of a VC having its own news aggregator was a bit outlandish in 2007. But Y Combinator was in an unusual position in those days anyway. Startup incubators had been a highly visible part of the dot-com crash, and Silicon Valley was still skeptical of the concept nearly a decade later. So YC set out to be something different — a community of hackers building companies on their own terms.</description>
      <category>how-to</category>
      <category>methodology</category>
      <category>tools</category>
      <pubDate>Sun, 19 May 2013 06:08:22 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/970847.html</guid>
      <dc:creator>dotCore</dc:creator>
      <dc:date>2013-05-19T06:08:22Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/r/the_evolution_of_hacker_news.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/970847.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>The idea of a VC having its own news aggregator was a bit outlandish in 2007. But Y Combinator was in an unusual position in those days anyway. Startup incubators had been a highly visible part of the dot-com crash, and Silicon Valley was still skeptical of the concept nearly a decade later. So YC set out to be something different — a community of hackers building companies on their own terms.<br/><br/><a href='http://www.dzone.com/links/rss/the_evolution_of_hacker_news.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=970847' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>970847</dz:linkId>
      <dz:submitDate>2013-05-19T06:08:22Z</dz:submitDate>
      <dz:voteUpCount>1</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>16</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/970847.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>dotCore</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/448255.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>Sandi Metz’ rules for developers</title>
      <link>http://www.dzone.com/links/r/sandi_metz_rules_for_developers.html</link>
      <description>Back in January, Sandi Metz introduced her rules for developers in a Ruby Rogues podcast episode episode. Around the time Sandi’s rules were published, the team I am on was starting a new project. This post details the experience of that team applying Sandi’s rules to the new application.</description>
      <category>methodology</category>
      <category>reviews</category>
      <pubDate>Sat, 18 May 2013 17:51:26 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/970713.html</guid>
      <dc:creator>mswatcher</dc:creator>
      <dc:date>2013-05-18T17:51:26Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/r/sandi_metz_rules_for_developers.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/970713.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>Back in January, Sandi Metz introduced her rules for developers in a Ruby Rogues podcast episode episode. Around the time Sandi’s rules were published, the team I am on was starting a new project. This post details the experience of that team applying Sandi’s rules to the new application.<br/><br/><a href='http://www.dzone.com/links/rss/sandi_metz_rules_for_developers.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=970713' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>970713</dz:linkId>
      <dz:submitDate>2013-05-18T17:51:26Z</dz:submitDate>
      <dz:voteUpCount>1</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>45</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/970713.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>mswatcher</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/225256.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>Do you have architects or senior developers?</title>
      <link>http://www.dzone.com/links/r/do_you_have_architects_or_senior_developers.html</link>
      <description>Why there are very few good Java Architects? Well, most people will say to me, that this isn’t true, they have Java Architects in their team. I believe, but most of them are Senior Programming Developers with some experience, but not real Architects! Sorry.</description>
      <category>java</category>
      <category>methodology</category>
      <category>server</category>
      <category>trends</category>
      <pubDate>Sat, 18 May 2013 13:10:16 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/970699.html</guid>
      <dc:creator>joselopescruz</dc:creator>
      <dc:date>2013-05-18T13:10:16Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/r/do_you_have_architects_or_senior_developers.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/970699.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>Why there are very few good Java Architects? Well, most people will say to me, that this isn’t true, they have Java Architects in their team. I believe, but most of them are Senior Programming Developers with some experience, but not real Architects! Sorry.<br/><br/><a href='http://www.dzone.com/links/rss/do_you_have_architects_or_senior_developers.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=970699' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>970699</dz:linkId>
      <dz:submitDate>2013-05-18T13:10:16Z</dz:submitDate>
      <dz:voteUpCount>2</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>120</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/970699.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>joselopescruz</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/298543.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>Creating Shazam in Java</title>
      <link>http://www.dzone.com/links/r/creating_shazam_in_java_3.html</link>
      <description>This got me interested in how a program like Shazam works… And more importantly, how hard is it to program something similar in Java?</description>
      <category>how-to</category>
      <category>java</category>
      <category>methodology</category>
      <category>tools</category>
      <pubDate>Sat, 18 May 2013 03:15:41 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/970531.html</guid>
      <dc:creator>dotCore</dc:creator>
      <dc:date>2013-05-18T03:15:41Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/r/creating_shazam_in_java_3.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/970531.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>This got me interested in how a program like Shazam works… And more importantly, how hard is it to program something similar in Java?<br/><br/><a href='http://www.dzone.com/links/rss/creating_shazam_in_java_3.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=970531' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>970531</dz:linkId>
      <dz:submitDate>2013-05-18T03:15:41Z</dz:submitDate>
      <dz:voteUpCount>4</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>55</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/970531.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>dotCore</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/448255.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>A Journey Through the CPU Pipeline</title>
      <link>http://www.dzone.com/links/r/a_journey_through_the_cpu_pipeline.html</link>
      <description>It is good for programmers to understand what goes on inside a processor. The CPU is at the heart of our career.</description>
      <category>hardware</category>
      <category>how-to</category>
      <category>methodology</category>
      <category>tools</category>
      <pubDate>Fri, 17 May 2013 05:02:18 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/970121.html</guid>
      <dc:creator>dotCore</dc:creator>
      <dc:date>2013-05-17T05:02:18Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/r/a_journey_through_the_cpu_pipeline.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/970121.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>It is good for programmers to understand what goes on inside a processor. The CPU is at the heart of our career.<br/><br/><a href='http://www.dzone.com/links/rss/a_journey_through_the_cpu_pipeline.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=970121' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>970121</dz:linkId>
      <dz:submitDate>2013-05-17T05:02:18Z</dz:submitDate>
      <dz:voteUpCount>4</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/970121.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>dotCore</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/448255.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>Alternatives To Git Submodule: Git Subtree</title>
      <link>http://www.dzone.com/links/r/alternatives_to_git_submodule_git_subtree.html</link>
      <description>The Internet is full of articles on why you should not use Git submodules. I mostly agree, although I am not so harsh in my evaluation. As I explained in a previous post, submodules are useful for a few use cases but have several drawbacks.</description>
      <category>how-to</category>
      <category>methodology</category>
      <category>tools</category>
      <pubDate>Thu, 16 May 2013 17:20:00 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/969983.html</guid>
      <dc:creator>dotCore</dc:creator>
      <dc:date>2013-05-16T17:20:00Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/r/alternatives_to_git_submodule_git_subtree.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/969983.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>The Internet is full of articles on why you should not use Git submodules. I mostly agree, although I am not so harsh in my evaluation. As I explained in a previous post, submodules are useful for a few use cases but have several drawbacks.<br/><br/><a href='http://www.dzone.com/links/rss/alternatives_to_git_submodule_git_subtree.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=969983' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>969983</dz:linkId>
      <dz:submitDate>2013-05-16T17:20:00Z</dz:submitDate>
      <dz:voteUpCount>4</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>35</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/969983.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>dotCore</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/448255.gif</dz:userimage>
      </dz:submitter>
    </item>
  </channel>
</rss>

