netscape 7.2
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 239
Netscape::Cache 0.45
Netscape::Cache is a Perl object class for accessing Netscape cache files. more>>
Netscape::Cache is a Perl object class for accessing Netscape cache files.
SYNOPSIS
The object oriented interface:
use Netscape::Cache;
$cache = new Netscape::Cache;
while (defined($url = $cache->next_url)) {
print $url, "n";
}
while (defined($o = $cache->next_object)) {
print
$o->{URL}, "n",
$o->{CACHEFILE}, "n",
$o->{LAST_MODIFIED}, "n",
$o->{MIME_TYPE}, "n";
}
The TIEHASH interface:
use Netscape::Cache;
tie %cache, Netscape::Cache;
foreach (sort keys %cache) {
print $cache{$_}->{URL}, "n";
}
The Netscape::Cache module implements an object class for accessing the filenames and URLs of the cache files used by the Netscape web browser.
Note: You can also use the undocumented pseudo-URLs about:cache, about:memory-cache and about:global-history to access your disk cache, memory cache and global history.
There is also an interface for using tied hashes.
Netscape uses the old Berkeley DB format (version 1.85) for its cache index index.db. Version 2.x.x is incompatible with the old format (db_intro(3)), so you have either to downgrade or to convert the database using db_dump185 and db_load. See convert_185_2xx for a (experimental) converter function.
<<lessSYNOPSIS
The object oriented interface:
use Netscape::Cache;
$cache = new Netscape::Cache;
while (defined($url = $cache->next_url)) {
print $url, "n";
}
while (defined($o = $cache->next_object)) {
$o->{URL}, "n",
$o->{CACHEFILE}, "n",
$o->{LAST_MODIFIED}, "n",
$o->{MIME_TYPE}, "n";
}
The TIEHASH interface:
use Netscape::Cache;
tie %cache, Netscape::Cache;
foreach (sort keys %cache) {
print $cache{$_}->{URL}, "n";
}
The Netscape::Cache module implements an object class for accessing the filenames and URLs of the cache files used by the Netscape web browser.
Note: You can also use the undocumented pseudo-URLs about:cache, about:memory-cache and about:global-history to access your disk cache, memory cache and global history.
There is also an interface for using tied hashes.
Netscape uses the old Berkeley DB format (version 1.85) for its cache index index.db. Version 2.x.x is incompatible with the old format (db_intro(3)), so you have either to downgrade or to convert the database using db_dump185 and db_load. See convert_185_2xx for a (experimental) converter function.
Download (0.016MB)
Added: 2007-03-24 License: Perl Artistic License Price:
945 downloads
Ncaster 1.7.2
NCaster is content management system that features high customizability and flexibility. more>>
NCaster is content management system that features high customizability and flexibility.
Ncaster project supports limitless custom fields, relational links between articles, caching, user levels, a WYSWYG HTML editor, XML feeds, article authentication, a plugin-based scripting language, and more.
Main features:
- Modules: Modules in Ncaster are extremely easy to create, maintain, and edit.
- Hubs: A somewhat different approach at related articles, this new method is vastly more flexible then a traditional relation system. It allows you to bind two articles together and use each others data on a single page. Hubs also act as a relation link, where you can list all related articles associated to a hub.
- Powerful Custom Field Creation: Add an unlimited amount of custom fields. Choose from a single line field, multi-line box, ratio selection, or a custom drop-down list created before hand. Advanced filtering filters your results automatically based on your custom fields.
- Build List Technology: Add an unlimited amount to custom fields. Control the number, appearance, type, and order in which you want your lists displayed. Choose whether to save to your database or to a text file.
- Flexible Template System: Allows you to have full control over the look and feel of your site.
- Cache System: Large sites demand speed, they need to load fast and feed out information to thousands. A dynamic system will just not cut it when it comes to the crunch, Ncaster uses a template caching system that is extremely fast (as low as 0.004) at storing, retrieving, and updating stored pre-rendered templates.
- Staff System: Add or remove an unlimited number of staff members (four levels: Administrator, Editor, Agent, Guest). Each staff member has his or her own user profile.
- Entity 2.0: Exclusive, versatile scripting language used in Ncaster templates. More clear and easy to use than php. Entity 2 is plugin based; new functionality can be added by just downloading new functions from the ncaster website.
- WYSIWYG html editor: Features the raw essentials for posting articles. Can be disabled or enabled at any time.
- Images: New to Ncaster is image resizing and image watermarking. You have the option to pick the transparent color, compression, and more.
- XML Feed: Generate XML feeds. This allows other webmasters to use your content; a very effective way of advertising your sites content.
- Search Engine Friendly: Some search engines do not index sites with dynamic content. Ncaster features some mod-rewrite code as well as short URLs.
- Article Authentication - Each article posted by your members now can be authenticated before they appear on your site as published. This option can be disabled or enabled at any time.
<<lessNcaster project supports limitless custom fields, relational links between articles, caching, user levels, a WYSWYG HTML editor, XML feeds, article authentication, a plugin-based scripting language, and more.
Main features:
- Modules: Modules in Ncaster are extremely easy to create, maintain, and edit.
- Hubs: A somewhat different approach at related articles, this new method is vastly more flexible then a traditional relation system. It allows you to bind two articles together and use each others data on a single page. Hubs also act as a relation link, where you can list all related articles associated to a hub.
- Powerful Custom Field Creation: Add an unlimited amount of custom fields. Choose from a single line field, multi-line box, ratio selection, or a custom drop-down list created before hand. Advanced filtering filters your results automatically based on your custom fields.
- Build List Technology: Add an unlimited amount to custom fields. Control the number, appearance, type, and order in which you want your lists displayed. Choose whether to save to your database or to a text file.
- Flexible Template System: Allows you to have full control over the look and feel of your site.
- Cache System: Large sites demand speed, they need to load fast and feed out information to thousands. A dynamic system will just not cut it when it comes to the crunch, Ncaster uses a template caching system that is extremely fast (as low as 0.004) at storing, retrieving, and updating stored pre-rendered templates.
- Staff System: Add or remove an unlimited number of staff members (four levels: Administrator, Editor, Agent, Guest). Each staff member has his or her own user profile.
- Entity 2.0: Exclusive, versatile scripting language used in Ncaster templates. More clear and easy to use than php. Entity 2 is plugin based; new functionality can be added by just downloading new functions from the ncaster website.
- WYSIWYG html editor: Features the raw essentials for posting articles. Can be disabled or enabled at any time.
- Images: New to Ncaster is image resizing and image watermarking. You have the option to pick the transparent color, compression, and more.
- XML Feed: Generate XML feeds. This allows other webmasters to use your content; a very effective way of advertising your sites content.
- Search Engine Friendly: Some search engines do not index sites with dynamic content. Ncaster features some mod-rewrite code as well as short URLs.
- Article Authentication - Each article posted by your members now can be authenticated before they appear on your site as published. This option can be disabled or enabled at any time.
Download (0.50MB)
Added: 2006-06-06 License: Freeware Price:
1295 downloads
Netscape::History 3.01
Netscape::History is a Perl object class for accessing Netscape history database. more>>
Netscape::History is a Perl object class for accessing Netscape history database.
SYNOPSIS
use Netscape::History;
$history = new Netscape::History();
while (defined($url = $history->next_url() ))
{
}
The Netscape::History module implements an object class for accessing the history database maintained by the Netscape web browser. The history database keeps a list of all URLs you have visited, and is used by Netscape to change the color of URLs which you have previously visited, for example.
With this module, you can get at the URLs stored in a Netscape history file, delete URLs, and add new ones. With the associated Netscape::HistoryURL module you can access the information which is associated with each URL.
Please Note: the database format for the browser history was changed with Netscape 4. Previously only the time of most recent visit was available; now you can also get at the time of your first visit, the number of visits, the title of the referenced page, and another value.
<<lessSYNOPSIS
use Netscape::History;
$history = new Netscape::History();
while (defined($url = $history->next_url() ))
{
}
The Netscape::History module implements an object class for accessing the history database maintained by the Netscape web browser. The history database keeps a list of all URLs you have visited, and is used by Netscape to change the color of URLs which you have previously visited, for example.
With this module, you can get at the URLs stored in a Netscape history file, delete URLs, and add new ones. With the associated Netscape::HistoryURL module you can access the information which is associated with each URL.
Please Note: the database format for the browser history was changed with Netscape 4. Previously only the time of most recent visit was available; now you can also get at the time of your first visit, the number of visits, the title of the referenced page, and another value.
Download (0.009MB)
Added: 2007-03-24 License: Perl Artistic License Price:
949 downloads
NScache 0.6
NScache provides a simple manager and browser for Netscape(tm) cache directories. more>>
NScache provides a simple manager and browser for Netscape(tm) cache directories.
nscache is a simple program to browse the Netscape cache directory with a GTK UI. It shows the contents of the browser cache in a three level hierarchy of files: protocols, servers and documents or in sorted list.
nscache permits you to view files from the cache, remove files, or gather various information about specific files.
<<lessnscache is a simple program to browse the Netscape cache directory with a GTK UI. It shows the contents of the browser cache in a three level hierarchy of files: protocols, servers and documents or in sorted list.
nscache permits you to view files from the cache, remove files, or gather various information about specific files.
Download (0.093MB)
Added: 2007-04-17 License: GPL (GNU General Public License) Price:
921 downloads
Newega 0.7.2
Newega is a Usenet reader with a Web-based interface. more>>
Newega is a Usenet reader with a Web-based interface. Newega is a stand-alone program (no Web or database server needed), is cross-platform, and has support for themes using HTML templates.
Main features:
- Basic: Subscribing, Sorting and searching newsgroups, Threads
- Theme support using HTML templates
- Keyboard navigation (requires javascript)
- Support multiple architectures
- MultiTask
- Support for non english character encodings
Enhancements:
- New features include advanced filters and flagging rules, remote use with access restriction based on IP and/or password, support for downloading of large binary files, group folders, and more.
<<lessMain features:
- Basic: Subscribing, Sorting and searching newsgroups, Threads
- Theme support using HTML templates
- Keyboard navigation (requires javascript)
- Support multiple architectures
- MultiTask
- Support for non english character encodings
Enhancements:
- New features include advanced filters and flagging rules, remote use with access restriction based on IP and/or password, support for downloading of large binary files, group folders, and more.
Download (1.9MB)
Added: 2006-03-08 License: Free for non-commercial use Price:
1325 downloads
Netscape::Bookmarks 1.94
Netscape::Bookmarks is a Perl module to parse, manipulate, or create Netscape Bookmarks files. more>>
Netscape::Bookmarks is a Perl module to parse, manipulate, or create Netscape Bookmarks files.
SYNOPSIS
use Netscape::Bookmarks;
# parse an existing file
my $bookmarks = Netscape::Bookmarks->new( $bookmarks_file );
# -- OR --
# start a new Bookmarks structure
my $bookmarks = Netscape::Bookmarks->new;
# print a Netscape compatible file
print $bookmarks->as_string;
[ Note: I wrote this a long time ago. Although this should still work with "Netscape" browsers, Mozilla browsers do the same thing. When the docs say "Netscape", I mean either branch of browsers. ]
The Netscape bookmarks file has several basic components:
title
folders (henceforth called categories)
links
aliases
separators
On disk, Netscape browsers store this information in HTML. In the browser, it is displayed under the "Bookmarks" menu. The data can be manipulated through the browser interface.
This module allows one to manipulate the bookmarks file programmatically. One can parse an existing bookmarks file, manipulate the information, and write it as a bookmarks file again. Furthermore, one can skip the parsing step to create a new bookmarks file and write it in the proper format to be used by a Netscape browser.
The Bookmarks module simply parses the bookmarks file passed to it as the only argument to the constructor:
my $bookmarks = Netscape::Bookmarks->new( $bookmarks_file );
The returned object is a Netscape::Bookmarks::Category object, since the bookmark file is simply a collection of categories that contain any of the components listed above. The top level (i.e. root) category is treated specially and defines the title of the bookmarks file.
HTML::Parser is used behind the scenes to build the data structure (a simple list of lists (of lists ...)). Netscape::Bookmarks::Category, Netscape::Bookmarks::Link, Netscape::Bookmarks::Alias, or Netscape::Bookmarks::Separator objects can be stored in a Netscape::Bookmarks::Category object. Netscape::Bookmarks::Alias objects are treated as references to Netscape::Bookmarks::Link objects, so changes to one affect the other.
Methods for manipulating this object are in the Netscape::Bookmarks::Category module. Methods for dealing with the objects contained in a Netscape::Bookmarks::Category object are in their appropriate modules.
new( [filename] )
The constructor takes a filename as its single (optional) argument. If you do not give new an argument, an empty Netscape::Bookmarks::Category object is returned so that you can start to build up your new Bookmarks file. If the file that you name does not exist, undef is returned in scalar context and an empty list is returned in list context. If the file does exist it is parsed with HTML::Parser with the internal parser subclass defined in the same package as new. If the parsing finishes without error a Netscape::Bookmarks::Category object is returned.
parse_string
Method for HTML::Parser subclass method
start
Method for HTML::Parser subclass method
text
Method for HTML::Parser subclass method
end
Method for HTML::Parser subclass method
my_init
Method for HTML::Parser subclass method
<<lessSYNOPSIS
use Netscape::Bookmarks;
# parse an existing file
my $bookmarks = Netscape::Bookmarks->new( $bookmarks_file );
# -- OR --
# start a new Bookmarks structure
my $bookmarks = Netscape::Bookmarks->new;
# print a Netscape compatible file
print $bookmarks->as_string;
[ Note: I wrote this a long time ago. Although this should still work with "Netscape" browsers, Mozilla browsers do the same thing. When the docs say "Netscape", I mean either branch of browsers. ]
The Netscape bookmarks file has several basic components:
title
folders (henceforth called categories)
links
aliases
separators
On disk, Netscape browsers store this information in HTML. In the browser, it is displayed under the "Bookmarks" menu. The data can be manipulated through the browser interface.
This module allows one to manipulate the bookmarks file programmatically. One can parse an existing bookmarks file, manipulate the information, and write it as a bookmarks file again. Furthermore, one can skip the parsing step to create a new bookmarks file and write it in the proper format to be used by a Netscape browser.
The Bookmarks module simply parses the bookmarks file passed to it as the only argument to the constructor:
my $bookmarks = Netscape::Bookmarks->new( $bookmarks_file );
The returned object is a Netscape::Bookmarks::Category object, since the bookmark file is simply a collection of categories that contain any of the components listed above. The top level (i.e. root) category is treated specially and defines the title of the bookmarks file.
HTML::Parser is used behind the scenes to build the data structure (a simple list of lists (of lists ...)). Netscape::Bookmarks::Category, Netscape::Bookmarks::Link, Netscape::Bookmarks::Alias, or Netscape::Bookmarks::Separator objects can be stored in a Netscape::Bookmarks::Category object. Netscape::Bookmarks::Alias objects are treated as references to Netscape::Bookmarks::Link objects, so changes to one affect the other.
Methods for manipulating this object are in the Netscape::Bookmarks::Category module. Methods for dealing with the objects contained in a Netscape::Bookmarks::Category object are in their appropriate modules.
new( [filename] )
The constructor takes a filename as its single (optional) argument. If you do not give new an argument, an empty Netscape::Bookmarks::Category object is returned so that you can start to build up your new Bookmarks file. If the file that you name does not exist, undef is returned in scalar context and an empty list is returned in list context. If the file does exist it is parsed with HTML::Parser with the internal parser subclass defined in the same package as new. If the parsing finishes without error a Netscape::Bookmarks::Category object is returned.
parse_string
Method for HTML::Parser subclass method
start
Method for HTML::Parser subclass method
text
Method for HTML::Parser subclass method
end
Method for HTML::Parser subclass method
my_init
Method for HTML::Parser subclass method
Download (0.023MB)
Added: 2007-03-24 License: Perl Artistic License Price:
947 downloads
Netscape::HistoryURL 3.01
Netscape::HistoryURL is a URI::URL subclass with Netscape history information. more>>
Netscape::HistoryURL is a URI::URL subclass with Netscape history information.
SYNOPSIS
use Netscape::HistoryURL;
$url = new Netscape::HistoryURL(http://foobar.com/,
LAST, FIRST, COUNT, EXPIRE, TITLE);
The Netscape::HistoryURL module subclasses URI::URL to provide a URL class with methods for accessing the information which is stored in Netscapes history database.
The history database is used to keep track of all URLs you have visited. This is used to color previously visited URLs different, for example. The information stored in the history database depends on the version of Netscape being used.
<<lessSYNOPSIS
use Netscape::HistoryURL;
$url = new Netscape::HistoryURL(http://foobar.com/,
LAST, FIRST, COUNT, EXPIRE, TITLE);
The Netscape::HistoryURL module subclasses URI::URL to provide a URL class with methods for accessing the information which is stored in Netscapes history database.
The history database is used to keep track of all URLs you have visited. This is used to color previously visited URLs different, for example. The information stored in the history database depends on the version of Netscape being used.
Download (0.008MB)
Added: 2007-03-24 License: Perl Artistic License Price:
945 downloads
x2vnc 1.7.2
x2vnc is a dual-screen hack for VNC. more>>
x2vnc will let you use two screens on two different computers as if they were connected to the same computer. Even if one of the computers runs Windows 95/98/NT and the other one runs X-windows. If they are both running Windows, you probably want to use Win2VNC instead.
Personally, I have two computers, both with linux installed, but I often have to run Windows 95 or Windows NT when working, and I just got tired of switching between the two keyboards. Therefore I wrote this program.
While running this program I can move the mouse pointer beyond the right edge of my X display, and then the pointer will appear on the screen on the other computer. If you have ever used x2x or a computer with two graphics cards, you know what I am talking about.
The program will open a small (one pixel wide) window on the edge of your screen. Moving the pointer into this window will trigger the program to take over your mouse and send mouse movements and keystrokes though the RFB protocol to a VNC server running on another machine. When the pointer is moved back towards the opposite edge on the other screen, the mouse is then released again.
The operation itself is almost identical to x2x, but most of the code was actually borrowed from the program vncviewer.
As the name x2vnc implies, x2vnc can only send events from an X-windows based display to any VNC server. VNC servers can run on Microsoft Windows 95/98/NT/2000/XP. x2vnc will not run without X-windows.
Please note that the normal VNC server for X windows does not control the mouse on the screen itself, but creates a virtual server in memory instead. If you wish to control an X11 display with x2vnc, you need to use x11vnc, but its probably easier to just use x2x instead.
Enhancements:
- A couple of major bugs in the DGA code were fixed.
<<lessPersonally, I have two computers, both with linux installed, but I often have to run Windows 95 or Windows NT when working, and I just got tired of switching between the two keyboards. Therefore I wrote this program.
While running this program I can move the mouse pointer beyond the right edge of my X display, and then the pointer will appear on the screen on the other computer. If you have ever used x2x or a computer with two graphics cards, you know what I am talking about.
The program will open a small (one pixel wide) window on the edge of your screen. Moving the pointer into this window will trigger the program to take over your mouse and send mouse movements and keystrokes though the RFB protocol to a VNC server running on another machine. When the pointer is moved back towards the opposite edge on the other screen, the mouse is then released again.
The operation itself is almost identical to x2x, but most of the code was actually borrowed from the program vncviewer.
As the name x2vnc implies, x2vnc can only send events from an X-windows based display to any VNC server. VNC servers can run on Microsoft Windows 95/98/NT/2000/XP. x2vnc will not run without X-windows.
Please note that the normal VNC server for X windows does not control the mouse on the screen itself, but creates a virtual server in memory instead. If you wish to control an X11 display with x2vnc, you need to use x11vnc, but its probably easier to just use x2x instead.
Enhancements:
- A couple of major bugs in the DGA code were fixed.
Download (0.061MB)
Added: 2006-06-14 License: GPL (GNU General Public License) Price:
1228 downloads
w3cam 0.7.2
w3cam is a simple CGI to retrieve images from a so called video4linux device. more>>
w3cam is a simple CGI to retrieve images from a so called video4linux device. In other words this program will only run on Linux machines which support a video4linux-device.
w3cam supports a text mode and a gui mode. In the gui mode a html with a form is supplied to change some parameters with the mouse ..
Supported output formats: [6]PNG, [7]JPEG and PPM
Screen dumps in GUI mode [8]double.jpg
Installation: run configure & make install and edit the installed w3cam.cgi.scf file for the runtime configuration.
Usage: Install the CGI and then call {url}/w3cam.cgi?help
Download source code: [9]w3cam-0.7.2.tar.gz
Needed Libraries: [10]libz, libpng, libjpeg
Checkout [11]ChangeLog for changes since the last release.
Tips:
Dont use refresh=0 if you are not the only one, who want to access the video, cause this will lock the v4l device.
Set refresh=-1 if the image is NOT embedded in a HTML-page (or set it at compile time as the default or at runtime in the configuration file).
Use w3cam.css to change the layout (dont forget to install and define the URL in the config file..)
Problems?: [13]Mini FAQ, and also consult the included documentation and HTML samples.
Enhancements:
- released 0.7.2
- w3cam.cgi: added default input in the gui mode
- added new option "bgr=1" to swap RGB24 to BGR24
- fixed v4l.c:v4l_set_input() for the ov511 driver
<<lessw3cam supports a text mode and a gui mode. In the gui mode a html with a form is supplied to change some parameters with the mouse ..
Supported output formats: [6]PNG, [7]JPEG and PPM
Screen dumps in GUI mode [8]double.jpg
Installation: run configure & make install and edit the installed w3cam.cgi.scf file for the runtime configuration.
Usage: Install the CGI and then call {url}/w3cam.cgi?help
Download source code: [9]w3cam-0.7.2.tar.gz
Needed Libraries: [10]libz, libpng, libjpeg
Checkout [11]ChangeLog for changes since the last release.
Tips:
Dont use refresh=0 if you are not the only one, who want to access the video, cause this will lock the v4l device.
Set refresh=-1 if the image is NOT embedded in a HTML-page (or set it at compile time as the default or at runtime in the configuration file).
Use w3cam.css to change the layout (dont forget to install and define the URL in the config file..)
Problems?: [13]Mini FAQ, and also consult the included documentation and HTML samples.
Enhancements:
- released 0.7.2
- w3cam.cgi: added default input in the gui mode
- added new option "bgr=1" to swap RGB24 to BGR24
- fixed v4l.c:v4l_set_input() for the ov511 driver
Download (0.14MB)
Added: 2006-07-18 License: GPL (GNU General Public License) Price:
1200 downloads
PgcEdit 7.2
PgcEdit is a DVD IFO and Menu editor designed to allow the modification of the navigation commands and parameters of DVDs. more>>
PgcEdit is a DVD IFO and Menu editor designed to allow the modification of the navigation commands and parameters of an already authored DVD structure.
PgcEdit is also an excellent tool to learn how a DVD works, with his powerful Trace function.
Since v0.6.0, PgcEdit is also the first program able to burn a Double Layer DVD-Video on DL DVD+R or DL DVD-R, with an interactive interface (including a preview), to select the position of the layer break.
PgcEdit project is free and open source (GPL license).
<<lessPgcEdit is also an excellent tool to learn how a DVD works, with his powerful Trace function.
Since v0.6.0, PgcEdit is also the first program able to burn a Double Layer DVD-Video on DL DVD+R or DL DVD-R, with an interactive interface (including a preview), to select the position of the layer break.
PgcEdit project is free and open source (GPL license).
Download (MB)
Added: 2006-06-16 License: GPL (GNU General Public License) Price:
1227 downloads
Appleseed 0.7.2
Appleseed is a social networking software, similar to Friendster or Myspace. more>>
Appleseed project is an effort to create open source Social Networking software that is based on a distributed model. For instance, a profile on one Appleseed website could "friend" a profile on another Appleseed website, and the two profiles could interact with each other.
Apart from being distributed, Appleseed will also have a strong focus on privacy and security, as well as a commitment to seeing the user as an online citizen, as opposed to a consumer to be targetted. This is in stark contrast to current social networking websites, who rely heavily on ad placement and data mining of their users.
The first goal is to create a codebase for basic interaction, such as creating profiles, creating and participating in message groups, journals and comments, etc.
Eventually, Appleseed will encompass many different aspects, from mail to messaging to journals/blogs to photo uploads and management. A module architecture is also in the works for even greater extensibility.
Development currently uses Object Oriented PHP4, MySQL (InnoDB), XHTML, Javascript, and CSS2. Mozilla/Firefox will be the target platform.
<<lessApart from being distributed, Appleseed will also have a strong focus on privacy and security, as well as a commitment to seeing the user as an online citizen, as opposed to a consumer to be targetted. This is in stark contrast to current social networking websites, who rely heavily on ad placement and data mining of their users.
The first goal is to create a codebase for basic interaction, such as creating profiles, creating and participating in message groups, journals and comments, etc.
Eventually, Appleseed will encompass many different aspects, from mail to messaging to journals/blogs to photo uploads and management. A module architecture is also in the works for even greater extensibility.
Development currently uses Object Oriented PHP4, MySQL (InnoDB), XHTML, Javascript, and CSS2. Mozilla/Firefox will be the target platform.
Download (0.43MB)
Added: 2007-07-03 License: GPL (GNU General Public License) Price:
844 downloads
Netscape Navigator 9.0 Beta 1
Netscape Navigator offers improved pop-up blocking and enhanced security. more>>
Netscape Navigator offers improved pop-up blocking and enhanced security. Netscape Navigator 9 is available as a standalone installation for Linux, Mac OS, and Windows.
The automatic update feature in your current Netscape browser will not upgrade to 9.0. Please download the new version now for the newest updates.
Main features:
Social Integration
- Share and vote for webpages that you find interesting.
- Add friends and get their favorite stories in your sidebar.
News in the Browser
- Follow the latest news directly from your browser.
- Customize your News menu to only show your favorite sections.
URL correction
- Let Navigator fix common typing mistakes in URLs.
- No more .cmo, .ogr, or htp:// !
Link Pad
- Save interesting links for later without cluttering your bookmarks.
<<lessThe automatic update feature in your current Netscape browser will not upgrade to 9.0. Please download the new version now for the newest updates.
Main features:
Social Integration
- Share and vote for webpages that you find interesting.
- Add friends and get their favorite stories in your sidebar.
News in the Browser
- Follow the latest news directly from your browser.
- Customize your News menu to only show your favorite sections.
URL correction
- Let Navigator fix common typing mistakes in URLs.
- No more .cmo, .ogr, or htp:// !
Link Pad
- Save interesting links for later without cluttering your bookmarks.
Download (8.9MB)
Added: 2007-06-05 License: NPL (Netscape Public License) Price:
169492 downloads
NodeTree 1.0
NodeTree allows you to manipulate a hierarchy of objects in a database. more>>
NodeTree allows you to manipulate a hierarchy of objects in a database.
This package can be used to manipulate a hierarchy of objects stored in a MySQL database. It provides basic methods (actions) that includes adding, editing, deleting, copying, moving and sorting object nodes.
The package includes scripts that provide a Web interface to manipulate the object hierarchy. Database query debug information is dumped at the end of the scripts. The node classes can be extended to provide additional functionality like generating an XML representation of the hierarchy structure.
Structuring data in a hierarchal way is a basic operation when creating more
advanced information handling applications. When extending NodeTree with own
methods it is possible to retrieve xml like structured data from database in many
handy ways.
JavaScripts and stylesheets are tested succesfully on
- mac safari 2.0.3, firefox 1.5.0.1, netscape 7.2 and omniweb 5.1.1
- pc firefox 1.0.1
Php scripts and classes are tested succesfully on:
- Apache 1.3.33, PHP 5.0.4, MySql 4.1.3
- Apache 1.3.34, PHP 4.4.2, MySql 4.1.14
<<lessThis package can be used to manipulate a hierarchy of objects stored in a MySQL database. It provides basic methods (actions) that includes adding, editing, deleting, copying, moving and sorting object nodes.
The package includes scripts that provide a Web interface to manipulate the object hierarchy. Database query debug information is dumped at the end of the scripts. The node classes can be extended to provide additional functionality like generating an XML representation of the hierarchy structure.
Structuring data in a hierarchal way is a basic operation when creating more
advanced information handling applications. When extending NodeTree with own
methods it is possible to retrieve xml like structured data from database in many
handy ways.
JavaScripts and stylesheets are tested succesfully on
- mac safari 2.0.3, firefox 1.5.0.1, netscape 7.2 and omniweb 5.1.1
- pc firefox 1.0.1
Php scripts and classes are tested succesfully on:
- Apache 1.3.33, PHP 5.0.4, MySql 4.1.3
- Apache 1.3.34, PHP 4.4.2, MySql 4.1.14
Download (0.039MB)
Added: 2007-02-16 License: GPL (GNU General Public License) Price:
980 downloads

Netscape Navigator for Linux 9.0b2
Surf the Web quickly and securely with Netscape Navigator for Linux. more>> Surf the Web quickly and securely with Netscape Navigator for Linux.
In addition to high-speed browsing and instant-messaging capabilities, Netscape features one-click searching from the address bar; Quick Launch, which reduces the browser start-up time; Click-to-Search, which allows users to select a word within a Web page and search; improved instant messaging, including support for buddy icons, file transfers, and buddy alerts; and tabbed browsing, which allows users to view multiple Web pages in a single browser window.
Version 9.0b2 adds URL correction for common typos, in-browser voting on popular, a sidebar minibrowser, and compatibility with Firefox 2 extensions.<<less
Download (8.86MB)
Added: 2009-04-26 License: Freeware Price: Free
180 downloads
Netscapes Digg Tracker 1.0.3
Netscapes Digg Tracker helps you keep tabs on what stories your Digg friends are digging, submitting, and commenting on. more>>
Netscapes Digg Tracker is a the Firefox extension that helps you keep tabs on what stories your Digg friends are digging, submitting, and commenting on. A new toolbar button (shown in the preview image) features the Digg digger. When there is new activity by your friends (i.e., a new comment or a new story submission), the button will be activated and the digger will be shown with his trusty shovel.
Clicking on the activated button will open a list of your friends activity in the sidebar, allowing you to easily browse the stories theyve submitted, commented on, and dugg. Each time you view your friends activity, you will only be shown activity that is new since the last time you opened the sidebar.
In addition, the top 5 stories from Netscape.com will be shown below your friends activity. At any time, you can click the toolbar button to view these links, even if there is no new activity to display.
Note: The sidebar limits activity to five stories/comments/diggs for each friend. If there are more than five items to show, a link to the friends full history will be displayed.
This extension is based on the Netscape Friends Activity Sidebar.
<<lessClicking on the activated button will open a list of your friends activity in the sidebar, allowing you to easily browse the stories theyve submitted, commented on, and dugg. Each time you view your friends activity, you will only be shown activity that is new since the last time you opened the sidebar.
In addition, the top 5 stories from Netscape.com will be shown below your friends activity. At any time, you can click the toolbar button to view these links, even if there is no new activity to display.
Note: The sidebar limits activity to five stories/comments/diggs for each friend. If there are more than five items to show, a link to the friends full history will be displayed.
This extension is based on the Netscape Friends Activity Sidebar.
Download (0.020MB)
Added: 2007-06-02 License: MPL (Mozilla Public License) Price:
876 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above netscape 7.2 search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed