<?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:dz="http://www.developerzone.com/modules/dz/1.0" xmlns:media="http://search.yahoo.com/mrss/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0" xml:base="http://css.dzone.com/">
  <channel>
    <title>Web Builder Zone - Web design, PHP, RIA, css, html, usability &amp; some Ajax</title>
    <link>http://css.dzone.com/</link>
    <description />
    <language>en</language>
          <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.dzone.com/zones/css" /><feedburner:info uri="zones/css" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
    <title>Why (and How) to Replace Amazon SQS with MongoDB</title>
    <link>http://feeds.dzone.com/~r/zones/css/~3/A2-DfbaqKwI/why-and-how-replace-amazon-sqs</link>
    <description>What is Amazon SQS?
Amazon SQS
 (Simple Queue Service) is a reliable message queuing service hosted in 
the Amazon cloud.  This service is ideal for sending messages between 
servers that need to acknowledge that processing has been completed.  
When a message is popped from the queue, it is not deleted, but marked 
with the client who has made the request.  The client is then 
responsible for...&lt;img src="http://feeds.feedburner.com/~r/zones/css/~4/A2-DfbaqKwI" height="1" width="1"/&gt;</description>
     <comments>http://architects.dzone.com/articles/why-and-how-replace-amazon-sqs#comments</comments>
 <category domain="http://css.dzone.com/category/tags/amazon">Amazon</category>
 <category domain="http://css.dzone.com/category/dzone-taxonomy/infrastructure/cloud">Cloud</category>
 <category domain="http://css.dzone.com/category/tags/cloud">cloud</category>
 <category domain="http://css.dzone.com/category/tags/mongodb">MongoDB</category>
 <category domain="http://css.dzone.com/category/tags/nosql">NoSQL</category>
 <category domain="http://css.dzone.com/category/dzone-taxonomy/architecture/nosql">NoSQL</category>
 <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://css.dzone.com/crss/node/58747</wfw:commentRss>
 <dz:submitDate>Fri, 10 Feb 2012 01:53:46 -0500</dz:submitDate>
 <dz:readCount>103</dz:readCount>
 <dz:commentCount>0</dz:commentCount>
 <dz:submitter> <dz:username>mattinsler</dz:username>
 <dz:userimage>http://css.dzone.com/sites/all/files/avatars/picture-755385.png</dz:userimage>
</dz:submitter>
 <pubDate>Fri, 10 Feb 2012 06:53:46 +0000</pubDate>
 <dc:creator>mattinsler</dc:creator>
 <guid isPermaLink="false">58747 at http://css.dzone.com</guid>
  <feedburner:origLink>http://architects.dzone.com/articles/why-and-how-replace-amazon-sqs</feedburner:origLink></item>
  <item>
    <title>Top 10 iPhone Apps for Web Designers</title>
    <link>http://feeds.dzone.com/~r/zones/css/~3/yU2hqkixuEk/top-10-iphone-apps-web</link>
    <description>This is a guest post by Jan Pierce - a 4th grade teacher who has 
over 20 years of experience in the classroom. Her interests include 
educational technology and online learning. She also owns the site Elementary Education Degree for students interested in earning a degree in elementary education.
      Preview Text:&amp;nbsp;
    
            
                    Ten iPhone Apps that no web...&lt;img src="http://feeds.feedburner.com/~r/zones/css/~4/yU2hqkixuEk" height="1" width="1"/&gt;</description>
     <comments>http://mobile.dzone.com/articles/top-10-iphone-apps-web#comments</comments>
 <category domain="http://css.dzone.com/category/dzone-taxonomy/java/mobile">Mobile</category>
 <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://css.dzone.com/crss/node/58475</wfw:commentRss>
 <dz:submitDate>Fri, 10 Feb 2012 00:24:18 -0500</dz:submitDate>
 <dz:readCount>42</dz:readCount>
 <dz:commentCount>0</dz:commentCount>
 <dz:submitter> <dz:username>Swizec</dz:username>
 <dz:userimage>http://css.dzone.com/sites/all/files/avatars/picture-364999.jpg</dz:userimage>
</dz:submitter>
 <pubDate>Fri, 10 Feb 2012 05:24:18 +0000</pubDate>
 <dc:creator>Swizec</dc:creator>
 <guid isPermaLink="false">58475 at http://css.dzone.com</guid>
  <feedburner:origLink>http://mobile.dzone.com/articles/top-10-iphone-apps-web</feedburner:origLink></item>
  <item>
    <title>Hacking into Python Objects Internals</title>
    <link>http://feeds.dzone.com/~r/zones/css/~3/eG-ejeQp1TA/hacking-python-objects</link>
    <description>You know, Python represents every object using the low-level C API PyObject (or PyVarObject
 for variable-size objects) structure, so, concretely, you can cast any 
Python object pointer to this type; this inheritance is built by hand, 
every new object must have a leading macro called PyObject_HEAD which defines the PyObject header for the object.
      Preview Text:&amp;nbsp;
    
            
    ...&lt;img src="http://feeds.feedburner.com/~r/zones/css/~4/eG-ejeQp1TA" height="1" width="1"/&gt;</description>
     <comments>http://css.dzone.com/articles/hacking-python-objects#comments</comments>
 <category domain="http://css.dzone.com/category/dzone-taxonomy/languages/python">Python</category>
 <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://css.dzone.com/crss/node/58749</wfw:commentRss>
 <dz:submitDate>Fri, 10 Feb 2012 00:01:00 -0500</dz:submitDate>
 <dz:readCount>57</dz:readCount>
 <dz:commentCount>0</dz:commentCount>
 <dz:submitter> <dz:username>cjsmith</dz:username>
 <dz:userimage>http://css.dzone.com/sites/all/files/avatars/picture-974613.jpg</dz:userimage>
</dz:submitter>
 <pubDate>Fri, 10 Feb 2012 05:01:00 +0000</pubDate>
 <dc:creator>cjsmith</dc:creator>
 <guid isPermaLink="false">58749 at http://css.dzone.com</guid>
  <feedburner:origLink>http://css.dzone.com/articles/hacking-python-objects</feedburner:origLink></item>
  <item>
    <title>IE Blog Tries to Make Case for Metro-Style Apps</title>
    <link>http://feeds.dzone.com/~r/zones/css/~3/IiTl_9FS7qI/ie-blog-tries-make-case-metro</link>
    <description>A recent blog post by the IE development team has generated a lot of buzz by comparing the application performance between Safari, iOS App, IE10, Win8 App (developer preview), Kindle Fire browser, and a Kindle Fire App.  Testing configuration: http://www.webkit.org/perf/sunspider/sunspider.html.iPad: 1st Gen, iOS 5.0.1.
      Preview Text:&amp;nbsp;
    
            
                    The IE10...&lt;img src="http://feeds.feedburner.com/~r/zones/css/~4/IiTl_9FS7qI" height="1" width="1"/&gt;</description>
     <comments>http://mobile.dzone.com/articles/ie-blog-tries-make-case-metro#comments</comments>
 <category domain="http://css.dzone.com/category/tags/html5">HTML5</category>
 <category domain="http://css.dzone.com/category/tags/ios">iOS</category>
 <category domain="http://css.dzone.com/category/tags/kindle-fire">kindle fire</category>
 <category domain="http://css.dzone.com/category/tags/windows-8">Windows 8</category>
 <category domain="http://css.dzone.com/category/dzone-taxonomy/web-design/html-xhtml">HTML &amp; XHTML</category>
 <category domain="http://css.dzone.com/category/dzone-taxonomy/net-windows">.NET &amp; Windows</category>
 <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://css.dzone.com/crss/node/58741</wfw:commentRss>
 <dz:submitDate>Fri, 10 Feb 2012 00:01:00 -0500</dz:submitDate>
 <dz:readCount>59</dz:readCount>
 <dz:commentCount>0</dz:commentCount>
 <dz:submitter> <dz:username>cjsmith</dz:username>
 <dz:userimage>http://css.dzone.com/sites/all/files/avatars/picture-974613.jpg</dz:userimage>
</dz:submitter>
 <pubDate>Fri, 10 Feb 2012 05:01:00 +0000</pubDate>
 <dc:creator>cjsmith</dc:creator>
 <guid isPermaLink="false">58741 at http://css.dzone.com</guid>
  <feedburner:origLink>http://mobile.dzone.com/articles/ie-blog-tries-make-case-metro</feedburner:origLink></item>
  <item>
    <title>DomainWatch Offers Google App Security</title>
    <link>http://feeds.dzone.com/~r/zones/css/~3/FfUPhh1ktXk/google-apps-security-tool</link>
    <description>One of the key issues for organizations moving to Google
 for office productivity applications is the ability to enforce policy 
on end users around sharing outside of the organization. This issue is a
 good example of the tension that exists between keeping an offering as 
simple as possible, and ensuring all the bells and whistles that 
enterprises require are ticked off.
      Preview...&lt;img src="http://feeds.feedburner.com/~r/zones/css/~4/FfUPhh1ktXk" height="1" width="1"/&gt;</description>
     <comments>http://cloud.dzone.com/articles/google-apps-security-tool#comments</comments>
 <category domain="http://css.dzone.com/category/dzone-taxonomy/infrastructure/cloud">Cloud</category>
 <category domain="http://css.dzone.com/category/tags/google-aps">Google Aps</category>
 <category domain="http://css.dzone.com/category/tags/security">security</category>
 <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://css.dzone.com/crss/node/58739</wfw:commentRss>
 <dz:submitDate>Thu, 09 Feb 2012 14:48:53 -0500</dz:submitDate>
 <dz:readCount>238</dz:readCount>
 <dz:commentCount>0</dz:commentCount>
 <dz:submitter> <dz:username>BenK</dz:username>
 <dz:userimage>http://css.dzone.com/sites/all/files/avatars/picture-887589.jpg</dz:userimage>
</dz:submitter>
 <pubDate>Thu, 09 Feb 2012 19:48:53 +0000</pubDate>
 <dc:creator>BenK</dc:creator>
 <guid isPermaLink="false">58739 at http://css.dzone.com</guid>
  <feedburner:origLink>http://cloud.dzone.com/articles/google-apps-security-tool</feedburner:origLink></item>
  <item>
    <title>Trends in NoSQL Interest According to Google Analytics</title>
    <link>http://feeds.dzone.com/~r/zones/css/~3/Jf4a4w-FDKU/trends-nosql-interest</link>
    <description>About a year ago, Mike Dirolf drew 
an enormous circle covering a sheet of paper.  “Here are the people who 
use databases,” he said, “and here are the people who have even heard of
 NoSQL,” and he drew a circle this big: ° . 
I think that interest has grown since then.  By this time, the number of people that know about NoSQL is at least this big: o .
      Preview Text:&amp;nbsp;
    
    ...&lt;img src="http://feeds.feedburner.com/~r/zones/css/~4/Jf4a4w-FDKU" height="1" width="1"/&gt;</description>
     <comments>http://architects.dzone.com/articles/trends-nosql-interest#comments</comments>
 <category domain="http://css.dzone.com/category/tags/google-analytics">Google Analytics</category>
 <category domain="http://css.dzone.com/category/tags/mongodb">MongoDB</category>
 <category domain="http://css.dzone.com/category/dzone-taxonomy/architecture/nosql">NoSQL</category>
 <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://css.dzone.com/crss/node/58731</wfw:commentRss>
 <dz:submitDate>Thu, 09 Feb 2012 12:42:44 -0500</dz:submitDate>
 <dz:readCount>442</dz:readCount>
 <dz:commentCount>0</dz:commentCount>
 <dz:submitter> <dz:username>KChodorow</dz:username>
 <dz:userimage>http://css.dzone.com/sites/all/files/avatars/picture-985863.png</dz:userimage>
</dz:submitter>
 <pubDate>Thu, 09 Feb 2012 17:42:44 +0000</pubDate>
 <dc:creator>KChodorow</dc:creator>
 <guid isPermaLink="false">58731 at http://css.dzone.com</guid>
  <feedburner:origLink>http://architects.dzone.com/articles/trends-nosql-interest</feedburner:origLink></item>
  <item>
    <title>"Understanding" RPython</title>
    <link>http://feeds.dzone.com/~r/zones/css/~3/1wkIUGCXDKc/understanding-rpython</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 in attendance including Alex Gaynor, one of PyPy's core 
developers who can be heard from time to time on the audio.Audience questions are audible, but best heard while listening on headphones.
      Preview Text:&amp;nbsp;
    
            
     ...&lt;img src="http://feeds.feedburner.com/~r/zones/css/~4/1wkIUGCXDKc" height="1" width="1"/&gt;</description>
     <comments>http://css.dzone.com/videos/understanding-rpython#comments</comments>
 <category domain="http://css.dzone.com/category/tags/rpython">RPython</category>
 <category domain="http://css.dzone.com/category/dzone-taxonomy/languages/python">Python</category>
 <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://css.dzone.com/crss/node/58729</wfw:commentRss>
 <dz:submitDate>Thu, 09 Feb 2012 12:38:52 -0500</dz:submitDate>
 <dz:readCount>595</dz:readCount>
 <dz:commentCount>0</dz:commentCount>
 <dz:submitter> <dz:username>cjsmith</dz:username>
 <dz:userimage>http://css.dzone.com/sites/all/files/avatars/picture-974613.jpg</dz:userimage>
</dz:submitter>
 <pubDate>Thu, 09 Feb 2012 17:38:52 +0000</pubDate>
 <dc:creator>cjsmith</dc:creator>
 <guid isPermaLink="false">58729 at http://css.dzone.com</guid>
  <feedburner:origLink>http://css.dzone.com/videos/understanding-rpython</feedburner:origLink></item>
  <item>
    <title>Find/Replace in Visual Studio using Regular Expressions</title>
    <link>http://feeds.dzone.com/~r/zones/css/~3/Zv4e3qMpjiM/findreplace-visual-studio</link>
    <description>Usually Find/Replace gets the job done for what I need, although 
sometimes using “Replace All” can break more stuff than it fixes.
But today I had this function I wanted to get rid of and simply change it with a public variable.
So I had something like this.object-&amp;gt;setLayer(/*BLABAL BLA CODE, */);I want to replace it with something more simple
      Preview Text:&amp;nbsp;
    
            
 ...&lt;img src="http://feeds.feedburner.com/~r/zones/css/~4/Zv4e3qMpjiM" height="1" width="1"/&gt;</description>
     <comments>http://css.dzone.com/articles/findreplace-visual-studio#comments</comments>
 <category domain="http://css.dzone.com/category/tags/regular-expressions">regular expressions</category>
 <category domain="http://css.dzone.com/category/dzone-taxonomy/net-windows/visual-studio">Visual Studio</category>
 <category domain="http://css.dzone.com/category/dzone-taxonomy/net-windows">.NET &amp; Windows</category>
 <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://css.dzone.com/crss/node/58727</wfw:commentRss>
 <dz:submitDate>Thu, 09 Feb 2012 11:38:11 -0500</dz:submitDate>
 <dz:readCount>350</dz:readCount>
 <dz:commentCount>0</dz:commentCount>
 <dz:submitter> <dz:username>DJ_Link</dz:username>
 <dz:userimage>http://css.dzone.com/sites/all/files/avatars/picture-889157.jpg</dz:userimage>
</dz:submitter>
 <pubDate>Thu, 09 Feb 2012 16:38:11 +0000</pubDate>
 <dc:creator>DJ_Link</dc:creator>
 <guid isPermaLink="false">58727 at http://css.dzone.com</guid>
  <feedburner:origLink>http://css.dzone.com/articles/findreplace-visual-studio</feedburner:origLink></item>
  <item>
    <title>CSS Vendor Prefixes - YOU NEED TO ACT NOW!</title>
    <link>http://feeds.dzone.com/~r/zones/css/~3/3PNlv2ckBSY/css-vendor-prefixes-you-need</link>
    <description>We do like vendor prefixes. They give us access to bleeding edge CSS 
properties, and make our sites look cool. But there's a serious problem:
 non-webkit vendors are giving serious consideration to implementing the
 -webkit prefix to a number of CSS properties.
      Preview Text:&amp;nbsp;
    
            
                    The CSS working group is seriously considering implementing the...&lt;img src="http://feeds.feedburner.com/~r/zones/css/~4/3PNlv2ckBSY" height="1" width="1"/&gt;</description>
     <comments>http://css.dzone.com/articles/css-vendor-prefixes-you-need#comments</comments>
 <category domain="http://css.dzone.com/category/dzone-taxonomy/web-design/css">CSS</category>
 <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://css.dzone.com/crss/node/58717</wfw:commentRss>
 <dz:submitDate>Thu, 09 Feb 2012 10:28:24 -0500</dz:submitDate>
 <dz:readCount>799</dz:readCount>
 <dz:commentCount>0</dz:commentCount>
 <dz:submitter> <dz:username>remysharp</dz:username>
 <dz:userimage>http://css.dzone.com/sites/all/files/avatars/picture-274885.jpg</dz:userimage>
</dz:submitter>
 <pubDate>Thu, 09 Feb 2012 15:28:24 +0000</pubDate>
 <dc:creator>remysharp</dc:creator>
 <guid isPermaLink="false">58717 at http://css.dzone.com</guid>
  <feedburner:origLink>http://css.dzone.com/articles/css-vendor-prefixes-you-need</feedburner:origLink></item>
  <item>
    <title>Running Python and R Inside Emacs</title>
    <link>http://feeds.dzone.com/~r/zones/css/~3/2tbF0HrTJYM/running-python-and-r-inside</link>
    <description>Emacs org-mode lets you manage blocks of source code inside a text 
file. You can execute these blocks and have the output display in your 
text file. Or you could export the file, say to HTML or PDF, and show 
the code and/or the results of executing the code.
Here I’ll show some of the most basic possibilities. For much more information, see  orgmod.org. And for the use of org-mode in...&lt;img src="http://feeds.feedburner.com/~r/zones/css/~4/2tbF0HrTJYM" height="1" width="1"/&gt;</description>
     <comments>http://css.dzone.com/articles/running-python-and-r-inside#comments</comments>
 <category domain="http://css.dzone.com/category/tags/emacs">Emacs</category>
 <category domain="http://css.dzone.com/category/tags/r">r</category>
 <category domain="http://css.dzone.com/category/dzone-taxonomy/languages/python">Python</category>
 <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://css.dzone.com/crss/node/58711</wfw:commentRss>
 <dz:submitDate>Thu, 09 Feb 2012 10:04:58 -0500</dz:submitDate>
 <dz:readCount>373</dz:readCount>
 <dz:commentCount>0</dz:commentCount>
 <dz:submitter> <dz:username>johncook</dz:username>
 <dz:userimage>http://css.dzone.com/sites/all/files/avatars/picture-947685.jpg</dz:userimage>
</dz:submitter>
 <pubDate>Thu, 09 Feb 2012 15:04:58 +0000</pubDate>
 <dc:creator>johncook</dc:creator>
 <guid isPermaLink="false">58711 at http://css.dzone.com</guid>
  <feedburner:origLink>http://css.dzone.com/articles/running-python-and-r-inside</feedburner:origLink></item>
  <item>
    <title>Search Needs to Help Disprove Patent Trolls</title>
    <link>http://feeds.dzone.com/~r/zones/css/~3/MdDY3zlkLfk/search-needs-help-disprove</link>
    <description>As the “father of the Internet,” Tim Berners-Lee, got onto a plane to
 head to the burgeoning tech center of Tyler, Texas (all sarcasm 
intended), he must have wondered how he found himself in this position. 
Berners-Lee is testifying at a court case of a patent holder who is suing Google, Amazon, and others regarding the viability of a patent claiming intellectual property ownership over the...&lt;img src="http://feeds.feedburner.com/~r/zones/css/~4/MdDY3zlkLfk" height="1" width="1"/&gt;</description>
     <comments>http://java.dzone.com/articles/search-needs-help-disprove#comments</comments>
 <category domain="http://css.dzone.com/category/tags/search">search</category>
 <category domain="http://css.dzone.com/category/tags/software-patents">software patents</category>
 <category domain="http://css.dzone.com/category/tags/solr">Solr</category>
 <category domain="http://css.dzone.com/category/dzone-taxonomy/open-source">Open Source</category>
 <category domain="http://css.dzone.com/category/dzone-taxonomy/industry">Industry</category>
 <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://css.dzone.com/crss/node/58709</wfw:commentRss>
 <dz:submitDate>Thu, 09 Feb 2012 10:02:57 -0500</dz:submitDate>
 <dz:readCount>1119</dz:readCount>
 <dz:commentCount>0</dz:commentCount>
 <dz:submitter> <dz:username>hull_j</dz:username>
 <dz:userimage>http://css.dzone.com/sites/all/files/avatars/picture-891667.jpg</dz:userimage>
</dz:submitter>
 <pubDate>Thu, 09 Feb 2012 15:02:57 +0000</pubDate>
 <dc:creator>hull_j</dc:creator>
 <guid isPermaLink="false">58709 at http://css.dzone.com</guid>
  <feedburner:origLink>http://java.dzone.com/articles/search-needs-help-disprove</feedburner:origLink></item>
  <item>
    <title>wxPython: Learning to Use Fonts</title>
    <link>http://feeds.dzone.com/~r/zones/css/~3/T3rD7q5H3I8/wxpython-learning-use-fonts</link>
    <description>Have you ever wondered about how to change your font in wxPython? 
Well, now is your lucky day because that is exactly what this tutorial 
is going to cover. We will look at the following three items:
      Preview Text:&amp;nbsp;
    
            
                    Mike Driscoll continues his series on wxPython in this tutorial where he explains how to change the fonts using wx.Font and the...&lt;img src="http://feeds.feedburner.com/~r/zones/css/~4/T3rD7q5H3I8" height="1" width="1"/&gt;</description>
     <comments>http://css.dzone.com/articles/wxpython-learning-use-fonts#comments</comments>
 <category domain="http://css.dzone.com/category/tags/wxpython">wxPython</category>
 <category domain="http://css.dzone.com/category/dzone-taxonomy/languages/python">Python</category>
 <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://css.dzone.com/crss/node/58583</wfw:commentRss>
 <dz:submitDate>Thu, 09 Feb 2012 09:26:20 -0500</dz:submitDate>
 <dz:readCount>694</dz:readCount>
 <dz:commentCount>0</dz:commentCount>
 <dz:submitter> <dz:username>driscollis</dz:username>
 <dz:userimage>http://css.dzone.com/sites/all/files/avatars/picture-983135.jpg</dz:userimage>
</dz:submitter>
 <pubDate>Thu, 09 Feb 2012 14:26:20 +0000</pubDate>
 <dc:creator>driscollis</dc:creator>
 <guid isPermaLink="false">58583 at http://css.dzone.com</guid>
  <feedburner:origLink>http://css.dzone.com/articles/wxpython-learning-use-fonts</feedburner:origLink></item>
  <item>
    <title>Programming Language Popularity by SO and GitHub Cross-Ranking</title>
    <link>http://feeds.dzone.com/~r/zones/css/~3/fkrKvgueKPo/programming-language</link>
    <description>Curator's note:  Is this two-faceted method for determining language popularity a good metric.  The correlation definitely helps its case but I know that Stack Overflow volume doesn't always indicate popularity, but rather, confusion.  Also, RedMonk's charts are showing C# slightly ahead of Java on SO but on the tags page, you can see that C# has almost 60k more tags (almost 25% more) and the...&lt;img src="http://feeds.feedburner.com/~r/zones/css/~4/fkrKvgueKPo" height="1" width="1"/&gt;</description>
     <comments>http://java.dzone.com/articles/programming-language#comments</comments>
 <category domain="http://css.dzone.com/category/tags/coffeescript">CoffeeScript</category>
 <category domain="http://css.dzone.com/category/dzone-taxonomy/java">Java</category>
 <category domain="http://css.dzone.com/category/tags/javascript">javascript</category>
 <category domain="http://css.dzone.com/category/dzone-taxonomy/languages">Languages</category>
 <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://css.dzone.com/crss/node/58707</wfw:commentRss>
 <dz:submitDate>Thu, 09 Feb 2012 08:32:07 -0500</dz:submitDate>
 <dz:readCount>4143</dz:readCount>
 <dz:commentCount>0</dz:commentCount>
 <dz:submitter> <dz:username>johncook</dz:username>
 <dz:userimage>http://css.dzone.com/sites/all/files/avatars/picture-947685.jpg</dz:userimage>
</dz:submitter>
 <pubDate>Thu, 09 Feb 2012 13:32:07 +0000</pubDate>
 <dc:creator>johncook</dc:creator>
 <guid isPermaLink="false">58707 at http://css.dzone.com</guid>
  <feedburner:origLink>http://java.dzone.com/articles/programming-language</feedburner:origLink></item>
  <item>
    <title>10 resources to get the most out of the CSS text-shadow property</title>
    <link>http://feeds.dzone.com/~r/zones/css/~3/1-rHNlnjjVo/10-resources-get-most-out-css</link>
    <description>The CSS text-shadow property is very popular among web 
designers and front-end developers. In this article, let’s take a look 
at 10 resources to get the most out of the text-shadow CSS property.
      Preview Text:&amp;nbsp;
    
            
                    The CSS text-shadow property is very popular among web designers and front-end developers. In this article, let’s take a look at 10...&lt;img src="http://feeds.feedburner.com/~r/zones/css/~4/1-rHNlnjjVo" height="1" width="1"/&gt;</description>
     <comments>http://css.dzone.com/articles/10-resources-get-most-out-css#comments</comments>
 <category domain="http://css.dzone.com/category/dzone-taxonomy/web-design/css">CSS</category>
 <category domain="http://css.dzone.com/category/tags/css3">css3</category>
 <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://css.dzone.com/crss/node/58705</wfw:commentRss>
 <dz:submitDate>Thu, 09 Feb 2012 08:03:02 -0500</dz:submitDate>
 <dz:readCount>638</dz:readCount>
 <dz:commentCount>0</dz:commentCount>
 <dz:submitter> <dz:username>jbj</dz:username>
 <dz:userimage>http://css.dzone.com/sites/all/files/avatars/picture-301506.png</dz:userimage>
</dz:submitter>
 <pubDate>Thu, 09 Feb 2012 13:03:02 +0000</pubDate>
 <dc:creator>jbj</dc:creator>
 <guid isPermaLink="false">58705 at http://css.dzone.com</guid>
  <feedburner:origLink>http://css.dzone.com/articles/10-resources-get-most-out-css</feedburner:origLink></item>
  <item>
    <title>The Decorator pattern, or its cousin, in JavaScript</title>
    <link>http://feeds.dzone.com/~r/zones/css/~3/Ci1N1XmhLaw/decorator-pattern-or-its</link>
    <description>The Decorator pattern is a way to reduce multiple levels of inheritance that clash with each other; for example, if you want to create objects which address one or more between the X, Y or Z responsibilities, plain inheritance leads you to create the following classes:BaseClass
X
Y
Z
XY
XZ
YZ
XYZwhile the Decorator pattern allows you to create just:
      Preview Text:&amp;nbsp;
    
            
   ...&lt;img src="http://feeds.feedburner.com/~r/zones/css/~4/Ci1N1XmhLaw" height="1" width="1"/&gt;</description>
     <comments>http://css.dzone.com/articles/decorator-pattern-or-its#comments</comments>
 <category domain="http://css.dzone.com/category/tags/decorator">DECORATOR</category>
 <category domain="http://css.dzone.com/category/tags/howto">howto</category>
 <category domain="http://css.dzone.com/category/tags/javascript">javascript</category>
 <category domain="http://css.dzone.com/category/tags/patterns">Patterns</category>
 <category domain="http://css.dzone.com/category/tags/prototype">prototype</category>
 <category domain="http://css.dzone.com/category/dzone-taxonomy/languages/javascript">Javascript</category>
 <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://css.dzone.com/crss/node/58691</wfw:commentRss>
 <dz:submitDate>Thu, 09 Feb 2012 04:35:14 -0500</dz:submitDate>
 <dz:readCount>716</dz:readCount>
 <dz:commentCount>0</dz:commentCount>
 <dz:submitter> <dz:username>piccoloprincipe</dz:username>
 <dz:userimage>http://css.dzone.com/sites/all/files/avatars/picture-355617.jpg</dz:userimage>
</dz:submitter>
 <pubDate>Thu, 09 Feb 2012 09:35:14 +0000</pubDate>
 <dc:creator>piccoloprincipe</dc:creator>
 <guid isPermaLink="false">58691 at http://css.dzone.com</guid>
  <feedburner:origLink>http://css.dzone.com/articles/decorator-pattern-or-its</feedburner:origLink></item>
  </channel>
</rss>

