<?xml version="1.0" encoding="utf-8"?>
<rss 
    xmlns:atom="http://www.w3.org/2005/Atom" 
    xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" 
    xmlns:media="http://search.yahoo.com/mrss/" 
    version="2.0"
>
  <channel>
    <title>jQuery for Designers - screencasts and tutorials</title>
    <link>http://jqueryfordesigners.com</link>
    <description>Learn how easy it is to apply web interaction using jQuery.</description>
    <docs>http://blogs.law.harvard.edu/tech/rss</docs>
    <language>en</language>
    <copyright>All screencast copyright of Remy Sharp</copyright>
    <pubDate>Mon, 19 May 2008 16:25:27 +0100</pubDate>
    <lastBuildDate>Wed, 21 May 2008 12:25:27 +0100</lastBuildDate>
    <image>
      <url>http://jqueryfordesigners.com/images/j4d-2009.png</url>
      <title>jQuery for Designers - screencasts and tutorials</title>
      <link>http://jqueryfordesigners.com/</link>
      <width>144</width>
      <height>144</height>
    </image>
    <atom:link href="http://jqueryfordesigners.com/itunes.xml" rel="self" type="application/rss+xml"/>
    <itunes:author>jQuery for Designers</itunes:author>
    <itunes:subtitle>jQuery for Designers: learn how easy it is to apply web interaction using jQuery.</itunes:subtitle>
    <itunes:summary>jQuery for Designers: learn how easy it is to apply web interaction using jQuery.</itunes:summary>
    <itunes:keywords>jquery, screencast, javascript, code</itunes:keywords>
    <itunes:explicit>clean</itunes:explicit>
    <itunes:image href="http://jqueryfordesigners.com/images/j4d-2009.png"/>
    <itunes:owner>
      <itunes:name>Remy Sharp</itunes:name>
      <itunes:email>info@jqueryfordesigners.com</itunes:email>
    </itunes:owner>
    <itunes:block>no</itunes:block>
    <itunes:category text="Technology" />

    <item>
      <title>Populate Select Boxes</title>
      <link>http://jqueryfordesigners.com/populate-select-boxes/</link>
      <description><![CDATA[<p>It’s the age old (well, in webby terms) issue of how to populate one select box based on another’s selection. It’s actually quite easy compared with the bad old days, and incredibly easy with jQuery and a dash of Ajax.</p>]]></description>
      <pubDate>Fri, 11 Feb 2011 13:00:00 +0000</pubDate>
      <enclosure url="http://jqueryfordesigners.com/media/select-boxes.mp4" length="58666207" type="video/mp4"/>
      <guid isPermaLink="false">populate-select-boxes</guid>
      <itunes:author>jQuery for Designers</itunes:author>
      <itunes:subtitle>It’s the age old (well, in webby terms) issue of how to populate one select box based on another’s selection. It’s actually quite easy compared with the bad old days, and incredibly easy with jQuery and a dash of Ajax.</itunes:subtitle>
      <itunes:summary>It’s the age old (well, in webby terms) issue of how to populate one select box based on another’s selection. It’s actually quite easy compared with the bad old days, and incredibly easy with jQuery and a dash of Ajax.</itunes:summary>
      <itunes:duration>15:27</itunes:duration>
    </item>


    <item>
      <title>Scroll Linked Navigation</title>
      <link>http://jqueryfordesigners.com/scroll-linked-navigation/</link>
      <description><![CDATA[<p>There are a few websites I’ve seen lately that have a left hand navigation automatically updates it’s selection based on where you’ve scrolled to on the page. This tutorial will show you exactly how to achieve just that.</p>]]></description>
      <pubDate>Wed, 18 Aug 2010 16:00:00 +0000</pubDate>
      <enclosure url="http://jqueryfordesigners.com/media/scroll-link-nav.mp4" length="52324924" type="video/mp4"/>
      <guid isPermaLink="false">scroll-linked-navigation</guid>
      <itunes:author>jQuery for Designers</itunes:author>
      <itunes:subtitle>There are a few websites I’ve seen lately that have a left hand navigation automatically updates it’s selection based on where you’ve scrolled to on the page. This tutorial will show you exactly how to achieve just that.</itunes:subtitle>
      <itunes:summary>There are a few websites I’ve seen lately that have a left hand navigation automatically updates it’s selection based on where you’ve scrolled to on the page. This tutorial will show you exactly how to achieve just that.</itunes:summary>
      <itunes:duration>12:48</itunes:duration>
    </item>

    <item>
      <title>Debugging Tools</title>
      <link>http://jqueryfordesigners.com/debugging-tools/</link>
      <description><![CDATA[<p>Most of us have to make our web pages work in The Big Five browsers, so I thought it was about time I introduce you to the debugging tools for each of those browsers with a couple of tips thrown in to the mix.</p>]]></description>
      <pubDate>Tue, 7 Jul 2010 10:30:00 +0000</pubDate>
      <enclosure url="http://jqueryfordesigners.com/media/debuggers.mp4" length="109684865" type="video/mp4"/>
      <guid isPermaLink="false">debugging-tools</guid>
      <itunes:author>jQuery for Designers</itunes:author>
      <itunes:subtitle>Most of us have to make our web pages work in The Big Five browsers, so I thought it was about time I introduce you to the debugging tools for each of those browsers with a couple of tips thrown in to the mix.</itunes:subtitle>
      <itunes:summary>Most of us have to make our web pages work in The Big Five browsers, so I thought it was about time I introduce you to the debugging tools for each of those browsers with a couple of tips thrown in to the mix.</itunes:summary>
      <itunes:duration>45:38</itunes:duration>
    </item>

    <item>
      <title>Enabling the Back Button</title>
      <link>http://jqueryfordesigners.com/enabling-the-back-button/</link>
      <description><![CDATA[<p>As we build more and more Ajaxy applications, and our apps reside on a single page, the browser’s native back button can get more and more broken. This episode will show you how to re-enable the back button on your apps.</p>]]></description>
      <pubDate>Mon, 19 Apr 2010 13:00:00 +0000</pubDate>
      <enclosure url="http://jqueryfordesigners.com/media/bbq.mp4" length="56659242" type="video/mp4"/>
      <guid isPermaLink="false">enabling-the-back-button</guid>
      <itunes:author>jQuery for Designers</itunes:author>
      <itunes:subtitle>As we build more and more Ajaxy applications, and our apps reside on a single page, the browser’s native back button can get more and more broken. This episode will show you how to re-enable the back button on your apps.</itunes:subtitle>
      <itunes:summary>As we build more and more Ajaxy applications, and our apps reside on a single page, the browser’s native back button can get more and more broken. This episode will show you how to re-enable the back button on your apps.</itunes:summary>
      <itunes:duration>16:47</itunes:duration>
    </item>

    <item>
      <title>Adding Keyboard Navigation</title>
      <link>http://jqueryfordesigners.com/adding-keyboard-navigation/</link>
      <description><![CDATA[<p>I was recently asked how keyboard navigation could be supported to move a slider backwards and forwards. I've created a few tutorials on how to create sliders and carousels but not mentioned keyboard supported navigation yet.</p>]]></description>
      <pubDate>Tue, 12 Jan 2010 13:00:00 +0000</pubDate>
      <enclosure url="http://jqueryfordesigners.com/media/keyboard-nav.mp4" length="14854387" type="video/mp4"/>
      <guid isPermaLink="false">keyboard-nav</guid>
      <itunes:author>jQuery for Designers</itunes:author>
      <itunes:subtitle>I was recently asked how keyboard navigation could be supported to move a slider backwards and forwards. I've created a few tutorials on how to create sliders and carousels but not mentioned keyboard supported navigation yet.</itunes:subtitle>
      <itunes:summary>I was recently asked how keyboard navigation could be supported to move a slider backwards and forwards. I've created a few tutorials on how to create sliders and carousels but not mentioned keyboard supported navigation yet.</itunes:summary>
      <itunes:duration>13:35</itunes:duration>
    </item>
    <item>
      <title>Fixed Floating Elements</title>
      <link>http://jqueryfordesigners.com/fixed-floating-elements/</link>
      <description><![CDATA[<p>On visiting Apple’s web site an putting items in my shopping basket, I noticed (an old effect) where the shopping basket would follow me down the page. We’ll look at how to replicate the fixed floating sidebars or elements with very little jQuery.</p>]]></description>
      <pubDate>Fri, 23 Oct 2009 14:00:00 +0000</pubDate>
      <enclosure url="http://jqueryfordesigners.com/media/fixedfloat.mp4" length="19943375" type="video/mp4"/>
      <guid isPermaLink="false">fixed-floating-elements</guid>
      <itunes:author>jQuery for Designers</itunes:author>
      <itunes:subtitle>On visiting Apple’s web site an putting items in my shopping basket, I noticed (an old effect) where the shopping basket would follow me down the page. We’ll look at how to replicate the fixed floating sidebars or elements with very little jQuery.</itunes:subtitle>
      <itunes:summary>On visiting Apple’s web site an putting items in my shopping basket, I noticed (an old effect) where the shopping basket would follow me down the page. We’ll look at how to replicate the fixed floating sidebars or elements with very little jQuery.</itunes:summary>
      <itunes:duration>14:02</itunes:duration>
    </item>

    <item>
      <title>iPhone-like Sliding Headers</title>
      <link>http://jqueryfordesigners.com/iphone-like-sliding-headers/</link>
      <description><![CDATA[<p>The iPhone has a few unique UI features, one in particular are the static headings when you’re scrolling through a list, so you know the context of the content. We’ll see how to create this effect using jQuery.</p>]]></description>
      <pubDate>Thu, 10 Sep 2009 14:00:00 +0000</pubDate>
      <enclosure url="http://jqueryfordesigners.com/media/header-slide.mp4" length="90724010" type="video/mp4"/>
      <guid isPermaLink="false">iphone-like-sliding-headers</guid>
      <itunes:author>jQuery for Designers</itunes:author>
      <itunes:subtitle>The iPhone has a few unique UI features, one in particular are the static headings when you’re scrolling through a list, so you know the context of the content. We’ll see how to create this effect using jQuery.</itunes:subtitle>
      <itunes:summary>The iPhone has a few unique UI features, one in particular are the static headings when you’re scrolling through a list, so you know the context of the content. We’ll see how to create this effect using jQuery.</itunes:summary>
      <itunes:duration>25:09</itunes:duration>
    </item>

    <item>
      <title>Automatic Infinite Carousel</title>
      <link>http://jqueryfordesigners.com/automatic-infinite-carousel/</link>
      <description><![CDATA[<p>Following on from the infinite carousel, there have been a number of requests asking how to make the scrolling action automatic, so I’ve gone ahead to explain how to achieve this.</p>]]></description>
      <pubDate>Thu, 13 Aug 2009 14:00:00 +0000</pubDate>
      <enclosure url="http://jqueryfordesigners.com/media/infinite-carousel-loop.mp4" length="9679629" type="video/mp4"/>
      <guid isPermaLink="false">automatic-infinite-carousel</guid>
      <itunes:author>jQuery for Designers</itunes:author>
      <itunes:subtitle>Following on from the infinite carousel, there have been a number of requests asking how to make the scrolling action automatic, so I’ve gone ahead to explain how to achieve this.</itunes:subtitle>
      <itunes:summary>Following on from the infinite carousel, there have been a number of requests asking how to make the scrolling action automatic, so I’ve gone ahead to explain how to achieve this.</itunes:summary>
      <itunes:duration>5:25</itunes:duration>
    </item>

    <item>
      <title>Play School: Broken Repeating Animations</title>
      <link>http://jqueryfordesigners.com/broken-repeating-animations/</link>
      <description><![CDATA[<p>jQuery makes it incredibly easy to add effects to your web sites, but there’s some effects you just don’t want: the hover repeatedly to make the effect go wild!</p>]]></description>
      <pubDate>Fri, 23 Jul 2009 14:00:00 +0000</pubDate>
      <enclosure url="http://jqueryfordesigners.com/media/repeat-effect.mp4" length="12137341" type="video/mp4"/>
      <guid isPermaLink="false">broken-repeating-animations</guid>
      <itunes:author>jQuery for Designers</itunes:author>
      <itunes:subtitle>jQuery makes it incredibly easy to add effects to your web sites, but there’s some effects you just don’t want: the hover repeatedly to make the effect go wild!</itunes:subtitle>
      <itunes:summary>jQuery makes it incredibly easy to add effects to your web sites, but there’s some effects you just don’t want: the hover repeatedly to make the effect go wild!</itunes:summary>
      <itunes:duration>5:31</itunes:duration>
    </item>

    <item>
      <title>API: queue and dequeue</title>
      <link>http://jqueryfordesigners.com/api-queue-dequeue/</link>
      <description><![CDATA[<p>queue &amp; dequeue are a pair of core data utilities that help you to add your own bespoke to animations.</p>]]></description>
      <pubDate>Fri, 10 Jul 2009 14:30:00 +0000</pubDate>
      <enclosure url="http://jqueryfordesigners.com/media/queue.mp4" length="9132576" type="video/mp4"/>
      <guid isPermaLink="false">api-queue-dequeue</guid>
      <itunes:author>jQuery for Designers</itunes:author>
      <itunes:subtitle>queue and dequeue are a pair of core data utilities that help you to add your own bespoke to animations.</itunes:subtitle>
      <itunes:summary>queue and dequeue are a pair of core data utilities that help you to add your own bespoke to animations.</itunes:summary>
      <itunes:duration>5:39</itunes:duration>
    </item>

    <item>
      <title>jQuery Infinite Carousel</title>
      <link>http://jqueryfordesigners.com/jquery-infinite-carousel/</link>
      <description><![CDATA[<p>With <em>jQuery for Designer</em>'s redesign I decided to add a scrolling carousel that worked in the same way the carousel worked on the <a href="http://www.apple.com/getamac/ads/">Apple Mac ads page</a>. This tutorial will walk through the fundamentals of the effect and how to recreate it.</p>]]></description>
      <pubDate>Thu, 11 June 2009 14:00:00 +0000</pubDate>
      <enclosure url="http://jqueryfordesigners.com/media/infinite-carousel.mp4" length="75477906" type="video/mp4"/>
      <guid isPermaLink="false">jquery-infinite-carousel</guid>
      <itunes:author>jQuery for Designers</itunes:author>
      <itunes:subtitle>With jQuery for Designer’s redesign I decided to add a scrolling carousel that worked in the same way the carousel worked on the Apple Mac ads page. This tutorial will walk through the fundamentals of the effect and how to recreate it.</itunes:subtitle>
      <itunes:summary>With jQuery for Designer’s redesign I decided to add a scrolling carousel that worked in the same way the carousel worked on the Apple Mac ads page. This tutorial will walk through the fundamentals of the effect and how to recreate it.</itunes:summary>
      <itunes:duration>39:48</itunes:duration>
    </item>

    <item>
      <title>SlideDown Animation Jump Revisited</title>
      <link>http://jqueryfordesigners.com/slidedown-animation-jump-revisited/</link>
      <description><![CDATA[<p>When using slideDown depending on the layout of your page, you could still see the jumping effect, regardless of whether you fix the padding around the element.</p>]]></description>
      <pubDate>Wed, 15 Apr 2009 14:00:00 +0000</pubDate>
      <enclosure url="http://jqueryfordesigners.com/media/animation-jump2.mp4" length="18881782" type="video/mp4"/>
      <guid isPermaLink="false">slidedown-animation-jump-revisited</guid>
      <itunes:author>jQuery for Designers</itunes:author>
      <itunes:subtitle>When using slideDown depending on the layout of your page, you could still see the jumping effect, regardless of whether you fix the padding around the element.</itunes:subtitle>
      <itunes:summary>When using slideDown depending on the layout of your page, you could still see the jumping effect, regardless of whether you fix the padding around the element.</itunes:summary>
      <itunes:duration>8:35</itunes:duration>
    </item>
    <item>
      <title>BBC Radio 1 Zoom Tabs</title>
      <link>http://jqueryfordesigners.com/bbc-radio-1-zoom-tabs/</link>
      <description><![CDATA[<p>Gareth Rogers asked how to achieve the effect on the latest BBC Radio 1 website, where the mouse rolls over the image block, tabs slide up and the image zooms a little to reveal more of the picture.</p>]]></description>
      <pubDate>Fri, 3 Apr 2009 14:00:00 +0000</pubDate>
      <enclosure url="http://jqueryfordesigners.com/media/radio1.mp4" length="55306042" type="video/mp4"/>
      <guid isPermaLink="false">bbc-radio-1-zoom-tabs</guid>
      <itunes:author>jQuery for Designers</itunes:author>
      <itunes:subtitle>Gareth Rogers asked how to achieve the effect on the latest BBC Radio 1 website, where the mouse rolls over the image block, tabs slide up and the image zooms a little to reveal more of the picture.</itunes:subtitle>
      <itunes:summary>Gareth Rogers asked how to achieve the effect on the latest BBC Radio 1 website, where the mouse rolls over the image block, tabs slide up and the image zooms a little to reveal more of the picture.</itunes:summary>
      <itunes:duration>29:55</itunes:duration>
    </item>
    <item>
      <title>API: map &amp; grep</title>
      <link>http://jqueryfordesigners.com/api-map-grep/</link>
      <description><![CDATA[<p>map and grep are two utilities that are extremely useful if you know how to use them, but more often that not, I see more convoluted code written to achieve the effect of these functions.</p>

      <p>Historically, I believe that John Resig was inspired by the Perl functions of the same name - which are basic building blocks of the Perl programming language. Let’s look at how you can use these functions.</p>]]></description>
      <pubDate>Wed, 25 Mar 2009 14:00:00 +0000</pubDate>
      <enclosure url="http://jqueryfordesigners.com/media/map_and_grep.mp4" length="17909903" type="video/mp4"/>
      <guid isPermaLink="false">api-map-grep</guid>
      <itunes:author>jQuery for Designers</itunes:author>
      <itunes:subtitle>map and grep are two utilities that are extremely useful if you know how to use them, but more often that not, I see more convoluted code written to achieve the effect of these functions. Historically, I believe that John Resig was inspired by the Perl functions of the same name - which are basic building blocks of the Perl programming language. Let’s look at how you can use these functions.</itunes:subtitle>
      <itunes:summary>map and grep are two utilities that are extremely useful if you know how to use them, but more often that not, I see more convoluted code written to achieve the effect of these functions. Historically, I believe that John Resig was inspired by the Perl functions of the same name - which are basic building blocks of the Perl programming language. Let’s look at how you can use these functions.</itunes:summary>
      <itunes:duration>10:29</itunes:duration>
    </item>
    <item>
      <title>jQuery look: Tim Van Damme</title>
      <link>http://jqueryfordesigners.com/jquery-look-tim-van-damme/</link>
      <description><![CDATA[<p>Jonathan Diba writes to ask how the effects are achieve on Tim Van Damme's portfolio site, referring to Tim's site as one of the most compelling site design he's seen.</p>

      <p>The two key effects Tim is using are a simplified accordion and a hover effect. It's worth noting that the hover effect only works in WebKit (Safari & Chrome), but I'll show you how to create the effect using jQuery too.</p>]]></description>
      <pubDate>Fri, 20 Feb 2009 14:00:00 +0000</pubDate>
      <enclosure url="http://jqueryfordesigners.com/media/timvandamme.mp4" length="65374283" type="video/mp4"/>
      <guid isPermaLink="false">jquery-look-tim-van-damme</guid>
      <itunes:author>jQuery for Designers</itunes:author>
      <itunes:subtitle>Jonathan Diba writes to ask how the effects are achieve on Tim Van Damme's portfolio site, referring to Tim's site as one of the most compelling site design he's seen. The two key effects Tim is using are a simplified accordion and a hover effect. It's worth noting that the hover effect only works in WebKit (Safari &amp; Chrome), but I'll show you how to create the effect using jQuery too.</itunes:subtitle>
      <itunes:summary>Jonathan Diba writes to ask how the effects are achieve on Tim Van Damme's portfolio site, referring to Tim's site as one of the most compelling site design he's seen. The two key effects Tim is using are a simplified accordion and a hover effect. It's worth noting that the hover effect only works in WebKit (Safari &amp; Chrome), but I'll show you how to create the effect using jQuery too.</itunes:summary>
      <itunes:duration>33:01</itunes:duration>
    </item>
    <item>
      <title>How to test if an Element Exists</title>
      <link>http://jqueryfordesigners.com/ajax-spy/</link>
      <description><![CDATA[<p>A common question for beginners coming to jQuery: "Is there a function to return true or false if an element exists?" Not really, but there is a (very simple) way to find out.</p>]]></description>
      <pubDate>Tue, 10 Feb 2009 17:00:00 +0000</pubDate>
      <enclosure url="http://jqueryfordesigners.com/media/element-exists.mp4" length="11003557" type="video/mp4"/>
      <guid isPermaLink="false">element-exists</guid>
      <itunes:author>jQuery for Designers</itunes:author>
      <itunes:subtitle>A common question for beginners coming to jQuery: "Is there a function to return true or false if an element exists?" Not really, but there is a (very simple) way to find out.</itunes:subtitle>
      <itunes:summary>A common question for beginners coming to jQuery: "Is there a function to return true or false if an element exists?" Not really, but there is a (very simple) way to find out.</itunes:summary>
      <itunes:duration>7:53</itunes:duration>
    </item>
    <item>
      <title>Ajax Spy</title>
      <link>http://jqueryfordesigners.com/ajax-spy/</link>
      <description><![CDATA[<p>Last month I showed you how to create a spy effect as seen on the first version of QuickSnapper (though they've since changed their site design with to release the release of Little Snapper).</p>

      <p>However I did promise I would demonstrate how to ajaxify the spy.</p>]]></description>
      <pubDate>Fri, 30 Jan 2009 13:20:00 +0000</pubDate>
      <enclosure url="http://jqueryfordesigners.com/media/ajax-spy.mp4" length="40943964" type="video/mp4"/>
      <guid isPermaLink="false">ajax-spy</guid>
      <itunes:author>jQuery for Designers</itunes:author>
      <itunes:subtitle>Last month I showed you how to create a spy effect as seen on the first version of QuickSnapper (though they've since changed their site design with to release the release of Little Snapper). However I did promise I would demonstrate how to ajaxify the spy.</itunes:subtitle>
      <itunes:summary>Last month I showed you how to create a spy effect as seen on the first version of QuickSnapper (though they've since changed their site design with to release the release of Little Snapper). However I did promise I would demonstrate how to ajaxify the spy.</itunes:summary>
      <itunes:duration>16:24</itunes:duration>
    </item>
    <item>
      <title>Play School: Easy Ajax - load</title>
      <link>http://jqueryfordesigners.com/play-school-easy-ajax-load/</link>
      <description><![CDATA[<p>Ajax is made incredibly simple with jQuery. There's a number of helper functions to get in to the nitty gritty of Ajax, but if you want something that's quick and simple to get going with the .load function is the best place to start.</p>]]></description>
      <pubDate>Tue, 13 Jan 2009 19:45:00 +0000</pubDate>
      <enclosure url="http://jqueryfordesigners.com/media/ajax-load.mp4" length="19952954" type="video/mp4"/>
      <guid isPermaLink="false">play-school-easy-ajax-load</guid>
      <itunes:author>jQuery for Designers</itunes:author>
      <itunes:subtitle>Ajax is made incredibly simple with jQuery. There's a number of helper functions to get in to the nitty gritty of Ajax, but if you want something that's quick and simple to get going with the .load function is the best place to start.</itunes:subtitle>
      <itunes:summary>Ajax is made incredibly simple with jQuery. There's a number of helper functions to get in to the nitty gritty of Ajax, but if you want something that's quick and simple to get going with the .load function is the best place to start.</itunes:summary>
      <itunes:duration>10:12</itunes:duration>
    </item>
    <item>
      <title>API: Filter and Find</title>
      <link>http://jqueryfordesigners.com/api-filter-find/</link>
      <description><![CDATA[<p>As the first in the series of API screencasts, but also as a good beginners tutorial, this short episode shows the difference between filter and find.</p>]]></description>
      <pubDate>Tue, 6 Jan 2009 15:00:00 +0000</pubDate>
      <enclosure url="http://jqueryfordesigners.com/media/find-vs-filter.mp4" length="17735253" type="video/mp4"/>
      <guid isPermaLink="false">api-filter-find</guid>
      <itunes:author>jQuery for Designers</itunes:author>
      <itunes:subtitle>As the first in the series of API screencasts, but also as a good beginners tutorial, this short episode shows the difference between filter and find.</itunes:subtitle>
      <itunes:summary>As the first in the series of API screencasts, but also as a good beginners tutorial, this short episode shows the difference between filter and find.</itunes:summary>
      <itunes:duration>10:29</itunes:duration>
    </item>
    <item>
      <title>Simple jQuery Spy Effect</title>
      <link>http://jqueryfordesigners.com/simple-jquery-spy-effect/</link>
      <description><![CDATA[<p>A few years ago Digg released a very cool little visualisation tool they dubbed the Digg Spy (it's since been upgraded to the Big Spy). Recently Realmac Software released the site QuickSnapper to accompany LittleSnapper.</p>

      <p>It's the QuickSnapper site (the left hand side) that makes use of the similar spy technique that I'll explain how to produce.</p>]]></description>
      <pubDate>Tue, 2 Dec 2008 15:50:00 +0000</pubDate>
      <enclosure url="http://jqueryfordesigners.com/media/simple-spy.mp4" length="61179821" type="video/mp4"/>
      <guid isPermaLink="false">simple-jquery-spy-effect</guid>
      <itunes:author>jQuery for Designers</itunes:author>
      <itunes:subtitle>A few years ago Digg released a very cool little visualisation tool they dubbed the Digg Spy (it's since been upgraded to the Big Spy). Recently Realmac Software released the site QuickSnapper to accompany LittleSnapper. It's the QuickSnapper site (the left hand side) that makes use of the similar spy technique that I'll explain how to produce.</itunes:subtitle>
      <itunes:summary>A few years ago Digg released a very cool little visualisation tool they dubbed the Digg Spy (it's since been upgraded to the Big Spy). Recently Realmac Software released the site QuickSnapper to accompany LittleSnapper. It's the QuickSnapper site (the left hand side) that makes use of the similar spy technique that I'll explain how to produce.</itunes:summary>
      <itunes:duration>31:27</itunes:duration>
    </item>
    <item>
      <title>Fun with Overflows - Part 1</title>
      <link>http://jqueryfordesigners.com/fun-with-overflows/</link>
      <description><![CDATA[<p>Making use of the overflow and scrollLeft DOM property to scroll elements is a much more effective use of the CPU, over animating using CSS top/left. So this episode of J4D demonstrates the same effect used in two completely different ways.</p>

        <p>The first is a scrollable timeline. A couple of readers requested a demo of how Plurk's browse timeline works. In addition, in the last month, Google released a 10 year timeline - so I wanted to show how this works.</p>]]></description>
      <pubDate>Thu, 16 Oct 2008 20:10:00 +0100</pubDate>
      <enclosure url="http://jqueryfordesigners.com/media/scrollable-timelines.mp4" length="48947102" type="video/mp4"/>
      <guid isPermaLink="false">fun-with-overflows</guid>
      <itunes:author>jQuery for Designers</itunes:author>
      <itunes:subtitle>Making use of the overflow and scrollLeft DOM property to scroll elements is a much more effective use of the CPU, over animating using CSS top/left. So this episode of J4D demonstrates the same effect used in two completely different ways.</itunes:subtitle>
      <itunes:summary>Making use of the overflow and scrollLeft DOM property to scroll elements is a much more effective use of the CPU, over animating using CSS top/left. So this episode of J4D demonstrates the same effect used in two completely different ways.

The first is a scrollable timeline. A couple of readers requested a demo of how Plurk's browse timeline works. In addition, in the last month, Google released a 10 year timeline - so I wanted to show how this works.</itunes:summary>
      <itunes:duration>20:21</itunes:duration>
    </item>
    <item>
      <title>Fun with Overflows - Part 2</title>
      <link>http://jqueryfordesigners.com/fun-with-overflows/</link>
      <description><![CDATA[<p>Making use of the overflow and scrollLeft DOM property to scroll elements is a much more effective use of the CPU, over animating using CSS top/left. So this episode of J4D demonstrates the same effect used in two completely different ways.</p>

        <p>The second was a request from Trevor Morris who's involved with/runs Geek in the Park. He asked whether the techniques I used in a jQuery marquee plugin I wrote recently could be used to smooth out CPU spikes that were occurring on his site when the header pattern flowed.</p>]]></description>
      <pubDate>Thu, 16 Oct 2008 20:10:00 +0100</pubDate>
      <enclosure url="http://jqueryfordesigners.com/media/funky-overflow.mp4" length="33222002" type="video/mp4"/>
      <guid isPermaLink="false">fun-with-overflows</guid>
      <itunes:author>jQuery for Designers</itunes:author>
      <itunes:subtitle>Making use of the overflow and scrollLeft DOM property to scroll elements is a much more effective use of the CPU, over animating using CSS top/left. So this episode of J4D demonstrates the same effect used in two completely different ways.</itunes:subtitle>
      <itunes:summary>Making use of the overflow and scrollLeft DOM property to scroll elements is a much more effective use of the CPU, over animating using CSS top/left. So this episode of J4D demonstrates the same effect used in two completely different ways.

The second was a request from Trevor Morris who's involved with/runs Geek in the Park. He asked whether the techniques I used in a jQuery marquee plugin I wrote recently could be used to smooth out CPU spikes that were occurring on his site when the header pattern flowed.</itunes:summary>
      <itunes:duration>16:49</itunes:duration>
    </item>
    <item>
      <title>Animation Jump - quick tip</title>
      <link>http://jqueryfordesigners.com/animation-jump-quick-tip/</link>
      <description><![CDATA[<p>jQuery has got good base level support for effects out of the box. Setting them up and using them to reveal and hide elements is exceptionally easy.</p>
      <p>However, on more than one occasion I've found that after creating a sliding effect, the animation jumps on completion.</p>
      <p>Having found the cause, I thought it only fair to share and explain why it's happening and how to avoid it.</p>]]></description>
      <pubDate>Tue, 19 Aug 2008 13:30:00 +0100</pubDate>
      <enclosure url="http://jqueryfordesigners.com/media/quick-tip-animation-jump.mp4" length="5963320" type="video/mp4"/>
      <guid isPermaLink="false">animation-jump-quick-tip</guid>
      <itunes:author>jQuery for Designers</itunes:author>
      <itunes:subtitle>jQuery has got good base level support for effects out of the box. Setting them up and using them to reveal and hide elements is exceptionally easy. However, on more than one occasion I've found that after creating a sliding effect, the animation jumps on completion. Having found the cause, I thought it only fair to share and explain why it's happening and how to avoid it.</itunes:subtitle>
      <itunes:summary>jQuery has got good base level support for effects out of the box. Setting them up and using them to reveal and hide elements is exceptionally easy.

      However, on more than one occasion I've found that after creating a sliding effect, the animation jumps on completion.

      Having found the cause, I thought it only fair to share and explain why it's happening and how to avoid it.</itunes:summary>
      <itunes:duration>03:01</itunes:duration>
    </item>    
    <item>
      <title>Image Fade Revisited</title>
      <link>http://jqueryfordesigners.com/image-fade-revisited/</link>
      <description><![CDATA[<p>This episode is revisiting the <a href="http://jqueryfordesigners.com/image-cross-fade-transition/">image cross fade effect</a>, in particular <a href="http://dragoninteractive.com/" title="Dragon Interactive">Dragon Interactive</a> has a beautiful little transition for their navigation that some readers have been <a href="/request">requesting</a>.  <a href="http://greg-j.com/2008/07/21/hover-fading-transition-with-jquery/">Greg Johnson</a> takes it one step further to implement this method using jQuery and the methods shown here.</p>]]></description>
      <pubDate>Tue, 28 Jul 2008 13:02:00 +0100</pubDate>
      <enclosure url="http://jqueryfordesigners.com/media/image-fade-revisited.mp4" length="24339735" type="video/mp4"/>
      <guid isPermaLink="false">image-fade-revisited</guid>
      <itunes:author>jQuery for Designers</itunes:author>
      <itunes:subtitle>This episode is revisiting the image cross fade effect, in particular Dragon Interactive has a beautiful little transition for their navigation that some readers have been requesting. Greg Johnson takes it one step further to implement this method using jQuery and the methods shown here.</itunes:subtitle>
      <itunes:summary>This episode is revisiting the image cross fade effect, in particular Dragon Interactive has a beautiful little transition for their navigation that some readers have been requesting. Greg Johnson takes it one step further to implement this method using jQuery and the methods shown here.</itunes:summary>
      <itunes:duration>16:20</itunes:duration>
    </item>    
    <item>
      <title>Coda Slider Effect</title>
      <link>http://jqueryfordesigners.com/coda-slider-effect/</link>
      <description><![CDATA[<p>Although Panic didn't really invent the effect, the sliding panels on the Coda is great implementation of this effect.</p><p>This article will pick apart the pieces required to create the effect, and how to better it.</p>]]></description>
      <pubDate>Tue, 3 Jun 2008 12:25:40 +0100</pubDate>
      <enclosure url="http://jqueryfordesigners.com/media/coda-slider.mp4" length="59443563" type="video/mp4"/>
      <guid isPermaLink="false">coda-slider-effect</guid>
      <itunes:author>jQuery for Designers</itunes:author>
      <itunes:subtitle>Although Panic didn't really invent the effect, the sliding panels on the Coda is great implementation of this effect. This article will pick apart the pieces required to create the effect, and how to better it.</itunes:subtitle>
      <itunes:summary>Although Panic didn't really invent the effect, the sliding panels on the Coda is great implementation of this effect. 
        
This article will pick apart the pieces required to create the effect, and how to better it.</itunes:summary>
      <itunes:duration>32:56</itunes:duration>
    </item>
    <item>
      <title>Image Cross Fade Transition</title>
      <link>http://jqueryfordesigners.com/image-cross-fade-transition/</link>
      <description><![CDATA[<p>A frequent query and request I receive (and have myself) as a developer is: "how can I fade one image in to another?".</p>

<p>In particular, image rollovers are so 90s - we want rollover transitions!</p>]]></description>
      <pubDate>Fri, 11 Apr 2008 15:25:40 +0100</pubDate>
      <enclosure url="http://jqueryfordesigners.com/media/cross-fade.mp4" length="24092424" type="video/mp4"/>
      <guid isPermaLink="false">image-cross-fade-transition</guid>
      <itunes:author>jQuery for Designers</itunes:author>
      <itunes:subtitle>A frequent query and request I receive (and have myself) as a developer is: &quot;how can I fade one image in to another?&quot;.

In particular, image rollovers are so 90s - we want rollover transitions!</itunes:subtitle>
      <itunes:summary>A frequent query and request I receive (and have myself) as a developer is: &quot;how can I fade one image in to another?&quot;.

In particular, image rollovers are so 90s - we want rollover transitions!</itunes:summary>
      <itunes:duration>19:26</itunes:duration>
    </item>
    <item>
      <title>Coda Popup Bubbles</title>
      <link>http://jqueryfordesigners.com/coda-popup-bubbles/</link>
      <description><![CDATA[<p>Coda is one of the new web development tools for the Mac - and it's popular amongst designers and developers I know. Panic (the developers of Coda) are also known for their sharp design.</p>

<p>In particular, Jorge Mesa writes to ask how to re-create their 'puff' popup bubble shown when you mouse over the download image.</p>

<p>In essence the effect is just a simple combination of effect, but there's a few nuances to be wary of.</p>]]></description>
      <pubDate>Thu, 03 Apr 2008 15:23:22 +0100</pubDate>
      <enclosure url="http://jqueryfordesigners.com/media/coda-bubble.mp4" length="20682084" type="video/mp4"/>
      <guid isPermaLink="false">coda-popup-bubbles</guid>
      <itunes:author>jQuery for Designers</itunes:author>
      <itunes:subtitle>Coda is one of the new web development tools for the Mac - and it&apos;s popular amongst designers and developers I know. Panic are also known for their sharp design. 

We look at how to recreate the &apos;puff&apos; effect to show a bubble of information.</itunes:subtitle>
      <itunes:summary>Coda is one of the new web development tools for the Mac - and it&apos;s popular amongst designers and developers I know. Panic (the developers of Coda) are also known for their sharp design.

In particular, Jorge Mesa writes to ask how to re-create their &apos;puff&apos; popup bubble shown when you mouse over the download image.

In essence the effect is just a simple combination of effect, but there&apos;s a few nuances to be wary of.</itunes:summary>
      <itunes:duration>16:19</itunes:duration>
    </item>
    <item>
      <title>Slider Gallery</title>
      <link>http://jqueryfordesigners.com/slider-gallery/</link>
      <description><![CDATA[<p>The Apple web site 'product slider' is similar to a straight forward gallery, except that there is a slider to navigate the items, i.e. the bit the user controls to view the items. Simple stuff.</p>

<p>jQuery already has the plugins to create these effects so we don't have to go about creating them ourselves from scratch.</p>]]></description>
      <pubDate>Mon, 18 Feb 2008 15:21:18 +0000</pubDate>
      <enclosure url="http://jqueryfordesigners.com/media/slider-gallery.mp4" length="17334234" type="video/mp4"/>
      <guid isPermaLink="false">slider-gallery</guid>
      <itunes:author>jQuery for Designers</itunes:author>
      <itunes:subtitle>The Apple web site &apos;product slider&apos; is similar to a straight forward gallery, except that there is a slider to navigate the items, i.e. the bit the user controls to view the items.  We&apos;ll demonstrate how to achieve this using jQuery&apos;s UI library.</itunes:subtitle>
      <itunes:summary>The Apple web site &apos;product slider&apos; is similar to a straight forward gallery, except that there is a slider to navigate the items, i.e. the bit the user controls to view the items. Simple stuff.

jQuery already has the plugins to create these effects so we don&apos;t have to go about creating them ourselves from scratch.</itunes:summary>
      <itunes:duration>12:17</itunes:duration>
    </item>
    <item>
      <title>Image Loading</title>
      <link>http://jqueryfordesigners.com/image-loading/</link>
      <description><![CDATA[<p>This tutorial will show how to load images in the background, and once loaded handle the event and create your own response.</p>

<p>This is similar to the lightbox effect, except we have full control of the load event.</p>]]></description>
      <pubDate>Mon, 04 Feb 2008 15:19:28 +0000</pubDate>
      <enclosure url="http://jqueryfordesigners.com/media/image-loading.mp4" length="9047019" type="video/mp4"/>
      <guid isPermaLink="false">image-loading</guid>
      <itunes:author>jQuery for Designers</itunes:author>
      <itunes:subtitle>This tutorial will show how to load images in the background, and once loaded handle the event and create your own response.

This is similar to the lightbox effect, except we have full control of the load event.</itunes:subtitle>
      <itunes:summary>This tutorial will show how to load images in the background, and once loaded handle the event and create your own response.

This is similar to the lightbox effect, except we have full control of the load event.</itunes:summary>
      <itunes:duration>7:11</itunes:duration>
    </item>
    <item>
      <title>jQuery Tabs - part 2</title>
      <link>http://jqueryfordesigners.com/jquery-tabs/</link>
      <description><![CDATA[Part 1 of a 2 part tutorial demonstrating how to implement tabbing using jQuery. The first demo shows basic markup as tabs, the second takes a real world problem and applies the tabbing functionality to non-conventional markup.]]></description>
      <pubDate>Fri, 18 Jan 2008 15:15:30 +0000</pubDate>
      <enclosure url="http://jqueryfordesigners.com/media/jquery-tabs-part2.mp4" length="19394196" type="video/mp4"/>
      <guid isPermaLink="false">jquery-tabs-part-2</guid>
      <itunes:author>jQuery for Designers</itunes:author>
      <itunes:subtitle>Part 1 of a 2 part tutorial demonstrating how to implement tabbing using jQuery. The first demo shows basic markup as tabs, the second takes a real world problem and applies the tabbing functionality to non-conventional markup.</itunes:subtitle>
      <itunes:summary>Tabbing has been common place on the Internet for some time now. Today web sites will make use of tabbing without the page having to reload with the addition of JavaScript.

For this tutorial I have created two screencasts demonstrating how to quickly apply a dash of jQuery to different layouts of markup, which, if the markup is well designed, it will automatically degrade nicely without JavaScript enabled. In a future article we will cover default browser functionality (i.e. supporting back, forward and bookmark buttons) and saving tab states.</itunes:summary>
      <itunes:duration>11:14</itunes:duration>
    </item>
    <item>
      <title>jQuery Tabs - part 1</title>
      <link>http://jqueryfordesigners.com/jquery-tabs/</link>
      <description><![CDATA[Part 1 of a 2 part tutorial demonstrating how to implement tabbing using jQuery.  The first demo shows basic markup as tabs, the second takes a real world problem and applies the tabbing functionality to non-conventional markup.]]></description>
      <pubDate>Fri, 18 Jan 2008 15:15:01 +0000</pubDate>
      <enclosure url="http://jqueryfordesigners.com/media/jquery-tabs-part1.mp4" length="14944564" type="video/mp4"/>
      <guid isPermaLink="false">jquery-tabs-part-1</guid>
      <itunes:author>jQuery for Designers</itunes:author>
      <itunes:subtitle>Part 1 of a 2 part tutorial demonstrating how to implement tabbing using jQuery.  The first demo shows basic markup as tabs, the second takes a real world problem and applies the tabbing functionality to non-conventional markup.</itunes:subtitle>
      <itunes:summary>Tabbing has been common place on the Internet for some time now. Today web sites will make use of tabbing without the page having to reload with the addition of JavaScript.

For this tutorial I have created two screencasts demonstrating how to quickly apply a dash of jQuery to different layouts of markup, which, if the markup is well designed, it will automatically degrade nicely without JavaScript enabled. In a future article we will cover default browser functionality (i.e. supporting back, forward and bookmark buttons) and saving tab states.</itunes:summary>
      <itunes:duration>7:31</itunes:duration>
    </item>
  </channel>
</rss>
