jQuery for Designers - screencasts and tutorials Podcast
1) Populate Select Boxes
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 a...Show More
2) Scroll Linked Navigation
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 t...Show More
3) Debugging Tools
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...Show More
4) Enabling the Back Button
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 ...Show More
5) Adding Keyboard Navigation
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 ...Show More
6) Fixed Floating Elements
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 floatin...Show More
7) iPhone-like Sliding Headers
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 usi...Show More
8) Automatic Infinite Carousel
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.
9) Play School: Broken Repeating Animations
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!
10) API: queue and dequeue
queue and dequeue are a pair of core data utilities that help you to add your own bespoke to animations.