<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xml" href="http://www.dzone.com/links/misc/rss.xsl"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dz="http://www.developerzone.com/modules/dz/1.0" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>dzone.com: queued links: javascript</title>
    <link>http://www.dzone.com/links/queue/tag/javascript.html</link>
    <description>dzone.com: fresh links for developers</description>
    <language>en-us</language>
    <copyright>Copyright (c) 2008 DZone, Inc.</copyright>
    <pubDate>Sun, 05 Jul 2009 18:43:42 GMT</pubDate>
    <dc:creator>The dzone.com community</dc:creator>
    <dc:date>2009-07-05T18:43:42Z</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/queue/javascript/rss.xml</dz:selfLink>
    <image>
      <title>dzone.com: fresh links for developers</title>
      <url>http://www.dzone.com/images/std/dzone.com_258x55.gif</url>
      <link>http://www.dzone.com/links/</link>
    </image>
    <item>
      <title>How to avoid switch-case syndrome (in Javascript)</title>
      <link>http://www.dzone.com/links/rss/how_to_avoid_switchcase_syndrome_in_javascript.html</link>
      <description>I’m young and haven’t been doing this programming thing for very long so the fact that I’ve never had to use a switch-case statement (to my recollection) might not be very impressive; actually you probably see this as a bad thing and you might even be wondering why I haven’t.</description>
      <category>how-to</category>
      <category>javascript</category>
      <pubDate>Sun, 05 Jul 2009 18:27:12 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/199842.html</guid>
      <dc:creator>rick</dc:creator>
      <dc:date>2009-07-05T18:27:12Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/how_to_avoid_switchcase_syndrome_in_javascript.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/199842.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>I’m young and haven’t been doing this programming thing for very long so the fact that I’ve never had to use a switch-case statement (to my recollection) might not be very impressive; actually you probably see this as a bad thing and you might even be wondering why I haven’t.<br/><br/><a href='http://www.dzone.com/links/rss/how_to_avoid_switchcase_syndrome_in_javascript.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=199842' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>199842</dz:linkId>
      <dz:submitDate>2009-07-05T18:27:12Z</dz:submitDate>
      <dz:voteUpCount>2</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>0</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/199842.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>rick</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/1.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>Resolving conflicts on DWR with jQuery</title>
      <link>http://www.dzone.com/links/rss/resolving_conflicts_on_dwr_with_jquery.html</link>
      <description>Since DWR’s util.js uses $ as an alias to ‘dwr.util.byId’ function, it may not have a smooth integration with jQuery as $ is also used by the latter as a function alias.</description>
      <category>frameworks</category>
      <category>how-to</category>
      <category>java</category>
      <category>javascript</category>
      <pubDate>Sun, 05 Jul 2009 18:18:02 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/199840.html</guid>
      <dc:creator>rick</dc:creator>
      <dc:date>2009-07-05T18:18:02Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/resolving_conflicts_on_dwr_with_jquery.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/199840.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>Since DWR’s util.js uses $ as an alias to ‘dwr.util.byId’ function, it may not have a smooth integration with jQuery as $ is also used by the latter as a function alias.<br/><br/><a href='http://www.dzone.com/links/rss/resolving_conflicts_on_dwr_with_jquery.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=199840' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>199840</dz:linkId>
      <dz:submitDate>2009-07-05T18:18:02Z</dz:submitDate>
      <dz:voteUpCount>2</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>0</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/199840.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>rick</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/1.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>Call vs. Apply In JavaScript</title>
      <link>http://www.dzone.com/links/rss/call_vs_apply_in_javascript.html</link>
      <description>An educational story on the call and apply methods performance in JavaScript.</description>
      <category>ajax</category>
      <category>javascript</category>
      <category>research</category>
      <category>web design</category>
      <pubDate>Sun, 05 Jul 2009 15:15:15 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/199811.html</guid>
      <dc:creator>MadRabbit</dc:creator>
      <dc:date>2009-07-05T15:15:15Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/call_vs_apply_in_javascript.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/199811.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>An educational story on the call and apply methods performance in JavaScript.<br/><br/><a href='http://www.dzone.com/links/rss/call_vs_apply_in_javascript.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=199811' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>199811</dz:linkId>
      <dz:submitDate>2009-07-05T15:15:15Z</dz:submitDate>
      <dz:voteUpCount>2</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>7</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/199811.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>MadRabbit</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/272486.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>Don’t stop password masking; let the user decide with this Jquery plugin</title>
      <link>http://www.dzone.com/links/rss/dont_stop_password_masking_let_the_user_decide_wi.html</link>
      <description>‘Show password’ is a small and simple Jquery plugin that let your users decide whether they want their password fields masked or not.</description>
      <category>css-html</category>
      <category>how-to</category>
      <category>javascript</category>
      <category>web 2.0</category>
      <pubDate>Sun, 05 Jul 2009 14:56:41 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/199808.html</guid>
      <dc:creator>jarfalk</dc:creator>
      <dc:date>2009-07-05T14:56:41Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/dont_stop_password_masking_let_the_user_decide_wi.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/199808.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>‘Show password’ is a small and simple Jquery plugin that let your users decide whether they want their password fields masked or not. <br/><br/><a href='http://www.dzone.com/links/rss/dont_stop_password_masking_let_the_user_decide_wi.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=199808' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>199808</dz:linkId>
      <dz:submitDate>2009-07-05T14:56:41Z</dz:submitDate>
      <dz:voteUpCount>5</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>19</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/199808.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>jarfalk</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/374542.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>Lighting as an icon and jQuery Fade Effect</title>
      <link>http://www.dzone.com/links/rss/lighting_as_an_icon_and_jquery_fade_effect.html</link>
      <description>Today we see the web sites using many different languages and scripts to create effects on your site. One of the most recently used, or at least as I see it is jQuery, and I think this is due to the ease to create different things and how fast it runs.&#xD;
&#xD;
On this occasion I bring this script is used to give effect to a fading image we want, for example our RSS icon</description>
      <category>javascript</category>
      <category>web 2.0</category>
      <category>web design</category>
      <pubDate>Sun, 05 Jul 2009 14:51:31 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/199807.html</guid>
      <dc:creator>Cuisi</dc:creator>
      <dc:date>2009-07-05T14:51:31Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/lighting_as_an_icon_and_jquery_fade_effect.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/199807.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>Today we see the web sites using many different languages and scripts to create effects on your site. One of the most recently used, or at least as I see it is jQuery, and I think this is due to the ease to create different things and how fast it runs.

On this occasion I bring this script is used to give effect to a fading image we want, for example our RSS icon<br/><br/><a href='http://www.dzone.com/links/rss/lighting_as_an_icon_and_jquery_fade_effect.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=199807' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>199807</dz:linkId>
      <dz:submitDate>2009-07-05T14:51:31Z</dz:submitDate>
      <dz:voteUpCount>2</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>6</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/199807.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>Cuisi</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/429855.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>Symfony: return javascript response</title>
      <link>http://www.dzone.com/links/rss/symfony_return_javascript_response.html</link>
      <description>This is an old trick, but I still find it useful and will post it here in case it will help other symfony developers out there.</description>
      <category>frameworks</category>
      <category>how-to</category>
      <category>javascript</category>
      <category>php</category>
      <pubDate>Sun, 05 Jul 2009 11:49:36 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/199791.html</guid>
      <dc:creator>rick</dc:creator>
      <dc:date>2009-07-05T11:49:36Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/symfony_return_javascript_response.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/199791.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>This is an old trick, but I still find it useful and will post it here in case it will help other symfony developers out there. <br/><br/><a href='http://www.dzone.com/links/rss/symfony_return_javascript_response.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=199791' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>199791</dz:linkId>
      <dz:submitDate>2009-07-05T11:49:36Z</dz:submitDate>
      <dz:voteUpCount>1</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>3</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/199791.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>rick</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/1.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>How To Create A Scrolling Background Effect</title>
      <link>http://www.dzone.com/links/rss/how_to_create_a_scrolling_background_effect.html</link>
      <description>Would you like the Scrolling Background Effect like youlove.us? The technique is actually a lot simpler than it looks, it’s based around scrolling a very tall gradient image behind some transparent PNG images. The header image has a transparent background and solid text, while the main page is actually an image with the heading text as transparent cut outs.</description>
      <category>css-html</category>
      <category>how-to</category>
      <category>javascript</category>
      <category>web design</category>
      <pubDate>Sun, 05 Jul 2009 10:23:34 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/199770.html</guid>
      <dc:creator>rick</dc:creator>
      <dc:date>2009-07-05T10:23:34Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/how_to_create_a_scrolling_background_effect.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/199770.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>Would you like the Scrolling Background Effect like youlove.us? The technique is actually a lot simpler than it looks, it’s based around scrolling a very tall gradient image behind some transparent PNG images. The header image has a transparent background and solid text, while the main page is actually an image with the heading text as transparent cut outs.<br/><br/><a href='http://www.dzone.com/links/rss/how_to_create_a_scrolling_background_effect.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=199770' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>199770</dz:linkId>
      <dz:submitDate>2009-07-05T10:23:34Z</dz:submitDate>
      <dz:voteUpCount>1</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>6</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/199770.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>rick</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/1.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>JSON: What It Is, How It Works, and How to Use It</title>
      <link>http://www.dzone.com/links/rss/json_what_it_is_how_it_works_and_how_to_use_it.html</link>
      <description>This week, however, I want to cover a topic that I feel has become an important part of any developer's toolkit: the ability to load and manipulate JSON feeds from other sites via AJAX.</description>
      <category>javascript</category>
      <category>web services</category>
      <pubDate>Sun, 05 Jul 2009 10:12:53 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/199764.html</guid>
      <dc:creator>rick</dc:creator>
      <dc:date>2009-07-05T10:12:53Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/json_what_it_is_how_it_works_and_how_to_use_it.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/199764.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>This week, however, I want to cover a topic that I feel has become an important part of any developer's toolkit: the ability to load and manipulate JSON feeds from other sites via AJAX.<br/><br/><a href='http://www.dzone.com/links/rss/json_what_it_is_how_it_works_and_how_to_use_it.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=199764' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>199764</dz:linkId>
      <dz:submitDate>2009-07-05T10:12:53Z</dz:submitDate>
      <dz:voteUpCount>3</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>11</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/199764.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>rick</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/1.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>Javascript example for selectively displaying particular div based on drop-down selection</title>
      <link>http://www.dzone.com/links/rss/javascript_example_for_selectively_displaying_par.html</link>
      <description>display property of style for any div tag can be set as "block" to display the div content, or it can be set as "none" to hide the contents of div tag.&#xD;
&#xD;
Here I will explain how to use this display property to hide or show a div tag based on the value selected in a drop down list.</description>
      <category>javascript</category>
      <pubDate>Sun, 05 Jul 2009 08:03:48 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/199751.html</guid>
      <dc:creator>qualitypoint</dc:creator>
      <dc:date>2009-07-05T08:03:48Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/javascript_example_for_selectively_displaying_par.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/199751.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>display property of style for any div tag can be set as "block" to display the div content, or it can be set as "none" to hide the contents of div tag.

Here I will explain how to use this display property to hide or show a div tag based on the value selected in a drop down list.<br/><br/><a href='http://www.dzone.com/links/rss/javascript_example_for_selectively_displaying_par.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=199751' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>199751</dz:linkId>
      <dz:submitDate>2009-07-05T08:03:48Z</dz:submitDate>
      <dz:voteUpCount>4</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>10</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/199751.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>qualitypoint</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/429776.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>RightJS v1.1.0</title>
      <link>http://www.dzone.com/links/rss/rightjs_v110.html</link>
      <description>RightJS the new promising JavaScript framework, has just updated with the next version, see the change log by the link</description>
      <category>ajax</category>
      <category>frameworks</category>
      <category>javascript</category>
      <category>web design</category>
      <pubDate>Sun, 05 Jul 2009 07:45:01 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/199748.html</guid>
      <dc:creator>MadRabbit</dc:creator>
      <dc:date>2009-07-05T07:45:01Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/rightjs_v110.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/199748.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>RightJS the new promising JavaScript framework, has just updated with the next version, see the change log by the link<br/><br/><a href='http://www.dzone.com/links/rss/rightjs_v110.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=199748' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>199748</dz:linkId>
      <dz:submitDate>2009-07-05T07:45:01Z</dz:submitDate>
      <dz:voteUpCount>2</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>16</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/199748.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>MadRabbit</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/272486.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>150 Worth Knowing Web Developer Tools and Techniques</title>
      <link>http://www.dzone.com/links/rss/150_worth_knowing_web_developer_tools_and_techniq.html</link>
      <description>This article combines tools, scripts, solutions that I have stumbled over over time and that I find worth knowing.</description>
      <category>javascript</category>
      <category>tools</category>
      <category>web design</category>
      <pubDate>Sun, 05 Jul 2009 07:34:04 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/199746.html</guid>
      <dc:creator>lvraa</dc:creator>
      <dc:date>2009-07-05T07:34:04Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/150_worth_knowing_web_developer_tools_and_techniq.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/199746.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>This article combines tools, scripts, solutions that I have stumbled over over time and that I find worth knowing.<br/><br/><a href='http://www.dzone.com/links/rss/150_worth_knowing_web_developer_tools_and_techniq.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=199746' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>199746</dz:linkId>
      <dz:submitDate>2009-07-05T07:34:04Z</dz:submitDate>
      <dz:voteUpCount>1</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>13</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/199746.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>lvraa</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/394839.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>JavaFX to JavaScript and Back Part 1</title>
      <link>http://www.dzone.com/links/rss/javafx_to_javascript_and_back_part_1.html</link>
      <description>This demonstrates the JavaFX to JavaScript and JavaScript to JavaFX interaction. A cool way to leverage JavaFX and browser/Web page communication.</description>
      <category>games</category>
      <category>gui</category>
      <category>java</category>
      <category>javascript</category>
      <pubDate>Sun, 05 Jul 2009 06:12:45 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/199742.html</guid>
      <dc:creator>Carl Dea</dc:creator>
      <dc:date>2009-07-05T06:12:45Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/javafx_to_javascript_and_back_part_1.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/199742.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>This demonstrates the JavaFX to JavaScript and JavaScript to JavaFX interaction. A cool way to leverage JavaFX and browser/Web page communication.<br/><br/><a href='http://www.dzone.com/links/rss/javafx_to_javascript_and_back_part_1.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=199742' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>199742</dz:linkId>
      <dz:submitDate>2009-07-05T06:12:45Z</dz:submitDate>
      <dz:voteUpCount>5</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>14</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/199742.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>carldea</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/432662.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>Creating tabs with simple javascript and CSS</title>
      <link>http://www.dzone.com/links/rss/creating_tabs_with_simple_javascript_and_css.html</link>
      <description>Now a days, tabs are becoming very popular on websites. You may have seen them in many websites including PlanetMaks. Well there are many ways to create such tabs. I will teach you how to create them with ease with just simeple javascript and css. There are only three parts of the code. The CSS part, JavaScript part and Html Part.</description>
      <category>css-html</category>
      <category>how-to</category>
      <category>javascript</category>
      <pubDate>Sun, 05 Jul 2009 05:21:17 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/199717.html</guid>
      <dc:creator>CodeJustin</dc:creator>
      <dc:date>2009-07-05T05:21:17Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/creating_tabs_with_simple_javascript_and_css.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/199717.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>Now a days, tabs are becoming very popular on websites. You may have seen them in many websites including PlanetMaks. Well there are many ways to create such tabs. I will teach you how to create them with ease with just simeple javascript and css. There are only three parts of the code. The CSS part, JavaScript part and Html Part.<br/><br/><a href='http://www.dzone.com/links/rss/creating_tabs_with_simple_javascript_and_css.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=199717' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>199717</dz:linkId>
      <dz:submitDate>2009-07-05T05:21:17Z</dz:submitDate>
      <dz:voteUpCount>3</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>9</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/199717.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>CodeJustin</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/410289.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>jQuery.noConflict – Resolving conflicts with other javascript libraries that use $() function</title>
      <link>http://www.dzone.com/links/rss/jquerynoconflict_resolving_conflicts_with_other_j.html</link>
      <description>When you call .noConflict() jQuery will return $() to it’s previous owner and you will need to use jQuery() instead of shorthand $() function.</description>
      <category>frameworks</category>
      <category>how-to</category>
      <category>javascript</category>
      <pubDate>Sun, 05 Jul 2009 03:02:54 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/199683.html</guid>
      <dc:creator>rick</dc:creator>
      <dc:date>2009-07-05T03:02:54Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/jquerynoconflict_resolving_conflicts_with_other_j.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/199683.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>When you call .noConflict() jQuery will return $() to it’s previous owner and you will need to use jQuery() instead of shorthand $() function.<br/><br/><a href='http://www.dzone.com/links/rss/jquerynoconflict_resolving_conflicts_with_other_j.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=199683' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>199683</dz:linkId>
      <dz:submitDate>2009-07-05T03:02:54Z</dz:submitDate>
      <dz:voteUpCount>4</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>5</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/199683.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>rick</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/1.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>Integrating jQuery Client-Side Data Templates with WCF</title>
      <link>http://www.dzone.com/links/rss/integrating_jquery_clientside_data_templates_with.html</link>
      <description>Using client-side templates and binding JSON data that's retrieved from a WCF service.</description>
      <category>.net</category>
      <category>frameworks</category>
      <category>how-to</category>
      <category>javascript</category>
      <pubDate>Sun, 05 Jul 2009 03:01:10 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/199681.html</guid>
      <dc:creator>rick</dc:creator>
      <dc:date>2009-07-05T03:01:10Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/integrating_jquery_clientside_data_templates_with.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/199681.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>Using client-side templates and binding JSON data that's retrieved from a WCF service.<br/><br/><a href='http://www.dzone.com/links/rss/integrating_jquery_clientside_data_templates_with.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=199681' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>199681</dz:linkId>
      <dz:submitDate>2009-07-05T03:01:10Z</dz:submitDate>
      <dz:voteUpCount>2</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>4</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/199681.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>rick</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/1.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>Text Escaping and Unescaping in JavaScript</title>
      <link>http://www.dzone.com/links/rss/text_escaping_and_unescaping_in_javascript.html</link>
      <description>A collection of utilities for text escaping and unescaping in JavaScript. Try typing "abc" in the first form to see how it works. Any form can be edited.</description>
      <category>javascript</category>
      <category>tools</category>
      <pubDate>Sat, 04 Jul 2009 22:08:57 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/199661.html</guid>
      <dc:creator>rick</dc:creator>
      <dc:date>2009-07-04T22:08:57Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/text_escaping_and_unescaping_in_javascript.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/199661.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>A collection of utilities for text escaping and unescaping in JavaScript. Try typing "abc" in the first form to see how it works. Any form can be edited. <br/><br/><a href='http://www.dzone.com/links/rss/text_escaping_and_unescaping_in_javascript.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=199661' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>199661</dz:linkId>
      <dz:submitDate>2009-07-04T22:08:57Z</dz:submitDate>
      <dz:voteUpCount>1</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>10</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/199661.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>rick</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/1.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>Firebug Network Monitoring Quick Reference Guide</title>
      <link>http://www.dzone.com/links/rss/firebug_network_monitoring_quick_reference_guide.html</link>
      <description>Your web app on the server has plenty of tools and ways to measure performance, as well as tools like SQL-Server Profiler for SQL databases. But how do you trace, track and debug client-side code interactively?</description>
      <category>how-to</category>
      <category>javascript</category>
      <category>tools</category>
      <pubDate>Sat, 04 Jul 2009 22:08:00 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/199660.html</guid>
      <dc:creator>rick</dc:creator>
      <dc:date>2009-07-04T22:08:00Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/firebug_network_monitoring_quick_reference_guide.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/199660.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>Your web app on the server has plenty of tools and ways to measure performance, as well as tools like SQL-Server Profiler for SQL databases. But how do you trace, track and debug client-side code interactively?<br/><br/><a href='http://www.dzone.com/links/rss/firebug_network_monitoring_quick_reference_guide.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=199660' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>199660</dz:linkId>
      <dz:submitDate>2009-07-04T22:08:00Z</dz:submitDate>
      <dz:voteUpCount>1</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>10</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/199660.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>rick</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/1.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>Count the words in an FCKeditor instance with Javascript</title>
      <link>http://www.dzone.com/links/rss/count_the_words_in_an_fckeditor_instance_with_jav.html</link>
      <description>A couple of days ago I looked at how to count the words in a textarea or input with jQuery and in this post look at how to do the same but for an FCKeditor instance. FCKeditor is an in-browser HTML editor. The code for counting the words uses regular Javascript and does not require jQuery.</description>
      <category>javascript</category>
      <pubDate>Sat, 04 Jul 2009 21:13:01 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/199657.html</guid>
      <dc:creator>etoolbox</dc:creator>
      <dc:date>2009-07-04T21:13:01Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/count_the_words_in_an_fckeditor_instance_with_jav.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/199657.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>A couple of days ago I looked at how to count the words in a textarea or input with jQuery and in this post look at how to do the same but for an FCKeditor instance. FCKeditor is an in-browser HTML editor. The code for counting the words uses regular Javascript and does not require jQuery.<br/><br/><a href='http://www.dzone.com/links/rss/count_the_words_in_an_fckeditor_instance_with_jav.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=199657' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>199657</dz:linkId>
      <dz:submitDate>2009-07-04T21:13:01Z</dz:submitDate>
      <dz:voteUpCount>1</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>6</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/199657.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>etoolbox</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/375791.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>jQuizMe 2.0 - jQuery plugin</title>
      <link>http://www.dzone.com/links/rss/jquizme_20_jquery_plugin.html</link>
      <description>This is web based quiz application. jQuizMe 2.0 features; Animation, language support, random questions, multiple quiz types in one quiz, review, and many more. Lots of eye candy.</description>
      <category>css-html</category>
      <category>frameworks</category>
      <category>javascript</category>
      <category>xml</category>
      <pubDate>Sat, 04 Jul 2009 19:10:52 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/199646.html</guid>
      <dc:creator>blarry</dc:creator>
      <dc:date>2009-07-04T19:10:52Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/jquizme_20_jquery_plugin.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/199646.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>This is web based quiz application. jQuizMe 2.0 features; Animation, language support, random questions, multiple quiz types in one quiz, review, and many more. Lots of eye candy.<br/><br/><a href='http://www.dzone.com/links/rss/jquizme_20_jquery_plugin.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=199646' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>199646</dz:linkId>
      <dz:submitDate>2009-07-04T19:10:52Z</dz:submitDate>
      <dz:voteUpCount>2</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>19</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/199646.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>blarry</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/390107.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>Tutorial: How to determine an asynchronous upload completion with JavaScript and PHP</title>
      <link>http://www.dzone.com/links/rss/tutorial_how_to_determine_an_asynchronous_upload.html</link>
      <description>Another method that demonstrate how users can be alert whether their upload has been completed or there are any errors during their upload of file. This method is dedicated for asynchronous upload function since PHP do not provides any raw data manipulation without editing PHP setting file to enable certain extension before raw post data manipulation can be done.</description>
      <category>how-to</category>
      <category>javascript</category>
      <pubDate>Sat, 04 Jul 2009 18:54:56 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/199647.html</guid>
      <dc:creator>claylua</dc:creator>
      <dc:date>2009-07-04T18:54:56Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/tutorial_how_to_determine_an_asynchronous_upload.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/199647.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>Another method that demonstrate how users can be alert whether their upload has been completed or there are any errors during their upload of file. This method is dedicated for asynchronous upload function since PHP do not provides any raw data manipulation without editing PHP setting file to enable certain extension before raw post data manipulation can be done.<br/><br/><a href='http://www.dzone.com/links/rss/tutorial_how_to_determine_an_asynchronous_upload.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=199647' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>199647</dz:linkId>
      <dz:submitDate>2009-07-04T18:54:56Z</dz:submitDate>
      <dz:voteUpCount>1</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>9</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/199647.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>claylua</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/404431.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>Five jQuery Galleries And Slideshows</title>
      <link>http://www.dzone.com/links/rss/five_jquery_galleries_and_slideshows.html</link>
      <description>What’s a web site without an image gallery these days? Galleries are used for products and portfolios and they have been getting sleeker, faster and lighter over time. jQuery plugins are available for almost every function you can think of, everything from widgets to animation effects</description>
      <category>css-html</category>
      <category>javascript</category>
      <category>web design</category>
      <pubDate>Sat, 04 Jul 2009 16:46:35 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/199615.html</guid>
      <dc:creator>mswatcher</dc:creator>
      <dc:date>2009-07-04T16:46:35Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/five_jquery_galleries_and_slideshows.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/199615.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>What’s a web site without an image gallery these days? Galleries are used for products and portfolios and they have been getting sleeker, faster and lighter over time. jQuery plugins are available for almost every function you can think of, everything from widgets to animation effects<br/><br/><a href='http://www.dzone.com/links/rss/five_jquery_galleries_and_slideshows.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=199615' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>199615</dz:linkId>
      <dz:submitDate>2009-07-04T16:46:35Z</dz:submitDate>
      <dz:voteUpCount>3</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>14</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/199615.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>mswatcher</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/225256.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>20+ Best, High Quality JQuery Menus</title>
      <link>http://www.dzone.com/links/rss/20_best_high_quality_jquery_menus.html</link>
      <description>abbed Interface or Tabbed Structure Menu is getting really famous in web design &amp; development. This tutorial will show you how to build your own tabbed Interface using jQuery with slideDown/slideUp effect. Be sure to check out the demo, you definitely will like it.</description>
      <category>css-html</category>
      <category>javascript</category>
      <category>web design</category>
      <pubDate>Sat, 04 Jul 2009 16:35:02 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/199611.html</guid>
      <dc:creator>mswatcher</dc:creator>
      <dc:date>2009-07-04T16:35:02Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/20_best_high_quality_jquery_menus.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/199611.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>abbed Interface or Tabbed Structure Menu is getting really famous in web design & development. This tutorial will show you how to build your own tabbed Interface using jQuery with slideDown/slideUp effect. Be sure to check out the demo, you definitely will like it.<br/><br/><a href='http://www.dzone.com/links/rss/20_best_high_quality_jquery_menus.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=199611' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>199611</dz:linkId>
      <dz:submitDate>2009-07-04T16:35:02Z</dz:submitDate>
      <dz:voteUpCount>3</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>22</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/199611.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>mswatcher</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/225256.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>Tab Container Themes</title>
      <link>http://www.dzone.com/links/rss/tab_container_themes.html</link>
      <description>After working on a YUI TabView theme for the AjaxControlToolkit’s TabContainer control, I thought it might be fun to create a few more TabContainer themes for some of the other tab-style controls that I have seen floating around the web. I was especially curious in seeing what it would take to include images in each of the tab panel header’s.</description>
      <category>ajax</category>
      <category>css-html</category>
      <category>frameworks</category>
      <category>javascript</category>
      <pubDate>Sat, 04 Jul 2009 03:57:09 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/199428.html</guid>
      <dc:creator>eyes_drinker</dc:creator>
      <dc:date>2009-07-04T03:57:09Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/tab_container_themes.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/199428.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>After working on a YUI TabView theme for the AjaxControlToolkit’s TabContainer control, I thought it might be fun to create a few more TabContainer themes for some of the other tab-style controls that I have seen floating around the web. I was especially curious in seeing what it would take to include images in each of the tab panel header’s.<br/><br/><a href='http://www.dzone.com/links/rss/tab_container_themes.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=199428' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>199428</dz:linkId>
      <dz:submitDate>2009-07-04T03:57:09Z</dz:submitDate>
      <dz:voteUpCount>3</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>18</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/199428.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>eyes_drinker</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/435815.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>jMP3 - Jquery Mp3 Plugin</title>
      <link>http://www.dzone.com/links/rss/jmp3_jquery_mp3_plugin.html</link>
      <description>jMP3 (javaScript MP3 player) is an easy way make any MP3 playable directly on most any web site (to those with Flash &amp; javaScript enabled),&#xD;
using the sleek Flash Single MP3 Player &amp; the fantabulous jQuery.</description>
      <category>ajax</category>
      <category>javascript</category>
      <category>tools</category>
      <category>web 2.0</category>
      <pubDate>Sat, 04 Jul 2009 03:57:04 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/199430.html</guid>
      <dc:creator>eyes_drinker</dc:creator>
      <dc:date>2009-07-04T03:57:04Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/jmp3_jquery_mp3_plugin.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/199430.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'> jMP3 (javaScript MP3 player) is an easy way make any MP3 playable directly on most any web site (to those with Flash & javaScript enabled),
using the sleek Flash Single MP3 Player & the fantabulous jQuery.<br/><br/><a href='http://www.dzone.com/links/rss/jmp3_jquery_mp3_plugin.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=199430' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>199430</dz:linkId>
      <dz:submitDate>2009-07-04T03:57:04Z</dz:submitDate>
      <dz:voteUpCount>5</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>24</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/199430.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>eyes_drinker</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/435815.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>Rebol for the experienced Javascript Programmers</title>
      <link>http://www.dzone.com/links/rss/rebol_for_the_experienced_javascript_programmers.html</link>
      <description>I stumbled upon Gregory Higley’s Blog on Stackoverflow. He makes his living writing C#, Ruby, and occasionally Objective C but one of his two personal favorite languages is REBOL.&#xD;
&#xD;
He wrote a surprising article on Rebol / Javascript similarities.&#xD;
&#xD;
    "It’s not lexical similarity that concerns me here, but functional similarity. For instance, both languages are scripting languages in the sense that they are not (usually) compiled. No big deal there. That’s true of a long list of languages.&#xD;
&#xD;
    However, both languages are prototype languages, and that’s certainly not true of a lot of languages."</description>
      <category>ajax</category>
      <category>javascript</category>
      <category>research</category>
      <category>web 2.0</category>
      <pubDate>Sat, 04 Jul 2009 00:36:17 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/199372.html</guid>
      <dc:creator>reboltutorial</dc:creator>
      <dc:date>2009-07-04T00:36:17Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/rebol_for_the_experienced_javascript_programmers.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/199372.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>I stumbled upon Gregory Higley’s Blog on Stackoverflow. He makes his living writing C#, Ruby, and occasionally Objective C but one of his two personal favorite languages is REBOL.

He wrote a surprising article on Rebol / Javascript similarities.

    "It’s not lexical similarity that concerns me here, but functional similarity. For instance, both languages are scripting languages in the sense that they are not (usually) compiled. No big deal there. That’s true of a long list of languages.

    However, both languages are prototype languages, and that’s certainly not true of a lot of languages."<br/><br/><a href='http://www.dzone.com/links/rss/rebol_for_the_experienced_javascript_programmers.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=199372' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>199372</dz:linkId>
      <dz:submitDate>2009-07-04T00:36:17Z</dz:submitDate>
      <dz:voteUpCount>4</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>19</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/199372.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>reboltutorial</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/426965.gif</dz:userimage>
      </dz:submitter>
    </item>
  </channel>
</rss>

