8 posts tagged with javascript and design. (View popular tags)
Displaying 1 through 8 of 8. Subscribe: Posts tagged with javascript and design

I am having a problem with some JavaScript and Wordpress. It worked a minute ago but now it seems broken. [more inside]
posted by lilkeith07 on Jun 25, 2009 - 1 answer

I really like the design of this site. Is there a way to find out what CMS they're using? And what's that picture scroller in the middle?
posted by Finder on Apr 16, 2009 - 9 answers

Can you help me? I'd like to use this mootools script on a contact via email form on a site I'm designing for a friend, and I need to know if something about it can be changed. [more inside]
posted by iconomy on Jun 1, 2008 - 5 answers

With Javascript, CSS or anything else, can I make different categories of link text on the same web page behave differently? Specifically, if I wanted to make a page listing some links I need to visit daily, some I need to visit weekly and some I need to visit monthly -- could I make each category of link text change from "visited" color back to "unvisited" color after the appropriate number of days? Or if this can't be done, how would you solve this need (in a visual way, rather than just "keep a list manually of when you visit each")?
posted by lorimer on Jun 21, 2007 - 9 answers

How to wait until images being preloaded by JavaScript Image objects are complete? [more inside]
posted by hcastro on Nov 14, 2006 - 3 answers

Ajax design - The more little UI widgets I add to my project, the harder it is to maintain a coherent directory structure. Any tips or articles on how to maintain an intelligent directory/site structure on Ajax projects, where you have N number of little UI widgets that are retrieved on demand?
posted by xmutex on Sep 30, 2006 - 2 answers

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

Windows Explorer has an option to display all the image files in a folder in "filmstrip" mode, which looks like this. I want to create a similar method of display on a web page. I figure I'll have to (unfortunately) use frames to create the bottom gallery of thumbnails and have it scroll like that but I would rather not have to create a separate page for each full-size picture. I would rather the page displaying the picture be dynamic and just change the picture rather than refer the browser to a different file. I figure this could be done with some scripting language (PHP?) but I don't know much about that sort of thing. Can anyone help me out? [+] [more inside]
posted by DyRE on Jan 26, 2005 - 14 answers