<?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: standards</title>
    <link>http://dzone.com/links/tag/standards.html</link>
    <description>dzone.com: fresh links for developers</description>
    <language>en-us</language>
    <copyright>Copyright (c) 2008 DZone, Inc.</copyright>
    <pubDate>Sat, 07 Nov 2009 22:52:49 GMT</pubDate>
    <dc:creator>The dzone.com community</dc:creator>
    <dc:date>2009-11-07T22:52:49Z</dc:date>
    <dc:language>en-us</dc:language>
    <dc:rights>Copyright (c) 2008 DZone, Inc.</dc:rights>
    <dz:selfLink>http://dzone.com/links/feed/frontpage/standards/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>UML Tutorial</title>
      <link>http://dzone.com/links/rss/uml_tutorial.html</link>
      <description>Learning UML in simple and easy steps : A beginner's tutorial containing complete knowledge of UML architecture, diagrams, notations examples with examples.</description>
      <category>frameworks</category>
      <category>java</category>
      <category>standards</category>
      <category>web design</category>
      <pubDate>Fri, 06 Nov 2009 13:57:45 GMT</pubDate>
      <guid isPermaLink="false">http://dzone.com/links/281509.html</guid>
      <dc:creator>mcmohd</dc:creator>
      <dc:date>2009-11-06T13:57:45Z</dc:date>
      <content:encoded><![CDATA[<a href='http://dzone.com/links/rss/uml_tutorial.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/281509.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>Learning UML in simple and easy steps : A beginner's tutorial containing complete knowledge of UML architecture, diagrams, notations examples with examples.<br/><br/><a href='http://dzone.com/links/rss/uml_tutorial.html'><img src='http://dzone.com/links/voteCountImage?linkId=281509' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>281509</dz:linkId>
      <dz:submitDate>2009-11-05T10:39:39Z</dz:submitDate>
      <dz:promoteDate>2009-11-06T13:57:45Z</dz:promoteDate>
      <dz:voteUpCount>11</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>630</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://dzone.com/links/images/thumbs/120x90/281509.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>mcmohd</dz:username>
        <dz:userimage>http://dzone.com/links/images/avatars/270428.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>Testing and constructors</title>
      <link>http://dzone.com/links/rss/testing_and_constructors.html</link>
      <description>One of the pillars of design for testability, which is listed also in the Google guide for code reviewers, is to have constructors that do not contain logic or method calls. I will explain the reasons behind this choice with an example, but let me say that to reduce dependencies it is natural for a class to avoid making assumptions on the external environment, performing things like creating new objects. Separating the business responsibility of a class from the one of wiring itself to other objects is necessary.</description>
      <category>how-to</category>
      <category>methodology</category>
      <category>php</category>
      <category>standards</category>
      <pubDate>Sat, 07 Nov 2009 05:15:14 GMT</pubDate>
      <guid isPermaLink="false">http://dzone.com/links/280457.html</guid>
      <dc:creator>piccoloprincipe</dc:creator>
      <dc:date>2009-11-07T05:15:14Z</dc:date>
      <content:encoded><![CDATA[<a href='http://dzone.com/links/rss/testing_and_constructors.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/280457.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>One of the pillars of design for testability, which is listed also in the Google guide for code reviewers, is to have constructors that do not contain logic or method calls. I will explain the reasons behind this choice with an example, but let me say that to reduce dependencies it is natural for a class to avoid making assumptions on the external environment, performing things like creating new objects. Separating the business responsibility of a class from the one of wiring itself to other objects is necessary.<br/><br/><a href='http://dzone.com/links/rss/testing_and_constructors.html'><img src='http://dzone.com/links/voteCountImage?linkId=280457' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>280457</dz:linkId>
      <dz:submitDate>2009-11-04T12:19:47Z</dz:submitDate>
      <dz:promoteDate>2009-11-07T05:15:14Z</dz:promoteDate>
      <dz:voteUpCount>10</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>183</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://dzone.com/links/images/thumbs/120x90/280457.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>piccoloprincipe</dz:username>
        <dz:userimage>http://dzone.com/links/images/avatars/355617.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>Java SE: “Is That For Here Or To Go?”</title>
      <link>http://dzone.com/links/rss/java_se_is_that_for_here_or_to_go.html</link>
      <description>Bundle a light version Java SE 6 runtime with your app to avoid dependency on public JRE while maintaining compatibility and keeping the download size small.</description>
      <category>java</category>
      <category>standards</category>
      <category>tools</category>
      <pubDate>Thu, 05 Nov 2009 09:35:54 GMT</pubDate>
      <guid isPermaLink="false">http://dzone.com/links/278865.html</guid>
      <dc:creator>Dmitry Leskov</dc:creator>
      <dc:date>2009-11-05T09:35:54Z</dc:date>
      <content:encoded><![CDATA[<a href='http://dzone.com/links/rss/java_se_is_that_for_here_or_to_go.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/278865.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>Bundle a light version Java SE 6 runtime with your app to avoid dependency on public JRE while maintaining compatibility and keeping the download size small. <br/><br/><a href='http://dzone.com/links/rss/java_se_is_that_for_here_or_to_go.html'><img src='http://dzone.com/links/voteCountImage?linkId=278865' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>278865</dz:linkId>
      <dz:submitDate>2009-11-03T10:11:12Z</dz:submitDate>
      <dz:promoteDate>2009-11-05T09:35:54Z</dz:promoteDate>
      <dz:voteUpCount>13</dz:voteUpCount>
      <dz:voteDownCount>1</dz:voteDownCount>
      <dz:clickCount>658</dz:clickCount>
      <dz:commentCount>1</dz:commentCount>
      <dz:thumbnail>http://dzone.com/links/images/thumbs/120x90/278865.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>dl113449</dz:username>
        <dz:userimage>http://dzone.com/links/images/avatars/48402.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>Key web development skills</title>
      <link>http://dzone.com/links/rss/key_web_development_skills.html</link>
      <description>A key tool for any budding web developer is API knowledge. It’s good to familiarise yourself with a variety of application interfaces. I started out using the Twitter REST API with PHP and CURL when twitter first launched the API to basically get a users tweets, pretty simple now I look back, but at the time it was the first time i’d done such a thing. As the development of social media continues this will increasingly open up opportunities to develop more and more applications that interact with one another and and make our daily chores more eventful....</description>
      <category>how-to</category>
      <category>methodology</category>
      <category>php</category>
      <category>standards</category>
      <pubDate>Thu, 05 Nov 2009 04:12:16 GMT</pubDate>
      <guid isPermaLink="false">http://dzone.com/links/278969.html</guid>
      <dc:creator>ashleyford</dc:creator>
      <dc:date>2009-11-05T04:12:16Z</dc:date>
      <content:encoded><![CDATA[<a href='http://dzone.com/links/rss/key_web_development_skills.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/278969.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>A key tool for any budding web developer is API knowledge. It’s good to familiarise yourself with a variety of application interfaces. I started out using the Twitter REST API with PHP and CURL when twitter first launched the API to basically get a users tweets, pretty simple now I look back, but at the time it was the first time i’d done such a thing. As the development of social media continues this will increasingly open up opportunities to develop more and more applications that interact with one another and and make our daily chores more eventful....<br/><br/><a href='http://dzone.com/links/rss/key_web_development_skills.html'><img src='http://dzone.com/links/voteCountImage?linkId=278969' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>278969</dz:linkId>
      <dz:submitDate>2009-11-03T10:54:46Z</dz:submitDate>
      <dz:promoteDate>2009-11-05T04:12:16Z</dz:promoteDate>
      <dz:voteUpCount>11</dz:voteUpCount>
      <dz:voteDownCount>1</dz:voteDownCount>
      <dz:clickCount>596</dz:clickCount>
      <dz:commentCount>2</dz:commentCount>
      <dz:thumbnail>http://dzone.com/links/images/thumbs/120x90/278969.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>ashleyford</dz:username>
        <dz:userimage>http://dzone.com/links/images/avatars/443773.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>SOA needs manifestation….not manifesto</title>
      <link>http://dzone.com/links/rss/soa_needs_manifestationnot_manifesto.html</link>
      <description>I’ll bet that it felt like a momentous achievement to get a group of very well-known bloggers, analysts and technologists to agree on a “manifesto” for services-oriented architecture (SOA).</description>
      <category>methodology</category>
      <category>opinion</category>
      <category>standards</category>
      <category>web services</category>
      <pubDate>Fri, 06 Nov 2009 03:20:23 GMT</pubDate>
      <guid isPermaLink="false">http://dzone.com/links/281419.html</guid>
      <dc:creator>Masoud Kalali</dc:creator>
      <dc:date>2009-11-06T03:20:23Z</dc:date>
      <content:encoded><![CDATA[<a href='http://dzone.com/links/rss/soa_needs_manifestationnot_manifesto.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/281419.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>I’ll bet that it felt like a momentous achievement to get a group of very well-known bloggers, analysts and technologists to agree on a “manifesto” for services-oriented architecture (SOA).<br/><br/><a href='http://dzone.com/links/rss/soa_needs_manifestationnot_manifesto.html'><img src='http://dzone.com/links/voteCountImage?linkId=281419' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>281419</dz:linkId>
      <dz:submitDate>2009-11-05T09:12:30Z</dz:submitDate>
      <dz:promoteDate>2009-11-06T03:20:23Z</dz:promoteDate>
      <dz:voteUpCount>12</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>84</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://dzone.com/links/images/thumbs/120x90/281419.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>Everything you wanted to know about Encoding, charsets and File formats</title>
      <link>http://dzone.com/links/rss/everything_you_wanted_to_know_about_encoding_char.html</link>
      <description>Here you will find a lot of information about charsets unicode character blocks and many more information</description>
      <category>gui</category>
      <category>standards</category>
      <category>tools</category>
      <category>usability</category>
      <pubDate>Thu, 05 Nov 2009 12:30:32 GMT</pubDate>
      <guid isPermaLink="false">http://dzone.com/links/280715.html</guid>
      <dc:creator>alexws</dc:creator>
      <dc:date>2009-11-05T12:30:32Z</dc:date>
      <content:encoded><![CDATA[<a href='http://dzone.com/links/rss/everything_you_wanted_to_know_about_encoding_char.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/280715.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>Here you will find a lot of information about charsets unicode character blocks and many more information<br/><br/><a href='http://dzone.com/links/rss/everything_you_wanted_to_know_about_encoding_char.html'><img src='http://dzone.com/links/voteCountImage?linkId=280715' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>280715</dz:linkId>
      <dz:submitDate>2009-11-04T15:51:58Z</dz:submitDate>
      <dz:promoteDate>2009-11-05T12:30:32Z</dz:promoteDate>
      <dz:voteUpCount>10</dz:voteUpCount>
      <dz:voteDownCount>1</dz:voteDownCount>
      <dz:clickCount>429</dz:clickCount>
      <dz:commentCount>1</dz:commentCount>
      <dz:thumbnail>http://dzone.com/links/images/thumbs/120x90/280715.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>alexws</dz:username>
        <dz:userimage>http://dzone.com/links/images/avatars/201493.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>DZone Daily Dose - 2009/11/5</title>
      <link>http://dzone.com/links/rss/dzone_daily_dose_2009115.html</link>
      <description>Oracle's defiance on the issue of MySQL could lead to a formal statement of objections by the EU.  In other news, the W3C is meeting this week to discuss the progress of HTML5 and JRuby 1.4 is released.</description>
      <category>java</category>
      <category>ruby</category>
      <category>standards</category>
      <category>web design</category>
      <pubDate>Thu, 05 Nov 2009 13:59:30 GMT</pubDate>
      <guid isPermaLink="false">http://dzone.com/links/281065.html</guid>
      <dc:creator>Mitch Pronschinske</dc:creator>
      <dc:date>2009-11-05T13:59:30Z</dc:date>
      <content:encoded><![CDATA[<a href='http://dzone.com/links/rss/dzone_daily_dose_2009115.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/281065.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>Oracle's defiance on the issue of MySQL could lead to a formal statement of objections by the EU.  In other news, the W3C is meeting this week to discuss the progress of HTML5 and JRuby 1.4 is released.<br/><br/><a href='http://dzone.com/links/rss/dzone_daily_dose_2009115.html'><img src='http://dzone.com/links/voteCountImage?linkId=281065' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>281065</dz:linkId>
      <dz:submitDate>2009-11-05T03:12:33Z</dz:submitDate>
      <dz:promoteDate>2009-11-05T13:59:30Z</dz:promoteDate>
      <dz:voteUpCount>11</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>108</dz:clickCount>
      <dz:commentCount>1</dz:commentCount>
      <dz:thumbnail>http://dzone.com/links/images/thumbs/120x90/281065.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>Mitch Pronschinske</dz:username>
        <dz:userimage>http://dzone.com/links/images/avatars/478055.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>Writing Portable Data - The Why's and How's</title>
      <link>http://dzone.com/links/rss/writing_portable_data_the_whys_and_hows.html</link>
      <description>There are many reasons for designing and implementing data base schemas that are portable. This post outlines the reasons why you should be writing portable data, and provides advice on how you can make this task easier.</description>
      <category>database</category>
      <category>how-to</category>
      <category>standards</category>
      <category>web design</category>
      <pubDate>Thu, 05 Nov 2009 22:44:54 GMT</pubDate>
      <guid isPermaLink="false">http://dzone.com/links/280751.html</guid>
      <dc:creator>malber</dc:creator>
      <dc:date>2009-11-05T22:44:54Z</dc:date>
      <content:encoded><![CDATA[<a href='http://dzone.com/links/rss/writing_portable_data_the_whys_and_hows.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/280751.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>There are many reasons for designing and implementing data base schemas that are portable. This post outlines the reasons why you should be writing portable data, and provides advice on how you can make this task easier.<br/><br/><a href='http://dzone.com/links/rss/writing_portable_data_the_whys_and_hows.html'><img src='http://dzone.com/links/voteCountImage?linkId=280751' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>280751</dz:linkId>
      <dz:submitDate>2009-11-04T16:26:33Z</dz:submitDate>
      <dz:promoteDate>2009-11-05T22:44:54Z</dz:promoteDate>
      <dz:voteUpCount>8</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>237</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://dzone.com/links/images/thumbs/120x90/280751.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>malber</dz:username>
        <dz:userimage>http://dzone.com/links/images/avatars/339986.gif</dz:userimage>
      </dz:submitter>
    </item>
  </channel>
</rss>

