netscape
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 149

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
Pathfinder PKI Daemon 0.1.0
Pathfinder PKI Daemon is designed to provide a mechanism for any program to perform RFC3280-compliant path validation... more>>
Pathfinder PKI Daemon is designed to provide a mechanism for any program to perform RFC3280-compliant path validation of X509 certificates, even when some of the intermediate certificates are not present on the local machine. The project will automatically download any such certificates (and their CRLs) from the Internet as needed using the AIA and CRL distribution point extensions of the certificates it is processing.
By default, the Pathfinder daemon listens on the D-Bus system bus for incoming requests. In this way, any project can easily gain the ability to reliably validate the trustworthiness of X509 certificates. For the convenience of those using OpenSSL or NSS (Netscape Security Services), two libraries containing a callback suitable for use with an SSL connection are provided with the main Pathfinder distribution.
If you are looking for a demonstration of Pathfinder, you may be interested in Pathviewer, which provides a graphical view of path validation via a GTK+ interface.
<<lessBy default, the Pathfinder daemon listens on the D-Bus system bus for incoming requests. In this way, any project can easily gain the ability to reliably validate the trustworthiness of X509 certificates. For the convenience of those using OpenSSL or NSS (Netscape Security Services), two libraries containing a callback suitable for use with an SSL connection are provided with the main Pathfinder distribution.
If you are looking for a demonstration of Pathfinder, you may be interested in Pathviewer, which provides a graphical view of path validation via a GTK+ interface.
Download (0.25MB)
Added: 2007-08-07 License: LGPL (GNU Lesser General Public License) Price:
809 downloads
Flashblock 1.5.4.1
Flashblock is an Firefox extension that takes a pessimistic approach to dealing with Macromedia Flash content. more>>
Flashblock is an extension for the Mozilla, Firefox, and Netscape browsers that takes a pessimistic approach to dealing with Macromedia Flash content on a webpage and blocks ALL Flash content from loading. The project leaves placeholders on the webpage that allow you to click to download and then view the Flash content.
Flashblock currently blocks the following content types:
- Macromedia Flash
- Macromedia Shockwave
- Macromedia Authorware
<<lessFlashblock currently blocks the following content types:
- Macromedia Flash
- Macromedia Shockwave
- Macromedia Authorware
Download (0.062MB)
Added: 2007-07-27 License: MPL (Mozilla Public License) Price:
826 downloads
PasswordMaker 1.6.2
PasswordMaker is a small, lightweight, free, extension for Internet Explorer, Firefox, Mozilla, Netscape, Flock. more>>
PasswordMaker project is a small, lightweight, free, extension for Internet Explorer, Firefox, Mozilla, Netscape, Flock, and Yahoo! Widgets which creates unique, secure passwords that are very easy for you to retrieve but no one else. Nothing is stored anywhere, anytime, so theres nothing to be hacked, lost, or stolen.
How It Works:
You provide PasswordMaker two pieces of information: a "master password" -- that one, single password you like -- and the URL of the website requiring a password. Through the magic of one-way hash algorithms, PasswordMaker calculates a message digest, also known as a digital fingerprint, which can be used as your password for the website.
Although one-way hash algorithms have a number of interesting characteristics, the one capitalized by PasswordMaker is that the resulting fingerprint (password) does "not reveal anything about the input that was used to generate it." In other words, if someone has one or more of your generated passwords, it is computationally infeasible for him to derive your master password or to calculate your other passwords. Computationally infeasible means even computers like this wont help!
<<lessHow It Works:
You provide PasswordMaker two pieces of information: a "master password" -- that one, single password you like -- and the URL of the website requiring a password. Through the magic of one-way hash algorithms, PasswordMaker calculates a message digest, also known as a digital fingerprint, which can be used as your password for the website.
Although one-way hash algorithms have a number of interesting characteristics, the one capitalized by PasswordMaker is that the resulting fingerprint (password) does "not reveal anything about the input that was used to generate it." In other words, if someone has one or more of your generated passwords, it is computationally infeasible for him to derive your master password or to calculate your other passwords. Computationally infeasible means even computers like this wont help!
Download (0.16MB)
Added: 2007-07-23 License: GPL (GNU General Public License) Price:
1855 downloads
Balayer 0.1
Balayer is yet another web browser. more>>
Only HTML, text and images are rendered. It has the peculiarity to be entirely written in Python, though based on many C-written pieces.
The idea of it came because I like Operas way of browsing, but it is too buggy on Linux, so when I saw someone had written a HTML rendering widget with rather few dependencies, I decided to write my own web browser.
This has led me to write other software pieces that are needed to run balayer for the most part: python-gdkinput, python-cschtml, gladepyc. The latter was independant from Balayer at start, but finally I decided that Balayer would be a good demonstration for it; At the same time, I had to implement features in gladepyc to implement Balayer, so they both benefitted from each other.
Main features:
- Single window navigation: web pages are displayed in a notebook rather than in separate Windows.
- Clicking on a link displays the new page systematically in a new tab, and does not focus it automatically. This is to ease parallel loading of pages.
- Non-blocking loading: you can continue viewing pages while documents and images are loading.
- Bookmark manager: shows and manage separate bookmark trees for each supported bookmark format. No native bookmark format, it uses others. Planned: Opera, Lynx, Netscape.
- Should be quite fast and light (memory and disk footprint); At least it is on my host.
<<lessThe idea of it came because I like Operas way of browsing, but it is too buggy on Linux, so when I saw someone had written a HTML rendering widget with rather few dependencies, I decided to write my own web browser.
This has led me to write other software pieces that are needed to run balayer for the most part: python-gdkinput, python-cschtml, gladepyc. The latter was independant from Balayer at start, but finally I decided that Balayer would be a good demonstration for it; At the same time, I had to implement features in gladepyc to implement Balayer, so they both benefitted from each other.
Main features:
- Single window navigation: web pages are displayed in a notebook rather than in separate Windows.
- Clicking on a link displays the new page systematically in a new tab, and does not focus it automatically. This is to ease parallel loading of pages.
- Non-blocking loading: you can continue viewing pages while documents and images are loading.
- Bookmark manager: shows and manage separate bookmark trees for each supported bookmark format. No native bookmark format, it uses others. Planned: Opera, Lynx, Netscape.
- Should be quite fast and light (memory and disk footprint); At least it is on my host.
Download (0.023MB)
Added: 2007-06-27 License: GPL (GNU General Public License) Price:
849 downloads
PHP-Calendar 0.10.8
PHP-Calendar is a Web-based calendar written in PHP/SQL. more>>
PHP-Calendar is a Web-based calendar that uses PostgreSQL or MySQL to store data. It is designed to display properly only with modern browsers.
The project is designed with accessibility in mind, but does not degrade very well on Netscape 4.x.
Requierments:
- PHP 4.0 or greater
- MySQL 3.23.x or PostgreSQL 7
Enhancements:
- 0.10.6 changed the DB schema by accident. the result of this new schema is handled properly in 0.10.7. both schemas are compatible.
- updated entry in 0.10.7 to properly describe the cause.
- fixed doctype typo and updated some meta-data
- make redirects HTTP compliant to fix an issue with Safari
- allow start_monday to work again
<<lessThe project is designed with accessibility in mind, but does not degrade very well on Netscape 4.x.
Requierments:
- PHP 4.0 or greater
- MySQL 3.23.x or PostgreSQL 7
Enhancements:
- 0.10.6 changed the DB schema by accident. the result of this new schema is handled properly in 0.10.7. both schemas are compatible.
- updated entry in 0.10.7 to properly describe the cause.
- fixed doctype typo and updated some meta-data
- make redirects HTTP compliant to fix an issue with Safari
- allow start_monday to work again
Download (0.038MB)
Added: 2007-06-22 License: GPL (GNU General Public License) Price:
858 downloads
HTTP::BrowserDetect 0.99
HTTP::BrowserDetect is a Perl module to determine the Web browser, version, and platform from an HTTP user agent string. more>>
HTTP::BrowserDetect is a Perl module to determine the Web browser, version, and platform from an HTTP user agent string.
SYNOPSIS
use HTTP::BrowserDetect;
my $browser = new HTTP::BrowserDetect($user_agent_string);
# Detect operating system
if ($browser->windows) {
if ($browser->winnt) ...
if ($brorwser->win95) ...
}
print $browser->mac;
# Detect browser vendor and version
print $browser->netscape;
print $browser->ie;
if (browser->major(4)) {
if ($browser->minor() > .5) {
...
}
}
if ($browser->version() > 4) {
...;
}
# Process a different user agent string
$browser->user_agent($another_user_agent_string);
The HTTP::BrowserDetect object does a number of tests on an HTTP user agent string. The results of these tests are available via methods of the object.
<<lessSYNOPSIS
use HTTP::BrowserDetect;
my $browser = new HTTP::BrowserDetect($user_agent_string);
# Detect operating system
if ($browser->windows) {
if ($browser->winnt) ...
if ($brorwser->win95) ...
}
print $browser->mac;
# Detect browser vendor and version
print $browser->netscape;
print $browser->ie;
if (browser->major(4)) {
if ($browser->minor() > .5) {
...
}
}
if ($browser->version() > 4) {
...;
}
# Process a different user agent string
$browser->user_agent($another_user_agent_string);
The HTTP::BrowserDetect object does a number of tests on an HTTP user agent string. The results of these tests are available via methods of the object.
Download (0.011MB)
Added: 2007-06-18 License: Perl Artistic License Price:
858 downloads
FCKeditor 2.4.3
FCKeditor is a text editor for Internet. more>>
FCKeditor is an HTML/DHTML editor for ASP, ASP.NET, ColdFusion, PHP, and JavaScript that brings to the Web much of the powerful functionality of known desktop editors like Word.
FCKeditor is very lightweight, and doesnt require any kind of installation on the client computer.
Main features:
- Internet Explorer 5.5+ and Gecko browser (Mozilla / Firefox / Netscape) compatibility
- XHTML 1.0 support
- Font formatting: type, size, color, style, bold, italic, etc
- Text formatting: alignment, indentation, bullets list, etc
- Cut, Paste and Past as Plain Text, Undo and Redo
- Paste from Word cleanup with auto detection
- Link creation
- Anchors support (version 1.x)
- Image insertion, with upload and server browsing support
- Table creation and editing (add, delete rows, etc)
- Table cells editing (size, colors, etc)
- Form fields (version 1.x)
- Right click context menus support
- Complete toolbar customization
- Skins support.
- Spell checker (version 1.x)
- CSS support for a better integration in your web site
- Multi-language support with automatic user language detection. Including Right to Left scripting.
- Lightweight and fast
- Automatic browser detection and customization
- Integration with ASP, ASP.NET, Java, ColdFusion, PHP, Javascript and IE Behaviours (version 1.x)
- Image and file links upload and server repository browser.
- For web developer it is easy to install and customize
- For web users its simply easy to use!
<<lessFCKeditor is very lightweight, and doesnt require any kind of installation on the client computer.
Main features:
- Internet Explorer 5.5+ and Gecko browser (Mozilla / Firefox / Netscape) compatibility
- XHTML 1.0 support
- Font formatting: type, size, color, style, bold, italic, etc
- Text formatting: alignment, indentation, bullets list, etc
- Cut, Paste and Past as Plain Text, Undo and Redo
- Paste from Word cleanup with auto detection
- Link creation
- Anchors support (version 1.x)
- Image insertion, with upload and server browsing support
- Table creation and editing (add, delete rows, etc)
- Table cells editing (size, colors, etc)
- Form fields (version 1.x)
- Right click context menus support
- Complete toolbar customization
- Skins support.
- Spell checker (version 1.x)
- CSS support for a better integration in your web site
- Multi-language support with automatic user language detection. Including Right to Left scripting.
- Lightweight and fast
- Automatic browser detection and customization
- Integration with ASP, ASP.NET, Java, ColdFusion, PHP, Javascript and IE Behaviours (version 1.x)
- Image and file links upload and server repository browser.
- For web developer it is easy to install and customize
- For web users its simply easy to use!
Download (0.70MB)
Added: 2007-06-14 License: LGPL (GNU Lesser General Public License) Price:
542 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
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
Netscape Friends Activity Sidebar 1.1
Netscape Friends Activity Sidebar is a Firefox extension that helps you keep tabs about your friends stories on Netscape... more>>
Netscape Friends Activity Sidebar is a Firefox extension that helps you keep tabs on what stories your Netscape friends are submitting, commenting, and voting on. A new toolbar button (shown in the extension preview image) features Chad, the older, more mature brother of AOLs little yellow chat mascot. When there is new activity by your friends (i.e., a new comment, story submission, or vote, depending on your settings), the button will be activated and Chad will send a friendly wave your way. Clicking on the activated button will open a list of your friends activity in the sidebar, allowing you to easily browse their stories and comments. Each time you view your friends activity, you will only be shown activity that is new since the last time you opened the sidebar.
Note: The sidebar limits activity to five items for each friend. If there are more than five items to view, a "View all of Chads activity" link will be shown at the bottom of the friends section. You can always view all of a friends activity by clicking on their name or avatar.
To make use of this extension, you must be logged into Netscape.com. If you do not have a Netscape.com account, sign up at http://www.netscape.com/signup Accounts are free, and it only takes a few minutes to create one. Once you have a Netscape.com account, you can submit stories and videos, vote for other peoples stories, rate comments, comment on stories you find interesting, as well as use this extension.
<<lessNote: The sidebar limits activity to five items for each friend. If there are more than five items to view, a "View all of Chads activity" link will be shown at the bottom of the friends section. You can always view all of a friends activity by clicking on their name or avatar.
To make use of this extension, you must be logged into Netscape.com. If you do not have a Netscape.com account, sign up at http://www.netscape.com/signup Accounts are free, and it only takes a few minutes to create one. Once you have a Netscape.com account, you can submit stories and videos, vote for other peoples stories, rate comments, comment on stories you find interesting, as well as use this extension.
Download (0.016MB)
Added: 2007-05-29 License: MPL (Mozilla Public License) Price:
878 downloads
OlBookmarks 0.7.5
OlBookmarks project lets you access, manage, organize, and share your personal bookmarks through a web-based interface. more>>
OlBookmarks project lets you access, manage, organize, and share your personal bookmarks through a web-based interface.
Main features:
- Multiple user support
- Mozilla and Opera sidebar support
- Public/private view of bookmarks
- Read only page (with no menubar, no edit buttons)
- Folders/categories management
- (reorder, rename, delete categories)
- Title,Url,keywords,login/password informations for bookmarks
- Search bookmarks with url parts, keywords, etc
- Get recently added/modified or accessed bookmarks
- Themes management for all views
- A few themes are provided. Users can write new themes. (HTML-based, with instructions)
- Frames are also supported.
- Multiple language support - for both the interface and the bookmarks. Currently supported languages:
- English
- French
- Italian
- Dutch
- German
- Spanish
- Polish
- Need help for other languages (see the SourceForge patch submission to post languages files; Use one of the current language files in lang/ directory of the latest version of olbookmarks as a reference)
- Import from Mozilla/Netscape/Opera bookmarks file (IE users can export their Favorites to a file, and this file is Netscape-compatible.)
- Export to Mozilla/Netscape bookmarks file (other browsers can import from this format)
<<lessMain features:
- Multiple user support
- Mozilla and Opera sidebar support
- Public/private view of bookmarks
- Read only page (with no menubar, no edit buttons)
- Folders/categories management
- (reorder, rename, delete categories)
- Title,Url,keywords,login/password informations for bookmarks
- Search bookmarks with url parts, keywords, etc
- Get recently added/modified or accessed bookmarks
- Themes management for all views
- A few themes are provided. Users can write new themes. (HTML-based, with instructions)
- Frames are also supported.
- Multiple language support - for both the interface and the bookmarks. Currently supported languages:
- English
- French
- Italian
- Dutch
- German
- Spanish
- Polish
- Need help for other languages (see the SourceForge patch submission to post languages files; Use one of the current language files in lang/ directory of the latest version of olbookmarks as a reference)
- Import from Mozilla/Netscape/Opera bookmarks file (IE users can export their Favorites to a file, and this file is Netscape-compatible.)
- Export to Mozilla/Netscape bookmarks file (other browsers can import from this format)
Download (0.14MB)
Added: 2007-05-25 License: GPL (GNU General Public License) Price:
884 downloads
Bundle::BDFOY 20070101
Bundle::BDFOY is a Perl module that can install all modules by BDFOY. more>>
Bundle::BDFOY is a Perl module that can install all modules by BDFOY.
SYNOPSIS
cpan Bundle::BDFOY
CONTENTS
Apache::Htaccess
Apache::iTunes
Business::ISBN
Business::ISBN::Data
Business::ISMN
Business::US::USPS::WebTools
Chemistry::Elements
ConfigReader::Simple
Crypt::Rijndael
Data::Constraint
File::Find::Closures
HTML::SimpleLinkExtor
HTTP::Cookies::iCab
HTTP::Cookies::Mozilla
HTTP::Cookies::Omniweb
HTTP::Cookies::Safari
HTTP::SimpleLinkChecker
HTTP::Size
Mac::Errors
Mac::iTunes
Mac::Path::Util
Mac::PropertyList
Math::NoCarry
Netscape::Bookmarks
Object::Iterate
Palm::Magellan::NavCompanion
Pod::Perldoc::ToToc
Polyglot
Set::CrossProduct
Test::Data
Test::Env
Test::File
Test::HTTPStatus
Test::ISBN
Test::Manifest
Test::Prereq
Test::URI
Tie::Cycle
Tie::Toggle
<<lessSYNOPSIS
cpan Bundle::BDFOY
CONTENTS
Apache::Htaccess
Apache::iTunes
Business::ISBN
Business::ISBN::Data
Business::ISMN
Business::US::USPS::WebTools
Chemistry::Elements
ConfigReader::Simple
Crypt::Rijndael
Data::Constraint
File::Find::Closures
HTML::SimpleLinkExtor
HTTP::Cookies::iCab
HTTP::Cookies::Mozilla
HTTP::Cookies::Omniweb
HTTP::Cookies::Safari
HTTP::SimpleLinkChecker
HTTP::Size
Mac::Errors
Mac::iTunes
Mac::Path::Util
Mac::PropertyList
Math::NoCarry
Netscape::Bookmarks
Object::Iterate
Palm::Magellan::NavCompanion
Pod::Perldoc::ToToc
Polyglot
Set::CrossProduct
Test::Data
Test::Env
Test::File
Test::HTTPStatus
Test::ISBN
Test::Manifest
Test::Prereq
Test::URI
Tie::Cycle
Tie::Toggle
Download (0.002MB)
Added: 2007-05-25 License: Perl Artistic License Price:
883 downloads
AstroCam System 2.7.1
AstroCam is a C based Stepmotor Controlsystem including a PHP-Webinterface. more>>
AstroCam is a C based Stepmotor Control system including a PHP-Webinterface.
The first AstroCam version was released in Dec 2001 and was written in C+Tcl/Tk. After i saw, that the combination of Tcl/Tk and C code wasnt a good thing, I wrote a CGI webinterface and a Gtk GUI. A few years later, I removed both parts, rewrote AstroCam completely, built an PHP webinterface and changed the communication system between its components to message queues.
Main features:
Supported Operating Systems:
- OpenBSD i386
- NetBSD i386
- FreeBSD i386
- Linux 2.2/2.4/2.6 i386
Supported Browsers:
- All browsers with IFrame-support (e.g. Konqueror, Internet Explorer, Mozilla/Firefox) should work. Netscape 4.x doesnt work.
Enhancements:
- The installer now can handle directories of the MyServer webserver too.
<<lessThe first AstroCam version was released in Dec 2001 and was written in C+Tcl/Tk. After i saw, that the combination of Tcl/Tk and C code wasnt a good thing, I wrote a CGI webinterface and a Gtk GUI. A few years later, I removed both parts, rewrote AstroCam completely, built an PHP webinterface and changed the communication system between its components to message queues.
Main features:
Supported Operating Systems:
- OpenBSD i386
- NetBSD i386
- FreeBSD i386
- Linux 2.2/2.4/2.6 i386
Supported Browsers:
- All browsers with IFrame-support (e.g. Konqueror, Internet Explorer, Mozilla/Firefox) should work. Netscape 4.x doesnt work.
Enhancements:
- The installer now can handle directories of the MyServer webserver too.
Download (0.014MB)
Added: 2007-05-20 License: BSD License Price:
890 downloads
PHP TroubleTicket 1.4.1
PHP TroubleTicket is multiuser problem-tracking software entirely written in PHP 4. more>>
PHP TroubleTicket project is multiuser problem-tracking software entirely written in PHP 4.
It is designed to be used in a web-based client-server environment using the Apache webserver. A client can use just about any modern webbrowser and just about any operating system that is suitable for accessing WWW-Servers like any flavour of Microsoft Windows running the Internet Explorer, Netscape 6 and 7, Mozilla or Opera, Mac OS X or Unix/Linux/BSD systems with Netscape, Opera, Mozilla, KDE Konqueror, Gnome Galeon or Safari.
The dynamic webpages generated by PHP Trouble Ticket are designed to be widely compatible with most browsers and offer a concise and straightforward user interface.
<<lessIt is designed to be used in a web-based client-server environment using the Apache webserver. A client can use just about any modern webbrowser and just about any operating system that is suitable for accessing WWW-Servers like any flavour of Microsoft Windows running the Internet Explorer, Netscape 6 and 7, Mozilla or Opera, Mac OS X or Unix/Linux/BSD systems with Netscape, Opera, Mozilla, KDE Konqueror, Gnome Galeon or Safari.
The dynamic webpages generated by PHP Trouble Ticket are designed to be widely compatible with most browsers and offer a concise and straightforward user interface.
Download (MB)
Added: 2007-05-04 License: Free for non-commercial use Price:
915 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 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