<?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>Mon, 23 Nov 2009 23:27:22 GMT</pubDate>
    <dc:creator>The dzone.com community</dc:creator>
    <dc:date>2009-11-23T23:27:22Z</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>
    <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://www.dzone.com/feed/frontpage/how-to/rss.xml" type="application/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><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item>
      <title>Applying Strategy Pattern Instead of Using Switch Statements</title>
      <link>http://feeds.dzone.com/~r/dzone/howto/~3/xcAKkMMXZIA/applying_strategy_pattern_instead_of_using_switch.html</link>
      <description>Once in a while I’m stumbling on switch statements during a     &#xD;
Code Review session. Whenever this is happening my first reaction is to understand why did the developer use it.     &#xD;
Since using switch statement sometime implies spaghetti code and also can get very crowded (in case statements of course) in this post I’m going to show an alternative method that I pr...</description>
      <category>.net</category>
      <category>how-to</category>
      <category>methodology</category>
      <pubDate>Sun, 22 Nov 2009 18:08:43 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/299937.html</guid>
      <dc:creator>gilf</dc:creator>
      <dc:date>2009-11-22T18:08:43Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/applying_strategy_pattern_instead_of_using_switch.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/299937.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>Once in a while I’m stumbling on switch statements during a     
Code Review session. Whenever this is happening my first reaction is to understand why did the developer use it.     
Since using switch statement sometime implies spaghetti code and also can get very crowded (in case statements of course) in this post I’m going to show an alternative method that I pr...<br/><br/><a href='http://www.dzone.com/links/rss/applying_strategy_pattern_instead_of_using_switch.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=299937' border='0'/></a></p><img src="http://feeds.feedburner.com/~r/dzone/howto/~4/xcAKkMMXZIA" height="1" width="1"/>]]></content:encoded>
      <dz:linkId>299937</dz:linkId>
      <dz:submitDate>2009-11-22T07:52:16Z</dz:submitDate>
      <dz:promoteDate>2009-11-22T18:08:43Z</dz:promoteDate>
      <dz:voteUpCount>23</dz:voteUpCount>
      <dz:voteDownCount>3</dz:voteDownCount>
      <dz:clickCount>1332</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/299937.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>gilf</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/301040.gif</dz:userimage>
      </dz:submitter>
    <feedburner:origLink>http://www.dzone.com/links/rss/applying_strategy_pattern_instead_of_using_switch.html</feedburner:origLink></item>
    <item>
      <title>Different Flavors of Embedded Groovy in Java Apps or “How To Make your Java Groovier!”</title>
      <link>http://feeds.dzone.com/~r/dzone/howto/~3/lH63rZZfNHA/different_flavors_of_embedded_groovy_in_java_apps.html</link>
      <description>Demonstration of a few of the different ways to dynamically invoke Groovy code within a Java environment.</description>
      <category>groovy</category>
      <category>how-to</category>
      <category>java</category>
      <category>methodology</category>
      <pubDate>Mon, 23 Nov 2009 16:49:43 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/299831.html</guid>
      <dc:creator>kellyrob</dc:creator>
      <dc:date>2009-11-23T16:49:43Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/different_flavors_of_embedded_groovy_in_java_apps.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/299831.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>Demonstration of a few of the different ways to dynamically invoke Groovy code within a Java environment.<br/><br/><a href='http://www.dzone.com/links/rss/different_flavors_of_embedded_groovy_in_java_apps.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=299831' border='0'/></a></p><img src="http://feeds.feedburner.com/~r/dzone/howto/~4/lH63rZZfNHA" height="1" width="1"/>]]></content:encoded>
      <dz:linkId>299831</dz:linkId>
      <dz:submitDate>2009-11-22T04:30:05Z</dz:submitDate>
      <dz:promoteDate>2009-11-23T16:49:43Z</dz:promoteDate>
      <dz:voteUpCount>14</dz:voteUpCount>
      <dz:voteDownCount>1</dz:voteDownCount>
      <dz:clickCount>265</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/299831.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>kellyrob</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/288214.gif</dz:userimage>
      </dz:submitter>
    <feedburner:origLink>http://www.dzone.com/links/rss/different_flavors_of_embedded_groovy_in_java_apps.html</feedburner:origLink></item>
    <item>
      <title>Distributing PHP processing with Gearman</title>
      <link>http://feeds.dzone.com/~r/dzone/howto/~3/B3kdfE8wwdo/distributing_php_processing_with_gearman.html</link>
      <description>Gearman is a tool for distributing processing jobs over one or more machines.  This article explains how to use Gearman in PHP applications to handle better the load of busy sites or applications that need to execute heavy jobs.</description>
      <category>how-to</category>
      <category>open source</category>
      <category>php</category>
      <category>server</category>
      <pubDate>Mon, 23 Nov 2009 16:05:21 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/300687.html</guid>
      <dc:creator>mlemos</dc:creator>
      <dc:date>2009-11-23T16:05:21Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/distributing_php_processing_with_gearman.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/300687.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>Gearman is a tool for distributing processing jobs over one or more machines.  This article explains how to use Gearman in PHP applications to handle better the load of busy sites or applications that need to execute heavy jobs.<br/><br/><a href='http://www.dzone.com/links/rss/distributing_php_processing_with_gearman.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=300687' border='0'/></a></p><img src="http://feeds.feedburner.com/~r/dzone/howto/~4/B3kdfE8wwdo" height="1" width="1"/>]]></content:encoded>
      <dz:linkId>300687</dz:linkId>
      <dz:submitDate>2009-11-23T03:48:15Z</dz:submitDate>
      <dz:promoteDate>2009-11-23T16:05:21Z</dz:promoteDate>
      <dz:voteUpCount>13</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>164</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/300687.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>mlemos</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/206746.gif</dz:userimage>
      </dz:submitter>
    <feedburner:origLink>http://www.dzone.com/links/rss/distributing_php_processing_with_gearman.html</feedburner:origLink></item>
    <item>
      <title>Bubble Effect with CSS</title>
      <link>http://feeds.dzone.com/~r/dzone/howto/~3/4Y6vBby2ngE/bubble_effect_with_css.html</link>
      <description>Create a similar menu with bubble effect by using CSS only. Although it doesn't have as smooth of an effect as jQuery Dock, it's helpful for those that just want to make a cool menu by using pure CSS.</description>
      <category>css-html</category>
      <category>how-to</category>
      <category>web design</category>
      <pubDate>Mon, 23 Nov 2009 04:31:21 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/300325.html</guid>
      <dc:creator>lamnguyen</dc:creator>
      <dc:date>2009-11-23T04:31:21Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/bubble_effect_with_css.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/300325.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>Create a similar menu with bubble effect by using CSS only. Although it doesn't have as smooth of an effect as jQuery Dock, it's helpful for those that just want to make a cool menu by using pure CSS.<br/><br/><a href='http://www.dzone.com/links/rss/bubble_effect_with_css.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=300325' border='0'/></a></p><img src="http://feeds.feedburner.com/~r/dzone/howto/~4/4Y6vBby2ngE" height="1" width="1"/>]]></content:encoded>
      <dz:linkId>300325</dz:linkId>
      <dz:submitDate>2009-11-22T18:53:47Z</dz:submitDate>
      <dz:promoteDate>2009-11-23T04:31:21Z</dz:promoteDate>
      <dz:voteUpCount>12</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>872</dz:clickCount>
      <dz:commentCount>1</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/300325.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>lamnguyen</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/457480.gif</dz:userimage>
      </dz:submitter>
    <feedburner:origLink>http://www.dzone.com/links/rss/bubble_effect_with_css.html</feedburner:origLink></item>
    <item>
      <title>Performance Analysis of dynamic JavaScript Menus</title>
      <link>http://feeds.dzone.com/~r/dzone/howto/~3/4vr43noUyvI/performance_analysis_of_dynamic_javascript_menus.html</link>
      <description>In my previous post I talked about the impact of jQuery Selectors on a page that I analyzed. The page took 4.8 seconds in the onLoad event handler. 2 seconds were mainly caused by the selectors as described in the blog. The other 2.8 seconds were caused by a dynamic JavaScript menu – in that particular case it was the superfish jQuery plugin. A closer analysis showed why it takes so long and this also got me to do some research on these menus. Kudos to Joel Birch for his excellent plugin – easy to integrate – and – if properly used – its fast enough</description>
      <category>ajax</category>
      <category>how-to</category>
      <category>javascript</category>
      <category>web 2.0</category>
      <pubDate>Mon, 23 Nov 2009 19:54:50 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/301181.html</guid>
      <dc:creator>Andreas Grabner</dc:creator>
      <dc:date>2009-11-23T19:54:50Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/performance_analysis_of_dynamic_javascript_menus.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/301181.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>In my previous post I talked about the impact of jQuery Selectors on a page that I analyzed. The page took 4.8 seconds in the onLoad event handler. 2 seconds were mainly caused by the selectors as described in the blog. The other 2.8 seconds were caused by a dynamic JavaScript menu – in that particular case it was the superfish jQuery plugin. A closer analysis showed why it takes so long and this also got me to do some research on these menus. Kudos to Joel Birch for his excellent plugin – easy to integrate – and – if properly used – its fast enough<br/><br/><a href='http://www.dzone.com/links/rss/performance_analysis_of_dynamic_javascript_menus.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=301181' border='0'/></a></p><img src="http://feeds.feedburner.com/~r/dzone/howto/~4/4vr43noUyvI" height="1" width="1"/>]]></content:encoded>
      <dz:linkId>301181</dz:linkId>
      <dz:submitDate>2009-11-23T13:04:41Z</dz:submitDate>
      <dz:promoteDate>2009-11-23T19:54:50Z</dz:promoteDate>
      <dz:voteUpCount>8</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>92</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/301181.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>grabnerandi</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/376711.gif</dz:userimage>
      </dz:submitter>
    <feedburner:origLink>http://www.dzone.com/links/rss/performance_analysis_of_dynamic_javascript_menus.html</feedburner:origLink></item>
    <item>
      <title>Java &amp; XML: SAX vs. StAX</title>
      <link>http://feeds.dzone.com/~r/dzone/howto/~3/7u0YZrisWfs/java_xml_sax_vs_stax.html</link>
      <description>This text compares Java's two stream oriented XML parsers, SAX and StAX, and explains the difference in a "push" model and "pull" model. It also lists other differences in these two API's.&#xD;
If you have ever wondered which of these two API's to use, this text may help you decide.</description>
      <category>frameworks</category>
      <category>how-to</category>
      <category>java</category>
      <category>xml</category>
      <pubDate>Mon, 23 Nov 2009 16:44:34 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/300905.html</guid>
      <dc:creator>Jakob Jenkov</dc:creator>
      <dc:date>2009-11-23T16:44:34Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/java_xml_sax_vs_stax.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/300905.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>This text compares Java's two stream oriented XML parsers, SAX and StAX, and explains the difference in a "push" model and "pull" model. It also lists other differences in these two API's.
If you have ever wondered which of these two API's to use, this text may help you decide.<br/><br/><a href='http://www.dzone.com/links/rss/java_xml_sax_vs_stax.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=300905' border='0'/></a></p><img src="http://feeds.feedburner.com/~r/dzone/howto/~4/7u0YZrisWfs" height="1" width="1"/>]]></content:encoded>
      <dz:linkId>300905</dz:linkId>
      <dz:submitDate>2009-11-23T07:39:21Z</dz:submitDate>
      <dz:promoteDate>2009-11-23T16:44:34Z</dz:promoteDate>
      <dz:voteUpCount>9</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>247</dz:clickCount>
      <dz:commentCount>5</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/300905.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>jj83777</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/131196.gif</dz:userimage>
      </dz:submitter>
    <feedburner:origLink>http://www.dzone.com/links/rss/java_xml_sax_vs_stax.html</feedburner:origLink></item>
    <item>
      <title>Anatomy of the Windows 7 taskbar – Jumplist (Part 1)</title>
      <link>http://feeds.dzone.com/~r/dzone/howto/~3/tmYubpG__gE/anatomy_of_the_windows_7_taskbar_jumplist_part_1.html</link>
      <description>The last topic I want to cover about the Windows 7 taskbar is the Jumplist!!! &#xD;
To create a new JumpList, call CreateJumpList()</description>
      <category>.net</category>
      <category>how-to</category>
      <category>windows</category>
      <pubDate>Mon, 23 Nov 2009 08:08:06 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/300271.html</guid>
      <dc:creator>AlvinAshcraft</dc:creator>
      <dc:date>2009-11-23T08:08:06Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/anatomy_of_the_windows_7_taskbar_jumplist_part_1.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/300271.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>The last topic I want to cover about the Windows 7 taskbar is the Jumplist!!! 
To create a new JumpList, call CreateJumpList()<br/><br/><a href='http://www.dzone.com/links/rss/anatomy_of_the_windows_7_taskbar_jumplist_part_1.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=300271' border='0'/></a></p><img src="http://feeds.feedburner.com/~r/dzone/howto/~4/tmYubpG__gE" height="1" width="1"/>]]></content:encoded>
      <dz:linkId>300271</dz:linkId>
      <dz:submitDate>2009-11-22T18:07:10Z</dz:submitDate>
      <dz:promoteDate>2009-11-23T08:08:06Z</dz:promoteDate>
      <dz:voteUpCount>7</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>392</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/300271.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>alashcraft</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/285573.gif</dz:userimage>
      </dz:submitter>
    <feedburner:origLink>http://www.dzone.com/links/rss/anatomy_of_the_windows_7_taskbar_jumplist_part_1.html</feedburner:origLink></item>
    <item>
      <title>jQuery Lesson Series: How to Implement Your First Plugin</title>
      <link>http://feeds.dzone.com/~r/dzone/howto/~3/IHSP7kw7U5M/jquery_lesson_series_how_to_implement_your_first.html</link>
      <description>Building a jQuery plugin is relatively easy if you know the basics. In this article we are going to learn how to implement our first jQuery plug-in.</description>
      <category>frameworks</category>
      <category>how-to</category>
      <category>web design</category>
      <pubDate>Sun, 22 Nov 2009 17:37:43 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/297389.html</guid>
      <dc:creator>House</dc:creator>
      <dc:date>2009-11-22T17:37:43Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/jquery_lesson_series_how_to_implement_your_first.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/297389.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>Building a jQuery plugin is relatively easy if you know the basics. In this article we are going to learn how to implement our first jQuery plug-in.<br/><br/><a href='http://www.dzone.com/links/rss/jquery_lesson_series_how_to_implement_your_first.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=297389' border='0'/></a></p><img src="http://feeds.feedburner.com/~r/dzone/howto/~4/IHSP7kw7U5M" height="1" width="1"/>]]></content:encoded>
      <dz:linkId>297389</dz:linkId>
      <dz:submitDate>2009-11-19T21:31:22Z</dz:submitDate>
      <dz:promoteDate>2009-11-22T17:37:43Z</dz:promoteDate>
      <dz:voteUpCount>10</dz:voteUpCount>
      <dz:voteDownCount>1</dz:voteDownCount>
      <dz:clickCount>284</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/297389.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>House</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/264570.gif</dz:userimage>
      </dz:submitter>
    <feedburner:origLink>http://www.dzone.com/links/rss/jquery_lesson_series_how_to_implement_your_first.html</feedburner:origLink></item>
    <item>
      <title>Kohana PHP 3.0 (KO3) Tutorial</title>
      <link>http://feeds.dzone.com/~r/dzone/howto/~3/GKjsMnqUJQI/kohana_php_30_ko3_tutorial.html</link>
      <description>I decided to move to KO3 and ditch the 2.3.x tutorial series. 1st part, configuring and creating a simple controller.</description>
      <category>frameworks</category>
      <category>how-to</category>
      <category>php</category>
      <pubDate>Sun, 22 Nov 2009 05:32:37 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/298707.html</guid>
      <dc:creator>EllisGL</dc:creator>
      <dc:date>2009-11-22T05:32:37Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/kohana_php_30_ko3_tutorial.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/298707.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>I decided to move to KO3 and ditch the 2.3.x tutorial series. 1st part, configuring and creating a simple controller.<br/><br/><a href='http://www.dzone.com/links/rss/kohana_php_30_ko3_tutorial.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=298707' border='0'/></a></p><img src="http://feeds.feedburner.com/~r/dzone/howto/~4/GKjsMnqUJQI" height="1" width="1"/>]]></content:encoded>
      <dz:linkId>298707</dz:linkId>
      <dz:submitDate>2009-11-20T21:46:47Z</dz:submitDate>
      <dz:promoteDate>2009-11-22T05:32:37Z</dz:promoteDate>
      <dz:voteUpCount>9</dz:voteUpCount>
      <dz:voteDownCount>2</dz:voteDownCount>
      <dz:clickCount>491</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/298707.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>EllisGL</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/258461.gif</dz:userimage>
      </dz:submitter>
    <feedburner:origLink>http://www.dzone.com/links/rss/kohana_php_30_ko3_tutorial.html</feedburner:origLink></item>
    <item>
      <title>Working With The System Event Log With C#</title>
      <link>http://feeds.dzone.com/~r/dzone/howto/~3/58-TMsKI2oA/working_with_the_system_event_log_with_c.html</link>
      <description>This little tidbit is sparked by a question asked on the forum earlier. It was then that I realized that there isnt much content there regarding playing with the EventLog in C# (it really isnt as had as one may thing, trust me:) ).First thing we need to look at a few items in the System.Diagnostics Namespace.</description>
      <category>.net</category>
      <category>frameworks</category>
      <category>how-to</category>
      <category>microsoft</category>
      <pubDate>Sun, 22 Nov 2009 16:55:12 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/299539.html</guid>
      <dc:creator>dotCore</dc:creator>
      <dc:date>2009-11-22T16:55:12Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/working_with_the_system_event_log_with_c.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/299539.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>This little tidbit is sparked by a question asked on the forum earlier. It was then that I realized that there isnt much content there regarding playing with the EventLog in C# (it really isnt as had as one may thing, trust me:) ).First thing we need to look at a few items in the System.Diagnostics Namespace.<br/><br/><a href='http://www.dzone.com/links/rss/working_with_the_system_event_log_with_c.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=299539' border='0'/></a></p><img src="http://feeds.feedburner.com/~r/dzone/howto/~4/58-TMsKI2oA" height="1" width="1"/>]]></content:encoded>
      <dz:linkId>299539</dz:linkId>
      <dz:submitDate>2009-11-21T19:17:51Z</dz:submitDate>
      <dz:promoteDate>2009-11-22T16:55:12Z</dz:promoteDate>
      <dz:voteUpCount>10</dz:voteUpCount>
      <dz:voteDownCount>1</dz:voteDownCount>
      <dz:clickCount>141</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/299539.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/rss/working_with_the_system_event_log_with_c.html</feedburner:origLink></item>
    <item>
      <title>Cross Thread Communication In C#</title>
      <link>http://feeds.dzone.com/~r/dzone/howto/~3/CSU-gverbbg/cross_thread_communication_in_c.html</link>
      <description>Welcome to the first in a series of tutorials on Multi-Threading in C#. Before we even think about looking at any code, I think first, since this is the intro tutorial, we need to discuss what multi-threading is, and how it can benefit your application. We will also discuss some short falls in multi-threading capabilities.</description>
      <category>.net</category>
      <category>frameworks</category>
      <category>how-to</category>
      <category>microsoft</category>
      <pubDate>Sun, 22 Nov 2009 04:21:48 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/299541.html</guid>
      <dc:creator>dotCore</dc:creator>
      <dc:date>2009-11-22T04:21:48Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/cross_thread_communication_in_c.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/299541.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>Welcome to the first in a series of tutorials on Multi-Threading in C#. Before we even think about looking at any code, I think first, since this is the intro tutorial, we need to discuss what multi-threading is, and how it can benefit your application. We will also discuss some short falls in multi-threading capabilities.
<br/><br/><a href='http://www.dzone.com/links/rss/cross_thread_communication_in_c.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=299541' border='0'/></a></p><img src="http://feeds.feedburner.com/~r/dzone/howto/~4/CSU-gverbbg" height="1" width="1"/>]]></content:encoded>
      <dz:linkId>299541</dz:linkId>
      <dz:submitDate>2009-11-21T19:18:23Z</dz:submitDate>
      <dz:promoteDate>2009-11-22T04:21:48Z</dz:promoteDate>
      <dz:voteUpCount>11</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>251</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/299541.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/rss/cross_thread_communication_in_c.html</feedburner:origLink></item>
    <item>
      <title>Working With Enums In C#</title>
      <link>http://feeds.dzone.com/~r/dzone/howto/~3/QGeBAonecJc/working_with_enums_in_c.html</link>
      <description>Welcome to my tutorial on working with Enumerations (enum) in C#. In this tutorial we will cover a few items involving enum's including understand anding what enum's are, learn how to create new enum's, and learn how to use the enum's we create and become familiar with some of the built in classes for using and parsing enum's in C#.</description>
      <category>.net</category>
      <category>frameworks</category>
      <category>how-to</category>
      <category>microsoft</category>
      <pubDate>Sun, 22 Nov 2009 16:55:09 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/299543.html</guid>
      <dc:creator>dotCore</dc:creator>
      <dc:date>2009-11-22T16:55:09Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/working_with_enums_in_c.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/299543.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>Welcome to my tutorial on working with Enumerations (enum) in C#. In this tutorial we will cover a few items involving enum's including understand anding what enum's are, learn how to create new enum's, and learn how to use the enum's we create and become familiar with some of the built in classes for using and parsing enum's in C#.<br/><br/><a href='http://www.dzone.com/links/rss/working_with_enums_in_c.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=299543' border='0'/></a></p><img src="http://feeds.feedburner.com/~r/dzone/howto/~4/QGeBAonecJc" height="1" width="1"/>]]></content:encoded>
      <dz:linkId>299543</dz:linkId>
      <dz:submitDate>2009-11-21T19:18:51Z</dz:submitDate>
      <dz:promoteDate>2009-11-22T16:55:09Z</dz:promoteDate>
      <dz:voteUpCount>9</dz:voteUpCount>
      <dz:voteDownCount>1</dz:voteDownCount>
      <dz:clickCount>178</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/299543.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/rss/working_with_enums_in_c.html</feedburner:origLink></item>
    <item>
      <title>Eclipse Drag and Drop - Tutorial</title>
      <link>http://feeds.dzone.com/~r/dzone/howto/~3/VjiB5iQ-IxY/eclipse_drag_and_drop_tutorial.html</link>
      <description>Demonstrates the usage of Drag and Drop with the Eclipse framework.</description>
      <category>eclipse</category>
      <category>how-to</category>
      <category>java</category>
      <pubDate>Sun, 22 Nov 2009 10:54:53 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/297629.html</guid>
      <dc:creator>VOGELLA</dc:creator>
      <dc:date>2009-11-22T10:54:53Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/eclipse_drag_and_drop_tutorial.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/297629.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>Demonstrates the usage of Drag and Drop with the Eclipse framework.<br/><br/><a href='http://www.dzone.com/links/rss/eclipse_drag_and_drop_tutorial.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=297629' border='0'/></a></p><img src="http://feeds.feedburner.com/~r/dzone/howto/~4/VjiB5iQ-IxY" height="1" width="1"/>]]></content:encoded>
      <dz:linkId>297629</dz:linkId>
      <dz:submitDate>2009-11-20T03:40:59Z</dz:submitDate>
      <dz:promoteDate>2009-11-22T10:54:53Z</dz:promoteDate>
      <dz:voteUpCount>6</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>406</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/297629.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>VOGELLA</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/234691.gif</dz:userimage>
      </dz:submitter>
    <feedburner:origLink>http://www.dzone.com/links/rss/eclipse_drag_and_drop_tutorial.html</feedburner:origLink></item>
  </channel>
</rss>
