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.189 Times

Firefox Html Edit freeware
Filter: All | Freeware | Demo
 

Firefox Html Edit

< 1 2 3 4 5 > 
Released: January 09, 2015  |  Added: January 10, 2015 | Visits: 2.587

Mozilla Firefox The award-winning Web browser is now faster, more secure, and fully customizable to your online life. Browse the Web with confidence - Firefox protects you from viruses, spyware and pop-ups. Enjoy improvements to performance, ease of use and privacy. It is easy to import your favorites and... Platforms: Windows 8, Windows, Windows 7

License: Freeware Size: 37.79 MB Download (534): Mozilla Firefox Download

Added: August 03, 2008 | Visits: 1.016

Xippee Firefox Extension This free Xippee browser plugin works on all of your favorite search engines (Google, Yahoo, MSN), with versions for IE, Firefox, Safari, and Opera. Xippee 60 second Demo: http://www.xippee.com/XippeeDemo/XippeeDemo.html Platforms: Windows, Mac, *nix

License: Freeware Size: 122 KB Download (101): Xippee Firefox Extension Download

Released: November 24, 2008  |  Added: December 02, 2008 | Visits: 2.023

IOSurf for FireFox See who else is at your favorite website with this cool social addon for Firefox and Flock. IOSurf creates a true Social Web Browsing experience so you can meet people who share your interests. IOSurf is the new social way to experience the web! Browser Chat at its finest! Platforms: Windows, Mac, *nix

License: Freeware Size: 19.15 KB Download (253): IOSurf for FireFox Download

Released: May 15, 2008  |  Added: April 27, 2010 | Visits: 2.993

Firefox Coupon Search Toolbar Coupon Search Toolbar for Firefox, find some of the best deals around from the best retailers on the net. Coupons, discount codes and more. Platforms: Windows

License: Freeware Size: 321.87 KB Download (157): Firefox Coupon Search Toolbar Download

Released: July 01, 2009  |  Added: August 10, 2009 | Visits: 3.284

Word To HTML Converter Word to HTML Converter is powerful tool developped to convert a word documents to HTML file. Word to HTML converting Software makes it easy and spontaneous to create fully formatted, linked HTML publications from within Microsoft Word. Doc to HTML Converter tool allows you to publish a Word... Platforms: Windows

License: Freeware Size: 831.5 KB Download (418): Word To HTML Converter Download

Released: July 01, 2009  |  Added: August 21, 2009 | Visits: 3.927

Doc To HTML Converter Doc to HTML Converter is a powerful tool developped to convert a word documents in to HTML file. Doc to HTML is only converter that preserve the word format in html document after conversion. Software is useful for those people who want to create website from word document. Word to HTML... Platforms: Windows

License: Freeware Size: 831.5 KB Download (296): Doc To HTML Converter Download

Released: May 15, 2009  |  Added: October 10, 2009 | Visits: 3.994

HTML Template Browser Anyone who has worked with web templates, knows how difficult it can be to see all the templates you've downloaded. That's what HTML Template Browser is for. Point it at a directory and it will find all the main pages of a template (index.html, default.htm, etc.) and list them in a browse window.... Platforms: Windows

License: Freeware Size: 1.17 MB Download (568): HTML Template Browser Download

Released: November 15, 2009  |  Added: November 19, 2009 | Visits: 2.921

HTML Hidden Text Generator The HTML Hidden Text Generator significantly speeds up, improves the accuracy and simplifies the process of creating expanding or hidden text sections within web pages. Why hide text on a web page? The advantage of hiding text on a web page is that you can include significantly more text... Platforms: Windows

License: Freeware Size: 2.08 MB Download (156): HTML Hidden Text Generator Download

Added: January 18, 2010 | Visits: 1.181

HTML::FormHighlight HTML::FormHighlight Perl module can help you to highlights fields in an HTML form. SYNOPSIS use HTML::FormHighlight; my $h = new HTML::FormHighlight; print $h->highlight( scalarref => $form, fields => [ A, B, C ], ); print $h->highlight( scalarref => $form, fields => [ A, B, C ],... Platforms: *nix

License: Freeware Size: 5.12 KB Download (94): HTML::FormHighlight Download

Added: February 08, 2010 | Visits: 1.295

Edit by Text Editors Edit by Text Editors allows you to open a file with Kate, Kwrite, Kedit, Khexedit by a KDE service menu. To install the service menu you must copy editby.desktop in ~/.kde/share/apps/konqueror/servicemenus. Download KDE-Apps.org Community Portal for KDE Applications Software Office Multimedia... Platforms: *nix

License: Freeware Download (107): Edit by Text Editors Download

Added: November 25, 2010 | Visits: 1.102

HTML::Tiny HTML::Tiny is a lightweight, dependency free HTML/XML generator. SYNOPSIS use HTML::Tiny; my $h = HTML::Tiny->new; # Generate a simple page print $h->html( [ $h->head( $h->title( Sample page ) ), $h->body( [ $h->h1( { class => main }, Sample page ), $h->p( Hello, World, { class =>... Platforms: *nix

License: Freeware Size: 11.26 KB Download (101): HTML::Tiny Download

Added: June 22, 2010 | Visits: 1.717

Template::Library::HTML Template::Library::HTML is a template library for building basic HTML pages. NOTE: This documentation is incomplete and may be incorrect in places. The html template library is distributed as part of the Template Toolkit. It can be found in the templates sub-directory of the installation... Platforms: *nix

License: Freeware Size: 778.24 KB Download (116): Template::Library::HTML Download

Added: March 11, 2010 | Visits: 1.123

Edit with gvim - with GVIM serverlist Edit with gvim - with GVIM serverlist is a "Edit with gvim" context menu in Konqueror. Has support for gvims serverlist. This lets you open a file into any already running gvim instance. This is something I saw in Windows Explorer when I was using gvim there. After using it I couldnt believe I... Platforms: *nix

License: Freeware Size: 2.05 KB Download (92): Edit with gvim - with GVIM serverlist Download

Added: October 27, 2010 | Visits: 1.122

HTML::LoL HTML::LoL is a Perl module that can construct HTML from pleasing Perl data structures. SYNOPSIS use HTML::LoL; &hl(sub { print shift }, [body => {bgcolor => white}, [p => Document body, ...], ...]); This module allows you to use Perl syntax to express HTML. The function hl() converts... Platforms: *nix

License: Freeware Size: 5.12 KB Download (92): HTML::LoL Download

Added: July 26, 2010 | Visits: 967

Blatte::HTML Blatte::HTML is a Perl module that contains tools for generating HTML with Blatte. SYNOPSIS use Blatte; use Blatte::Builtins; use Blatte::HTML; $perl = &Blatte::Parse(...string of Blatte code...); $val = eval $perl; &Blatte::HTML::render($val, &emit); sub emit { print shift; }. Platforms: *nix

License: Freeware Size: 14.34 KB Download (101): Blatte::HTML Download

Added: July 12, 2010 | Visits: 1.040

HTML::Puzzle HTML::Puzzle is a framework to build web component based on database. HTML::Puzzle::DBTable Connection module to data table Examples Have a look to http://www.ebruni.it/en/software/perl/cpan/html/puzzle/examples/ex1.htm to see some examples on what you can simply do using this module.. Platforms: *nix

License: Freeware Size: 12.29 KB Download (98): HTML::Puzzle Download

Added: May 16, 2010 | Visits: 1.343

HTML::Template::Extension::DOC HTML::Template::Extension::DOC are plugins for comments in template. SYNOPSIS use HTML::Template::Extension; my $text = qq | < HTML >< HEAD >< /HEAD >< BODY > < H1 >This is a template example...< /H1 > < TMPL_DOC >An example use of TMPL_DOC tag < /TMPL_DOC > The sum between 1+1 is: <... Platforms: *nix

License: Freeware Size: 15.36 KB Download (104): HTML::Template::Extension::DOC Download

Added: September 04, 2010 | Visits: 3.042

HTML::Template::Extension::SLASH_VAR HTML::Template::Extension::SLASH_VAR is a plugins for < /TMPL_VAR > syntax. SYNOPSIS use HTML::Template::Extension; my $text = qq | SLASH_VAR plugin example ======================== If all is ok you can read this here --> < TMPL_VAR NAME="test" >a placeholder< /TMPL_VAR > |; my... Platforms: *nix

License: Freeware Size: 15.36 KB Download (95): HTML::Template::Extension::SLASH_VAR Download

Added: October 18, 2010 | Visits: 1.069

HTML Redemption Language HTML Redemption Language, or HRL for short, is an HTML-preprocessor. Its basically a macro package, with built-in Python scripting. It redeems HTML by adding useful tags such as < include >, < macro >, < if >, and < python >. The last tag allows the web site designer to embed Python... Platforms: *nix

License: Freeware Size: 34.82 KB Download (99): HTML Redemption Language Download

Added: September 14, 2010 | Visits: 1.087

HTML::FromText HTML::FromText is a Perl module that can convert plain text to HTML. SYNOPSIS use HTML::FromText; text2html( $text, %options ); # or use HTML::FromText (); my $t2h = HTML::FromText->new( %options ); my $html = $t2h->parse( $html ); HTML::FromText converts plain text to HTML. There... Platforms: *nix

License: Freeware Size: 13.31 KB Download (113): HTML::FromText Download

< 1 2 3 4 5 >