Skip to content. Skip to navigation

WDIL.org

Personal tools
RSS  WDIL RSS feed
AddThis Social Bookmark Button

Reuseables

This is your one-stop-shop when you need more than inspiration. Here you will find images, files, and code that you can use in your own projects.
Add a new reuseable

Center a PopUp Window

This script is nice because it's figures out the users screen width and height and calculates where the center should be.

script.aculo.us

cross-browser user interface JavaScript libraries

Yahoo! User Interface Library

Utilities and controls, written in JavaScript, for building richly interactive web applications

Google Web Toolkit - Build AJAX apps in the Java language

Open source Java software development framework.

Adobe: Actionscript 2.0/3.0 tutorials & code

A wealth of info on developing interactives with the latest versions of Actionscript (Flash)

Actionscript.org

In addition to Adobe, you can find many code snippets here.

Centering Web Pages With CSS

A quick "how-to" on centering a fixed width web page using css.

Randomizer javascript menu

Here's a fairly simple javascript menu that randomizes the contents of the list on "refresh" of the browser. There are two pieces: an external randomizer.js script and an HTML page that calls to it.