<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.dzone.com/~d/styles/itemcontent.css"?><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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
  <channel>
    <title>dzone.com: how-to</title>
    <link>http://www.dzone.com/links/tag/how-to.html</link>
    <description>dzone.com: fresh links for developers</description>
    <language>en-us</language>
    <copyright>Copyright (c) 2008 DZone, Inc.</copyright>
    <pubDate>Fri, 10 Feb 2012 09:27:07 GMT</pubDate>
    <dc:creator>The dzone.com community</dc:creator>
    <dc:date>2012-02-10T09:27:07Z</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/frontpage/how-to/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>
    <feedburner:info uri="dzone/howto" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://www.dzone.com/feed/frontpage/how-to/rss.xml" /><feedburner:feedFlare href="http://add.my.yahoo.com/rss?url=http%3A%2F%2Fwww.dzone.com%2Ffeed%2Ffrontpage%2Fhow-to%2Frss.xml" src="http://us.i1.yimg.com/us.yimg.com/i/us/my/addtomyyahoo4.gif">Subscribe with My Yahoo!</feedburner:feedFlare><feedburner:feedFlare href="http://www.newsgator.com/ngs/subscriber/subext.aspx?url=http%3A%2F%2Fwww.dzone.com%2Ffeed%2Ffrontpage%2Fhow-to%2Frss.xml" src="http://www.newsgator.com/images/ngsub1.gif">Subscribe with NewsGator</feedburner:feedFlare><feedburner:feedFlare href="http://feeds.my.aol.com/add.jsp?url=http%3A%2F%2Fwww.dzone.com%2Ffeed%2Ffrontpage%2Fhow-to%2Frss.xml" src="http://o.aolcdn.com/favorites.my.aol.com/webmaster/ffclient/webroot/locale/en-US/images/myAOLButtonSmall.gif">Subscribe with My AOL</feedburner:feedFlare><feedburner:feedFlare href="http://www.bloglines.com/sub/http://www.dzone.com/feed/frontpage/how-to/rss.xml" src="http://www.bloglines.com/images/sub_modern11.gif">Subscribe with Bloglines</feedburner:feedFlare><feedburner:feedFlare href="http://www.netvibes.com/subscribe.php?url=http%3A%2F%2Fwww.dzone.com%2Ffeed%2Ffrontpage%2Fhow-to%2Frss.xml" src="http://www.netvibes.com/img/add2netvibes.gif">Subscribe with Netvibes</feedburner:feedFlare><feedburner:feedFlare href="http://fusion.google.com/add?feedurl=http%3A%2F%2Fwww.dzone.com%2Ffeed%2Ffrontpage%2Fhow-to%2Frss.xml" src="http://buttons.googlesyndication.com/fusion/add.gif">Subscribe with Google</feedburner:feedFlare><feedburner:feedFlare href="http://www.pageflakes.com/subscribe.aspx?url=http%3A%2F%2Fwww.dzone.com%2Ffeed%2Ffrontpage%2Fhow-to%2Frss.xml" src="http://www.pageflakes.com/ImageFile.ashx?instanceId=Static_4&amp;fileName=ATP_blu_91x17.gif">Subscribe with Pageflakes</feedburner:feedFlare><item>
      <title>Java EE on Google App Engine: CDI to the Rescue - Aleš Justin</title>
      <link>http://feeds.dzone.com/~r/dzone/howto/~3/g6o6tL3AG5Y/java_ee_on_google_app_engine_cdi_to_the_rescue_al.html</link>
      <description>Google App Engine (GAE) is among the most popular cloud application platforms today, offering decent service at a low price point or even for free. Unfortunately, however, its Java environment is also fairly restrictive. This session presents several tips and tricks on how to use top Java EE specs – CDI, JPA, JSF2, and Bean Validation, for instance – within GAE’s restrictive sandbox while still benefiting from the highly scalable environment it provides and maintaining portability to other Java EE containers. It demonstrates how CDI can be used to abstract from GAE’s services and how state-of-the-art testing frameworks such as ShrinkWrap and Arquillian can be made to work with a GAE application.</description>
      <category>frameworks</category>
      <category>how-to</category>
      <category>java</category>
      <category>web 2.0</category>
      <pubDate>Fri, 10 Feb 2012 08:44:22 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/742015.html</guid>
      <dc:creator>cmayerv1</dc:creator>
      <dc:date>2012-02-10T08:44:22Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/r/java_ee_on_google_app_engine_cdi_to_the_rescue_al.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/742015.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>Google App Engine (GAE) is among the most popular cloud application platforms today, offering decent service at a low price point or even for free. Unfortunately, however, its Java environment is also fairly restrictive. This session presents several tips and tricks on how to use top Java EE specs – CDI, JPA, JSF2, and Bean Validation, for instance – within GAE’s restrictive sandbox while still benefiting from the highly scalable environment it provides and maintaining portability to other Java EE containers. It demonstrates how CDI can be used to abstract from GAE’s services and how state-of-the-art testing frameworks such as ShrinkWrap and Arquillian can be made to work with a GAE application.<br/><br/><a href='http://www.dzone.com/links/rss/java_ee_on_google_app_engine_cdi_to_the_rescue_al.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=742015' border='0'/></a></p><img src="http://feeds.feedburner.com/~r/dzone/howto/~4/g6o6tL3AG5Y" height="1" width="1"/>]]></content:encoded>
      <dz:linkId>742015</dz:linkId>
      <dz:submitDate>2012-02-08T16:17:26Z</dz:submitDate>
      <dz:promoteDate>2012-02-10T08:44:22Z</dz:promoteDate>
      <dz:voteUpCount>9</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>109</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/742015.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>cmayerv1</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/955349.gif</dz:userimage>
      </dz:submitter>
    <feedburner:origLink>http://www.dzone.com/links/r/java_ee_on_google_app_engine_cdi_to_the_rescue_al.html</feedburner:origLink></item>
    <item>
      <title>Get in control with Spring Insight!</title>
      <link>http://feeds.dzone.com/~r/dzone/howto/~3/4T9pSdjj6HY/get_in_control_with_spring_insight.html</link>
      <description>Ever wondered what your application was doing? Why that specific page was so slow? I've asked myself this question numerous times and always had to change some log level or attach a profiler to get actual feedback on what was going on inside my application. With Spring Insight you can get a nice visual representation of specific parts of your application that you would like to have more information from.</description>
      <category>how-to</category>
      <category>java</category>
      <category>open source</category>
      <pubDate>Fri, 10 Feb 2012 07:38:18 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/742759.html</guid>
      <dc:creator>jreijn</dc:creator>
      <dc:date>2012-02-10T07:38:18Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/r/get_in_control_with_spring_insight.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/742759.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>Ever wondered what your application was doing? Why that specific page was so slow? I've asked myself this question numerous times and always had to change some log level or attach a profiler to get actual feedback on what was going on inside my application. With Spring Insight you can get a nice visual representation of specific parts of your application that you would like to have more information from.<br/><br/><a href='http://www.dzone.com/links/rss/get_in_control_with_spring_insight.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=742759' border='0'/></a></p><img src="http://feeds.feedburner.com/~r/dzone/howto/~4/4T9pSdjj6HY" height="1" width="1"/>]]></content:encoded>
      <dz:linkId>742759</dz:linkId>
      <dz:submitDate>2012-02-09T20:54:34Z</dz:submitDate>
      <dz:promoteDate>2012-02-10T07:38:18Z</dz:promoteDate>
      <dz:voteUpCount>8</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>286</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/742759.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>jreijn</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/415350.gif</dz:userimage>
      </dz:submitter>
    <feedburner:origLink>http://www.dzone.com/links/r/get_in_control_with_spring_insight.html</feedburner:origLink></item>
    <item>
      <title>#0131 - SQL Server – SSMS – Tutorial – Part 06 – Introduction to the Properties Window (L100)</title>
      <link>http://feeds.dzone.com/~r/dzone/howto/~3/xoFjVTGsEvI/0131_sql_server_ssms_tutorial_part_06_introductio.html</link>
      <description>The SQL Server Management Studio (SSMS) continues to fascinate me with it’s immense wealth of features geared towards developer &amp; administrator usability. What’s more amazing is that some features perform multiple useful functions depending upon the...</description>
      <category>database</category>
      <category>how-to</category>
      <category>microsoft</category>
      <category>server</category>
      <pubDate>Fri, 10 Feb 2012 06:45:29 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/742723.html</guid>
      <dc:creator>jincyv</dc:creator>
      <dc:date>2012-02-10T06:45:29Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/r/0131_sql_server_ssms_tutorial_part_06_introductio.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/742723.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>The SQL Server Management Studio (SSMS) continues to fascinate me with it’s immense wealth of features geared towards developer & administrator usability. What’s more amazing is that some features perform multiple useful functions depending upon the...<br/><br/><a href='http://www.dzone.com/links/rss/0131_sql_server_ssms_tutorial_part_06_introductio.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=742723' border='0'/></a></p><img src="http://feeds.feedburner.com/~r/dzone/howto/~4/xoFjVTGsEvI" height="1" width="1"/>]]></content:encoded>
      <dz:linkId>742723</dz:linkId>
      <dz:submitDate>2012-02-09T18:23:30Z</dz:submitDate>
      <dz:promoteDate>2012-02-10T06:45:29Z</dz:promoteDate>
      <dz:voteUpCount>7</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>131</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/742723.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>jincyv</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/744593.gif</dz:userimage>
      </dz:submitter>
    <feedburner:origLink>http://www.dzone.com/links/r/0131_sql_server_ssms_tutorial_part_06_introductio.html</feedburner:origLink></item>
    <item>
      <title>Apache Thrift Quickstart Tutorial</title>
      <link>http://feeds.dzone.com/~r/dzone/howto/~3/9GbQ8bixCiw/apache_thrift_quickstart_tutorial.html</link>
      <description>Originally developed at Facebook, Thrift is now an open source RPC framework thanks to the Apache software project. Thrift can be used "scalable cross-language services development," and works near-seamlessly between C, C++, Cappuccino, Cocoa, Erlang, Go, Haskell, Java, OCaml, Perl, PHP, Python, Ruby, and Smalltalk.</description>
      <category>database</category>
      <category>how-to</category>
      <category>open source</category>
      <pubDate>Fri, 10 Feb 2012 04:10:08 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/742653.html</guid>
      <dc:creator>egenesky</dc:creator>
      <dc:date>2012-02-10T04:10:08Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/r/apache_thrift_quickstart_tutorial.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/742653.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>Originally developed at Facebook, Thrift is now an open source RPC framework thanks to the Apache software project. Thrift can be used "scalable cross-language services development," and works near-seamlessly between C, C++, Cappuccino, Cocoa, Erlang, Go, Haskell, Java, OCaml, Perl, PHP, Python, Ruby, and Smalltalk. <br/><br/><a href='http://www.dzone.com/links/rss/apache_thrift_quickstart_tutorial.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=742653' border='0'/></a></p><img src="http://feeds.feedburner.com/~r/dzone/howto/~4/9GbQ8bixCiw" height="1" width="1"/>]]></content:encoded>
      <dz:linkId>742653</dz:linkId>
      <dz:submitDate>2012-02-09T16:40:14Z</dz:submitDate>
      <dz:promoteDate>2012-02-10T04:10:08Z</dz:promoteDate>
      <dz:voteUpCount>5</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>548</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/742653.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>egenesky</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/975993.gif</dz:userimage>
      </dz:submitter>
    <feedburner:origLink>http://www.dzone.com/links/r/apache_thrift_quickstart_tutorial.html</feedburner:origLink></item>
    <item>
      <title>The Decorator pattern, or its cousin, in JavaScript</title>
      <link>http://feeds.dzone.com/~r/dzone/howto/~3/PZSJxpsla6w/the_decorator_pattern_or_its_cousin_in_javascript.html</link>
      <description>The JavaScript version of Decorator seems different, due to the absence of interfaces. Moreover, using prototypes we can achieve automatically the delegation of methods without boilerplate code.</description>
      <category>agile</category>
      <category>how-to</category>
      <category>javascript</category>
      <pubDate>Fri, 10 Feb 2012 05:29:33 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/742433.html</guid>
      <dc:creator>piccoloprincipe</dc:creator>
      <dc:date>2012-02-10T05:29:33Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/r/the_decorator_pattern_or_its_cousin_in_javascript.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/742433.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>The JavaScript version of Decorator seems different, due to the absence of interfaces. Moreover, using prototypes we can achieve automatically the delegation of methods without boilerplate code.<br/><br/><a href='http://www.dzone.com/links/rss/the_decorator_pattern_or_its_cousin_in_javascript.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=742433' border='0'/></a></p><img src="http://feeds.feedburner.com/~r/dzone/howto/~4/PZSJxpsla6w" height="1" width="1"/>]]></content:encoded>
      <dz:linkId>742433</dz:linkId>
      <dz:submitDate>2012-02-09T09:42:10Z</dz:submitDate>
      <dz:promoteDate>2012-02-10T05:29:33Z</dz:promoteDate>
      <dz:voteUpCount>5</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>290</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/742433.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>piccoloprincipe</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/355617.gif</dz:userimage>
      </dz:submitter>
    <feedburner:origLink>http://www.dzone.com/links/r/the_decorator_pattern_or_its_cousin_in_javascript.html</feedburner:origLink></item>
    <item>
      <title>What Level Programmer Are You?</title>
      <link>http://feeds.dzone.com/~r/dzone/howto/~3/bFjlNrDEwLg/what_level_programmer_are_you.html</link>
      <description>Everybody's talking about how programming is the skill that we all are going to need. [Except those folks who might feel that most programming could be turned into wizard-like tools. Insert long discussion about Strong AI.]</description>
      <category>how-to</category>
      <category>methodology</category>
      <category>opinion</category>
      <pubDate>Tue, 07 Feb 2012 19:35:23 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/741327.html</guid>
      <dc:creator>dotCore</dc:creator>
      <dc:date>2012-02-07T19:35:23Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/r/what_level_programmer_are_you.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/741327.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>Everybody's talking about how programming is the skill that we all are going to need. [Except those folks who might feel that most programming could be turned into wizard-like tools. Insert long discussion about Strong AI.]<br/><br/><a href='http://www.dzone.com/links/rss/what_level_programmer_are_you.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=741327' border='0'/></a></p><img src="http://feeds.feedburner.com/~r/dzone/howto/~4/bFjlNrDEwLg" height="1" width="1"/>]]></content:encoded>
      <dz:linkId>741327</dz:linkId>
      <dz:submitDate>2012-02-07T16:25:38Z</dz:submitDate>
      <dz:promoteDate>2012-02-07T19:35:23Z</dz:promoteDate>
      <dz:voteUpCount>15</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>1395</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/741327.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>
    <feedburner:origLink>http://www.dzone.com/links/r/what_level_programmer_are_you.html</feedburner:origLink></item>
    <item>
      <title>How to Succeed as an Introvert</title>
      <link>http://feeds.dzone.com/~r/dzone/howto/~3/5z2Y4vqwSP8/how_to_succeed_as_an_introvert.html</link>
      <description>Extroverts love, and get, attention. But organizations miss out when they fail to cultivate the contributions of introverts, too. Susan Cain, author of Quiet: The Power of Introverts in a World That Can’t Stop Talking, uncovers why, and finds ways for “quiet geniuses” to thrive. Elana Varon interviewed Cain to learn how geeky IT introverts (like, say, us) can cope.</description>
      <category>how-to</category>
      <category>methodology</category>
      <pubDate>Wed, 08 Feb 2012 19:32:38 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/741449.html</guid>
      <dc:creator>estherschindler</dc:creator>
      <dc:date>2012-02-08T19:32:38Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/r/how_to_succeed_as_an_introvert.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/741449.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>Extroverts love, and get, attention. But organizations miss out when they fail to cultivate the contributions of introverts, too. Susan Cain, author of Quiet: The Power of Introverts in a World That Can’t Stop Talking, uncovers why, and finds ways for “quiet geniuses” to thrive. Elana Varon interviewed Cain to learn how geeky IT introverts (like, say, us) can cope.<br/><br/><a href='http://www.dzone.com/links/rss/how_to_succeed_as_an_introvert.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=741449' border='0'/></a></p><img src="http://feeds.feedburner.com/~r/dzone/howto/~4/5z2Y4vqwSP8" height="1" width="1"/>]]></content:encoded>
      <dz:linkId>741449</dz:linkId>
      <dz:submitDate>2012-02-07T19:00:25Z</dz:submitDate>
      <dz:promoteDate>2012-02-08T19:32:38Z</dz:promoteDate>
      <dz:voteUpCount>10</dz:voteUpCount>
      <dz:voteDownCount>2</dz:voteDownCount>
      <dz:clickCount>1266</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/741449.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>estherschindler</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/209965.gif</dz:userimage>
      </dz:submitter>
    <feedburner:origLink>http://www.dzone.com/links/r/how_to_succeed_as_an_introvert.html</feedburner:origLink></item>
    <item>
      <title>Heuristics for Information Architecture</title>
      <link>http://feeds.dzone.com/~r/dzone/howto/~3/BlwOUD-phI8/heuristics_for_information_architecture.html</link>
      <description>Great talk from Abby the IA. Fresh style, clearly expressed. Can’t wait for the poster she’s making.</description>
      <category>how-to</category>
      <category>methodology</category>
      <category>reviews</category>
      <category>web design</category>
      <pubDate>Fri, 10 Feb 2012 05:30:11 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/742169.html</guid>
      <dc:creator>mitchp</dc:creator>
      <dc:date>2012-02-10T05:30:11Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/r/heuristics_for_information_architecture.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/742169.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>Great talk from Abby the IA. Fresh style, clearly expressed. Can’t wait for the poster she’s making.

<br/><br/><a href='http://www.dzone.com/links/rss/heuristics_for_information_architecture.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=742169' border='0'/></a></p><img src="http://feeds.feedburner.com/~r/dzone/howto/~4/BlwOUD-phI8" height="1" width="1"/>]]></content:encoded>
      <dz:linkId>742169</dz:linkId>
      <dz:submitDate>2012-02-08T18:18:33Z</dz:submitDate>
      <dz:promoteDate>2012-02-10T05:30:11Z</dz:promoteDate>
      <dz:voteUpCount>4</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>296</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/742169.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>
    <feedburner:origLink>http://www.dzone.com/links/r/heuristics_for_information_architecture.html</feedburner:origLink></item>
    <item>
      <title>JSR 292/invokedynamic Goodness: Fast code coverage tool in less than 10k</title>
      <link>http://feeds.dzone.com/~r/dzone/howto/~3/ZSFug4deIk0/jsr_292invokedynamic_goodness_fast_code_coverage.html</link>
      <description>JSR 292 introduces a new bytecode instruction invokedynamic but also several new kind of constant pool constants. Which means that most of the tools that parse bytecodes like ASM, BCEL, findbugs or EMMA will need to be updated to be java 7 compatible.&#xD;
EMMA is a code coverage tool, a tool that helps developers to know if their tests cover all the code of the application. While it's not the only code coverage tool available in Java, it's the most popular from my personal experience.&#xD;
 In this blog entry, I would like to show how to write a simple code coverage tool indycov that use JSR 292 API to have a runtime overhead close to zero.</description>
      <category>frameworks</category>
      <category>how-to</category>
      <category>java</category>
      <category>tools</category>
      <pubDate>Wed, 08 Feb 2012 19:13:03 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/740439.html</guid>
      <dc:creator>Dev{eloper} Stonez</dc:creator>
      <dc:date>2012-02-08T19:13:03Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/r/jsr_292invokedynamic_goodness_fast_code_coverage.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/740439.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>JSR 292 introduces a new bytecode instruction invokedynamic but also several new kind of constant pool constants. Which means that most of the tools that parse bytecodes like ASM, BCEL, findbugs or EMMA will need to be updated to be java 7 compatible.
EMMA is a code coverage tool, a tool that helps developers to know if their tests cover all the code of the application. While it's not the only code coverage tool available in Java, it's the most popular from my personal experience.
 In this blog entry, I would like to show how to write a simple code coverage tool indycov that use JSR 292 API to have a runtime overhead close to zero.


<br/><br/><a href='http://www.dzone.com/links/rss/jsr_292invokedynamic_goodness_fast_code_coverage.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=740439' border='0'/></a></p><img src="http://feeds.feedburner.com/~r/dzone/howto/~4/ZSFug4deIk0" height="1" width="1"/>]]></content:encoded>
      <dz:linkId>740439</dz:linkId>
      <dz:submitDate>2012-02-06T09:56:34Z</dz:submitDate>
      <dz:promoteDate>2012-02-08T19:13:03Z</dz:promoteDate>
      <dz:voteUpCount>12</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>777</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/740439.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>dev.stonez</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/811641.gif</dz:userimage>
      </dz:submitter>
    <feedburner:origLink>http://www.dzone.com/links/r/jsr_292invokedynamic_goodness_fast_code_coverage.html</feedburner:origLink></item>
    <item>
      <title>wxPython: Learning to Use Fonts</title>
      <link>http://feeds.dzone.com/~r/dzone/howto/~3/eTEHUzOnnaw/wxpython_learning_to_use_fonts.html</link>
      <description>Mike Driscoll continues his series on wxPython in this tutorial where he explains how to change the fonts using wx.Font and the widget's SetFont method, allowing you to use wxPython's standard fonts as well as the one's loaded on your machine.</description>
      <category>how-to</category>
      <category>python</category>
      <category>tools</category>
      <category>windows</category>
      <pubDate>Fri, 10 Feb 2012 05:29:27 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/742591.html</guid>
      <dc:creator>cjsmith</dc:creator>
      <dc:date>2012-02-10T05:29:27Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/r/wxpython_learning_to_use_fonts.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/742591.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>Mike Driscoll continues his series on wxPython in this tutorial where he explains how to change the fonts using wx.Font and the widget's SetFont method, allowing you to use wxPython's standard fonts as well as the one's loaded on your machine.<br/><br/><a href='http://www.dzone.com/links/rss/wxpython_learning_to_use_fonts.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=742591' border='0'/></a></p><img src="http://feeds.feedburner.com/~r/dzone/howto/~4/eTEHUzOnnaw" height="1" width="1"/>]]></content:encoded>
      <dz:linkId>742591</dz:linkId>
      <dz:submitDate>2012-02-09T14:27:48Z</dz:submitDate>
      <dz:promoteDate>2012-02-10T05:29:27Z</dz:promoteDate>
      <dz:voteUpCount>4</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>229</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/742591.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>cjsmith</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/974613.gif</dz:userimage>
      </dz:submitter>
    <feedburner:origLink>http://www.dzone.com/links/r/wxpython_learning_to_use_fonts.html</feedburner:origLink></item>
    <item>
      <title>Developing a Responsive Website: The Footer</title>
      <link>http://feeds.dzone.com/~r/dzone/howto/~3/1IoVqncaGrA/developing_a_responsive_website_the_footer.html</link>
      <description>Today we’re going to focus on tying the page off with a footer. I’ve always admired sites that put some thought in to the bottom of their page design. There are certainly times when a footer requires nothing more than some basic contact info and maybe a copyright claim.</description>
      <category>how-to</category>
      <category>web design</category>
      <pubDate>Wed, 08 Feb 2012 13:29:31 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/741695.html</guid>
      <dc:creator>developerdrive</dc:creator>
      <dc:date>2012-02-08T13:29:31Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/r/developing_a_responsive_website_the_footer.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/741695.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>Today we’re going to focus on tying the page off with a footer. I’ve always admired sites that put some thought in to the bottom of their page design. There are certainly times when a footer requires nothing more than some basic contact info and maybe a copyright claim.<br/><br/><a href='http://www.dzone.com/links/rss/developing_a_responsive_website_the_footer.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=741695' border='0'/></a></p><img src="http://feeds.feedburner.com/~r/dzone/howto/~4/1IoVqncaGrA" height="1" width="1"/>]]></content:encoded>
      <dz:linkId>741695</dz:linkId>
      <dz:submitDate>2012-02-08T07:28:46Z</dz:submitDate>
      <dz:promoteDate>2012-02-08T13:29:31Z</dz:promoteDate>
      <dz:voteUpCount>15</dz:voteUpCount>
      <dz:voteDownCount>1</dz:voteDownCount>
      <dz:clickCount>483</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/741695.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>developerdrive</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/941553.gif</dz:userimage>
      </dz:submitter>
    <feedburner:origLink>http://www.dzone.com/links/r/developing_a_responsive_website_the_footer.html</feedburner:origLink></item>
    <item>
      <title>"Understanding" RPython</title>
      <link>http://feeds.dzone.com/~r/dzone/howto/~3/zFmj86j9O-Q/understanding_rpython.html</link>
      <description>Dave Beazley's Chipy talk from January 12, 2012. This is a screen capture taken directly from a laptop with a live audio track. About 50 people were...</description>
      <category>how-to</category>
      <category>python</category>
      <category>tools</category>
      <category>web design</category>
      <pubDate>Fri, 10 Feb 2012 01:52:48 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/742699.html</guid>
      <dc:creator>cjsmith</dc:creator>
      <dc:date>2012-02-10T01:52:48Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/r/understanding_rpython.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/742699.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>Dave Beazley's Chipy talk from January 12, 2012. This is a screen capture taken directly from a laptop with a live audio track. About 50 people were...<br/><br/><a href='http://www.dzone.com/links/rss/understanding_rpython.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=742699' border='0'/></a></p><img src="http://feeds.feedburner.com/~r/dzone/howto/~4/zFmj86j9O-Q" height="1" width="1"/>]]></content:encoded>
      <dz:linkId>742699</dz:linkId>
      <dz:submitDate>2012-02-09T17:44:49Z</dz:submitDate>
      <dz:promoteDate>2012-02-10T01:52:48Z</dz:promoteDate>
      <dz:voteUpCount>4</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>389</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/742699.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>cjsmith</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/974613.gif</dz:userimage>
      </dz:submitter>
    <feedburner:origLink>http://www.dzone.com/links/r/understanding_rpython.html</feedburner:origLink></item>
    <item>
      <title>JS1k is back! Awesome JavaScript demos in only 1KB</title>
      <link>http://feeds.dzone.com/~r/dzone/howto/~3/z-3xgcc9Ans/js1k_is_back_awesome_javascript_demos_in_only_1kb.html</link>
      <description>I always enjoy watching JS1k, which, if you haven’t heard of it, is a JavaScript competition to make the best demo in under 1KB of code.  It has been running for a few years now, and every time, it gets better and better with cooler demos, more judges and of course better prizes.  This time, the theme of the contest is about love given that Valentines day is coming up soon, and we’ve already got some pretty neat demos.  Here are my favorites so far.  You can expect us to post about more as they come in!</description>
      <category>how-to</category>
      <category>opinion</category>
      <category>tools</category>
      <pubDate>Wed, 08 Feb 2012 12:18:52 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/740787.html</guid>
      <dc:creator>dotCore</dc:creator>
      <dc:date>2012-02-08T12:18:52Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/r/js1k_is_back_awesome_javascript_demos_in_only_1kb.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/740787.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>I always enjoy watching JS1k, which, if you haven’t heard of it, is a JavaScript competition to make the best demo in under 1KB of code.  It has been running for a few years now, and every time, it gets better and better with cooler demos, more judges and of course better prizes.  This time, the theme of the contest is about love given that Valentines day is coming up soon, and we’ve already got some pretty neat demos.  Here are my favorites so far.  You can expect us to post about more as they come in!<br/><br/><a href='http://www.dzone.com/links/rss/js1k_is_back_awesome_javascript_demos_in_only_1kb.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=740787' border='0'/></a></p><img src="http://feeds.feedburner.com/~r/dzone/howto/~4/z-3xgcc9Ans" height="1" width="1"/>]]></content:encoded>
      <dz:linkId>740787</dz:linkId>
      <dz:submitDate>2012-02-06T18:23:03Z</dz:submitDate>
      <dz:promoteDate>2012-02-08T12:18:52Z</dz:promoteDate>
      <dz:voteUpCount>9</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>987</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/740787.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>
    <feedburner:origLink>http://www.dzone.com/links/r/js1k_is_back_awesome_javascript_demos_in_only_1kb.html</feedburner:origLink></item>
    <item>
      <title>Configuration and Management with JBoss AS 7</title>
      <link>http://feeds.dzone.com/~r/dzone/howto/~3/aBND827oHY0/configuration_and_management_with_jboss_as_7.html</link>
      <description>Besides its modular architecture, JBoss AS 7 introduces a simplified configuration model and the ability to manage complex multi-server environments. This presentation will cover the core concepts behind the configuration and management model, with an emphasis on managing and deploying to multiple AS instances as part of a managed domain. Additionally we will look into the detyped API, operation-handlers and how Extensions (Subsystems) actually integrate and interact with the management services.</description>
      <category>how-to</category>
      <category>server</category>
      <pubDate>Thu, 09 Feb 2012 07:34:03 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/742017.html</guid>
      <dc:creator>cmayerv1</dc:creator>
      <dc:date>2012-02-09T07:34:03Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/r/configuration_and_management_with_jboss_as_7.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/742017.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>Besides its modular architecture, JBoss AS 7 introduces a simplified configuration model and the ability to manage complex multi-server environments. This presentation will cover the core concepts behind the configuration and management model, with an emphasis on managing and deploying to multiple AS instances as part of a managed domain. Additionally we will look into the detyped API, operation-handlers and how Extensions (Subsystems) actually integrate and interact with the management services.<br/><br/><a href='http://www.dzone.com/links/rss/configuration_and_management_with_jboss_as_7.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=742017' border='0'/></a></p><img src="http://feeds.feedburner.com/~r/dzone/howto/~4/aBND827oHY0" height="1" width="1"/>]]></content:encoded>
      <dz:linkId>742017</dz:linkId>
      <dz:submitDate>2012-02-08T16:21:12Z</dz:submitDate>
      <dz:promoteDate>2012-02-09T07:34:03Z</dz:promoteDate>
      <dz:voteUpCount>10</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>427</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/742017.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>cmayerv1</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/955349.gif</dz:userimage>
      </dz:submitter>
    <feedburner:origLink>http://www.dzone.com/links/r/configuration_and_management_with_jboss_as_7.html</feedburner:origLink></item>
    <item>
      <title>Vim anti-patterns</title>
      <link>http://feeds.dzone.com/~r/dzone/howto/~3/P11THMGHylI/vim_antipatterns.html</link>
      <description>The benefits of getting to grips with Vim are immense in terms of editing speed and maintaining your “flow” when you’re on a roll, whether writing code, poetry, or prose, but because the learning curve is so steep for a text editor, it’s very easy to retain habits from your time learning the editor that stick with you well into mastery. Because Vim makes you so fast and fluent, it’s especially hard to root these out because you might not even notice them, but it’s worth it. Here I’ll list some of the more common ones.</description>
      <category>how-to</category>
      <category>tools</category>
      <pubDate>Wed, 08 Feb 2012 17:59:30 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/741793.html</guid>
      <dc:creator>piccoloprincipe</dc:creator>
      <dc:date>2012-02-08T17:59:30Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/r/vim_antipatterns.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/741793.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>The benefits of getting to grips with Vim are immense in terms of editing speed and maintaining your “flow” when you’re on a roll, whether writing code, poetry, or prose, but because the learning curve is so steep for a text editor, it’s very easy to retain habits from your time learning the editor that stick with you well into mastery. Because Vim makes you so fast and fluent, it’s especially hard to root these out because you might not even notice them, but it’s worth it. Here I’ll list some of the more common ones.

<br/><br/><a href='http://www.dzone.com/links/rss/vim_antipatterns.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=741793' border='0'/></a></p><img src="http://feeds.feedburner.com/~r/dzone/howto/~4/P11THMGHylI" height="1" width="1"/>]]></content:encoded>
      <dz:linkId>741793</dz:linkId>
      <dz:submitDate>2012-02-08T09:44:16Z</dz:submitDate>
      <dz:promoteDate>2012-02-08T17:59:30Z</dz:promoteDate>
      <dz:voteUpCount>11</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>633</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/741793.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>piccoloprincipe</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/355617.gif</dz:userimage>
      </dz:submitter>
    <feedburner:origLink>http://www.dzone.com/links/r/vim_antipatterns.html</feedburner:origLink></item>
    <item>
      <title>Automate Your DB Releases with TeamCity and Red Gate</title>
      <link>http://feeds.dzone.com/~r/dzone/howto/~3/WtE6Hwggk3M/automate_your_db_releases_with_teamcity_and_red_g.html</link>
      <description>Database source control is no longer negotiable.  Databases are an essential component of many of the applications we build and to deny them the value of VCS is just crazy talk. Learn how to make a repeatable continuous integration build for your DB.</description>
      <category>database</category>
      <category>how-to</category>
      <category>methodology</category>
      <category>tools</category>
      <pubDate>Thu, 09 Feb 2012 16:41:18 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/742249.html</guid>
      <dc:creator>mitchp</dc:creator>
      <dc:date>2012-02-09T16:41:18Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/r/automate_your_db_releases_with_teamcity_and_red_g.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/742249.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>Database source control is no longer negotiable.  Databases are an essential component of many of the applications we build and to deny them the value of VCS is just crazy talk. Learn how to make a repeatable continuous integration build for your DB.<br/><br/><a href='http://www.dzone.com/links/rss/automate_your_db_releases_with_teamcity_and_red_g.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=742249' border='0'/></a></p><img src="http://feeds.feedburner.com/~r/dzone/howto/~4/WtE6Hwggk3M" height="1" width="1"/>]]></content:encoded>
      <dz:linkId>742249</dz:linkId>
      <dz:submitDate>2012-02-08T21:24:53Z</dz:submitDate>
      <dz:promoteDate>2012-02-09T16:41:18Z</dz:promoteDate>
      <dz:voteUpCount>6</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>528</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/742249.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>
    <feedburner:origLink>http://www.dzone.com/links/r/automate_your_db_releases_with_teamcity_and_red_g.html</feedburner:origLink></item>
    <item>
      <title>How to install Android 4.0 on the HP TouchPad (CyanogenMod 9 Alpha)</title>
      <link>http://feeds.dzone.com/~r/dzone/howto/~3/a_5wvBhhj28/how_to_install_android_40_on_the_hp_touchpad_cyan.html</link>
      <description>The first public build of Google Android 4.0 Ice Cream Sandwich is now available for the HP TouchPad. The tablet originally shipped with HP’s webOS software, but hackers have been installing Google Android on the TouchPad for months.&#xD;
&#xD;
&#xD;
 Up until recently, only Android 2.3 Gingerbread was available for the tablet, but now the CyanogenMod team has released CyanogenMod 9 Alpha 0 for the TouchPad. It’s based on Android 4.0 and includes Google’s new user interface which is optimized for tablets without physical buttons. It’s a good fit for the TouchPad, which doesn’t have the home, back, and menu buttons found on most earlier Android phones and tablets.</description>
      <category>frameworks</category>
      <category>hardware</category>
      <category>how-to</category>
      <category>mobile</category>
      <pubDate>Thu, 09 Feb 2012 14:35:21 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/741877.html</guid>
      <dc:creator>Dev{eloper} Stonez</dc:creator>
      <dc:date>2012-02-09T14:35:21Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/r/how_to_install_android_40_on_the_hp_touchpad_cyan.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/741877.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>The first public build of Google Android 4.0 Ice Cream Sandwich is now available for the HP TouchPad. The tablet originally shipped with HP’s webOS software, but hackers have been installing Google Android on the TouchPad for months.


 Up until recently, only Android 2.3 Gingerbread was available for the tablet, but now the CyanogenMod team has released CyanogenMod 9 Alpha 0 for the TouchPad. It’s based on Android 4.0 and includes Google’s new user interface which is optimized for tablets without physical buttons. It’s a good fit for the TouchPad, which doesn’t have the home, back, and menu buttons found on most earlier Android phones and tablets.<br/><br/><a href='http://www.dzone.com/links/rss/how_to_install_android_40_on_the_hp_touchpad_cyan.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=741877' border='0'/></a></p><img src="http://feeds.feedburner.com/~r/dzone/howto/~4/a_5wvBhhj28" height="1" width="1"/>]]></content:encoded>
      <dz:linkId>741877</dz:linkId>
      <dz:submitDate>2012-02-08T12:11:51Z</dz:submitDate>
      <dz:promoteDate>2012-02-09T14:35:21Z</dz:promoteDate>
      <dz:voteUpCount>5</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>665</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/741877.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>dev.stonez</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/811641.gif</dz:userimage>
      </dz:submitter>
    <feedburner:origLink>http://www.dzone.com/links/r/how_to_install_android_40_on_the_hp_touchpad_cyan.html</feedburner:origLink></item>
    <item>
      <title>Massively Easy Win7 Box Setup From Scratch</title>
      <link>http://feeds.dzone.com/~r/dzone/howto/~3/zYu8blw8Ng0/massively_easy_win7_box_setup_from_scratch.html</link>
      <description>Patrick Dubois, the Godfather of DevOps (and a DZone MVB), has created a few open source tools and one of them, VeeWee, is a tool for building boxes for a few of his favorite tools like Vagrant, KVM, and Virtual Box.  In this video you will witness the magic of VeeWee as Dubois sets up a Windows 7 box with VeeWee from scratch.</description>
      <category>how-to</category>
      <category>tools</category>
      <category>windows</category>
      <pubDate>Thu, 09 Feb 2012 18:48:40 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/742361.html</guid>
      <dc:creator>jsugrue</dc:creator>
      <dc:date>2012-02-09T18:48:40Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/r/massively_easy_win7_box_setup_from_scratch.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/742361.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>Patrick Dubois, the Godfather of DevOps (and a DZone MVB), has created a few open source tools and one of them, VeeWee, is a tool for building boxes for a few of his favorite tools like Vagrant, KVM, and Virtual Box.  In this video you will witness the magic of VeeWee as Dubois sets up a Windows 7 box with VeeWee from scratch.<br/><br/><a href='http://www.dzone.com/links/rss/massively_easy_win7_box_setup_from_scratch.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=742361' border='0'/></a></p><img src="http://feeds.feedburner.com/~r/dzone/howto/~4/zYu8blw8Ng0" height="1" width="1"/>]]></content:encoded>
      <dz:linkId>742361</dz:linkId>
      <dz:submitDate>2012-02-09T06:13:45Z</dz:submitDate>
      <dz:promoteDate>2012-02-09T18:48:40Z</dz:promoteDate>
      <dz:voteUpCount>5</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>520</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/742361.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>jsugrue</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/185351.gif</dz:userimage>
      </dz:submitter>
    <feedburner:origLink>http://www.dzone.com/links/r/massively_easy_win7_box_setup_from_scratch.html</feedburner:origLink></item>
    <item>
      <title>The Holy Grail of Front-End Development</title>
      <link>http://feeds.dzone.com/~r/dzone/howto/~3/r2t_MhslIRo/the_holy_grail_of_frontend_development.html</link>
      <description>There is one subject that could be considered the holy grail of front-end development. A subject that most of us fear and dislike, but is still one of the absolute cornerstones of the web today: forms. Be it styling or mark-up, forms remain a fickle element of our job.</description>
      <category>css-html</category>
      <category>how-to</category>
      <category>reviews</category>
      <category>standards</category>
      <pubDate>Wed, 08 Feb 2012 15:08:25 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/741901.html</guid>
      <dc:creator>mitchp</dc:creator>
      <dc:date>2012-02-08T15:08:25Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/r/the_holy_grail_of_frontend_development.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/741901.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>There is one subject that could be considered the holy grail of front-end development. A subject that most of us fear and dislike, but is still one of the absolute cornerstones of the web today: forms. Be it styling or mark-up, forms remain a fickle element of our job. <br/><br/><a href='http://www.dzone.com/links/rss/the_holy_grail_of_frontend_development.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=741901' border='0'/></a></p><img src="http://feeds.feedburner.com/~r/dzone/howto/~4/r2t_MhslIRo" height="1" width="1"/>]]></content:encoded>
      <dz:linkId>741901</dz:linkId>
      <dz:submitDate>2012-02-08T13:26:01Z</dz:submitDate>
      <dz:promoteDate>2012-02-08T15:08:25Z</dz:promoteDate>
      <dz:voteUpCount>6</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>1035</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/741901.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>
    <feedburner:origLink>http://www.dzone.com/links/r/the_holy_grail_of_frontend_development.html</feedburner:origLink></item>
    <item>
      <title>Use Gravatar as Favicon</title>
      <link>http://feeds.dzone.com/~r/dzone/howto/~3/MGTpz68RpYE/use_gravatar_as_favicon.html</link>
      <description>This article will show you the trick to set your Gravatar as your Favicon.</description>
      <category>how-to</category>
      <category>open source</category>
      <category>php</category>
      <category>usability</category>
      <pubDate>Thu, 09 Feb 2012 08:16:31 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/742147.html</guid>
      <dc:creator>xpertdev</dc:creator>
      <dc:date>2012-02-09T08:16:31Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/r/use_gravatar_as_favicon.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/742147.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>This article will show you the trick to set your Gravatar as your Favicon.<br/><br/><a href='http://www.dzone.com/links/rss/use_gravatar_as_favicon.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=742147' border='0'/></a></p><img src="http://feeds.feedburner.com/~r/dzone/howto/~4/MGTpz68RpYE" height="1" width="1"/>]]></content:encoded>
      <dz:linkId>742147</dz:linkId>
      <dz:submitDate>2012-02-08T17:37:01Z</dz:submitDate>
      <dz:promoteDate>2012-02-09T08:16:31Z</dz:promoteDate>
      <dz:voteUpCount>6</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>645</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/742147.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>xpertdev</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/813133.gif</dz:userimage>
      </dz:submitter>
    <feedburner:origLink>http://www.dzone.com/links/r/use_gravatar_as_favicon.html</feedburner:origLink></item>
    <item>
      <title>Why the heck we need marketing guys at our perfect IT company?</title>
      <link>http://feeds.dzone.com/~r/dzone/howto/~3/zCr3pZGRaXk/why_the_heck_we_need_marketing_guys_at_our_perfec.html</link>
      <description>I was wondering all my life why the heck we need a marketing and community management droids at our team. We create a kick-ass products that we can sell them via our web-page using 33 lines of HTML code an an Paypal account.</description>
      <category>how-to</category>
      <category>opinion</category>
      <pubDate>Wed, 08 Feb 2012 08:36:12 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/741131.html</guid>
      <dc:creator>bogomilshopov</dc:creator>
      <dc:date>2012-02-08T08:36:12Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/r/why_the_heck_we_need_marketing_guys_at_our_perfec.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/741131.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>I was wondering all my life why the heck we need a marketing and community management droids at our team. We create a kick-ass products that we can sell them via our web-page using 33 lines of HTML code an an Paypal account.<br/><br/><a href='http://www.dzone.com/links/rss/why_the_heck_we_need_marketing_guys_at_our_perfec.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=741131' border='0'/></a></p><img src="http://feeds.feedburner.com/~r/dzone/howto/~4/zCr3pZGRaXk" height="1" width="1"/>]]></content:encoded>
      <dz:linkId>741131</dz:linkId>
      <dz:submitDate>2012-02-07T10:29:17Z</dz:submitDate>
      <dz:promoteDate>2012-02-08T08:36:12Z</dz:promoteDate>
      <dz:voteUpCount>10</dz:voteUpCount>
      <dz:voteDownCount>1</dz:voteDownCount>
      <dz:clickCount>683</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/741131.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>bogomilshopov</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/853363.gif</dz:userimage>
      </dz:submitter>
    <feedburner:origLink>http://www.dzone.com/links/r/why_the_heck_we_need_marketing_guys_at_our_perfec.html</feedburner:origLink></item>
    <item>
      <title>Comparing JSF Beans, CDI Beans and EJBs</title>
      <link>http://feeds.dzone.com/~r/dzone/howto/~3/FhUo9u4yeOQ/comparing_jsf_beans_cdi_beans_and_ejbs.html</link>
      <description>There’s still a lot of confusion over the difference types of managed beans provided in Java EE 6 with EJBs, CDI beans and JSF managed beans all being available. This article aims to clear up some of the differences between the them and define when to use them.</description>
      <category>frameworks</category>
      <category>how-to</category>
      <category>java</category>
      <pubDate>Wed, 08 Feb 2012 15:12:49 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/741557.html</guid>
      <dc:creator>Andy Gibson</dc:creator>
      <dc:date>2012-02-08T15:12:49Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/r/comparing_jsf_beans_cdi_beans_and_ejbs.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/741557.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>There’s still a lot of confusion over the difference types of managed beans provided in Java EE 6 with EJBs, CDI beans and JSF managed beans all being available. This article aims to clear up some of the differences between the them and define when to use them.<br/><br/><a href='http://www.dzone.com/links/rss/comparing_jsf_beans_cdi_beans_and_ejbs.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=741557' border='0'/></a></p><img src="http://feeds.feedburner.com/~r/dzone/howto/~4/FhUo9u4yeOQ" height="1" width="1"/>]]></content:encoded>
      <dz:linkId>741557</dz:linkId>
      <dz:submitDate>2012-02-07T21:54:12Z</dz:submitDate>
      <dz:promoteDate>2012-02-08T15:12:49Z</dz:promoteDate>
      <dz:voteUpCount>11</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>458</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/741557.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>Andy Gibson</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/278236.gif</dz:userimage>
      </dz:submitter>
    <feedburner:origLink>http://www.dzone.com/links/r/comparing_jsf_beans_cdi_beans_and_ejbs.html</feedburner:origLink></item>
    <item>
      <title>C# and Facebook</title>
      <link>http://feeds.dzone.com/~r/dzone/howto/~3/h6x5MW3ez-0/c_and_facebook.html</link>
      <description>You can interact with Facebook in C# by installing Facebook C# SDK dlls. The easiest way to do this is using NuGet. To add the reference, right click on “References”, and then click “Add Library Package Reference…”. From the Add Library Package Reference dialog do a search for “Facebook”. After the install completes click “Close”.</description>
      <category>.net</category>
      <category>how-to</category>
      <category>microsoft</category>
      <category>web services</category>
      <pubDate>Wed, 08 Feb 2012 18:33:21 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/742137.html</guid>
      <dc:creator>dotCore</dc:creator>
      <dc:date>2012-02-08T18:33:21Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/r/c_and_facebook.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/742137.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>You can interact with Facebook in C# by installing Facebook C# SDK dlls. The easiest way to do this is using NuGet. To add the reference, right click on “References”, and then click “Add Library Package Reference…”. From the Add Library Package Reference dialog do a search for “Facebook”. After the install completes click “Close”.<br/><br/><a href='http://www.dzone.com/links/rss/c_and_facebook.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=742137' border='0'/></a></p><img src="http://feeds.feedburner.com/~r/dzone/howto/~4/h6x5MW3ez-0" height="1" width="1"/>]]></content:encoded>
      <dz:linkId>742137</dz:linkId>
      <dz:submitDate>2012-02-08T17:31:37Z</dz:submitDate>
      <dz:promoteDate>2012-02-08T18:33:21Z</dz:promoteDate>
      <dz:voteUpCount>9</dz:voteUpCount>
      <dz:voteDownCount>1</dz:voteDownCount>
      <dz:clickCount>530</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/742137.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>
    <feedburner:origLink>http://www.dzone.com/links/r/c_and_facebook.html</feedburner:origLink></item>
    <item>
      <title>Go vs C benchmark. Could Go be faster than C?</title>
      <link>http://feeds.dzone.com/~r/dzone/howto/~3/O24rxK_rXBE/go_vs_c_benchmark_could_go_be_faster_than_c.html</link>
      <description>During last semester I was attending Multiprocessor Architectures course, given at Facultad de Informática where I study my Computer Science degree.</description>
      <category>c-and-cpp</category>
      <category>how-to</category>
      <category>other languages</category>
      <category>tools</category>
      <pubDate>Thu, 09 Feb 2012 15:55:21 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/742067.html</guid>
      <dc:creator>dotCore</dc:creator>
      <dc:date>2012-02-09T15:55:21Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/r/go_vs_c_benchmark_could_go_be_faster_than_c.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/742067.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>During last semester I was attending Multiprocessor Architectures course, given at Facultad de Informática where I study my Computer Science degree.<br/><br/><a href='http://www.dzone.com/links/rss/go_vs_c_benchmark_could_go_be_faster_than_c.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=742067' border='0'/></a></p><img src="http://feeds.feedburner.com/~r/dzone/howto/~4/O24rxK_rXBE" height="1" width="1"/>]]></content:encoded>
      <dz:linkId>742067</dz:linkId>
      <dz:submitDate>2012-02-08T16:48:20Z</dz:submitDate>
      <dz:promoteDate>2012-02-09T15:55:21Z</dz:promoteDate>
      <dz:voteUpCount>5</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>459</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/742067.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>
    <feedburner:origLink>http://www.dzone.com/links/r/go_vs_c_benchmark_could_go_be_faster_than_c.html</feedburner:origLink></item>
    <item>
      <title>Algorithms and NoSQL (Part 3): the MongoDB Aggregation Framework</title>
      <link>http://feeds.dzone.com/~r/dzone/howto/~3/hqG5yShV4aw/algorithms_and_nosql_part_3_the_mongodb_aggregati.html</link>
      <description>This series covers the use of MongoDB’s build-in map-reduce functionality to improve overall performance. This post illustrates the use of the new MongoDB Aggregation Framework, which boosts performance beyond the capabilities of the map-reduce implementation.</description>
      <category>database</category>
      <category>how-to</category>
      <category>open source</category>
      <category>reviews</category>
      <pubDate>Thu, 09 Feb 2012 06:06:51 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/742037.html</guid>
      <dc:creator>mitchp</dc:creator>
      <dc:date>2012-02-09T06:06:51Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/r/algorithms_and_nosql_part_3_the_mongodb_aggregati.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/742037.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>This series covers the use of MongoDB’s build-in map-reduce functionality to improve overall performance. This post illustrates the use of the new MongoDB Aggregation Framework, which boosts performance beyond the capabilities of the map-reduce implementation.<br/><br/><a href='http://www.dzone.com/links/rss/algorithms_and_nosql_part_3_the_mongodb_aggregati.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=742037' border='0'/></a></p><img src="http://feeds.feedburner.com/~r/dzone/howto/~4/hqG5yShV4aw" height="1" width="1"/>]]></content:encoded>
      <dz:linkId>742037</dz:linkId>
      <dz:submitDate>2012-02-08T16:30:34Z</dz:submitDate>
      <dz:promoteDate>2012-02-09T06:06:51Z</dz:promoteDate>
      <dz:voteUpCount>7</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>493</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/742037.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>
    <feedburner:origLink>http://www.dzone.com/links/r/algorithms_and_nosql_part_3_the_mongodb_aggregati.html</feedburner:origLink></item>
  </channel>
</rss>

