PDA

View Full Version : DHTML I like


Bill Thompson
30th January 2007, 02:06 PM
I am playing with some DHTML code. I thought I would show some off.

I had a problem with my web site's registration since I wanted the users who signed up with all the possible languages on earth that they knew. The lists were too large and with a user with dial-up the wait would be too long to load. So I created this little gismo:

http://www.completetranslations.com/_phpBB2/language_test.html
which helps out on the registration page. Now it loads nice and quickly.
http://www.completetranslations.com/_phpBB2/profile.php?mode=register

Next, I will make use of a cool accordian DHTML:
http://www.completetranslations.com/_dhtml/accordion.html

Cosmo
30th January 2007, 07:02 PM
I very much like that accordion. Hope you don't mind if I yoink same? ;)

ETA: On second thoughts, it seems to be using proprietary and/or copyrighted (?) javascript files as its base...

Diabolos
31st January 2007, 12:57 AM
You may want to look at The Dojo Toolkit (http://dojotoolkit.org/) for lots of fancy widgets like that.