mozilla javascript
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 812
Fork JavaScript 0.1.0
Fork JavaScript project is a general purpose, namespaced JavaScript library with Ajax, Events, DOM manipulation. more>>
Fork JavaScript project is a general purpose, namespaced JavaScript library with Ajax, Events, DOM manipulation. There are a few bonus lines of code specifically for use with Ruby on Rails but Fork can be happily used outside of Rails also.
Main features:
- an aspiration for the highest quality code
- author documentation
- documented limitations (all libs have them but dont report them)
- in-browser unit/integration tests
- tested in a wide set of browsers.
- functions to help create gracefully degrading web pages
- namespaced code
- does not augment JavaScript built-in prototypes
- does not add a layer of sugar on top of JavaScript to make writing JavaScript like writing in another language
- minimizable with jsmin and includes already minimized versions
- MIT License
- plugin for tight integration with Ruby on Rails
Why?
There are many JavaScript libraries out there. Why add another one to the list? To create a quality library with a liberal license.
I like Ruby on Rails. The Rails default Prototype JavaScript library does not suit many development situations and contains code that makes developing for a wide selection of browsers difficult or impossible. Prototype has some great ideas in its mix but the implementation quality has been questioned many times. Prototype has influenced many JavaScript libraries and some of Prototypes best ideas have also influenced the Fork API.
Because Fork is a namespaced library, you may be able to use both Fork and Prototype simultaneously as you transition from one to the other.
I like the Yahoo! UI library. Of the JavaScript libraries Ive used it has the best API. The YUI library has many valuable nuggets of information about browser bugs and workarounds. The approach of YUI suits browser scripting well.
However there are more than a few places in the code where Im left scratching my head and thinking "why did they do that?" Probably that is how every developer looks at another developers code. The YUI API is the starting point for much of the Fork API.
Most libraries seem to develop too quickly. I like the general debian attitude of careful growth because the browser execution environment is wildly varied and deserves a certain degree of conservatism in the JavaScript we send to it.
<<lessMain features:
- an aspiration for the highest quality code
- author documentation
- documented limitations (all libs have them but dont report them)
- in-browser unit/integration tests
- tested in a wide set of browsers.
- functions to help create gracefully degrading web pages
- namespaced code
- does not augment JavaScript built-in prototypes
- does not add a layer of sugar on top of JavaScript to make writing JavaScript like writing in another language
- minimizable with jsmin and includes already minimized versions
- MIT License
- plugin for tight integration with Ruby on Rails
Why?
There are many JavaScript libraries out there. Why add another one to the list? To create a quality library with a liberal license.
I like Ruby on Rails. The Rails default Prototype JavaScript library does not suit many development situations and contains code that makes developing for a wide selection of browsers difficult or impossible. Prototype has some great ideas in its mix but the implementation quality has been questioned many times. Prototype has influenced many JavaScript libraries and some of Prototypes best ideas have also influenced the Fork API.
Because Fork is a namespaced library, you may be able to use both Fork and Prototype simultaneously as you transition from one to the other.
I like the Yahoo! UI library. Of the JavaScript libraries Ive used it has the best API. The YUI library has many valuable nuggets of information about browser bugs and workarounds. The approach of YUI suits browser scripting well.
However there are more than a few places in the code where Im left scratching my head and thinking "why did they do that?" Probably that is how every developer looks at another developers code. The YUI API is the starting point for much of the Fork API.
Most libraries seem to develop too quickly. I like the general debian attitude of careful growth because the browser execution environment is wildly varied and deserves a certain degree of conservatism in the JavaScript we send to it.
Download (MB)
Added: 2007-01-24 License: MIT/X Consortium License Price:
1005 downloads
log4javascript 1.3.1
log4javascript provides JavaScript developers with a familiar, robust, and flexible logging framework. more>>
log4javascript provides JavaScript developers with a familiar, robust, and flexible logging framework with which to debug JavaScript applications. This is becoming increasingly important as Web interfaces become richer.
log4javascript is based on Javas log4j and is tested and works across all recent major browsers, including IE5+ (for Windows), Firefox, Mozilla, Netscape 7+, Safari 1.3+, and Opera 7.5+.
Enhancements:
- Fix to interaction of search and severity filters in console window used by PopUpAppender and InPageAppender
<<lesslog4javascript is based on Javas log4j and is tested and works across all recent major browsers, including IE5+ (for Windows), Firefox, Mozilla, Netscape 7+, Safari 1.3+, and Opera 7.5+.
Enhancements:
- Fix to interaction of search and severity filters in console window used by PopUpAppender and InPageAppender
Download (0.038MB)
Added: 2006-11-21 License: The Apache License 2.0 Price:
1068 downloads
Extend For JavaScript 1.1
Extend For JavaScript allows you to use traditional single-class inheritance in your JavaScript applications. more>>
Extend For JavaScript allows you to use traditional single-class inheritance in your JavaScript applications. Extend For JavaScript also gives you many advanced features such as runtime class modification, introspection, and change.
It is simple, and does not depend on any other library. It works well with Prototype, jQuery, or MochiKit.
Main features:
- Can be used as a drop-in replacement to the current Prototype Class.create function
- Flexible and reliable super-like functionality
- Rich class-meta information, such as the list of methods defined in class, and for each other method, a link to the class which declared it, and links to all subclasses.
- Dynamic reparenting, which allows to change an existing class parent class.
- Dynamic class change, when you want an object to change its class on the fly.
<<lessIt is simple, and does not depend on any other library. It works well with Prototype, jQuery, or MochiKit.
Main features:
- Can be used as a drop-in replacement to the current Prototype Class.create function
- Flexible and reliable super-like functionality
- Rich class-meta information, such as the list of methods defined in class, and for each other method, a link to the class which declared it, and links to all subclasses.
- Dynamic reparenting, which allows to change an existing class parent class.
- Dynamic class change, when you want an object to change its class on the fly.
Download (0.006MB)
Added: 2006-11-21 License: BSD License Price:
1070 downloads
Mozilla Sunbird 0.5
The Sunbird Project is a redesign of the Calendar component. more>>
Mozilla Sunbird Project is a redesign of the Calendar component. Our goal is to produce a cross platform standalone calendar application based on Mozillas XUL user interface language. At the moment the Sunbird name is a project name. It is not official and may change in the future.
Our intended user is someone who uses Mozilla Firefox and Mozilla Thunderbird and wants a calendar application based on Mozilla.
In addition, by focusing solely on standalone Calendar, we believe we can make some dents in the overall footprint and performance of the Calendar application by removing components and chrome we dont need.
Sunbird is licensed under the MPL/GPL/LGPL triple license, allowing use of the files under the terms of any one of the Mozilla Public License, version 1.1 (MPL), the GNU General Public License, version 2 or later (GPL), or the GNU Lesser General Public License, version 2.1 or later (LGPL)
<<lessOur intended user is someone who uses Mozilla Firefox and Mozilla Thunderbird and wants a calendar application based on Mozilla.
In addition, by focusing solely on standalone Calendar, we believe we can make some dents in the overall footprint and performance of the Calendar application by removing components and chrome we dont need.
Sunbird is licensed under the MPL/GPL/LGPL triple license, allowing use of the files under the terms of any one of the Mozilla Public License, version 1.1 (MPL), the GNU General Public License, version 2 or later (GPL), or the GNU Lesser General Public License, version 2.1 or later (LGPL)
Download (7.9MB)
Added: 2007-06-29 License: GPL (GNU General Public License) Price:
3012 downloads
WMS Javascript Library 0.02
WMS Javascript Library is an object-oriented JavaScript library for creating dynamic Web-based maps. more>>
WMS Javascript Library is an object-oriented JavaScript library for creating dynamic Web-based maps from otherwise static WMS (Web Map Service) images by adding pan/zoom functionality with Google Maps-like draggability.
Custom clickable overlays can be added to create a useful GIS.
WMS Javascript Librarys wmsmap.js purpose is to facilitate the creation of dynamics maps using freely available WMS servers. For example to create the dynamic equivalent of the image above, include the javascript files, define the Layer object, create a new map object, and associate it with an html DIV element.
// define layer object
var myLayer = {
URL: http://wms.jpl.nasa.gov/wms.cgi?,
LAYERS: [BMNG],
FORMAT: image/jpeg,
BBOX: [0,0,180,90]
};
// create new map object with layer
var myMap = new WMap(map_div,[myLayer]);
Enhancements:
- This release fixes IE bugs and improves the documentation and example layout.
<<lessCustom clickable overlays can be added to create a useful GIS.
WMS Javascript Librarys wmsmap.js purpose is to facilitate the creation of dynamics maps using freely available WMS servers. For example to create the dynamic equivalent of the image above, include the javascript files, define the Layer object, create a new map object, and associate it with an html DIV element.
// define layer object
var myLayer = {
URL: http://wms.jpl.nasa.gov/wms.cgi?,
LAYERS: [BMNG],
FORMAT: image/jpeg,
BBOX: [0,0,180,90]
};
// create new map object with layer
var myMap = new WMap(map_div,[myLayer]);
Enhancements:
- This release fixes IE bugs and improves the documentation and example layout.
Download (0.38MB)
Added: 2006-01-07 License: AFPL (Aladdin Free Public License) Price:
1392 downloads
JavaScript::App 0.13
JavaScript::App is a Perl framework for building dynamic widgets or full applications in Javascript. more>>
JavaScript::App is a Perl framework for building dynamic widgets or full applications in Javascript.
SYNOPSIS
see the documentation for "js-app" ("man js-app" or "perldoc js-app")
"js-app" is a Javascript Application framework with which you can build rich web applications and widgets embeddable in web pages.
<<lessSYNOPSIS
see the documentation for "js-app" ("man js-app" or "perldoc js-app")
"js-app" is a Javascript Application framework with which you can build rich web applications and widgets embeddable in web pages.
Download (0.041MB)
Added: 2006-09-05 License: Perl Artistic License Price:
1154 downloads
Mozilla::Backup 0.06
Mozilla::Backup is a Perl module as a backup utility for Mozilla profiles. more>>
Mozilla::Backup is a Perl module as a backup utility for Mozilla profiles.
SYNOPSIS
$moz = Mozilla::Backup->new();
$file = $moz->backup_profile("firefox", "default");
This package provides a simple interface to back up and restore the profiles of Mozilla-related applications such as Firefox or Thunderbird.
Method calls may use named or positional parameters (named calls are recommended). Methods are outlined below:
new
$moz = Mozilla::Backup->new( %options );
Creates a new Mozilla::Backup object. The options are as follows:
log
A Log::Dispatch object for receiving log messages.
This value is passed to plugins if they accept it.
plugin
A plugin to use for archiving. Plugins included are:
Mozilla::Backup::Plugin::Zip
Saves the profile in a zip archive. This is the default plugin.
Mozilla::Backup::Plugin::FileCopy
Copies the files in the profile into another directory.
Mozilla::Backup::Plugin::Tar
Saves the profile in a tar or tar.gz archive.
You may pass options to the plugin in the following manner:
$moz = Mozilla::Backup->new(
plugin => [ Mozilla::Backup::Plugin::Tar, compress => 1 ],
);
exclude
An array reference of regular expressions for files to exclude from the backup. For example,
$moz = Mozilla::Backup->new(
exclude => [ ^history, ^Cache ],
);
Regular expressions can be strings or compiled Regexps.
By default the Cache, < Cache.Trash > folders, XUL cache, mail folders cache and lock files are excluded.
<<lessSYNOPSIS
$moz = Mozilla::Backup->new();
$file = $moz->backup_profile("firefox", "default");
This package provides a simple interface to back up and restore the profiles of Mozilla-related applications such as Firefox or Thunderbird.
Method calls may use named or positional parameters (named calls are recommended). Methods are outlined below:
new
$moz = Mozilla::Backup->new( %options );
Creates a new Mozilla::Backup object. The options are as follows:
log
A Log::Dispatch object for receiving log messages.
This value is passed to plugins if they accept it.
plugin
A plugin to use for archiving. Plugins included are:
Mozilla::Backup::Plugin::Zip
Saves the profile in a zip archive. This is the default plugin.
Mozilla::Backup::Plugin::FileCopy
Copies the files in the profile into another directory.
Mozilla::Backup::Plugin::Tar
Saves the profile in a tar or tar.gz archive.
You may pass options to the plugin in the following manner:
$moz = Mozilla::Backup->new(
plugin => [ Mozilla::Backup::Plugin::Tar, compress => 1 ],
);
exclude
An array reference of regular expressions for files to exclude from the backup. For example,
$moz = Mozilla::Backup->new(
exclude => [ ^history, ^Cache ],
);
Regular expressions can be strings or compiled Regexps.
By default the Cache, < Cache.Trash > folders, XUL cache, mail folders cache and lock files are excluded.
Download (0.031MB)
Added: 2007-03-22 License: Perl Artistic License Price:
959 downloads
Mozilla Lightning 0.9
Mozilla Lightning is designed to provide the Sunbird calendar to the popular email client, Mozilla Thunderbird. more>> Mozilla Lightning 0.9 is designed to provide the Sunbird calendar to the popular email client, Mozilla Thunderbird. Since it's an extension, Lightning is tightly integrated with Thunderbird, allowing it to easily perform email-related calendaring tasks.
Major Features:
- Better Thunderbird integration
- emailtask linkage
- Integration with the Thunderbird address book
- iMIP support (meeting invitations)
- Improved CalDAV support
- Cached calendar support for offline calendar use
- Device synchronization
Enhancements:
- Events spanning days now have a visual indicator indicating them as connected events
- When reloading a remote calendar a progress indicator is now shown
- The so-called "minimonth" (small calendar month in the upper left) has been given a visual overhaul
- The calendar views (day, week, multiweek, month) have been given a visual overhaul
- The today pane can now be displayed in calendar mode and task mode as well
- CalDAV support and interoperability with various CalDAV servers has been improved
- iMip/iTip support (support for email invitations) has been greatly improved
- The application stability and memory consumption has been greatly improved
- Lightning 0.9 is intended to be the last release for the Thunderbird 2 series. For the future we are planning to integrate Lightning fully into the upcoming Thunderbird 3 release
- A full list of changes that have gone into this release can be found on The Rumbling Edge website
Requirements:
- Software Requirements Please note that Linux distributors may provide packages for your distribution which have different requirements.
-
- Linux kernel - 2.2.14 or higher with the following libraries or packages:
- glibc 2.3.2 or higher
- XFree86-3.3.6 or higher
- gtk+2.0 or higher
- fontconfig (also known as xft)
- libstdc++5 (Many modern Linux distributions only package libstdc++6, which is incompatible with Lightning. Therefore please install the package "libstdc++5" or "compat-libstdc++" on your system before installing Lightning)
- Minimum Hardware
-
- Intel Pentium II or AMD K6-III+ 233 MHz CPU (Recommended: 500MHz or greater)
- 64 MB RAM (Recommended: 128 MB RAM or greater)
- 52 MB hard drive space
Added: 2008-11-16 License: MPL Price: FREE
12 downloads
Other version of Mozilla Lightning
License:MPL (Mozilla Public License)
Javascript::Menu 2.02
Javascript::Menu is a NumberedTree that generates HTML and Javascript code for a menu. more>>
Javascript::Menu is a NumberedTree that generates HTML and Javascript code for
a menu.
SYNOPSIS
use Javascript::Menu;
# Give it something to do (example changes the menus caption):
my $action = sub {
my $self = shift;
my ($level, $unique) = @_;
my $value = $self->getValue;
return "getElementById(caption_$unique).innerHTML=$value";
};
# Build the tree:
my $menu = Javascript::Menu->convert(tree => $otherTree, action => $action);
my $menu = Javascript::Menu->readDB(source_name => $table, source => $dbh,
action => $action);
my $menu = Javascript::Menu->new(value => Please select a parrot,
action => $action);
my $blue = $menu->append(value => Norwegian Blue);
$blue->append(value => Pushing up the daisies);
$menu->append(value => A Snail);
# Or maybe you just want a navigational menu?
my $menu = Javascript::Menu->new(value => Please select a prime minister);
$menu->append(value => Ariel Sharon,
URL => www.corruption.org/ariel_sharon.htm);
$menu->append(value => Benjamin Netanyahu,
URL => www.corruption.org/bibi.htm);
$menu->append(value => Shaul Mofaz, URL => www.martial_law.org);
# Print it out as a right-to-left menu:
my $css = $menu->buildCSS($menu->reasonableCSS);
print $cgi->start_html(-script => $menu->baseJS(rtl),
-style => $css); #CSS plays an important role.
print $tree->getHTML;
Javascript::Menu is an object that helps in creating the HTML, Javascript, and some of the CSS required for a table-based menu. There are a few other modules that deal with menus, But as I browsed through them, I found that none of them exactly fitted my needs. So I designed this module, with the following goals in mind:
Flexibility
The main feature of this module is the ability to supply all nodes or any specific node with a subroutine that is activated in time of the code generation to help decide what the item will do when it is clicked. This allows customisation far beyond associating a link with every item. Multy-level selection menus become very easy to do (and this is, in fact, what I needed when I started writing this).
I18n
Working with i18n (internationalization) can be a big headache. Working with Hebrew (or Arabic) forces you not only to change your charachters, but also to change your direction of writing. I incorporated into this module the ability to produce right-to-left menus and tested it using a legacy ASCII-based encoding (iso-8859-8).
Object Hierarchy
I designed the module to work with two other modules of mine, Tree::Numbered and Tree::Numbered::DB, which simplify the task of building the menu and allow for construction of a menu from database information.
The current version adds support for highlighting the item thats hovered over. Youll find that having made some preliminary steps, like tweaking the CSS to look the way you like it to, the rest is fairly easy.
<<lessa menu.
SYNOPSIS
use Javascript::Menu;
# Give it something to do (example changes the menus caption):
my $action = sub {
my $self = shift;
my ($level, $unique) = @_;
my $value = $self->getValue;
return "getElementById(caption_$unique).innerHTML=$value";
};
# Build the tree:
my $menu = Javascript::Menu->convert(tree => $otherTree, action => $action);
my $menu = Javascript::Menu->readDB(source_name => $table, source => $dbh,
action => $action);
my $menu = Javascript::Menu->new(value => Please select a parrot,
action => $action);
my $blue = $menu->append(value => Norwegian Blue);
$blue->append(value => Pushing up the daisies);
$menu->append(value => A Snail);
# Or maybe you just want a navigational menu?
my $menu = Javascript::Menu->new(value => Please select a prime minister);
$menu->append(value => Ariel Sharon,
URL => www.corruption.org/ariel_sharon.htm);
$menu->append(value => Benjamin Netanyahu,
URL => www.corruption.org/bibi.htm);
$menu->append(value => Shaul Mofaz, URL => www.martial_law.org);
# Print it out as a right-to-left menu:
my $css = $menu->buildCSS($menu->reasonableCSS);
print $cgi->start_html(-script => $menu->baseJS(rtl),
-style => $css); #CSS plays an important role.
print $tree->getHTML;
Javascript::Menu is an object that helps in creating the HTML, Javascript, and some of the CSS required for a table-based menu. There are a few other modules that deal with menus, But as I browsed through them, I found that none of them exactly fitted my needs. So I designed this module, with the following goals in mind:
Flexibility
The main feature of this module is the ability to supply all nodes or any specific node with a subroutine that is activated in time of the code generation to help decide what the item will do when it is clicked. This allows customisation far beyond associating a link with every item. Multy-level selection menus become very easy to do (and this is, in fact, what I needed when I started writing this).
I18n
Working with i18n (internationalization) can be a big headache. Working with Hebrew (or Arabic) forces you not only to change your charachters, but also to change your direction of writing. I incorporated into this module the ability to produce right-to-left menus and tested it using a legacy ASCII-based encoding (iso-8859-8).
Object Hierarchy
I designed the module to work with two other modules of mine, Tree::Numbered and Tree::Numbered::DB, which simplify the task of building the menu and allow for construction of a menu from database information.
The current version adds support for highlighting the item thats hovered over. Youll find that having made some preliminary steps, like tweaking the CSS to look the way you like it to, the rest is fairly easy.
Download (0.025MB)
Added: 2006-06-12 License: Perl Artistic License Price:
1235 downloads
Mozilla::nsID 0.01
Mozilla::nsID is a Perl extension wrapping Mozilla nsID class. more>>
Mozilla::nsID is a Perl extension wrapping Mozilla nsID class.
SYNOPSIS
use Mozilla::nsID;
my $id1 = Mozilla::nsID->new(0x95611356, 0xf583 , 0x46f5, [
0x81, 0xff, 0x4b, 0x3e, 0x01, 0x62, 0xc6, 0x19 ]);
is($id1->ToString, {95611356-f583-46f5-81ff-4b3e0162c619});
my $id2 = Mozilla::nsID->new_empty;
$id2->Parse({95611356-f583-46f5-81ff-4b3e0162c619});
# And now $id1 equals $id2
This module wraps Mozilla nsID interface. Please see Mozilla documentation for more details.
<<lessSYNOPSIS
use Mozilla::nsID;
my $id1 = Mozilla::nsID->new(0x95611356, 0xf583 , 0x46f5, [
0x81, 0xff, 0x4b, 0x3e, 0x01, 0x62, 0xc6, 0x19 ]);
is($id1->ToString, {95611356-f583-46f5-81ff-4b3e0162c619});
my $id2 = Mozilla::nsID->new_empty;
$id2->Parse({95611356-f583-46f5-81ff-4b3e0162c619});
# And now $id1 equals $id2
This module wraps Mozilla nsID interface. Please see Mozilla documentation for more details.
Download (0.032MB)
Added: 2007-03-23 License: Perl Artistic License Price:
946 downloads
ff javascript library 1.11
ff javascript library is a minimal library meant to develop real-life Javascript-enabled Web sites. more>>
ff javascript library is a minimal library meant to develop real-life Javascript-enabled Web sites. ff javascript library offers a cross-brower API for all common browsers.
That is, all w3 standards compatible browsers (Mozilla/Firefox, Opera, Safari/Konqueror, etc.) on one side and Internet Explorer on the other side. At less than 7kb for the compressed Javascript version and even less than 3kb for the gzipped version, it offers quick loading even for dialup users.
Main features:
- Crossbrowser AJAX, Event and DOM functions offering the same API for w3 DOM compatible browsers and Internet Explorer.
- DOM helper functions and a DOM builder allowing to easily create complex DOM trees.
- Firebug support / emulation. If the library is executed on firefox with firebug installed it uses firebugs logging and error reporting functions -- otherwise it sets up a firebug emulation. This emulation by default does nothing and logs to a debug DIV when the URL parameter "ffdebug=1" is passed to the document.
- ScriptDoc comments enabling Code Assist functionality in Aptana
Enhancements:
- The DOM Builder supports the tabindex attribute.
- The ff.extend function was added.
- The DOM Builder ignores null arguments now.
<<lessThat is, all w3 standards compatible browsers (Mozilla/Firefox, Opera, Safari/Konqueror, etc.) on one side and Internet Explorer on the other side. At less than 7kb for the compressed Javascript version and even less than 3kb for the gzipped version, it offers quick loading even for dialup users.
Main features:
- Crossbrowser AJAX, Event and DOM functions offering the same API for w3 DOM compatible browsers and Internet Explorer.
- DOM helper functions and a DOM builder allowing to easily create complex DOM trees.
- Firebug support / emulation. If the library is executed on firefox with firebug installed it uses firebugs logging and error reporting functions -- otherwise it sets up a firebug emulation. This emulation by default does nothing and logs to a debug DIV when the URL parameter "ffdebug=1" is passed to the document.
- ScriptDoc comments enabling Code Assist functionality in Aptana
Enhancements:
- The DOM Builder supports the tabindex attribute.
- The ff.extend function was added.
- The DOM Builder ignores null arguments now.
Download (0.017MB)
Added: 2007-03-25 License: BSD License Price:
944 downloads
Mozilla 1.7.13
Mozilla is a very popular Linux browser. more>>
Mozilla project is an open-source Web browser, designed for standards compliance, performance and portability.
Mozilla is a project to continue Netscape Communicator as an open project.
The project is maintained by employees of Netscape (now a division of AOL), RedHat, some other companies, as well as contributors from the community.
Main features:
Navigator
- Tabbed browsing gives you a better way to surf the net. You no longer have to open one page at a time. With tabbed browsing, open several pages at once with one click. And now your homepage can be multiple tabbed pages.
- Popup blocker lets you surf the web without intrusion. Advanced popup blocker notifies you when popups are blocked. You can also block pop-ups on a site per site basis.
- Image Manager lets you block images to block offensive images or to speed up the rendering of web sites.
- Find as you type gives you another way to navigate a page. Just start typing to jump from link to link or to find a word or phrase within a page.
- Plus all the features a modern browser should have including: Advanced security settings; Password, Download, and Cookie managers; Themes; multi-language and multi-platform support; and, the latest in Web Standards.
Mail & Newsgroups
- Junk mail controls helps you take back control of your e-mail from spammers. Mozillas adaptive junk mail control gets smarter with use and is personalized to the e-mail that you receive.
- Manage your mail with customizable Labels and Mail Views. Color code your e-mail to help you prioritize. Sort your mail with views to help you through your e-mail much faster.
- Mozilla supports Multiple Accounts to help you manage all your mail through one interface.
- Mozilla Messenger includes Enterprise ready features such as S/MIME, return receipts, LDAP support, and digital signing.
Composer
- Mozillas HTML editor keeps getting better with dynamic image and table resizing, quick insert and delete of table cells, improved CSS support, and support for positioned layers. For all your simple documents and website projects, Composer is all you need.
<<lessMozilla is a project to continue Netscape Communicator as an open project.
The project is maintained by employees of Netscape (now a division of AOL), RedHat, some other companies, as well as contributors from the community.
Main features:
Navigator
- Tabbed browsing gives you a better way to surf the net. You no longer have to open one page at a time. With tabbed browsing, open several pages at once with one click. And now your homepage can be multiple tabbed pages.
- Popup blocker lets you surf the web without intrusion. Advanced popup blocker notifies you when popups are blocked. You can also block pop-ups on a site per site basis.
- Image Manager lets you block images to block offensive images or to speed up the rendering of web sites.
- Find as you type gives you another way to navigate a page. Just start typing to jump from link to link or to find a word or phrase within a page.
- Plus all the features a modern browser should have including: Advanced security settings; Password, Download, and Cookie managers; Themes; multi-language and multi-platform support; and, the latest in Web Standards.
Mail & Newsgroups
- Junk mail controls helps you take back control of your e-mail from spammers. Mozillas adaptive junk mail control gets smarter with use and is personalized to the e-mail that you receive.
- Manage your mail with customizable Labels and Mail Views. Color code your e-mail to help you prioritize. Sort your mail with views to help you through your e-mail much faster.
- Mozilla supports Multiple Accounts to help you manage all your mail through one interface.
- Mozilla Messenger includes Enterprise ready features such as S/MIME, return receipts, LDAP support, and digital signing.
Composer
- Mozillas HTML editor keeps getting better with dynamic image and table resizing, quick insert and delete of table cells, improved CSS support, and support for positioned layers. For all your simple documents and website projects, Composer is all you need.
Download (13MB)
Added: 2006-04-20 License: NPL (Netscape Public License) Price:
1302 downloads
Mozilla Afrikaans Language Pack
Mozilla Afrikaans Language Pack is an Afrikaans translation of the Mozilla Web browser suite. more>>
The Mozilla Afrikaans Language Pack provides translations of the Mozilla suites Web browser, email program, and editor into Afrikaans.
All functions, errors, menus, and buttons are translated into Afrikaans.
<<lessAll functions, errors, menus, and buttons are translated into Afrikaans.
Download (0.48MB)
Added: 2005-04-15 License: MPL (Mozilla Public License) Price:
1656 downloads
JavaScript::Squish 0.05
JavaScript::Squish module provides methods to compact javascript source down to just what is needed. more>>
JavaScript::Squish module provides methods to compact javascript source down to just what is needed.
It can remove all comments, put everything on one line (semi-)safely, and remove extra whitespace, allowing fine grained control of the compactness.
Any one of the various compacting techniques can be applied individually, or with in any group.
It also provides a means by which to extract all text literals or comments in separate arrays in the order they appear.
Since JavaScript eats up bandwidth, this can be very helpful, and you can then be free to properly comment your JavaScript without fear of burning up too much bandwidth.
Enhancements:
- The command line utility has been updated to support all the options the library supports, which should make this much more user friendly to casual users.
<<lessIt can remove all comments, put everything on one line (semi-)safely, and remove extra whitespace, allowing fine grained control of the compactness.
Any one of the various compacting techniques can be applied individually, or with in any group.
It also provides a means by which to extract all text literals or comments in separate arrays in the order they appear.
Since JavaScript eats up bandwidth, this can be very helpful, and you can then be free to properly comment your JavaScript without fear of burning up too much bandwidth.
Enhancements:
- The command line utility has been updated to support all the options the library supports, which should make this much more user friendly to casual users.
Download (0.011MB)
Added: 2006-01-20 License: GPL (GNU General Public License) Price:
1372 downloads
Generic JavaScript validator 1.0
Generic JavaScript validator is a simple but powerful cross-browser JavaScript that combines DOM and regulars expressions. more>>
Generic JavaScript validator is a simple but powerful cross-browser JavaScript that combines DOM and regulars expressions for the client-side validation of forms.
It can validate any number of form on HTML documents. Generic JavaScript validator also supports user defined JavaScript functions.
Include .js file
Inside < head > section of the html with the form inside you insert these lines
< script language="JavaScript" type="text/javascript" src="validate.js" >< /script >
<<lessIt can validate any number of form on HTML documents. Generic JavaScript validator also supports user defined JavaScript functions.
Include .js file
Inside < head > section of the html with the form inside you insert these lines
< script language="JavaScript" type="text/javascript" src="validate.js" >< /script >
Download (0.012MB)
Added: 2006-09-14 License: GPL (GNU General Public License) Price:
663 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 mozilla javascript 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