<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
><channel><title>CSS Newbie &#187; Javascript</title> <atom:link href="http://www.cssnewbie.com/category/javascript/feed/" rel="self" type="application/rss+xml" /><link>http://www.cssnewbie.com</link> <description>Web Development Tutorials, Tips &#38; Techniques</description> <lastBuildDate>Wed, 30 Nov 2011 20:35:50 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.0.1</generator> <item><title>A JavaScript Currency Conversion Script</title><link>http://www.cssnewbie.com/javascript-currency-conversion-script/</link> <comments>http://www.cssnewbie.com/javascript-currency-conversion-script/#comments</comments> <pubDate>Mon, 28 Nov 2011 22:28:57 +0000</pubDate> <dc:creator>Rob Glazebrook</dc:creator> <category><![CDATA[Javascript]]></category> <category><![CDATA[Quick Tip]]></category> <category><![CDATA[commas]]></category> <category><![CDATA[conversion]]></category> <category><![CDATA[convert]]></category> <category><![CDATA[currency]]></category> <category><![CDATA[money]]></category> <category><![CDATA[usd]]></category><guid
isPermaLink="false">http://www.cssnewbie.com/?p=635</guid> <description><![CDATA[It turns out that converting random numbers into formatted currency (with dollar signs, commas, and periods) is more difficult in JavaScript than I would have expected. There's no built-in function for it, and it's something I run into a lot. The function I wrote has worked well for me on a couple of projects now, so I thought I'd share it with you-all.]]></description> <wfw:commentRss>http://www.cssnewbie.com/javascript-currency-conversion-script/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>Intelligent Select Box Filtering</title><link>http://www.cssnewbie.com/intelligent-select-box-filtering/</link> <comments>http://www.cssnewbie.com/intelligent-select-box-filtering/#comments</comments> <pubDate>Fri, 16 Jul 2010 21:56:55 +0000</pubDate> <dc:creator>Rob Glazebrook</dc:creator> <category><![CDATA[Advanced Techniques]]></category> <category><![CDATA[Javascript]]></category> <category><![CDATA[advanced]]></category> <category><![CDATA[forms]]></category> <category><![CDATA[jquery]]></category> <category><![CDATA[js]]></category><guid
isPermaLink="false">http://www.cssnewbie.com/?p=611</guid> <description><![CDATA[These select boxes all contain the exact same security question. However, each question can only be selected once &#8212; we're using jQuery to remove selected questions from all the other dropdowns.]]></description> <wfw:commentRss>http://www.cssnewbie.com/intelligent-select-box-filtering/feed/</wfw:commentRss> <slash:comments>10</slash:comments> </item> <item><title>Test for Border-Radius Support</title><link>http://www.cssnewbie.com/test-for-border-radius-support/</link> <comments>http://www.cssnewbie.com/test-for-border-radius-support/#comments</comments> <pubDate>Thu, 15 Apr 2010 22:11:11 +0000</pubDate> <dc:creator>Rob Glazebrook</dc:creator> <category><![CDATA[Advanced Techniques]]></category> <category><![CDATA[Downloads]]></category> <category><![CDATA[Javascript]]></category> <category><![CDATA[Resources]]></category> <category><![CDATA[advanced]]></category> <category><![CDATA[border]]></category> <category><![CDATA[border-radius]]></category> <category><![CDATA[jquery]]></category><guid
isPermaLink="false">http://www.cssnewbie.com/?p=585</guid> <description><![CDATA[Rounded corners with border-radius are nice... when they work. Unfortunately, not all browsers support border-radius yet. Here's a simple script that will let you test for border-radius support using jQuery.]]></description> <wfw:commentRss>http://www.cssnewbie.com/test-for-border-radius-support/feed/</wfw:commentRss> <slash:comments>24</slash:comments> </item> <item><title>How To Emulate a Foreach Loop in JavaScript</title><link>http://www.cssnewbie.com/emulate-a-foreach-loop-in-javascript/</link> <comments>http://www.cssnewbie.com/emulate-a-foreach-loop-in-javascript/#comments</comments> <pubDate>Thu, 21 Jan 2010 19:53:11 +0000</pubDate> <dc:creator>Rob Glazebrook</dc:creator> <category><![CDATA[Basic Techniques]]></category> <category><![CDATA[Javascript]]></category> <category><![CDATA[jquery]]></category> <category><![CDATA[tip]]></category> <category><![CDATA[tutorial]]></category><guid
isPermaLink="false">http://www.cssnewbie.com/?p=511</guid> <description><![CDATA[I have trouble with JavaScript array and array-manipulation. JavaScript lacks a specific foreach contstruct, which trips me up. Here's how to fake it.]]></description> <wfw:commentRss>http://www.cssnewbie.com/emulate-a-foreach-loop-in-javascript/feed/</wfw:commentRss> <slash:comments>16</slash:comments> </item> <item><title>Improve Usability and CTR: Make an Entire List Item Clickable</title><link>http://www.cssnewbie.com/make-an-entire-list-item-clickable/</link> <comments>http://www.cssnewbie.com/make-an-entire-list-item-clickable/#comments</comments> <pubDate>Tue, 12 Jan 2010 22:31:29 +0000</pubDate> <dc:creator>Rob Glazebrook</dc:creator> <category><![CDATA[Basic Techniques]]></category> <category><![CDATA[Javascript]]></category> <category><![CDATA[Lists]]></category> <category><![CDATA[Navigation]]></category> <category><![CDATA[anchor]]></category> <category><![CDATA[hover]]></category> <category><![CDATA[jquery]]></category><guid
isPermaLink="false">http://www.cssnewbie.com/?p=501</guid> <description><![CDATA[Larger clickable areas make for greater usability and a higher click-through rate. Here's how to expand a clickable area to an entire list item using jQuery.]]></description> <wfw:commentRss>http://www.cssnewbie.com/make-an-entire-list-item-clickable/feed/</wfw:commentRss> <slash:comments>11</slash:comments> </item> <item><title>How To Create Simple, Stylish and Swappable Image Captions</title><link>http://www.cssnewbie.com/how-to-create-simple-stylish-and-swappable-image-captions/</link> <comments>http://www.cssnewbie.com/how-to-create-simple-stylish-and-swappable-image-captions/#comments</comments> <pubDate>Thu, 03 Dec 2009 23:46:41 +0000</pubDate> <dc:creator>Rob Glazebrook</dc:creator> <category><![CDATA[Advanced Techniques]]></category> <category><![CDATA[Floats and Positioning]]></category> <category><![CDATA[Images]]></category> <category><![CDATA[Javascript]]></category> <category><![CDATA[caption]]></category> <category><![CDATA[css]]></category> <category><![CDATA[image]]></category> <category><![CDATA[jquery]]></category> <category><![CDATA[semantics]]></category><guid
isPermaLink="false">http://www.cssnewbie.com/?p=457</guid> <description><![CDATA[While they say a picture is worth a thousand words, not every image is self-explanatory. Sometimes a few words of description or context can make the difference between a confusing image and a clarifying one. That's why image captions are often a good idea.]]></description> <wfw:commentRss>http://www.cssnewbie.com/how-to-create-simple-stylish-and-swappable-image-captions/feed/</wfw:commentRss> <slash:comments>54</slash:comments> </item> <item><title>Running jQuery with Other Frameworks Via noConflict</title><link>http://www.cssnewbie.com/runing-jquery-with-other-frameworks-via-noconflict/</link> <comments>http://www.cssnewbie.com/runing-jquery-with-other-frameworks-via-noconflict/#comments</comments> <pubDate>Tue, 07 Jul 2009 15:40:18 +0000</pubDate> <dc:creator>Rob Glazebrook</dc:creator> <category><![CDATA[Basic Techniques]]></category> <category><![CDATA[Bugs and Fixes]]></category> <category><![CDATA[Frameworks and Libraries]]></category> <category><![CDATA[Javascript]]></category> <category><![CDATA[dojo]]></category> <category><![CDATA[jquery]]></category> <category><![CDATA[js]]></category> <category><![CDATA[mootools]]></category> <category><![CDATA[no conflict]]></category> <category><![CDATA[noconflict]]></category> <category><![CDATA[prototype]]></category><guid
isPermaLink="false">http://www.cssnewbie.com/?p=430</guid> <description><![CDATA[While there's nothing to stop you from using multiple frameworks simultaneously, compatability problems can pop up &#8212; particularly between jQuery and Prototype. Luckily, there's a simple solution called noConflict mode.]]></description> <wfw:commentRss>http://www.cssnewbie.com/runing-jquery-with-other-frameworks-via-noconflict/feed/</wfw:commentRss> <slash:comments>9</slash:comments> </item> <item><title>Using JavaScript to Style Active Navigation Elements</title><link>http://www.cssnewbie.com/using-javascript-to-style-active-navigation-elements/</link> <comments>http://www.cssnewbie.com/using-javascript-to-style-active-navigation-elements/#comments</comments> <pubDate>Wed, 29 Apr 2009 00:53:43 +0000</pubDate> <dc:creator>Rob Glazebrook</dc:creator> <category><![CDATA[Advanced Techniques]]></category> <category><![CDATA[Javascript]]></category> <category><![CDATA[Navigation]]></category> <category><![CDATA[functions]]></category> <category><![CDATA[jquery]]></category> <category><![CDATA[js]]></category><guid
isPermaLink="false">http://www.cssnewbie.com/?p=424</guid> <description><![CDATA[I'm all about efficiency when I'm writing web code, and navigation is often one of those areas where I try to improve my efficiency. Here are some ways to automatically style your "active" navigation elements using some streamlined JavaScript and/or jQuery.]]></description> <wfw:commentRss>http://www.cssnewbie.com/using-javascript-to-style-active-navigation-elements/feed/</wfw:commentRss> <slash:comments>46</slash:comments> </item> <item><title>A Simple jQuery Stylesheet Switcher</title><link>http://www.cssnewbie.com/simple-jquery-stylesheet-switcher/</link> <comments>http://www.cssnewbie.com/simple-jquery-stylesheet-switcher/#comments</comments> <pubDate>Fri, 03 Apr 2009 01:48:36 +0000</pubDate> <dc:creator>Rob Glazebrook</dc:creator> <category><![CDATA[Basic Techniques]]></category> <category><![CDATA[Javascript]]></category> <category><![CDATA[Quick Tip]]></category> <category><![CDATA[css]]></category> <category><![CDATA[jquery]]></category> <category><![CDATA[stylehseet]]></category> <category><![CDATA[swap]]></category> <category><![CDATA[switch]]></category><guid
isPermaLink="false">http://www.cssnewbie.com/?p=410</guid> <description><![CDATA[There are lots of reasons you might want to offer your users more than one CSS file for your website. But whatever the reason, it's amazingly easy to create a function that swaps between multiple stylesheets using a few lines of jQuery.]]></description> <wfw:commentRss>http://www.cssnewbie.com/simple-jquery-stylesheet-switcher/feed/</wfw:commentRss> <slash:comments>57</slash:comments> </item> <item><title>Advanced jQuery Tabbed Box Techniques</title><link>http://www.cssnewbie.com/advanced-jquery-tabbed-box-techniques/</link> <comments>http://www.cssnewbie.com/advanced-jquery-tabbed-box-techniques/#comments</comments> <pubDate>Sun, 25 Jan 2009 20:06:17 +0000</pubDate> <dc:creator>Rob Glazebrook</dc:creator> <category><![CDATA[Advanced Techniques]]></category> <category><![CDATA[Javascript]]></category> <category><![CDATA[Navigation]]></category> <category><![CDATA[advanced]]></category> <category><![CDATA[css]]></category> <category><![CDATA[interface]]></category> <category><![CDATA[jquery]]></category> <category><![CDATA[tabbed box]]></category> <category><![CDATA[tutorial]]></category> <category><![CDATA[ui]]></category><guid
isPermaLink="false">http://www.cssnewbie.com/?p=363</guid> <description><![CDATA[Last week's article covered how to build a tabbed box interface, starting with Photoshop, and moving through XHTML and CSS to our basic jQuery functionality. If you missed it, I would highly recommend starting your reading there. This article will show you how to use jQuery to make your tabbed interface more attractive and interactive.]]></description> <wfw:commentRss>http://www.cssnewbie.com/advanced-jquery-tabbed-box-techniques/feed/</wfw:commentRss> <slash:comments>32</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (user agent is rejected)

Served from: www.cssnewbie.com @ 2012-02-08 02:38:47 -->
