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

Technosoft21 Html Studio freeware
Filter: All | Freeware | Demo
 

Technosoft21 Html Studio

< 1 2 3 4 5 > 
Released: July 01, 2013  |  Added: August 03, 2013 | Visits: 3.002

Some PDF to Html Converter Some PDF to Html Converter is a powerful tool to convert pdf to html. You can preserve original layout, links, bookmarks, images, vector drawings of your pdf file. Allows your files to be indexed and made available on the internet as fully searchable documents with Some PDF to Html Converter! Platforms: Windows

License: Freeware Size: 784.1 KB Download (330): Some PDF to Html Converter Download

Released: November 16, 2020  |  Added: March 11, 2021 | Visits: 11.935

DarkWave Studio DarkWave Studio is a free Digital Audio Workstation (DAW) / modular virtual music studio for Windows. You can easily use the built in sequencer, bundled DarkPlug machines and third-party VST effects and VSTi instruments to create music. DarkWave Studio allows the connection of machines in an... Platforms: Windows, Windows 8, Windows 7, Windows Server

License: Freeware Size: 2.13 MB Download (1461): DarkWave Studio Download

Released: June 20, 2011  |  Added: July 05, 2011 | Visits: 1.634

Fresh HTML Fresh HTML is a free software to create and edit pages for the world wide web. Its WYSIWYG (what you see is what you get) interface makes editing HTML pages as easy as using your favorite word processor. Its built-in editor allows advanced users to fine-tune HTML codes to fit their needs. Platforms: Windows

License: Freeware Size: 4.06 MB Download (124): Fresh HTML Download

Released: September 12, 2008  |  Added: September 17, 2008 | Visits: 4.174

HTML Notepad HTML Notepad is a free HTML editor, has one clean and convenient interface, supports syntax highlighting, word-wrap and multi-file tab pages, a rich editing environment, HTML Notepad has some true flexibility and powerful features allow you to create and edit web page code faster and easier.... Platforms: Windows

License: Freeware Size: 437 KB Download (336): HTML Notepad Download

Released: March 31, 2009  |  Added: May 05, 2009 | Visits: 1.638

Danet Studio Danet Studio provides a powerful environment for creating, editing, annotating, managing and displaying high quality documents. With an advanced viewing controls, combined with powerful element controls capabilities take Danet Studio to a new level of quality and user experience. Main... Platforms: Windows

License: Freeware Size: 5.03 MB Download (271): Danet Studio Download

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

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

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.928

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.995

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.182

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: 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: 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: 968

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.041

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.043

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: March 23, 2010 | Visits: 2.636

Ubuntu Studio Ubuntu Studio project is a multimedia creation flavor of Ubuntu. Ubuntu Studio is aimed at the GNU/Linux audio, video and graphic enthusiast as well as professional. We provide a suite of the best open-source applications available for multimedia creation. Completely free to use, modify and... Platforms: *nix

License: Freeware Download (817): Ubuntu Studio Download

Added: October 18, 2010 | Visits: 1.070

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

< 1 2 3 4 5 >