BrainJar
| Experiments in web programming. Features articles, tutorials and example code
related to client-side and server-side web development. |
BrainJar.com: Revenge of the Menu Bar
| Revenge of the Menu Bar. See the demo page for the finished version of the code.
This article details the construction of a menu bar like the one used on ... |
BrainJar.com: Introduction to the Document Object Model
| Introduction to the Document Object Model. The Document Object Model, or DOM, is
the interface that allows you to programmatically access and manipulate the ... |
BrainJar.com: Using Style Sheets
| Using Style Sheets. Review the W3C CSS standard recommendation. This article is
an overview of Cascading Style Sheets (CSS), providing some explanations of ... |
BrainJar.com: The DOM Event Model
| The DOM Event Model. Review the W3C DOM2 Event standard recommendation. One of
the keys to creating dynamic web pages is the use of event handlers. ... |
BrainJar.com: Tabs
| Tabs. See the demo page for the finished version of the code. In this example,
we'll look at using CSS to build a tabbed display. ... |
BrainJar.com: Animation Basics
| Animation Basics. See the example applet in action in the demo or view the source
code. One common use of applets is to provide animation, a display that ... |
BrainJar.com: DOM Viewer
| DOM Viewer. See the demo page for an example of how to use this tool and the
source code. This JavaScript utility allows you to interactively browse the ... |
BrainJar.com: JavaScript Crunchinator
| JavaScript Crunchinator. See the demo page for an example of how to use this tool
and the source code. This utility can be used to reduce the size of ... |
BrainJar.com: BetterCalendar
| BetterCalendar. View a screen shot of this control. Note: This is a reprint of
an article submitted to The Code Project. ... |