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

Browser Builder freeware
Filter: All | Freeware | Demo
 

Browser Builder

< 1 2 3 4 5 > 
Released: May 06, 2014  |  Added: May 31, 2014 | Visits: 6.905

Opera browser Discover the new Opera. Handcrafted to bring you faster, more secure browsing, Opera gives you more efficient browsing and great customization options. Download the fast and free alternative web browser. Features: -Speed Dial groups your top-visited sites directly on a custom start page.... Platforms: Windows, Windows 8, Windows 7, Other

License: Freeware Size: 860 KB Download (968): Opera browser Download

Released: June 20, 2007  |  Added: February 17, 2008 | Visits: 19.531

Website Builder The Website Builder script provides you with all the features you will need to set up your own website, using your own domain name. The script can be added to an already running website, or it can also run on its own. Our script is perfect for presentational websites! It enables... Platforms: Windows, *nix, Windows CE

License: Freeware Size: 2.97 MB Download (6954): Website Builder Download

Released: January 13, 2008  |  Added: January 26, 2008 | Visits: 3.310

Lively Browser Lively Browser supports traditionally Tabbed mode and our originally Tree mode to surf in Internet as a Web browser. Moreover, We provide the most popular websites, forums, and software on the web, especially Alexa top sites list. Top sites list are ranked by popularity, by countries and by... Platforms: Windows

License: Freeware Size: 13 MB Download (131): Lively Browser Download

Released: July 08, 2008  |  Added: August 16, 2008 | Visits: 2.823

Zac Browser ZAC Browser (Zone for Autistic Children) is the first web browser developed specifically for children with autism, and autism spectrum disorders such as Asperger syndrome, pervasive developmental disorders (PDD), and PDD-NOS. Zac Browser is for children - for their enjoyment, enrichment, and... Platforms: Windows

License: Freeware Size: 6.37 MB Download (251): Zac Browser Download

Released: December 21, 2009  |  Added: February 23, 2011 | Visits: 1.979

Orca Browser Orca Browser is a fast, stable, user-friendly, versatile tabbed web browser, which features with many functions such as Pop-up Stopper and Flash Ads Filter, AutoFills, Online Profile Storage, RSS Reader, Safe Recovery, Integrated Cleaner etc. Online Profile Storage: Orca Browser can save... Platforms: Windows

License: Freeware Size: 9.58 MB Download (230): Orca Browser Download

Released: March 25, 2011  |  Added: April 02, 2011 | Visits: 5.993

QtWeb Internet Browser QtWeb is a fast, secure, compact and portable web browser with some unique user interface and privacy features. QtWeb is free, non-commercial and open source project based on Qt framework and WebKit rendering engine (used in Safari and Chrome). Customizable User Interface: Change Application... Platforms: Windows, Mac, *nix

License: Freeware Size: 7.27 MB Download (538): QtWeb Internet Browser Download

Released: September 14, 2009  |  Added: September 24, 2009 | Visits: 2.891

Browser History Cleaner Do you know that your computer stores all history traces? Your PC stores all your history tracks - web sites you visited, what you searched in the Internet, information you enter on websites, files and documents you recently opened etc. But some history tracks can't be cleaned without clean... Platforms: Windows

License: Freeware Size: 904.1 KB Download (523): Browser History Cleaner 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

Added: January 18, 2010 | Visits: 1.564

Browser CRM Browser CRM is a Web-based suite combining integrated email functionality with flexible and powerful CRM (customer relationship management) and collaboration tools. Browser CRM is a single, comprehensive application that is accessible from anywhere. Browser CRM logs incoming and outgoing... Platforms: *nix

License: Freeware Size: 1.3 MB Download (118): Browser CRM Download

Added: January 18, 2010 | Visits: 1.499

The Diabolically Uncrashable Mud Builder The Diabolically Uncrashable Mud Builder project is a is a lisp interpreter specialized for MUD building. The goal of the Diabolically Uncrashable Mud Builder project is to provide MUD developers a language specifically designed for the purpose. The Diabolically Uncrashable Mud Builder, as the... Platforms: *nix

License: Freeware Download (93): The Diabolically Uncrashable Mud Builder Download

Added: January 18, 2010 | Visits: 1.350

Class::Adapter::Builder Class::Adapter::Builder is a Perl module that can generate Class::Adapter classes. SYNOPSIS package My::Adapter; use strict; use Class::Adapter::Builder ISA => Specific::API, METHODS => [ qw{foo bar baz} ], method => different_method; 1; Class::Adapter::Builder is another mechanism... Platforms: *nix

License: Freeware Size: 24.58 KB Download (206): Class::Adapter::Builder Download

Added: February 16, 2010 | Visits: 1.460

Custom Eclipse Builder Custom Eclipse Builder is a lightweight Ant-based project to build a company and personal customized Eclipse distribution including company and personal relevant plugins, preferences and settings. The modern software development process becomes more and more distributed characted. Now, a usual... Platforms: *nix

License: Freeware Size: 1.2 MB Download (95): Custom Eclipse Builder Download

Added: January 08, 2010 | Visits: 1.959

jsp File Browser jsp File Browser is an easy to use and easy to install file browser java server page. This JSP program allows remote web-based file access and manipulation.. JSP file browser allows remote web-based file access and manipulation like upload. Platforms: *nix

License: Freeware Size: 23.55 KB Download (254): jsp File Browser Download

Added: March 04, 2010 | Visits: 1.586

PSA::Test::Builder PSA::Test::Builder is a backend for building test libraries. SYNOPSIS package My::Test::Module; use PSA::Test::Builder; require Exporter; @ISA = qw(Exporter); @EXPORT = qw(ok); my $Test = Test::Builder->new; $Test->output(my_logfile); sub import { my($self) = shift; my $pack =... Platforms: *nix

License: Freeware Size: 112.64 KB Download (156): PSA::Test::Builder Download

Added: September 25, 2010 | Visits: 1.677

browser-history Browser-history is a small and efficient daemon that keeps your browser history, independent of the browser you use. Browser-history came from the will to overcome a Netscape bug: there was no global history, and if you close a window, its whole history is lost. For people browsing lots of... Platforms: *nix

License: Freeware Size: 19.46 KB Download (179): browser-history Download

Added: June 08, 2010 | Visits: 1.287

DateTime::Format::Builder DateTime::Format::Builder is a Perl module to create datetime parser classes and objects. SYNOPSIS package DateTime::Format::Brief; our $VERSION = 0.07; use DateTime::Format::Builder ( parsers => { parse_datetime => [ { regex => qr/^(d{4})(dd)(dd)(dd)(dd)(dd)$/, params => [qw( year... Platforms: *nix

License: Freeware Size: 48.13 KB Download (100): DateTime::Format::Builder Download

Added: February 25, 2010 | Visits: 1.353

CGI::Builder::Magic CGI::Builder::Magic Perl module contains CGI::Builder and Template::Magic integration. SYNOPSIS # just include it in your build use CGI::Builder qw| CGI::Builder::Magic |;. Platforms: *nix

License: Freeware Size: 15.36 KB Download (106): CGI::Builder::Magic Download

Added: August 18, 2010 | Visits: 1.254

Bundle::CGI::Builder::Complete Bundle::CGI::Builder::Complete is a bundle to install the complete CGI::Builder framework. SYNOPSIS perl -MCPAN -e install Bundle::CGI::Builder::Complete CONTENTS HTML::Tagset - used by HTML::Parser HTML::Parser - used by HTML::FillInForm and HTML::TableTiler HTML::TableTiler - used by... Platforms: *nix

License: Freeware Size: 39.94 KB Download (93): Bundle::CGI::Builder::Complete Download

Added: January 25, 2010 | Visits: 1.189

CGI::Builder::Auth::GroupAdmin CGI::Builder::Auth::GroupAdmin is a Perl module for the management of HTTP server group databases. SYNOPSIS use CGI::Builder::Auth::GroupAdmin (); Pay no attention to that man behind the curtain! Move along, nothing to see here! This module was originally part of the HTTPD-User-Manage... Platforms: *nix

License: Freeware Size: 51.2 KB Download (91): CGI::Builder::Auth::GroupAdmin Download

Added: April 22, 2010 | Visits: 1.262

CGI::Builder::Auth::UserAdmin CGI::Builder::Auth::UserAdmin is a Perl module for the management of HTTP server user databases. SYNOPSIS use CGI::Builder::Auth::UserAdmin (); Pay no attention to that man behind the curtain! Move along, nothing to see here! This module was originally part of the HTTPD-User-Manage... Platforms: *nix

License: Freeware Size: 51.2 KB Download (95): CGI::Builder::Auth::UserAdmin Download

< 1 2 3 4 5 >