<?xml version="1.0" encoding="UTF-8"?>
<nde:catalog xmlns:nde="http://devedge.netscape.com/2002/de">
  <nde:article>
    <nde:title>Bookmark Keywords</nde:title>
    <nde:summary xmlns:nde="http://devedge.netscape.com/2002/de"/>
    <nde:category>Article</nde:category>
    <nde:pubdate year="" month="" day=""/>
    <nde:channel channelid="gecko"/>
    <nde:channel channelid="viewsource"/>
    <nde:authname>Eric A. Meyer</nde:authname>
  </nde:article>
  <nde:article>
    <nde:title>Tracking Gecko Browser Statistics</nde:title>
    <nde:summary xmlns:nde="http://devedge.netscape.com/2002/de"><p>
      Learn how to accurately track website visitors using 
      Netscape Gecko-based browsers.  For more information regarding detecting
      browsers related to content development, please see 
      <a href="/viewsource/2002/browser-detection/">Browser Detection and Cross Browser Support</a>.
    </p>

    <p><strong>Contents</strong></p>

    <ul>
      <li><a href="#background">Background</a></li>
      <li><a href="#server">Tracking Netscape Gecko Server Side</a></li>
      <li><a href="#client">Tracking Netscape Gecko Client Side</a></li>
      <li><a href="#conclusion">Conclusion</a></li>
      <li><a href="#references">References</a></li>
    </ul></nde:summary>
    <nde:category>Technote</nde:category>
    <nde:pubdate year="2002" month="12" day="16"/>
    <nde:channel channelid="viewsource"/>
    <nde:channel channelid="gecko"/>
    <nde:authname>Bob Clary</nde:authname>
  </nde:article>
  <nde:article>
    <nde:title>Popup Window Controls and Your Website</nde:title>
    <nde:summary xmlns:nde="http://devedge.netscape.com/2002/de">
      <p>
      Netscape 7.01 allows users to control most unsolicited attempts
      to open new windows such as popup and popunder windows.  
      Learn how to detect Popup Controls, how to ask your readers to 
      enable popups for your site and how to get the benefits of 
      popup windows without using popup windows.
    </p>
    </nde:summary>
    <nde:category>TechNote</nde:category>
    <nde:pubdate year="2002" month="12" day="05"/>
    <nde:channel channelid="viewsource"/>
    <nde:channel channelid="gecko"/>
    <nde:authname>Bob Clary</nde:authname>
  </nde:article>
  <nde:article>
    <nde:title>Gecko's &quot;Almost Standards&quot; Mode</nde:title>
    <nde:summary xmlns:nde="http://devedge.netscape.com/2002/de"/>
    <nde:category>Technote</nde:category>
    <nde:pubdate year="2002" month="11" day="08"/>
    <nde:channel channelid="css"/>
    <nde:channel channelid="gecko"/>
    <nde:authname>Eric A. Meyer</nde:authname>
  </nde:article>
  <nde:article>
    <nde:title>Browser Detection and Cross Browser Support</nde:title>
    <nde:summary xmlns:nde="http://devedge.netscape.com/2002/de"><p>
      Improper browser detection can lead to 
      web maintenance nightmares.  Rethinking the basics of when and how 
      to detect user agents is crucial to creating maintainable, 
      cross browser web content.
      This article reviews several approaches to browser detection, 
      their usefulness in specific circumstances to arrive at a common 
      sense approach to browser detection.
    </p>

    <p>
      When reporting browser statistics, you should aggregate traffic
      for all Gecko based browsers. Please see 
      <a href="/viewsource/2002/browser-statistics/">Browser Statistics</a>
      for more information on how to accurately report Gecko based
      users.
    </p>

    <p>
      Visit <a href="/central/gecko/">Gecko Central</a> for
      more specific information on supporting Gecko based browsers.
      Visit <a href="/central/dhtml/">DHTML Central</a>,
      <a href="/central/css/">CSS Central</a> and
      <a href="/central/dom/">DOM Central</a> for more 
      information regarding cross browser web development.
    </p></nde:summary>
    <nde:category>Article</nde:category>
    <nde:pubdate year="2002" month="07" day="17"/>
    <nde:channel channelid="viewsource"/>
    <nde:channel channelid="gecko"/>
    <nde:authname>Bob Clary</nde:authname>
  </nde:article>
  <nde:article>
    <nde:title>Netscape Gecko User Agent Strings</nde:title>
    <nde:summary xmlns:nde="http://devedge.netscape.com/2002/de">
      <p>
      List of released user agents based upon Netscape Gecko<sup>TM</sup>
    </p>
    </nde:summary>
    <nde:category>Technote</nde:category>
    <nde:pubdate year="2002" month="07" day="17"/>
    <nde:moddate year="2002" month="11" day="17"/>
    <nde:channel channelid="viewsource"/>
    <nde:channel channelid="gecko"/>
    <nde:authname>Bob Clary</nde:authname>
  </nde:article>
  <nde:article>
    <nde:title>Netscape Browser Add Ons and Application Development</nde:title>
    <nde:summary xmlns:nde="http://devedge.netscape.com/2002/de"/>
    <nde:category></nde:category>
    <nde:pubdate year="2002" month="03" day="22"/>
    <nde:channel channelid="gecko"/>
  </nde:article>
  <nde:article>
    <nde:title>Netscape 6/Gecko Browser Compatibility Handbook</nde:title>
    <nde:summary xmlns:nde="http://devedge.netscape.com/2002/de"><p>
      Please refer to the <a href="/viewsource/2002/gecko-compatibility/">Gecko Compatibility Handbook</a> for 
      the most current information regarding supporting Gecko based browsers.
    </p>
<p>
The Netscape Technology Evangelism team is working to educate 
developers about cross-browser development techniques that follow the 
W3C Web standards to provide the desired experience Netscape 6+/<a href="http://www.mozilla.org/newlayout/" class="moz-txt-link-freetext">Gecko</a>  
browser users, as well as users of other browsers.  This document 
gives an overview of common problems that occur on websites and how 
to resolve them.
</p>
<p>
In general, <a href="/">/</a> is a great place to look for resources for 
developing along the lines of what's prescribed by the World Wide Web 
Consortium (<a href="http://www.w3.org/">http://www.w3.org/</a>).
</p>
<p>
If you were familiar with pre-Netscape 6.2 versions, check out <a href="/viewsource/2001/NS62/">what's new in 6.2 for developers</a>.
</p></nde:summary>
    <nde:category>TechNote</nde:category>
    <nde:pubdate year="2001" month="11" day="21"/>
    <nde:channel channelid="viewsource"/>
    <nde:channel channelid="gecko"/>
  </nde:article>
  <nde:article>
    <nde:title>Spotting The Gecko</nde:title>
    <nde:summary xmlns:nde="http://devedge.netscape.com/2002/de"/>
    <nde:category>TechNote</nde:category>
    <nde:pubdate year="2001" month="09" day="18"/>
    <nde:channel channelid="gecko"/>
    <nde:channel channelid="viewsource"/>
    <nde:authname>Arun Ranganathan</nde:authname>
  </nde:article>
</nde:catalog>
