<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://www.javaworld.com/community" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>Dustin</title>
 <link>http://www.javaworld.com/community/taxonomy/term/710</link>
 <description>Taxonomy in convenient list form</description>
 <language>en</language>
<item>
 <title>HTML5 Color Picker</title>
 <link>http://www.javaworld.com/community/node/6954</link>
 <description>&lt;p&gt;As I stated in my post &lt;a href=&quot;http://marxsoftware.blogspot.com/2011/01/html5-date-picker.html&quot;&gt;HTML5 Date Picker&lt;/a&gt;, &lt;a href=&quot;http://www.opera.com/press/releases/2010/12/16/&quot;&gt;Opera 11&lt;/a&gt; is ahead of some of the other non-beta web browsers in implementing some of the expected HTML5 tags. In this post, I look at Opera&#039;s implementation of the HTML5 &quot;color picker&quot; as an illustration of what is possible when the other browsers begin adding their own implementations.&lt;/p&gt;
&lt;p&gt;I use the following simple HTML code to demonstrate Opera 11&#039;s color picker. &lt;span class=&#039;read-more&#039;&gt;&lt;a href=&quot;http://www.javaworld.com/community/node/6954&quot;&gt;&lt;br /&gt;&lt;br /&gt;Read more ...&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
</description>
 <category domain="http://www.javaworld.com/community/taxonomy/term/710">Dustin</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/1904">HTML5</category>
 <pubDate>Tue, 18 Jan 2011 10:16:00 -0500</pubDate>
 <dc:creator>Dustin Marx</dc:creator>
 <guid isPermaLink="false">6954 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>HTML5 Date Picker</title>
 <link>http://www.javaworld.com/community/node/6949</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;I recently posted that I had decided to &lt;a href=&quot;http://marxsoftware.blogspot.com/2011/01/revisiting-my-html5-posts-with-opera-11.html&quot; rel=&quot;nofollow&quot;&gt;use Opera in my HTML5 demonstrations&lt;/a&gt; for &lt;a href=&quot;http://www.rmoug.org/&quot; rel=&quot;nofollow&quot;&gt;RMOUG&lt;/a&gt; &lt;a href=&quot;http://marxsoftware.blogspot.com/2010/11/rmoug-training-days-2011-schedule-at.html&quot; rel=&quot;nofollow&quot;&gt;Training Days 2011&lt;/a&gt;. As I stated in that post, a big reason for adding the &lt;a href=&quot;http://www.opera.com/&quot; rel=&quot;nofollow&quot;&gt;Opera web browser&lt;/a&gt; to the set being demonstrated is that it supports some of the &lt;a href=&quot;http://www.w3.org/TR/html5/&quot; rel=&quot;nofollow&quot;&gt;HTML5&lt;/a&gt; features better than the other browsers. &lt;span class=&#039;read-more&#039;&gt;&lt;a href=&quot;http://www.javaworld.com/community/node/6949&quot;&gt;&lt;br /&gt;&lt;br /&gt;Read more ...&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
</description>
 <category domain="http://www.javaworld.com/community/taxonomy/term/710">Dustin</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/1904">HTML5</category>
 <pubDate>Tue, 18 Jan 2011 01:13:00 -0500</pubDate>
 <dc:creator>Dustin Marx</dc:creator>
 <guid isPermaLink="false">6949 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>Inspired by Actual Events: My Blog&#039;s New Name</title>
 <link>http://www.javaworld.com/community/node/6950</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;I began writing this blog in October 2007 and it has been called &quot;Dustin&#039;s Software Development Cogitations and Speculations&quot; from the beginning. The name has definitely reflected a primary purpose for this blog: to cogitate and speculate on various software development topics. However, I&#039;ve been thinking about changing this blog&#039;s name for a while and have finally decided to do it. &lt;span class=&#039;read-more&#039;&gt;&lt;a href=&quot;http://www.javaworld.com/community/node/6950&quot;&gt;&lt;br /&gt;&lt;br /&gt;Read more ...&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
</description>
 <category domain="http://www.javaworld.com/community/taxonomy/term/764">blogging</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/710">Dustin</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/904">Publications</category>
 <pubDate>Mon, 17 Jan 2011 08:58:00 -0500</pubDate>
 <dc:creator>Dustin Marx</dc:creator>
 <guid isPermaLink="false">6950 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>Detecting Class Innards in Groovy</title>
 <link>http://www.javaworld.com/community/node/6951</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;When using a new language or using new features of a language that I have not used before, I like to know what fields and methods are supported by various classes and objects in that language. This has certainly been the case as I have learned and used &lt;a href=&quot;http://groovy.codehaus.org/&quot; rel=&quot;nofollow&quot;&gt;Groovy&lt;/a&gt;. In this post, I look at the many ways one can find out what a Groovy class/object has to offer.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Javadoc API Documentation&lt;/strong&gt; &lt;span class=&#039;read-more&#039;&gt;&lt;a href=&quot;http://www.javaworld.com/community/node/6951&quot;&gt;&lt;br /&gt;&lt;br /&gt;Read more ...&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
</description>
 <category domain="http://www.javaworld.com/community/taxonomy/term/710">Dustin</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/18">groovy</category>
 <pubDate>Sun, 16 Jan 2011 00:03:00 -0500</pubDate>
 <dc:creator>Dustin Marx</dc:creator>
 <guid isPermaLink="false">6951 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>Recent HTML5 Links of Interest</title>
 <link>http://www.javaworld.com/community/node/6944</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;&lt;a href=&quot;http://www.w3.org/TR/html5/&quot; rel=&quot;nofollow&quot;&gt;HTML5&lt;/a&gt; is all the rage right now. There seems to be an increasing number of blog posts and articles on HTML5 each day. In this post, I look at some of the recent posts on HTML5 that I have found particularly interesting.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Chrome Dropping Video Codec H.264&lt;/strong&gt; &lt;span class=&#039;read-more&#039;&gt;&lt;a href=&quot;http://www.javaworld.com/community/node/6944&quot;&gt;&lt;br /&gt;&lt;br /&gt;Read more ...&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
</description>
 <category domain="http://www.javaworld.com/community/taxonomy/term/710">Dustin</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/1904">HTML5</category>
 <pubDate>Wed, 12 Jan 2011 00:20:00 -0500</pubDate>
 <dc:creator>Dustin Marx</dc:creator>
 <guid isPermaLink="false">6944 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>MySQL and Other Topics in RMOUG SQL&gt;Update Winter 2010 Edition</title>
 <link>http://www.javaworld.com/community/node/6923</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;MySQL and Other Topics in RMOUG SQL&amp;gt;Update Winter 2010 Edition&lt;/p&gt;
</description>
 <category domain="http://www.javaworld.com/community/taxonomy/term/710">Dustin</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/19">mysql</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/463">Oracle</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/1776">RMOUG</category>
 <pubDate>Tue, 11 Jan 2011 00:04:00 -0500</pubDate>
 <dc:creator>Dustin Marx</dc:creator>
 <guid isPermaLink="false">6923 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>Recent Postings of Interest - 10 January 2011</title>
 <link>http://www.javaworld.com/community/node/6924</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;I have read numerous blog posts recently that I wanted to make note of because I have found them interesting and because I&#039;d like to keep a reference to them. Because one of my blog&#039;s purposes is as a glorified bookmark, this post points to these useful posts and adds a little detailed description. Topics covered by the referenced posts include HTML5, Java, Perl, perception of what&#039;s cool in software development.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Top Ten Rising Web Technologies in 2010&lt;/strong&gt; &lt;span class=&#039;read-more&#039;&gt;&lt;a href=&quot;http://www.javaworld.com/community/node/6924&quot;&gt;&lt;br /&gt;&lt;br /&gt;Read more ...&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
</description>
 <category domain="http://www.javaworld.com/community/taxonomy/term/710">Dustin</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/712">General Development</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/1904">HTML5</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/716">Java (General)</category>
 <pubDate>Mon, 10 Jan 2011 16:32:00 -0500</pubDate>
 <dc:creator>Dustin Marx</dc:creator>
 <guid isPermaLink="false">6924 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>HotSpot JVM Options Displayed: -XX:+PrintFlagsInitial and -XX:+PrintFlagsFinal</title>
 <link>http://www.javaworld.com/community/node/6925</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;&lt;a href=&quot;http://q-redux.blogspot.com/2011/01/inspecting-hotspot-jvm-options.html&quot; rel=&quot;nofollow&quot;&gt;Inspecting HotSpot JVM Options&lt;/a&gt; is a great post for those wishing to understand better the options provided by Oracle&#039;s (formerly Sun&#039;s) &lt;a href=&quot;http://www.oracle.com/technetwork/java/javase/tech/index-jsp-136373.html&quot; rel=&quot;nofollow&quot;&gt;HotSpot Java Virtual Machine&lt;/a&gt;. &lt;span class=&#039;read-more&#039;&gt;&lt;a href=&quot;http://www.javaworld.com/community/node/6925&quot;&gt;&lt;br /&gt;&lt;br /&gt;Read more ...&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
</description>
 <category domain="http://www.javaworld.com/community/taxonomy/term/710">Dustin</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/716">Java (General)</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/717">Java SE 6</category>
 <pubDate>Mon, 10 Jan 2011 15:57:00 -0500</pubDate>
 <dc:creator>Dustin Marx</dc:creator>
 <guid isPermaLink="false">6925 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>Revisiting My HTML5 Posts with Opera 11</title>
 <link>http://www.javaworld.com/community/node/6856</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;When I first wrote my abstract for my upcoming RMOUG Training Days 2011 presentation &quot;A First Look at HTML5,&quot; I wrote that I&#039;d demonstrate HTML5 in versions of the three most commonly used web browsers: &lt;a href=&quot;http://www.microsoft.com/windows/internet-explorer/default.aspx&quot; rel=&quot;nofollow&quot;&gt;Internet Explorer&lt;/a&gt;, &lt;a href=&quot;http://www.mozilla.com/en-US/firefox/all.html&quot; rel=&quot;nofollow&quot;&gt;Firefox&lt;/a&gt;, and &lt;a href=&quot;http://www.google.com/chrome/intl/en/landing_chrome.html?hl=en&quot; rel=&quot;nofollow&quot;&gt;Chrome&lt;/a&gt;. By the time the abstract was accepted, I had decided to add &lt;a href=&quot;http://www.apple.com/safari/&quot; rel=&quot;nofollow&quot;&gt;Safari&lt;/a&gt; to the list. &lt;span class=&#039;read-more&#039;&gt;&lt;a href=&quot;http://www.javaworld.com/community/node/6856&quot;&gt;&lt;br /&gt;&lt;br /&gt;Read more ...&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
</description>
 <category domain="http://www.javaworld.com/community/taxonomy/term/710">Dustin</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/1528">Firefox</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/1904">HTML5</category>
 <pubDate>Mon, 10 Jan 2011 11:26:00 -0500</pubDate>
 <dc:creator>Dustin Marx</dc:creator>
 <guid isPermaLink="false">6856 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>Software Engineering is the #1 Job in the United States in 2011</title>
 <link>http://www.javaworld.com/community/node/6857</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;The software engineering / software development / programming profession often receives high rankings in various career surveys. Although I do think there are some differences in these various job titles, they&#039;re used interchangeably enough that I intentionally mix them here. &lt;span class=&#039;read-more&#039;&gt;&lt;a href=&quot;http://www.javaworld.com/community/node/6857&quot;&gt;&lt;br /&gt;&lt;br /&gt;Read more ...&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
</description>
 <category domain="http://www.javaworld.com/community/taxonomy/term/710">Dustin</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/712">General Development</category>
 <pubDate>Sun, 09 Jan 2011 00:43:00 -0500</pubDate>
 <dc:creator>Dustin Marx</dc:creator>
 <guid isPermaLink="false">6857 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>HTML5 Local Storage: Web Storage</title>
 <link>http://www.javaworld.com/community/node/6832</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;&lt;a href=&quot;http://www.sesamestreet.org/muppet/-/journal_content/56_INSTANCE_MUPP/10171/Cookie%20Monster&quot; rel=&quot;nofollow&quot;&gt;Cookie Monster&lt;/a&gt; is not the only one &lt;a href=&quot;http://www.cbsnews.com/stories/2005/04/08/entertainment/main686684.shtml&quot; rel=&quot;nofollow&quot;&gt;looking past cookies&lt;/a&gt;. &lt;span class=&#039;read-more&#039;&gt;&lt;a href=&quot;http://www.javaworld.com/community/node/6832&quot;&gt;&lt;br /&gt;&lt;br /&gt;Read more ...&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
</description>
 <category domain="http://www.javaworld.com/community/taxonomy/term/710">Dustin</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/1528">Firefox</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/1904">HTML5</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/602">javascript</category>
 <pubDate>Tue, 04 Jan 2011 10:00:00 -0500</pubDate>
 <dc:creator>Dustin Marx</dc:creator>
 <guid isPermaLink="false">6832 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>HTML5 Geolocation API: Your Browser Knows Where You Are</title>
 <link>http://www.javaworld.com/community/node/6833</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;One of the pieces of functionality commonly discussed when distinguishing &lt;a href=&quot;http://en.wikipedia.org/wiki/HTML5&quot; rel=&quot;nofollow&quot;&gt;HTML5&lt;/a&gt; from previous versions of HTML is the standardization of geolocation via the &lt;a href=&quot;http://www.w3.org/TR/geolocation-API/&quot; rel=&quot;nofollow&quot;&gt;Geolocation API&lt;/a&gt;. Although some browsers supported geolocation functionality &lt;a href=&quot;http://code.google.com/apis/gadgets/docs/fundamentals.html#location&quot; rel=&quot;nofollow&quot;&gt;prior to HTML5&lt;/a&gt;, it is the standardized API that brings new value. &lt;span class=&#039;read-more&#039;&gt;&lt;a href=&quot;http://www.javaworld.com/community/node/6833&quot;&gt;&lt;br /&gt;&lt;br /&gt;Read more ...&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
</description>
 <category domain="http://www.javaworld.com/community/taxonomy/term/710">Dustin</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/1528">Firefox</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/1904">HTML5</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/602">javascript</category>
 <pubDate>Mon, 03 Jan 2011 10:20:00 -0500</pubDate>
 <dc:creator>Dustin Marx</dc:creator>
 <guid isPermaLink="false">6833 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>Most Creative 404 HTTP Response Ever?</title>
 <link>http://www.javaworld.com/community/node/6834</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;Happy New Year 2011! &lt;span class=&#039;read-more&#039;&gt;&lt;a href=&quot;http://www.javaworld.com/community/node/6834&quot;&gt;&lt;br /&gt;&lt;br /&gt;Read more ...&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
</description>
 <category domain="http://www.javaworld.com/community/taxonomy/term/710">Dustin</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/720">Web Development</category>
 <pubDate>Sat, 01 Jan 2011 23:04:00 -0500</pubDate>
 <dc:creator>Dustin Marx</dc:creator>
 <guid isPermaLink="false">6834 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>My Ten Most Popular 2010 Blog Posts</title>
 <link>http://www.javaworld.com/community/node/6835</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;One of my annual traditions with this blog is to post a summary of my top ten blog posts of the year in terms of &quot;hits&quot; on the blog post. A post with more hits isn&#039;t necessarily better than a post with fewer hits, but the former certainly gets more attention.  Some of the top posts in 2010 were not actually written in 2010). For example, the tenth most popular post of 2010 listed here was actually the 16th most accessed post on my blog in 2010.  Seven posts from other years had more hits than it! I don&#039;t count these in the 2010 Top Ten and don&#039;t count them against that 2010 list either. &lt;span class=&#039;read-more&#039;&gt;&lt;a href=&quot;http://www.javaworld.com/community/node/6835&quot;&gt;&lt;br /&gt;&lt;br /&gt;Read more ...&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
</description>
 <category domain="http://www.javaworld.com/community/taxonomy/term/764">blogging</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/710">Dustin</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/712">General Development</category>
 <pubDate>Fri, 31 Dec 2010 18:02:00 -0500</pubDate>
 <dc:creator>Dustin Marx</dc:creator>
 <guid isPermaLink="false">6835 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>Regular Expressions in Groovy (via Java)</title>
 <link>http://www.javaworld.com/community/node/6836</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;The people who attended my presentations at &lt;a href=&quot;http://www.rmoug.org/&quot; rel=&quot;nofollow&quot;&gt;RMOUG&lt;/a&gt; Training Days 2010 asked several good questions.  One question that was asked in the &lt;a href=&quot;http://groovy.codehaus.org/&quot; rel=&quot;nofollow&quot;&gt;Groovy&lt;/a&gt; presentation that I really wish I had included a slide on was &quot;Does Groovy support regular expressions?&quot;  The focus of my presentation was on using Groovy for scripting, so this was a very natural and relevant question. &lt;span class=&#039;read-more&#039;&gt;&lt;a href=&quot;http://www.javaworld.com/community/node/6836&quot;&gt;&lt;br /&gt;&lt;br /&gt;Read more ...&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
</description>
 <category domain="http://www.javaworld.com/community/taxonomy/term/710">Dustin</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/18">groovy</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/716">Java (General)</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/20">netbeans</category>
 <pubDate>Wed, 29 Dec 2010 22:47:00 -0500</pubDate>
 <dc:creator>Dustin Marx</dc:creator>
 <guid isPermaLink="false">6836 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>Significant Software Development Developments of 2010</title>
 <link>http://www.javaworld.com/community/node/6837</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;With the end of 2010 rapidly approaching, it is time to summarize what I believe are the ten most significant developments in 2010 in the software development community. As I have disclaimed before, this is entirely biased toward my interests. It is difficult to gauge the importance of events in spaces one is not familiar with, so I tend to favor areas that I do know and am able to make some educated (albeit anecdotal) conclusions about their significance. &lt;span class=&#039;read-more&#039;&gt;&lt;a href=&quot;http://www.javaworld.com/community/node/6837&quot;&gt;&lt;br /&gt;&lt;br /&gt;Read more ...&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
</description>
 <category domain="http://www.javaworld.com/community/taxonomy/term/710">Dustin</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/712">General Development</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/716">Java (General)</category>
 <pubDate>Tue, 28 Dec 2010 12:30:00 -0500</pubDate>
 <dc:creator>Dustin Marx</dc:creator>
 <guid isPermaLink="false">6837 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>The Best Decisions are Those We Must Live With</title>
 <link>http://www.javaworld.com/community/node/6838</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;We have all been the victims of others&#039; poor decisions.  This is especially painful when we, and not those making the decisions, are the victims.  I have seen many times in my career when a particularly bad idea was implemented because the person making the decision had no relevant experience to understand the consequences of his or her decision.  These same people often don&#039;t have to implement the poor decision and therefore don&#039;t learn from their mistakes. In this post, I look at ways to reduce or avoid this effect. &lt;span class=&#039;read-more&#039;&gt;&lt;a href=&quot;http://www.javaworld.com/community/node/6838&quot;&gt;&lt;br /&gt;&lt;br /&gt;Read more ...&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
</description>
 <category domain="http://www.javaworld.com/community/taxonomy/term/710">Dustin</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/712">General Development</category>
 <pubDate>Mon, 27 Dec 2010 10:54:00 -0500</pubDate>
 <dc:creator>Dustin Marx</dc:creator>
 <guid isPermaLink="false">6838 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>$15 Off Today Only at Manning</title>
 <link>http://www.javaworld.com/community/node/6839</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;&lt;a href=&quot;http://www.manning.com/&quot; rel=&quot;nofollow&quot;&gt;Manning&lt;/a&gt; is offering $15 off any &quot;pbook&quot; (printed book), &quot;ebook&quot; (&lt;a href=&quot;http://www.manning.com/about/ebooks.html&quot; rel=&quot;nofollow&quot;&gt;electronic book&lt;/a&gt;), or MEAP (&lt;a href=&quot;http://www.manning.com/about/meap&quot; rel=&quot;nofollow&quot;&gt;Manning Early Access Program&lt;/a&gt;) for today only (27 December 2010).  Use the code &lt;strong&gt;dotd1227&lt;/strong&gt; at &lt;a href=&quot;http://www.manning.com/&quot; rel=&quot;nofollow&quot;&gt;the Manning site&lt;/a&gt; to get this discount. &lt;span class=&#039;read-more&#039;&gt;&lt;a href=&quot;http://www.javaworld.com/community/node/6839&quot;&gt;&lt;br /&gt;&lt;br /&gt;Read more ...&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
</description>
 <category domain="http://www.javaworld.com/community/taxonomy/term/710">Dustin</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/712">General Development</category>
 <pubDate>Mon, 27 Dec 2010 09:44:00 -0500</pubDate>
 <dc:creator>Dustin Marx</dc:creator>
 <guid isPermaLink="false">6839 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>Using Generic &#039;log&#039; Methods in Java Logging</title>
 <link>http://www.javaworld.com/community/node/6840</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;When developing Java applications, it is easy to get used to invoking logging on the provided logger via its log level-specific methods. &lt;span class=&#039;read-more&#039;&gt;&lt;a href=&quot;http://www.javaworld.com/community/node/6840&quot;&gt;&lt;br /&gt;&lt;br /&gt;Read more ...&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
</description>
 <category domain="http://www.javaworld.com/community/taxonomy/term/710">Dustin</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/716">Java (General)</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/20">netbeans</category>
 <pubDate>Thu, 23 Dec 2010 23:37:00 -0500</pubDate>
 <dc:creator>Dustin Marx</dc:creator>
 <guid isPermaLink="false">6840 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>Lightweight Persistence with Java Serialization</title>
 <link>http://www.javaworld.com/community/node/6841</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;The &lt;a href=&quot;http://download.oracle.com/javase/6/docs/&quot; rel=&quot;nofollow&quot;&gt;Java SE 6 documentation&lt;/a&gt; on &lt;a href=&quot;http://download.oracle.com/javase/6/docs/technotes/guides/serialization/index.html&quot; rel=&quot;nofollow&quot;&gt;Object Serialization&lt;/a&gt; states the following about the uses of Java serialization: &lt;span class=&#039;read-more&#039;&gt;&lt;a href=&quot;http://www.javaworld.com/community/node/6841&quot;&gt;&lt;br /&gt;&lt;br /&gt;Read more ...&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
</description>
 <category domain="http://www.javaworld.com/community/taxonomy/term/710">Dustin</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/18">groovy</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/716">Java (General)</category>
 <pubDate>Mon, 13 Dec 2010 16:59:00 -0500</pubDate>
 <dc:creator>Dustin Marx</dc:creator>
 <guid isPermaLink="false">6841 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>Java toString() Considerations</title>
 <link>http://www.javaworld.com/community/node/6842</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;Even beginning Java developers are aware of the utility of the &lt;a href=&quot;http://download.oracle.com/javase/6/docs/api/java/lang/Object.html#toString()&quot; rel=&quot;nofollow&quot;&gt;Object.toString()&lt;/a&gt; method that is available to all instances of Java classes and can be overridden to provide useful details regarding any particular instance of a Java class. Unfortunately, even seasoned Java developers occasionally don&#039;t take full advantage of this powerful Java feature for a variety of reasons. &lt;span class=&#039;read-more&#039;&gt;&lt;a href=&quot;http://www.javaworld.com/community/node/6842&quot;&gt;&lt;br /&gt;&lt;br /&gt;Read more ...&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
</description>
 <category domain="http://www.javaworld.com/community/taxonomy/term/710">Dustin</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/716">Java (General)</category>
 <pubDate>Mon, 13 Dec 2010 10:23:00 -0500</pubDate>
 <dc:creator>Dustin Marx</dc:creator>
 <guid isPermaLink="false">6842 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>HTML5 Form Placeholder Text</title>
 <link>http://www.javaworld.com/community/node/6224</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;When developing web applications, my preference is to use HTML tags rather than &lt;a href=&quot;http://www.w3schools.com/js/default.asp&quot; rel=&quot;nofollow&quot;&gt;JavaScript&lt;/a&gt; solutions whenever possible. HTML tags tend to be cleaner and simpler and will often work whether JavaScript is enabled or not in the user&#039;s browser. Because of this preference for HTML over JavaScript, I really like &lt;a href=&quot;http://www.w3.org/TR/html5/&quot; rel=&quot;nofollow&quot;&gt;HTML5&lt;/a&gt;&#039;s new form support that provides standard HTML tag support for many behaviors that formerly required JavaScript. &lt;span class=&#039;read-more&#039;&gt;&lt;a href=&quot;http://www.javaworld.com/community/node/6224&quot;&gt;&lt;br /&gt;&lt;br /&gt;Read more ...&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
</description>
 <category domain="http://www.javaworld.com/community/taxonomy/term/710">Dustin</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/1528">Firefox</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/1904">HTML5</category>
 <pubDate>Thu, 02 Dec 2010 00:57:00 -0500</pubDate>
 <dc:creator>Dustin Marx</dc:creator>
 <guid isPermaLink="false">6224 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>Stringifying Java Arrays</title>
 <link>http://www.javaworld.com/community/node/6225</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;&lt;a href=&quot;http://www.oracle.com/technetwork/java/javase/index-jsp-135232.html&quot; rel=&quot;nofollow&quot;&gt;J2SE 5&lt;/a&gt; provided &lt;a href=&quot;http://java.sun.com/developer/technicalArticles/releases/j2se15/&quot; rel=&quot;nofollow&quot;&gt;significant new language features&lt;/a&gt; that made Java significantly easier to use and more expressive than it had ever been. &lt;span class=&#039;read-more&#039;&gt;&lt;a href=&quot;http://www.javaworld.com/community/node/6225&quot;&gt;&lt;br /&gt;&lt;br /&gt;Read more ...&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
</description>
 <category domain="http://www.javaworld.com/community/taxonomy/term/710">Dustin</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/716">Java (General)</category>
 <pubDate>Wed, 01 Dec 2010 01:18:00 -0500</pubDate>
 <dc:creator>Dustin Marx</dc:creator>
 <guid isPermaLink="false">6225 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>Java&#039;s System.identityHashCode</title>
 <link>http://www.javaworld.com/community/node/6226</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;The &lt;a href=&quot;http://download.oracle.com/javase/6/docs/api/java/lang/System.html&quot; rel=&quot;nofollow&quot;&gt;java.lang.System&lt;/a&gt; class provides many useful general utilities including handles to the &lt;a href=&quot;http://download.oracle.com/javase/6/docs/api/java/lang/System.html#out&quot; rel=&quot;nofollow&quot;&gt;standard output stream&lt;/a&gt;, the&amp;nbsp;&lt;a href=&quot;http://download.oracle.com/javase/6/docs/api/java/lang/System.html#in&quot; rel=&quot;nofollow&quot;&gt;standard input stream&lt;/a&gt;, the&amp;nbsp;&lt;a href=&quot;http://download.oracle.com/javase/6/docs/api/java/lang/System.html#err&quot; rel=&quot;nofollow&quot;&gt;standard error stream&lt;/a&gt;, and the &lt;a&gt; &lt;span class=&#039;read-more&#039;&gt;&lt;a href=&quot;http://www.javaworld.com/community/node/6226&quot;&gt;&lt;br /&gt;&lt;br /&gt;Read more ...&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
</description>
 <category domain="http://www.javaworld.com/community/taxonomy/term/710">Dustin</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/716">Java (General)</category>
 <pubDate>Tue, 30 Nov 2010 02:08:00 -0500</pubDate>
 <dc:creator>Dustin Marx</dc:creator>
 <guid isPermaLink="false">6226 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>Java 7 and Java 8 JSRs Released!</title>
 <link>http://www.javaworld.com/community/node/6160</link>
 <description>&lt;!--paging_filter--&gt;There has been a lot of big news in the Java world as of late. The recent announcements that &lt;a href=&quot;http://marxsoftware.blogspot.com/2010/10/ibm-and-oracle-are-behind-openjdk.html&quot;&gt;IBM is backing OpenJDK&lt;/a&gt; and &lt;a href=&quot;http://marxsoftware.blogspot.com/2010/11/apple-and-oracle-are-behind-openjdk.html&quot;&gt;Apple is backing OpenJDK&lt;/a&gt; were huge in and of themselves. &lt;span class=&#039;read-more&#039;&gt;&lt;a href=&quot;http://www.javaworld.com/community/node/6160&quot;&gt;&lt;br /&gt;&lt;br /&gt;Read more ...&lt;/a&gt;&lt;/span&gt;</description>
 <category domain="http://www.javaworld.com/community/taxonomy/term/710">Dustin</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/716">Java (General)</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/711">Java SE 7</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/1361">Java SE 8</category>
 <pubDate>Wed, 17 Nov 2010 01:53:00 -0500</pubDate>
 <dc:creator>Dustin Marx</dc:creator>
 <guid isPermaLink="false">6160 at http://www.javaworld.com/community</guid>
</item>
</channel>
</rss>

