<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xml" href="http://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://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>Wed, 25 Nov 2009 05:08:56 GMT</pubDate>
    <dc:creator>The dzone.com community</dc:creator>
    <dc:date>2009-11-25T05:08:56Z</dc:date>
    <dc:language>en-us</dc:language>
    <dc:rights>Copyright (c) 2008 DZone, Inc.</dc:rights>
    <dz:selfLink>http://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>Useful code snippets for WPF developer.</title>
      <link>http://dzone.com/links/rss/useful_code_snippets_for_wpf_developer.html</link>
      <description>I want to share very useful in my opinion code snippets for WPF developers. Most of they were created my friend - Dmitrij Zakharov. Moreover I want to add a short description to each snippets.&#xD;
&#xD;
Note: The Code Snippet Inserter inserts a code snippet at the cursor location, or inserts a surround-with code snippet around the currently selected code.</description>
      <category>.net</category>
      <category>how-to</category>
      <category>methodology</category>
      <category>microsoft</category>
      <pubDate>Tue, 24 Nov 2009 20:50:38 GMT</pubDate>
      <guid isPermaLink="false">http://dzone.com/links/302649.html</guid>
      <dc:creator>RredCat</dc:creator>
      <dc:date>2009-11-24T20:50:38Z</dc:date>
      <content:encoded><![CDATA[<a href='http://dzone.com/links/rss/useful_code_snippets_for_wpf_developer.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/302649.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>I want to share very useful in my opinion code snippets for WPF developers. Most of they were created my friend - Dmitrij Zakharov. Moreover I want to add a short description to each snippets.

Note: The Code Snippet Inserter inserts a code snippet at the cursor location, or inserts a surround-with code snippet around the currently selected code.<br/><br/><a href='http://dzone.com/links/rss/useful_code_snippets_for_wpf_developer.html'><img src='http://dzone.com/links/voteCountImage?linkId=302649' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>302649</dz:linkId>
      <dz:submitDate>2009-11-24T20:50:38Z</dz:submitDate>
      <dz:voteUpCount>2</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>6</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://dzone.com/links/images/thumbs/120x90/302649.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>RredCat</dz:username>
        <dz:userimage>http://dzone.com/links/images/avatars/321314.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>Firefox gets GPU Direct2D Acceleration</title>
      <link>http://dzone.com/links/rss/firefox_gets_gpu_direct2d_acceleration.html</link>
      <description>Webpages to Render Faster</description>
      <category>hardware</category>
      <category>javascript</category>
      <category>methodology</category>
      <category>open source</category>
      <pubDate>Tue, 24 Nov 2009 20:01:12 GMT</pubDate>
      <guid isPermaLink="false">http://dzone.com/links/302633.html</guid>
      <dc:creator>taranfx</dc:creator>
      <dc:date>2009-11-24T20:01:12Z</dc:date>
      <content:encoded><![CDATA[<a href='http://dzone.com/links/rss/firefox_gets_gpu_direct2d_acceleration.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/302633.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>Webpages to Render Faster<br/><br/><a href='http://dzone.com/links/rss/firefox_gets_gpu_direct2d_acceleration.html'><img src='http://dzone.com/links/voteCountImage?linkId=302633' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>302633</dz:linkId>
      <dz:submitDate>2009-11-24T20:01:12Z</dz:submitDate>
      <dz:voteUpCount>2</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>22</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://dzone.com/links/images/thumbs/120x90/302633.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>taranfx</dz:username>
        <dz:userimage>http://dzone.com/links/images/avatars/414638.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>Remove Wordpress Admin Menu Without Affecting Wordpress Core System</title>
      <link>http://dzone.com/links/rss/remove_wordpress_admin_menu_without_affecting_wor.html</link>
      <description>In here, we will discuss a few method that we can use to disable Wordpress admin menu from displaying and accessing by valid users.</description>
      <category>how-to</category>
      <category>methodology</category>
      <category>open source</category>
      <category>php</category>
      <pubDate>Tue, 24 Nov 2009 19:18:16 GMT</pubDate>
      <guid isPermaLink="false">http://dzone.com/links/302617.html</guid>
      <dc:creator>claylua</dc:creator>
      <dc:date>2009-11-24T19:18:16Z</dc:date>
      <content:encoded><![CDATA[<a href='http://dzone.com/links/rss/remove_wordpress_admin_menu_without_affecting_wor.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/302617.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>In here, we will discuss a few method that we can use to disable Wordpress admin menu from displaying and accessing by valid users.<br/><br/><a href='http://dzone.com/links/rss/remove_wordpress_admin_menu_without_affecting_wor.html'><img src='http://dzone.com/links/voteCountImage?linkId=302617' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>302617</dz:linkId>
      <dz:submitDate>2009-11-24T19:18:16Z</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://dzone.com/links/images/thumbs/120x90/302617.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>claylua</dz:username>
        <dz:userimage>http://dzone.com/links/images/avatars/404431.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>Øredev chit-chat: Daniel Mellgaard Frost and Ayende Rahien</title>
      <link>http://dzone.com/links/rss/redev_chitchat_daniel_mellgaard_frost_and_ayende.html</link>
      <description>Daniel Mellgaard Frost talks with Ayende Rahien.&#xD;
&#xD;
Øredev has its origins and focus on the software development process, from programming to project management</description>
      <category>.net</category>
      <category>frameworks</category>
      <category>methodology</category>
      <category>trends</category>
      <pubDate>Tue, 24 Nov 2009 14:29:40 GMT</pubDate>
      <guid isPermaLink="false">http://dzone.com/links/302379.html</guid>
      <dc:creator>AlvinAshcraft</dc:creator>
      <dc:date>2009-11-24T14:29:40Z</dc:date>
      <content:encoded><![CDATA[<a href='http://dzone.com/links/rss/redev_chitchat_daniel_mellgaard_frost_and_ayende.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/302379.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>Daniel Mellgaard Frost talks with Ayende Rahien.

Øredev has its origins and focus on the software development process, from programming to project management<br/><br/><a href='http://dzone.com/links/rss/redev_chitchat_daniel_mellgaard_frost_and_ayende.html'><img src='http://dzone.com/links/voteCountImage?linkId=302379' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>302379</dz:linkId>
      <dz:submitDate>2009-11-24T14:29:40Z</dz:submitDate>
      <dz:voteUpCount>1</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>2</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://dzone.com/links/images/thumbs/120x90/302379.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>alashcraft</dz:username>
        <dz:userimage>http://dzone.com/links/images/avatars/285573.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>Øredev chit-chat: Daniel Mellgaard Frost and Scott Bellware</title>
      <link>http://dzone.com/links/rss/redev_chitchat_daniel_mellgaard_frost_and_scott_b.html</link>
      <description>Daniel Mellgaard Frost talks with Scott Bellware.&#xD;
&#xD;
Øredev has its origins and focus on the software development process, from programming to project management.</description>
      <category>methodology</category>
      <category>trends</category>
      <pubDate>Tue, 24 Nov 2009 14:29:18 GMT</pubDate>
      <guid isPermaLink="false">http://dzone.com/links/302377.html</guid>
      <dc:creator>AlvinAshcraft</dc:creator>
      <dc:date>2009-11-24T14:29:18Z</dc:date>
      <content:encoded><![CDATA[<a href='http://dzone.com/links/rss/redev_chitchat_daniel_mellgaard_frost_and_scott_b.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/302377.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>Daniel Mellgaard Frost talks with Scott Bellware.

Øredev has its origins and focus on the software development process, from programming to project management.<br/><br/><a href='http://dzone.com/links/rss/redev_chitchat_daniel_mellgaard_frost_and_scott_b.html'><img src='http://dzone.com/links/voteCountImage?linkId=302377' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>302377</dz:linkId>
      <dz:submitDate>2009-11-24T14:29:18Z</dz:submitDate>
      <dz:voteUpCount>1</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>1</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://dzone.com/links/images/thumbs/120x90/302377.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>alashcraft</dz:username>
        <dz:userimage>http://dzone.com/links/images/avatars/285573.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>From "scrum but" to SCRUM</title>
      <link>http://dzone.com/links/rss/from_scrum_but_to_scrum.html</link>
      <description>After doing SCRUM for three years a little write up of the things you should take in mind to implement a good scrum</description>
      <category>agile</category>
      <category>methodology</category>
      <pubDate>Tue, 24 Nov 2009 13:40:38 GMT</pubDate>
      <guid isPermaLink="false">http://dzone.com/links/301965.html</guid>
      <dc:creator>vincentkok</dc:creator>
      <dc:date>2009-11-24T13:40:38Z</dc:date>
      <content:encoded><![CDATA[<a href='http://dzone.com/links/rss/from_scrum_but_to_scrum.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/301965.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>After doing SCRUM for three years a little write up of the things you should take in mind to implement a good scrum<br/><br/><a href='http://dzone.com/links/rss/from_scrum_but_to_scrum.html'><img src='http://dzone.com/links/voteCountImage?linkId=301965' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>301965</dz:linkId>
      <dz:submitDate>2009-11-24T13:40:38Z</dz:submitDate>
      <dz:voteUpCount>1</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>9</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://dzone.com/links/images/thumbs/120x90/301965.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>vincentkok</dz:username>
        <dz:userimage>http://dzone.com/links/images/avatars/529433.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>Cloud computing and the build vs. buy question</title>
      <link>http://dzone.com/links/rss/cloud_computing_and_the_build_vs_buy_question.html</link>
      <description>Cloud-based, SaaS, outsourced - although the barrier to entry for outsourced services seems to be lower than it was in the past, Scott Lowe wants to make sure that due diligence and complete analyses are performed before jumping in with both feet.</description>
      <category>methodology</category>
      <category>reviews</category>
      <pubDate>Tue, 24 Nov 2009 13:38:03 GMT</pubDate>
      <guid isPermaLink="false">http://dzone.com/links/302293.html</guid>
      <dc:creator>mswatcher</dc:creator>
      <dc:date>2009-11-24T13:38:03Z</dc:date>
      <content:encoded><![CDATA[<a href='http://dzone.com/links/rss/cloud_computing_and_the_build_vs_buy_question.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/302293.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>Cloud-based, SaaS, outsourced - although the barrier to entry for outsourced services seems to be lower than it was in the past, Scott Lowe wants to make sure that due diligence and complete analyses are performed before jumping in with both feet.<br/><br/><a href='http://dzone.com/links/rss/cloud_computing_and_the_build_vs_buy_question.html'><img src='http://dzone.com/links/voteCountImage?linkId=302293' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>302293</dz:linkId>
      <dz:submitDate>2009-11-24T13:38:03Z</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://dzone.com/links/images/thumbs/120x90/302293.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>mswatcher</dz:username>
        <dz:userimage>http://dzone.com/links/images/avatars/225256.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>SOA – There could be only one…</title>
      <link>http://dzone.com/links/rss/soa_there_could_be_only_one.html</link>
      <description>There’s no Architecture in Business Service Orientation ! There, I’ve said it, there are no two types of SOA.  I am not trying to say that business-level service orientation doesn’t exist or isn’t valuable. However I am trying to say that labeling that SOA harms both Service Orientation at the business level and SOA (a.k.a. “technical SOA”)</description>
      <category>frameworks</category>
      <category>methodology</category>
      <category>web services</category>
      <pubDate>Tue, 24 Nov 2009 12:58:56 GMT</pubDate>
      <guid isPermaLink="false">http://dzone.com/links/302261.html</guid>
      <dc:creator>Masoud Kalali</dc:creator>
      <dc:date>2009-11-24T12:58:56Z</dc:date>
      <content:encoded><![CDATA[<a href='http://dzone.com/links/rss/soa_there_could_be_only_one.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/302261.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>There’s no Architecture in Business Service Orientation ! There, I’ve said it, there are no two types of SOA.  I am not trying to say that business-level service orientation doesn’t exist or isn’t valuable. However I am trying to say that labeling that SOA harms both Service Orientation at the business level and SOA (a.k.a. “technical SOA”)<br/><br/><a href='http://dzone.com/links/rss/soa_there_could_be_only_one.html'><img src='http://dzone.com/links/voteCountImage?linkId=302261' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>302261</dz:linkId>
      <dz:submitDate>2009-11-24T12:58:56Z</dz:submitDate>
      <dz:voteUpCount>4</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>19</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://dzone.com/links/images/thumbs/120x90/302261.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>Kalali</dz:username>
        <dz:userimage>http://dzone.com/links/images/avatars/89352.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>Building For The New Generation Of Users</title>
      <link>http://dzone.com/links/rss/building_for_the_new_generation_of_users.html</link>
      <description>I’ve recently been reading a few articles about the future of application development and IT infrastructure management.  I believe that one of the main issues that face most IT pros is that we get caught up in the buzz word factory.  Today’s latest: Cloud computing, Web 3.0, etc.  What we fail to realize when we speak about the future of our architecture is the changing dynamic of our end users.</description>
      <category>how-to</category>
      <category>methodology</category>
      <category>opinion</category>
      <category>trends</category>
      <pubDate>Tue, 24 Nov 2009 01:19:02 GMT</pubDate>
      <guid isPermaLink="false">http://dzone.com/links/301723.html</guid>
      <dc:creator>sciske</dc:creator>
      <dc:date>2009-11-24T01:19:02Z</dc:date>
      <content:encoded><![CDATA[<a href='http://dzone.com/links/rss/building_for_the_new_generation_of_users.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/301723.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>I’ve recently been reading a few articles about the future of application development and IT infrastructure management.  I believe that one of the main issues that face most IT pros is that we get caught up in the buzz word factory.  Today’s latest: Cloud computing, Web 3.0, etc.  What we fail to realize when we speak about the future of our architecture is the changing dynamic of our end users.<br/><br/><a href='http://dzone.com/links/rss/building_for_the_new_generation_of_users.html'><img src='http://dzone.com/links/voteCountImage?linkId=301723' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>301723</dz:linkId>
      <dz:submitDate>2009-11-24T01:19:02Z</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://dzone.com/links/images/thumbs/120x90/301723.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>sciske</dz:username>
        <dz:userimage>http://dzone.com/links/images/avatars/377903.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>When Polymorphism Fails </title>
      <link>http://dzone.com/links/rss/when_polymorphism_fails.html</link>
      <description>Every OOP fan is almost by definition a fan of polymorphism. Lots of otherwise good books (e.g. Fowler's Refactoring) go so far as to say if you use runtime type checks, e.g. Java's "instanceof" operator, then you're probably an evil person who threatens little children with switch statements.</description>
      <category>methodology</category>
      <category>opinion</category>
      <category>reviews</category>
      <pubDate>Mon, 23 Nov 2009 17:13:35 GMT</pubDate>
      <guid isPermaLink="false">http://dzone.com/links/301437.html</guid>
      <dc:creator>mswatcher</dc:creator>
      <dc:date>2009-11-23T17:13:35Z</dc:date>
      <content:encoded><![CDATA[<a href='http://dzone.com/links/rss/when_polymorphism_fails.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/301437.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>Every OOP fan is almost by definition a fan of polymorphism. Lots of otherwise good books (e.g. Fowler's Refactoring) go so far as to say if you use runtime type checks, e.g. Java's "instanceof" operator, then you're probably an evil person who threatens little children with switch statements. <br/><br/><a href='http://dzone.com/links/rss/when_polymorphism_fails.html'><img src='http://dzone.com/links/voteCountImage?linkId=301437' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>301437</dz:linkId>
      <dz:submitDate>2009-11-23T17:13:35Z</dz:submitDate>
      <dz:voteUpCount>3</dz:voteUpCount>
      <dz:voteDownCount>1</dz:voteDownCount>
      <dz:clickCount>25</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://dzone.com/links/images/thumbs/120x90/301437.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>mswatcher</dz:username>
        <dz:userimage>http://dzone.com/links/images/avatars/225256.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>How would you learn a new platform?</title>
      <link>http://dzone.com/links/rss/how_would_you_learn_a_new_platform.html</link>
      <description>Here is an interesting problem that I am facing. I have a pretty good working knowledge of computing, and while I can usually manage to get the gist of a new technology in a short amount of time, that is only useful for talking about it, not actually applying that. I am currently trying to figure out the parts where I am missing, and plug the holes. And I am running into a bit of a problem here.</description>
      <category>methodology</category>
      <category>trends</category>
      <pubDate>Mon, 23 Nov 2009 14:48:52 GMT</pubDate>
      <guid isPermaLink="false">http://dzone.com/links/301281.html</guid>
      <dc:creator>AlvinAshcraft</dc:creator>
      <dc:date>2009-11-23T14:48:52Z</dc:date>
      <content:encoded><![CDATA[<a href='http://dzone.com/links/rss/how_would_you_learn_a_new_platform.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/301281.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>Here is an interesting problem that I am facing. I have a pretty good working knowledge of computing, and while I can usually manage to get the gist of a new technology in a short amount of time, that is only useful for talking about it, not actually applying that. I am currently trying to figure out the parts where I am missing, and plug the holes. And I am running into a bit of a problem here.<br/><br/><a href='http://dzone.com/links/rss/how_would_you_learn_a_new_platform.html'><img src='http://dzone.com/links/voteCountImage?linkId=301281' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>301281</dz:linkId>
      <dz:submitDate>2009-11-23T14:48:52Z</dz:submitDate>
      <dz:voteUpCount>4</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>17</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://dzone.com/links/images/thumbs/120x90/301281.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>alashcraft</dz:username>
        <dz:userimage>http://dzone.com/links/images/avatars/285573.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>Patterns and Practices for Distributed Teams</title>
      <link>http://dzone.com/links/rss/patterns_and_practices_for_distributed_teams.html</link>
      <description>This post is a summary of my lessons learned from leading distributed teams.  I've managed distributed project teams since 2001, spanning the UK, Argentina, India, and other parts of the world.  While I preferred having everybody together on site around a whiteboard to simplify and improves communication,  flexibility with distributed teams gave me access to the right talent, wherever it may be.</description>
      <category>how-to</category>
      <category>methodology</category>
      <category>trends</category>
      <pubDate>Mon, 23 Nov 2009 14:45:22 GMT</pubDate>
      <guid isPermaLink="false">http://dzone.com/links/301259.html</guid>
      <dc:creator>AlvinAshcraft</dc:creator>
      <dc:date>2009-11-23T14:45:22Z</dc:date>
      <content:encoded><![CDATA[<a href='http://dzone.com/links/rss/patterns_and_practices_for_distributed_teams.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/301259.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>This post is a summary of my lessons learned from leading distributed teams.  I've managed distributed project teams since 2001, spanning the UK, Argentina, India, and other parts of the world.  While I preferred having everybody together on site around a whiteboard to simplify and improves communication,  flexibility with distributed teams gave me access to the right talent, wherever it may be. <br/><br/><a href='http://dzone.com/links/rss/patterns_and_practices_for_distributed_teams.html'><img src='http://dzone.com/links/voteCountImage?linkId=301259' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>301259</dz:linkId>
      <dz:submitDate>2009-11-23T14:45:22Z</dz:submitDate>
      <dz:voteUpCount>2</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>15</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://dzone.com/links/images/thumbs/120x90/301259.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>alashcraft</dz:username>
        <dz:userimage>http://dzone.com/links/images/avatars/285573.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>Architecting a system need a wide knowledge of technologies, COTS, projects, standards....</title>
      <link>http://dzone.com/links/rss/architecting_a_system_need_a_wide_knowledge_of_te.html</link>
      <description>Architecting a system need a wide knowledge of technologies, COTS, projects, standards....</description>
      <category>methodology</category>
      <category>opinion</category>
      <category>standards</category>
      <category>tools</category>
      <pubDate>Mon, 23 Nov 2009 08:34:24 GMT</pubDate>
      <guid isPermaLink="false">http://dzone.com/links/300965.html</guid>
      <dc:creator>Masoud Kalali</dc:creator>
      <dc:date>2009-11-23T08:34:24Z</dc:date>
      <content:encoded><![CDATA[<a href='http://dzone.com/links/rss/architecting_a_system_need_a_wide_knowledge_of_te.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/300965.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>Architecting a system need a wide knowledge of technologies, COTS, projects, standards....
<br/><br/><a href='http://dzone.com/links/rss/architecting_a_system_need_a_wide_knowledge_of_te.html'><img src='http://dzone.com/links/voteCountImage?linkId=300965' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>300965</dz:linkId>
      <dz:submitDate>2009-11-23T08:34:24Z</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://dzone.com/links/images/thumbs/120x90/300965.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>Kalali</dz:username>
        <dz:userimage>http://dzone.com/links/images/avatars/89352.gif</dz:userimage>
      </dz:submitter>
    </item>
  </channel>
</rss>

