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

Html Design freeware
Filter: All | Freeware | Demo
 

Html Design

1 2 3 4 5 > 
Released: October 12, 2010  |  Added: November 10, 2010 | Visits: 901

HTML ON Software application for creating web pages. HTML ON editors offer convenience and added functionality. -syntax highlighting -templates -toolbars and quickly insert common HTML elements -preview in most popular browsers -color picker -tag inspector -html compress



Platforms: Windows

License: Freeware Size: 3.43 MB Download (139): HTML ON Download

Released: October 26, 2012  |  Added: October 26, 2012 | Visits: 546

RuneWeb RuneWeb is a basic html editor, Runeweb is great for people who are learning HTML as well as those experiences web developers. RuneWeb now has build-in coding aids to help people learn the hyper text markup language. RuneWeb has a built in preview option so you are able to see what you have made.





Platforms: Windows

License: Freeware Size: 246 KB Download (51): RuneWeb Download

Released: May 10, 2003  |  Added: August 04, 2006 | Visits: 2.517

Trellian Codepad Trellian CodePad is a FREE drop-in replacement for Windows NotePad. Unlike NotePad, Trellian CodePad includes syntax highlighting for all major web based languages. The program is designed to be as simple and functional as possible. The result is a simple, cheap editor that can be used by...


Platforms: Windows

License: Freeware Size: 1024 B Download (124): Trellian Codepad Download

Released: March 06, 2012  |  Added: March 20, 2012 | Visits: 1.084

Tafayor ColorPicker We offer you this light free software , which comes as a valuable handy tool for webmasters and developers with a straightforward color picking and easy use .To pick a color , you first select the target color on screen and use Ctrl+G to grab it and then you get the hexadecimal code for your...


Platforms: Windows

License: Freeware Size: 271.48 KB Download (88): Tafayor ColorPicker Download

Added: January 25, 2010 | Visits: 4.036

Sub2Srt Sub2Srt can convert .sub subtitle files to .srt subtitle files. It's useful for then importing .sub files into VLC.


Platforms: Mac

License: Freeware Size: 813 KB Download (810): Sub2Srt Download

Added: May 10, 2013 | Visits: 461

Dextar Dextar is a collection of PHP libraries. At first it started with the DexMail project, but it was halted since the main developers lacked time. As many started to show interrest in the theme and multilingual functions of DexMail we decided to break it out to it's own library. Dextar currently...


Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (50): Dextar Download

Released: November 22, 2012  |  Added: July 25, 2013 | Visits: 1.476

.NET WYSIWYG HTML Editor .NET WYSIWYG HTML Editor is 100% freeware that used to design the HTML pages. It has 3 modes: 'Design' - the WYSIWYG HTML editor, 'Source' - view or write HTML code manually, 'Preview' - see the actual effect. It provides you with the following features/functions: save to HTML file, get HTML...


Platforms: Windows

License: Freeware Size: 472.46 KB Download (101): .NET WYSIWYG HTML Editor Download

Released: January 11, 2001  |  Added: May 06, 2006 | Visits: 6.291

IMS Web Dwarf A free WYSIWYG editor for the design of Web content using HTML and SVG (Scalable Vector Graphics). Features include an advanced Text Editor with spell checker and link editor, vector graphics editor, a Renderer with support for radial shading, linear shading and transparency, enhanced page layout...



License: Freeware Size: 4.73 MB Download (791): IMS Web Dwarf Download

Added: October 24, 2010 | Visits: 1.102

HTML Parser HTMLParser is a super-fast real-time parser for real-world HTML. What has attracted most developers to HTMLParser has been its simplicity in design, speed and ability to handle streaming real-world html. The two fundamental use-cases that are handled by the parser are extraction and...


Platforms: *nix

License: Freeware Size: 4.2 MB Download (98): HTML Parser Download

Added: June 27, 2010 | Visits: 1.423

HTML::EmbperlObject HTML::EmbperlObject is a Perl module that extents HTML::Embperl for building whole website with reusable components and objects. SYNOPSIS < Location /foo > PerlSetEnv EMBPERL_OBJECT_BASE base.htm PerlSetEnv EMBPERL_FILESMATCH ".htm.?|.epl$" SetHandler perl-script PerlHandler...


Platforms: *nix

License: Freeware Size: 358.4 KB Download (95): HTML::EmbperlObject Download

Added: April 03, 2010 | Visits: 1.048

HTML::Macro HTML::Macro can process HTML templates with loops, conditionals, macros and more! SYNOPSIS use HTML::Macro; $htm = new HTML::Macro (template.html); $htm->print; sub myfunc { $htm->declare (var, missing); $htm->set (var, value); return $htm->process; } ( in template.html ): < html...


Platforms: *nix

License: Freeware Size: 23.55 KB Download (95): HTML::Macro Download

Added: June 14, 2010 | Visits: 1.166

HTML::Template HTML::Template module attempts to make using HTML templates simple and natural. HTML::Template library extends standard HTML with a few new tags for variables, loops, if/else blocks and includes. A file written with HTML and these new tags is called a template. Using this module you fill in...


Platforms: *nix

License: Freeware Size: 62.46 KB Download (109): HTML::Template Download

Added: October 05, 2010 | Visits: 2.440

PHP HTML Form Generation and Validation Class 1.0 Beta PHP HTML Form Generation and Validation Class is a PHP class for easy HTML form generation and validation. If youre a web developer you know that designing HTML forms and writing the PHP code for their validation is a really dull task. And if youre like me you mustve looked around the web to...


Platforms: *nix

License: Freeware Size: 133.12 KB Download (131): PHP HTML Form Generation and Validation Class 1.0 Beta Download

Added: September 23, 2010 | Visits: 1.276

HTML::Widget::SideBar HTML::Widget::SideBar can creates the HTML (and possibly some Javascript) for a navigational or otherwise active (hierarchical) sidebar for a web page. SYNOPSYS use HTML::Widget::SideBar; use CGI; # Or something like that. # We are going to create a sidebar in which only the active...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (99): HTML::Widget::SideBar Download

Added: July 22, 2010 | Visits: 781

HTML::YaTmpl HTML::YaTmpl is yet another template processor. SYNOPSIS use HTML::YaTmpl; my $t=HTML::YaTmpl->new( file=>template.tmpl ); $t->evaluate( key1=>$value1, key2=>[$val21, $val22, ...] ... ); $t->evaluate_to_file( $outputfilename, key1=>$value1, key2=>[$val21, $val22, ...] ... );...


Platforms: *nix

License: Freeware Size: 41.98 KB Download (94): HTML::YaTmpl Download

Added: January 25, 2010 | Visits: 1.490

Taco HTML Edit Taco HTML Edit is a full-featured HTML editor and PHP editor distributed as freeware. It is designed exclusively for Mac OS X and uses many of the core technologies built into Mac OS X including image transparency (in the image map wizard), toolbars, multithreading (for quick tag coloring), and...


Platforms: Mac

License: Freeware Download (140): Taco HTML Edit Download

Released: February 28, 2012  |  Added: August 13, 2012 | Visits: 1.040

Application Design Application design is a package of more than 1000 royalty-free images for Windows. Designed to meet and exceed the design guidelines for Microsoft Windows systems, this collection of images of the taskbar includes images of 48x48 pixels with transparent background and the current design is in a...


Platforms: OS/2, Windows, Mac, *nix, Windows CE, Pocket PC, Other,Android,BlackBerry,iPhone,iPod,iTouch,Palm,Palm OS 6.0,Handheld/Mobile Other,Java

License: Freeware Size: 22.64 MB Download (95): Application Design Download

Released: December 16, 2012  |  Added: December 16, 2012 | Visits: 879

Free Html Img Tag Updater Tool This tool massively automatically sets and updates the height and width attributes of IMG tags of HTML documents based on the original height and width of the source image. It is a good practice to set the height and width of img tags to allow the browser to display the webpage more smoothly...


Platforms: Windows

License: Freeware Size: 134 KB Download (81): Free Html Img Tag Updater Tool Download

Released: August 12, 2012  |  Added: August 12, 2012 | Visits: 1.657

Drop Down Menu in CSS and HTML Create truly cross-browser, light-weight css drop down menu in minutes - try Drop Down Menu in CSS and HTML today! Drop Down Menu in CSS and HTML is a software tool that lets you add professional looking css drop down menu systems. With this html drop down menu advancer, you would be able to add...


Platforms: Windows

License: Freeware Size: 9.02 MB Download (54): Drop Down Menu in CSS and HTML Download

Released: August 19, 2012  |  Added: August 19, 2012 | Visits: 763

Design Web Buttons Create css web page buttons without using photoshop and html coding! Web Buttons enables you to create Pure CSS rollover buttons with ease. Your design web buttons will work like a charm when javascript is disabled in your browser because it works correctly with pure css. Hundreds of great button...


Platforms: Windows

License: Freeware Size: 10.66 MB Download (53): Design Web Buttons Download

1 2 3 4 5 >