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

Zzee Art Html Listing Zcat Php Id software
Filter: All | Freeware | Demo
 

Zzee Art Html Listing Zcat Php Id

< 1 2 3 4 5 > 
Released: August 12, 2020  |  Added: August 22, 2020 | Visits: 1.378

WeBuilder 2020 Quick, intelligent and powerful all-in-one code editor for web developers. Clean interface, instant startup, superb flexibility and powerful features enable you to create and edit HTML, CSS, JavaScript, PHP, ASP, Perl, Ruby, Python code faster and easier than ever, while integrated tools let you...



Platforms: Windows, Windows 8, Windows 7, Windows Server

License: Shareware Cost: $89.95 USD Size: 77.8 MB Download (114): WeBuilder 2020 Download

Added: December 10, 2013 | Visits: 1.258

phpForm phpForm is intent to help developers to manage their forms.It is a powerful script, wich can generate customizable HTML forms from PHP arrays. It can handle form submition, fields validation, and vill remember fields content after submition.





Platforms: PHP

License: Freeware Size: 20.48 KB Download (113): phpForm Download

Added: January 25, 2010 | Visits: 430

YourHead Collage Collage is a plugin for RapidWeaver that let's you easy create graphical links to other pages on your website or anywhere at all. Just like all the other RapidWeaver page styles, it's super easy to use. There's no need to know about html code or php scripts. Just drag a few photos to your page...


Platforms: Mac

License: Shareware Cost: $0.00 USD Size: 203 KB Download (113): YourHead Collage Download

Added: July 02, 2006 | Visits: 2.837

1-abc.net WebDynamicer 1-abc.net WebDynamicer allows you to exchange parts of your website in batch mode. It’s the easiest way to have a dynamic website that keeps static anyway! Just add some comments to the source code of your website and put changeable parts into template files – the program will exchange...


Platforms: Windows

License: Shareware Cost: $7.99 USD Size: 110 KB Download (112): 1-abc.net WebDynamicer Download

Added: August 18, 2008 | Visits: 1.732

ConTEXT Programmers Editor ConTEXT is a closed-source freeware text editor for Microsoft Windows, aimed at software developers. It can open and edit very large files, while requiring only modest amounts of RAM and hard drive space to run. It has built-in syntax highlighters for C/C++, Delphi/Pascal, 80x86 assembler, Java,...


Platforms: Windows

License: Freeware Size: 1.59 MB Download (112): ConTEXT Programmers Editor Download

Added: September 03, 2010 | Visits: 1.033

LogBot LogBot is an IRC bot that creates web-based logs in XHTML format. It uses the PircBot API to connect to an IRC server and create public logs for a channel. This is useful for disseminating online conferences and discussions of interest groups to those who do not use IRC. Place the contents of...


Platforms: *nix

License: Freeware Size: 79.87 KB Download (111): LogBot Download

Added: January 17, 2006 | Visits: 3.211

cryptdisk rscdisk Cryptdisk encryption on the fly Optimally protect sensitive data with RSCDISK. RSCDISK is a complex application that can be operated for the protection of sensitive data of several protected virtual drive assemblies under Windows NT/2000/XP. CryptDisk can be used on PCs, Notebooks and Servers....


Platforms: Windows

License: Shareware Cost: $58.00 USD Size: 1000 KB Download (110): cryptdisk rscdisk Download

Released: January 21, 2007  |  Added: January 29, 2007 | Visits: 2.543

Oceantiger's Editor Edit Java, html, xml, perl, php, css and text documents. Color highlighting for the mentioned languages and posibility to define your own color highlighting for other languages. Other features in this program includes: tools to compile - debug and run java documents, undo / redo feature, tools to...


Platforms: Windows

License: Shareware Cost: $29.95 USD Size: 2 MB Download (107): Oceantiger's Editor Download

Released: June 30, 2014  |  Added: July 21, 2014 | Visits: 1.070

Rapid CSS 2014 Rapid CSS Editor makes it easy to design, create, edit and deploy modern CSS-based websites and site layouts. Write CSS and HTML code manually or let the CSS editor do it for you. It is easy because of the many helpful features such as auto completion, code inspector, CSS formatter, CSS...


Platforms: Windows, Windows 8, Windows 7, Windows Server

License: Shareware Cost: $29.95 USD Size: 19.42 MB Download (104): Rapid CSS 2014 Download

Released: May 01, 2012  |  Added: May 09, 2012 | Visits: 1.651

AshSofDev HTML Editor AshSofDev HTML Editor is a very rich html editor with support for html, xhtml, javascript, php, and css.


Platforms: Windows

License: Freeware Size: 4.65 MB Download (103): AshSofDev HTML Editor Download

Released: December 08, 2011  |  Added: December 19, 2011 | Visits: 1.319

HTMLPad 2011 HTMLPad is quick and sophisticated all-in-one HTML, CSS, JavaScript and server side script editor. Clean and convenient interface, quick startup, true flexibility and powerful features allow you to create and edit HTML, CSS, JavaScript, PHP and ASP code faster and easier than ever, while...


Platforms: Windows

License: Shareware Cost: $35.85 USD Size: 5.69 MB Download (103): HTMLPad 2011 Download

Added: February 13, 2010 | Visits: 1.624

UWiKiCMS UWiKiCMS is a lightweight web content management system. UWiKiCMS features basic text formatting and online editing, image upload and automatic positionning, heavy css use, lightweight XHTML compliant code, readable URLs and no cryptic article.php?id=123 stuff, extensibility at will through PHP...


Platforms: *nix

License: Freeware Size: 327.68 KB Download (103): UWiKiCMS Download

Added: June 14, 2010 | Visits: 1.241

File::Listing File::Listing is a Perl module to parse directory listing. SYNOPSIS use File::Listing qw(parse_dir); for (parse_dir(`ls -l`)) { ($name, $type, $size, $mtime, $mode) = @$_; next if $type ne f; # plain file #... } # directory listing can also be read from a file open(LISTING, "zcat...


Platforms: *nix

License: Freeware Size: 235.52 KB Download (102): File::Listing Download

Added: August 13, 2008 | Visits: 1.157

Database Generator TreeBase Generator is a MS Windows based program which allows its users to publish new or existing databases to the Internet (on Unix server)in a very simple and fast way. Import/Export of data from other DB programs. Visitors can perform various searches in the published database. Formatting...


Platforms: Windows

License: Shareware Cost: $79.00 USD Size: 1.3 MB Download (102): Database Generator Download

Added: March 24, 2010 | Visits: 969

Text::Highlight Text::Highlight is a syntax highlighting framework. SYNOPSIS use Text::Highlight preload; my $th = new Text::Highlight(wrapper => " %s n"); print $th->highlight(Perl, $code); Text::Highlight is a flexible and extensible tool for highlighting the syntax in programming code. The markup...


Platforms: *nix

License: Freeware Size: 49.15 KB Download (102): Text::Highlight Download

Added: January 25, 2010 | Visits: 498

Daktari Daktari brings the library metaphor to browsing and editing files for web sites. Folders of web pages become projects when added to Daktari's library. Daktari's library browser opens web pages for source viewing and editing. Text is colorized to simplify viewing page source. Menus provide a good...


Platforms: Mac

License: Commercial Cost: $0.00 USD Download (102): Daktari Download

Added: August 16, 2008 | Visits: 1.041

A Tech Group - Professional Notepad Professional Notepad is a powerful editor that allows you view and edit HTML, CSS, JavaScript, PHP, PERL, SQL, Delphi, C++ and other languages source code. It is a advanced tool supporting the features you've always dreamt about, such as syntax highlighting, Code Templates, bookmarks,...


Platforms: Windows

License: Shareware Cost: $18.00 USD Size: 400 KB Download (101): A Tech Group - Professional Notepad Download

Released: June 30, 2014  |  Added: July 21, 2014 | Visits: 1.462

WeBuilder 2014 Intelligent and powerful all-in-one code editor for web developers. Clean interface, instant startup, superb flexibility and powerful features allow you to create and edit HTML, CSS, JavaScript, PHP, Perl, Ruby, Python, ASP, ASP.Net, SSI code faster and easier than ever, while integrated tools...


Platforms: Windows, Windows 8, Windows 7, Windows Server

License: Shareware Cost: $79.95 USD Size: 20.92 MB Download (100): WeBuilder 2014 Download

Added: August 31, 2008 | Visits: 992

HandyHTML Editor Robust HTML / CSS/ JS/ PHP/ ASP/ PERL / JAVA editor with syntax highlighting, splitscreen editing, built-in ftp client, Image Mapper, Color Picker, Gradient Text and other essential tools. It can be used as the complex standalone sollution for building and maintaining web sites and editing...


Platforms: Windows

License: Shareware Cost: $34.95 USD Size: 1.53 MB Download (100): HandyHTML Editor Download

Added: January 08, 2010 | Visits: 794

STPHPLib STPHPLib is a suite of software components for developing object oriented and web based applications. It is an open-source framework written in PHP language. It encapsulates the common GUI controls like : checkbox, radiobutton, toolbars and so on, not present in HTML language in PHP objects to...


Platforms: *nix

License: Freeware Size: 80.9 KB Download (100): STPHPLib Download

< 1 2 3 4 5 >