spacer

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

home / experts / javascript / column45


A DOM-Based Sliding Puzzle

Developer News
Google Going Native With Chrome
Mozilla Fixes Firefox Flaws as 3.5 Release Nears
Microsoft and Novell Still Bosom Buddies

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!

http://www.internet.com

Produced by Yehuda Shiran and Tomer Shiran

internet.commediabistro.comJusttechjobs.comGraphics.com

Search:

WebMediaBrands Corporate Info

Legal Notices, Licensing, Reprints, Permissions, Privacy Policy.
Advertise | Newsletters | Shopping | E-mail Offers | Freelance Jobs

webref The latest from WebReference.com Browse >
XML and PHP Simplified · Creating a ASP.NET Contact Form · Data Filtering with PHP
Sitemap · Experts · Tools · Services · Email a Colleague · Contact FREE Newsletters 
 The latest from internet.com
Intel to Host Live Nehalem Q&A · 12 Tips to Troubleshoot Network File-Sharing · 10 Tips for Selling on Kijiji


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

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