<?xml version="1.0" encoding="iso-8859-1"?>

<?xml-stylesheet type="text/xsl" href="/lib/xsl/devedge-1.00/sectionpage_en.xsl"?>

<nde:article
  url="/central/gecko/2002/add-ons/"
  xmlns="http://www.w3.org/1999/xhtml"
  xmlns:nde="http://devedge.netscape.com/2002/de" 
  xmlns:ent="http://devedge.netscape.com/2003/ent"
  xml:lang="en">
<!-- 
  owner: bclary
  backup: mgalli
  -->
  <nde:header>
  <nde:pubdate year="2002" month="03" day="22"/>
  <nde:title>Netscape Browser Add Ons and Application Development</nde:title>
  <nde:channels>
    <nde:channel id="gecko"/>
  </nde:channels>
</nde:header>

  <nde:head>
    <style type="text/css">
      dt { font-weight: bold; }
    </style>
  </nde:head>
  <nde:content>

    <p>
      As a Mozilla-based browser, Netscape 7.x is extremely customizable. Add features
      for yourself or for <a href="http://channels.netscape.com/ns/browsers/partners/bdp.jsp">distribution</a>. 
      Create your own applications using the XUL
      development framework. Add-ons provided by third-parties are not supported and
      are recommended for developers that are familiar with use of beta software.
    </p>

    <h2>Creating Applications with Mozilla</h2>
    <p>
      This O'Reilly book by David Boswell, Brian King, Ian Oeschger, Pete Collins
      and Eric Murphy is the definitive resource for learning how to create applications
      using the Mozilla Platform. 
    </p>
    <ul>
      <a href="http://books.mozdev.org/">Access it online!</a>
      <a href="http://www.oreilly.com/catalog/mozilla/">Get the book today!</a>.
    </ul>

    <h2>Sidebar Tabs</h2>
    <p>
	Sidebar tabs are panels that are written in HTML or XUL and can be installed in Netscape browser. Visit <a href="http://channel.netscape.com/sidebar/sbd/index.tmpl">Netscape's My Sidebar Directory</a> to install sidebar tabs or follow these links to learn how to develop your own:  
	<ul>
 	<li><a href="http://elwood.mcom.com:20005/dev/devedge/viewsource/2002/sidebar/">My Sidebar Developer's Guide</a></li>
 	<li><a href="/toolbox/sidebars/">Quick Reference Sidebar Tabs</a></li>
 	<li><a href="http://www.livesidebar.com">Additional Sidebar Tab resources on LiveSidebar.com</a></li>
	</ul>
    </p>

    <h2>Bookmarklets</h2>
      <p>
        A Bookmarklet is a JavaScript code that can be added to your Bookmark in Mozilla.
        When you trigger the 
        <a href="javascript:alert('Hi! you can bookmark me or drag to the personal toolbar!');void(0);">
          link with JavaScript</a>, the script is executed in the context of the current web page. 
        This allows developers to create scripts that can interact with content of web pages. 
        <a href="mailto:jruderman@hmc.edu">Jesse Ruderman</a> has contributed many useful
        Bookmarklets.
      </p>
      <ul>
        <li>
          <p>
          <a href="http://www.squarefree.com/bookmarklets/webdevel.html">Web Development
          Bookmarklets</a>
          </p>
        </li>
        <li>
          <p>
          <a href="http://www.squarefree.com/bookmarklets/validation.html">Bookmarklets for
          Web Page Validation</a>
          </p>
        </li>
        <li>
          <p>
          <a href="http://www.squarefree.com/bookmarklets/">More about Bookmarklets</a>
          </p>
        </li>
      </ul>

    <h2>XPI Toolbars and XUL apps for Mozilla</h2>
      <p>
        Mozilla allows extentions that can be distributed and installed on top of the
        browser. The following are links related with projects about XUL and XPI components: 
      </p>
      <ul>
        <li>
          <p>
            <a href="/viewsource/2002/toolbar/">Creating a Toolbar for Netscape 7</a>
          </p>
        </li>
        <li>
          <p>
          <a href="http://www.mozdev.org">mozdev.org's</a> 
          <a href="http://uabar.mozdev.org">User Agent Toolbar</a> 
          allows users to easily change the Mozilla's User Agent string to various values for
          testing User Agent String detection.
          </p>
        </li>
        <li>
          <p>
            Other mozdev.org <a href="http://www.mozdev.org">projects for Mozilla</a>
          </p>
        </li>
        <li>
          <p>
          <a href="http://www.xulplanet.com">XUL Planet's</a>  
          Tutorials, samples and XUL applications.
          </p>
        </li>
        <li>
          <p>
            XUL applications and other extensions at
          <a href="http://www.cc-net.or.jp/~piro/">Outsider reflex</a>
          </p>
        </li>
      </ul>

  </nde:content>
</nde:article>

