spacer

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

home / experts / javascript / column78


Netscape 6, Part VII: Object-Oriented DOCJSLIB 3.1

Developer News
Intel's Building Blocks Thread Open Source
What Lies Ahead for SOA?
Novell Turns ICE Into Kablink

This column is the eighth part of our series on Netscape 6. In this column, we'll extend our browser-independent library, DOCJSLIB 1.2, to more applications and more functions. The modified library is DOCJSLIB 3.1. The approach of DOCJSLIB 3.1 is the same as that of DOCJSLIB 1.2: to encapsulate browser-dependent functions as methods of a dedicated class, one per browser type. This scheme is based on the object-oriented design methodology, as we have introduced in Column 77, Netscape 6, Part VI: Object-Oriented DOCJSLIB 1.2.

DOCJSLIB 3.1 supports 12 methods, only two of them were supported in DOCJSLIB 1.2:

  • getSrc()
  • setSrc()
  • setPosFromLeft()
  • setPosFromTop()
  • setZposition()
  • setVisibility()
  • doThisCommandEveryIntervalMS()
  • getWindowWidth()
  • getWindowHeight()
  • getPageScrollLeft()
  • getPageScrollTop()
  • findHighestZ()

The principles of DOCJSLIB 3.1 remain the same: hiding implementation details from the scripter, API-like (Application Procedural Interface) function interfaces, and browser-independence. We demonstrate DOCJSLIB 3.1 with a compound application that includes Tic-Tac-Toe, popout elements, and page watermarks -- all in a single page. Load the page and play the game now.

In this column, you will learn:

At this point, you may also view the code for:

Just copy from these files and paste to your own application. A ZIP file version of all DOCJSLIB 3.1 library files was also provided.

Next: How to structure your application

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



JupiterOnlineMedia

internet.comearthweb.comDevx.commediabistro.comGraphics.com

Search:

Jupitermedia Corporation has two divisions: Jupiterimages and JupiterOnlineMedia

Jupitermedia Corporate Info


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

Advertise | Newsletters | Tech Jobs | Shopping | E-mail Offers

webref The latest from WebReference.com Browse >
Simple Comments Release Notes: v.960 · Adding Client Capabilities to Server Controls Using the ASP.NET AJAX Control Toolkit · How to Create an Ajax Autocomplete Text Field: Part 10
Sitemap · Experts · Tools · Services · Email a Colleague · Contact FREE Newsletters 
 The latest from internet.com
Data Corruption: Dedupe's Achilles Heel · AccessLine Launches SOHO VoIP Product with Costco · Cisco to Acquire Pure Networks


Produced by Yehuda Shiran and Tomer Shiran
All Rights Reserved. Legal Notices.
Created: February 26, 2001
Revised: February 26, 2001

URL: http://www.webreference.com/js/column78/index.html