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
Microsoft Shows Off Silverlight 4, IE9 Plans
Metasploit Expands Vulnerability Test Framework
HyperCard Reborn?

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

internet.commediabistro.comJusttechjobs.comGraphics.com

Search:

WebMediaBrands Corporate Info

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

webref The latest from WebReference.com Browse >
Rolling Out Your Own HTML Application Version Control · HTML 5: Client-side Storage · Working with Ajax Server Extensions
Sitemap · Experts · Tools · Services · Email a Colleague · Contact FREE Newsletters 
 The latest from internet.com
Wi-Fi Product Watch, November 2009 · Chip Market Recovering From '08 Collapse · Low-Cost Tools to Kickstart Your New Business


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