JavaScript
Writing half-way decent jQuery code
Submitted by Dustin on Fri, 10/31/2008 - 14:42
Earlier this week, Stephanie put together a really cool design for our portfolio section on the LevelTenDesign.com Web site. It was based off of a jQuery snippet she found that emulates the Coda slider (http://www.panic.com/coda/).
Java applets
Submitted by Colin on Wed, 09/10/2008 - 10:20
Java Applets are small compiled Java applications that can be run within a web page. Java applets allow the power of a true programming language to be executed on the client-side (note: For security reasons some Java features are not available for applets). Applet's usefulness is extended by their ability to interact with JavaScript.
Typical functions include:
- Dynamic navigational drop-down and pop-up menus
- Text manipulation such as scrolling text boxes
- Advanced graphics animation
Further Reading
- Login or register to post comments
- Add new comment
