12 posts tagged with javascript and webdesign (View popular tags)

WebDesignFilter: How can I show certain elements of a form depending on the value of a radio button? [more inside]
posted on Apr 19, 2008 - 3 answers

JavaScript:— I want to call a function to make a scrip.taculo.us Draggable revert (fly back to its starting position). This is easy to do if you want it to revert when it is released from the drag, but I want it to happen when a different Draggable is released from a drag. [more inside]
posted on Dec 19, 2007 - 2 answers

Advice on how to set up a webpage that has a dynamic form. [more inside]
posted on Sep 15, 2007 - 5 answers

WebDesignFilter: I have a multi-select box with hundreds of elements in it. I need a better UI for it. [more inside]
posted on Jan 7, 2007 - 11 answers

Web / Flash / DHTML Developers: help me find an image rotator for a website home page; I want it to take text from a config file and overlay it on the image, like a caption; some more specific requirements follow [more inside]
posted on Aug 18, 2006 - 9 answers

How can I make nifty mini pop-up window boxes that appear within a window (a la Gmail)? [more inside]
posted on Aug 9, 2006 - 10 answers

Does anyone know how it's possible to produce an interface for checkbox selection like the one in Gmail? Namely, where you can hold down shift and click the first and last items in a list, and it'll automatically select all the ones in between. Is it possible with simple JavaScript without having to use AJAX or other fancy-pants technology...
posted on May 20, 2006 - 8 answers

What's your favorite HTML, CSS, Javascript web design trick? [more inside]
posted on Mar 16, 2006 - 27 answers

What's the most effective and broadly compatible way to swap embedded Quicktime movies on a web page? I've written my own JavaScript to do so, but it doesn't work on certain (a minority of) browsers, and it's a bit slow. Does anyone have experience doing this? [more inside]
posted on Jan 9, 2006 - 9 answers

We use an internal survey tool which automatically generates and collates web-based surveys. It wasn't written by me. I'm having a problem with one particular page; have a look at the following: [more inside]
posted on Dec 13, 2005 - 14 answers

What is your favorite method for showing and hiding a DIV layer? [more inside]
posted on May 12, 2005 - 7 answers

Because I only know pidgin HTML, I'm not sure if what I'm about to ask is Web Design 101 or Web Design 665, but: If I want to have a collapsible list, such that if someone clicked on "Words that start with B" in the following:

Words that start with A
Words that start with B
Words that start with C

the page would then reformat to show

Words that start with A
Words that start with B
balustrade
brickbat
bumptious
Words that start with C

without the whole page having to reload. Can someone please point me to a resource or study-able example?
posted on Mar 30, 2004 - 7 answers