spacer

Webref WebRef   Sitemap · Experts · Tools · Services · Newsletters · About i.com

home / experts / javascript / column45


A DOM-Based Sliding Puzzle

Travel Ideas:
 San Francisco Hotels
 Los Angeles Hotels
 New York City Hotels
 Fort Lauderdale
 Spring Break
 Disney World
 BookIt.com
 New Orleans Hotels
Developer News
ADV: Sun's new breakthrough server
Was Google's Summer of Code a Boon or Bust?
Google Cleans Ajax for Java

Now that we have laid down the foundations for the Document Object Model, it's about time to have some fun using it. So far we have taught you the DOM's methods and parameters. In this and next few columns we'll teach you how to write complete DOM-based applications. We chose to start off with a sliding 3x3 puzzle, featuring one of the South Park TV Series' characters. Thanks to Sweeet.com for their permission to use this picture. Go ahead and try it now.

The purpose of this column is to show you how to use the DOM's concepts in writing Internet applications. You'll learn how to design and architect your application as well as how to structure it internally. We'll show you different ways to use DOM's properties and methods, eliminating almost completely the need for the Dynamic HTML Model. We'll demonstrate to you that we can build a Web application which is based on mostly DOM code and almost without any HTML statements. DOM-based programming is much easier than HTML- or DHTML-based programming. This column is also a refresher on JavaScript programming. We'll emphasize along the way various coding and structuring techniques you should know about and feel comfortable to use.

In particular, you'll learn:

We also include the game's complete listing and its zipped version as well.

More Resources from Doc JavaScript
Columns Popular Columns Tips Tools
Latest Columns
41-50 | 31-40 | 21-30
11-20 | 1-10
Working with Windows
JavaScript and Frames
Bookmarklets
Random Tips
Personalized Tips
RSS Channels
Menu Builder
Rollover Builder
Rotation Builder
Reference Tip Categories (want one?)
Links
For Your Site
Did you learn something? Do you like this site? Please link to us!

Resources and Downloads from the Adobe Developer Source on DevX
ARTICLE
Introduction to ColdFusion Components
DOWNLOAD
Try Adobe Flex
Download from the Adobe Developer Source
DOWNLOAD
Try Adobe ColdFusion
ARTICLE
A Marriage Made in Developer Heaven

http://www.internet.com

Produced by Yehuda Shiran and Tomer Shiran

JupiterWeb networks:

internet.comearthweb.comDevx.comGraphics.com

Search JupiterWeb:

Jupitermedia Corporation has two divisions:
Jupiterimages and JupiterWeb


Legal Notices, Licensing, Reprints, & Permissions, Privacy Policy.

Jupitermedia Corporate Info | Newsletters | Tech Jobs | Shopping | E-mail Offers

webref The latest from WebReference.com Browse >
How to Use the HTTP Protocol · How to Fix Web Pages with Active Content · Delicious Recipes for Your Web Site
Sitemap · Experts · Tools · Services · Email a Colleague · Contact FREE Newsletters 
 The latest from internet.com
AMD's Athlon 64 X2 Moves To New Socket, Gains Virtualization Capability · A Laptop for Business and Beyond · Teens and E-Commerce: Selling to the Teen Shopper


Created: Aug 2, 1999
Revised: Aug 5, 1999

URL: http://www.webreference.com/js/column45/