Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.479.657 Times

Javascript Print freeware
Filter: All | Freeware | Demo
 

Javascript Print

1 2 3 4 5 > 
Added: June 22, 2010 | Visits: 1.481

Tree::Simple::View::DHTML Tree::Simple::View::DHTML is a Perl class for viewing Tree::Simple hierarchies in DHTML. SYNOPSIS use Tree::Simple::View::DHTML; ## a simple example # use the defaults (an unordered list with no CSS) my $tree_view = Tree::Simple::View::DHTML->new($tree); ## more complex examples #... Platforms: *nix

License: Freeware Size: 22.53 KB Download (98): Tree::Simple::View::DHTML Download

Added: August 10, 2010 | Visits: 1.763

Javascript::Menu 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... Platforms: *nix

License: Freeware Size: 25.6 KB Download (102): Javascript::Menu Download

Added: May 10, 2013 | Visits: 452

JavaScript tabifier Using this plug-and-play JavaScript you can automatically create a HTML tab interface. Features: - Converts your HTML into a dynamic tabbed interface. - Does not require you to set up a list of links, or anchors for the tabs. - Plug and play: no need to know JavaScript, just make a few simple... Platforms: Windows, Mac, *nix, JavaScript, BSD Solaris

License: Freeware Download (61): JavaScript tabifier Download

Added: July 24, 2013 | Visits: 337

JS Print Setup The JS Print Setup extension creates a global object called 'jsPrintSetup', which implements methods to get/set print Page Setup options. This is useful for developers which want to control page setup options from their javascript code. The JS Print Setup add-on is cross-platform and it works... Platforms: Mac

License: Freeware Size: 10.24 KB Download (48): JS Print Setup Download

Added: July 05, 2006 | Visits: 4.659

EZ JavaScript EZ JavaScript is a program that contain 50+ JavaScripts for you to use on your webpage. With the script wizard, you can change the variables of the scripts faster. For most of the scripts, you don't have to look in the script to change the options. Just change it in the script wizard. Platforms: Windows

License: Freeware Size: 265 KB Download (550): EZ JavaScript Download

Added: July 14, 2006 | Visits: 5.235

Status Bar Javascript Magic Status Bar Javascript Magic (SBJM) is a software specially designed for the web developer that wants to animate the Status bar of their web pages, in the easiest possible manner, without the need to write or edit a single line of code! There are quite a few scripts available over the internet... Platforms: Windows

License: Freeware Size: 807 KB Download (597): Status Bar Javascript Magic Download

Added: September 01, 2006 | Visits: 5.036

Print Censor Free Using the Print Censor Free you can control any printer. Print Censor Free comes with features that can be used to optimize work of printers - job queue management and one-click default printer setup; one-click job priority setting; any standard printer command can be executed directly from... Platforms: Windows

License: Freeware Size: 368 KB Download (857): Print Censor Free Download

Released: March 09, 2005  |  Added: September 04, 2006 | Visits: 4.248

CZ Print Job Report CZ Print Job Report is a tool allowing you to view 94 reports including 54 default reports and 40 customized reports, and export these reports in Adobe-pdf, MS-Word, MS-Excel and Rich Text formats. These reports are designed for your print cost analysis, and are compatible with all CZ Print... Platforms: Windows

License: Freeware Size: 9.47 MB Download (733): CZ Print Job Report Download

Released: June 21, 2007  |  Added: July 23, 2007 | Visits: 4.257

FilePrint PDF/Print Driver FilePrint is a new and simple way to get top quality print from your desktop to your door within 48-hours. TRY NOW and upload a PDF or download our FREE software and order directly from your favourite applications. Choose the format and paper quality, pay with your credit card and your print will... Platforms: Windows

License: Freeware Size: 2.85 MB Download (566): FilePrint PDF/Print Driver Download

Released: March 03, 2009  |  Added: July 28, 2009 | Visits: 2.841

MAGIX Xtreme Print Studio Create matching covers, labels, inlays, and booklets for CDs and DVDs in a flash! MAGIX Xtreme Print Studio is the ideal program for unique CD/DVD cases and labels. Quickly and easily design and print labels, covers, inlays, and booklets. Even complete track listings, shapes, and lines can be... Platforms: Windows

License: Freeware Size: 24.17 MB Download (226): MAGIX Xtreme Print Studio Download

Added: March 19, 2010 | Visits: 1.706

Dream Print Tracking System Dream Print Tracking System is a powerful and user-friendly system for tracking print distribution and circulation. It uses many principles from customer relationship management (CRM) systems, but in a way specific to print publishers. The Media Development Loan Fund commissioned Dream based... Platforms: *nix

License: Freeware Size: 6.9 MB Download (126): Dream Print Tracking System Download

Added: June 24, 2010 | Visits: 2.258

Raw Print Server Raw Print Server project is a "raw" print server that makes it possible for a computer to act as a "Socket API" or "AppSocket" print server. This software would not exist without Sam Rushings excellent asyncore module, nor would it exist without Steve Holdens excellent explanation of that... Platforms: *nix

License: Freeware Size: 28.67 KB Download (169): Raw Print Server Download

Added: October 23, 2010 | Visits: 2.094

PHP/Javascript Jigsaw puzzle PHP/Javascript Jigsaw puzzle automatically creates jigsaw puzzles from a folder of images. Whats New in This Release: - javascript libary. Platforms: *nix

License: Freeware Size: 11.26 KB Download (178): PHP/Javascript Jigsaw puzzle Download

Added: August 24, 2010 | Visits: 1.606

JavaScript::Minifier JavaScript::Minifier is a Perl translation of jsmin.c. SYNOPSIS use JavaScript::Minifier; my $obj = new JavaScript::Minifier; $obj->minify(*STDIN, *STDOUT); use JavaScript::Minifier qw(jsmin); jsmin(*STDIN, *STDOUT); This work is a translation from C to Perl of jsmin.c published by... Platforms: *nix

License: Freeware Size: 4.1 KB Download (144): JavaScript::Minifier Download

Added: February 06, 2010 | Visits: 1.285

ff javascript library 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... Platforms: *nix

License: Freeware Size: 17.41 KB Download (108): ff javascript library Download

Added: August 17, 2010 | Visits: 1.584

JavaScript::Autocomplete::Backend JavaScript::Autocomplete::Backend is a Google Suggest-compatible autocompletion backend. SYNOPSYS package MyAutocompleter; use base qw(JavaScript::Autocomplete::Backend); my @NAMES = qw(alice bob charlie); sub expand { my ($self, $query) = @_; # do something to expand the query my $re... Platforms: *nix

License: Freeware Size: 4.1 KB Download (110): JavaScript::Autocomplete::Backend Download

Added: November 02, 2010 | Visits: 2.476

PyKota Print Quota System PyKota is a complete GPLed Print Quota and Accounting Software Solution for the Common UNIX Printing System (aka CUPS) on GNU/Linux and Unix-like operating systems, which offers a great flexibility with regard to the page accounting methods it supports. Older releases of PyKota Print Quota... Platforms: *nix

License: Freeware Download (371): PyKota Print Quota System Download

Added: January 01, 2010 | Visits: 1.358

ADDRESS LIST print web.de dict one slide ADDRESS LIST print web.de dict one slide allows users of web.de can print up to 85 addresses on one sheet of paper! If you use the printing function of web.de, you get a lot of pages to print but never all informations stored before. It is much more convenient to have all informations on one... Platforms: *nix

License: Freeware Size: 1.3 MB Download (103): ADDRESS LIST print web.de dict one slide Download

Added: February 04, 2010 | Visits: 1.169

Epoch DHTML JavaScript Calendar Epoch JavaScript Calendar and DatePicker runs on all major browsers and features a fast user interface, multiple date selection, flat or popup modes, CSS styling, automatic date formatting, full object-oriented design, and more. Epoch DHTML JavaScript Calendar is available in over a dozen major... Platforms: *nix

License: Freeware Size: 29.7 KB Download (123): Epoch DHTML JavaScript Calendar Download

Added: March 11, 2010 | Visits: 1.622

Print Plug-In Print Plug-In provides a basic printing capability for The GIMP. The current release supports PostScript, PCL (HP LaserJet and DeskJet), and ESC/P2 (EPSON Stylus Color) printers. The PostScript printer drivers handle PPD (PostScript Printer Description) files if you have them. Using the Print... Platforms: *nix

License: Freeware Size: 33.79 KB Download (130): Print Plug-In Download

1 2 3 4 5 >