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

Publish Application freeware
Filter: All | Freeware | Demo
 

Publish Application

1 2 3 4 5 > 
Released: October 10, 2012  |  Added: February 04, 2013 | Visits: 710

2X ApplicationServer XG 2X ApplicationServer XG combines the best in application delivery and virtual desktop (VDI) management by allowing administrators to publish applications and virtual desktops from an all-in-one platofrm. Experience the full benefits of desktop virtualization and improve desktop manageability,... Platforms: Windows, Other

License: Freeware Size: 40.46 MB Download (60): 2X ApplicationServer XG Download

Released: May 09, 2012  |  Added: May 24, 2012 | Visits: 1.038

BitNami eZ Publish Stack eZ Publish is an Enterprise Content Management platform with an easy to use out of the box Web Content Management System. eZ Publish is available as a free Open Source distribution and serves as the foundation for the rest of the eZ Publish Product Family. Here are some key features of the... Platforms: Windows

License: Freeware Size: 125.32 MB Download (439): BitNami eZ Publish Stack Download

Released: September 13, 2012  |  Added: September 13, 2012 | Visits: 1.297

Publish Table to Word for SQL Server Standard Publish Table to Word for SQL Server is a very effective application, with a wizard interface, that will help users create copies of table's data as Microsoft Word documents. Publish table to Word supports all modern versions of Microsoft SQL Server. Limited support for 6.0 and 6.5 versions is... Platforms: Windows


Released: October 25, 2012  |  Added: October 25, 2012 | Visits: 1.125

Publish Query to Word for SQL Server Pro Publish Query to Word for SQL Server Pro is an application that was designed to help you create a copy of a query results as a Word document. The application supports all Microsoft SQL Server versions. Limited support for 6.0 and 6.5 versions is also available. Platforms: Windows

License: Freeware Download (63): Publish Query to Word for SQL Server Pro Download

Released: September 01, 2012  |  Added: September 01, 2012 | Visits: 1.197

Publish Table to HTML for MS SQL Server Publish Table to HTML for MS SQL Server is an application that enables users to create copies of selected data in tables and save it in HTML format. This database export tool supports all modern versions of Microsoft SQL Server First, you have to setup your connection to database. There are two... Platforms: Windows, XP, 2003, Windows Vista, 7, 7x64

License: Freeware Download (54): Publish Table to HTML for MS SQL Server Download

Released: November 17, 2012  |  Added: November 17, 2012 | Visits: 1.170

Publish Query to Word for SQL Server Standard Publish Query to Word for SQL Server Standard will help you setup a connection to a database and export a query to a Word document. The application features two methods to connect with the datrabase: with predefined data source or using direct connection to server or database file. In the first... Platforms: Windows, XP, 2003, Windows Vista, 2008, 7, 7x64


Released: November 27, 2012  |  Added: November 27, 2012 | Visits: 981

Publish Query to HTML for SQL Server Pro Publish Query to HTML tool allows you to create presentable copy of a query results as HTML documents. This database export tool supports all modern versions of Microsoft SQL Server. Limited support for 6.0 and 6.5 versions is available too. The application also features support for trusted... Platforms: Windows

License: Freeware Download (54): Publish Query to HTML for SQL Server Pro Download

Added: October 15, 2013 | Visits: 540

Simple Blogger for Linux Simple Blogger is a small and very easy to use application that enables you to quickly write and publish a new post of your blog. Avaible in Windows and Linux. Simple Blogger has written on Python with wxPython. Platforms: *nix

License: Freeware Size: 11.98 MB Download (45): Simple Blogger for Linux Download

Added: January 18, 2010 | Visits: 1.544

The Hiker Application Framework Hiker is a mobile Linux Application Framework. The project provides a set of services to install and manage applications, and the ability to integrate communication between applications, enabling a seamless user experience for music, messaging, and other advanced features on mobile phones. It... Platforms: *nix

License: Freeware Size: 3.6 MB Download (125): The Hiker Application Framework Download

Added: November 26, 2010 | Visits: 1.708

The Kava Telnet Application The KTA is a complete telnet and SSH application designed for use by both end-users and developers. For end-users it provides a cross-platform vt320-compatible terminal written in Java. For developers it provides an extensible plugin API that can be used to implement automated telnet and SSH... Platforms: *nix

License: Freeware Size: 245.76 KB Download (176): The Kava Telnet Application Download

Added: June 01, 2010 | Visits: 1.032

INews INews is a system to write and publish newspapers on the internet. INews is different, because: * the newspaper has a traditional structure, with pages and articles distributed like in a paper newspaper. * the newspaper is not published using HTML, but can be read with a java application.... Platforms: *nix

License: Freeware Size: 942.08 KB Download (126): INews Download

Added: April 21, 2010 | Visits: 1.310

Curses::Application Curses::Application provides the Curses Application Framework. Curses::Application attempts to relieve the programmer of having to deal directly with Curses at all. Based upon Curses::Widgets and Curses::Forms, all one should have to do is define the application forms and contents in the DATA... Platforms: *nix

License: Freeware Size: 17.41 KB Download (105): Curses::Application Download

Added: November 14, 2010 | Visits: 1.197

eZ publish eZ publish is a popular open source content management system and development framework. eZ publish project is distributed, developed and supported by eZ systems. eZ systems is a commercial company, founded by experienced and open-minded people. The company builds its business by providing... Platforms: *nix

License: Freeware Size: 28 MB Download (109): eZ publish Download

Added: May 09, 2010 | Visits: 2.002

CGI::Application::Plugin::Authentication::Store::Cookie CGI::Application::Plugin::Authentication::Store::Cookie is a Cookie based Store. SYNOPSIS use base qw(CGI::Application); use CGI::Application::Plugin::Session; use CGI::Application::Plugin::Authentication; __PACKAGE__->authen->config( STORE => [Cookie, SECRET => "Shhh, dont tell anyone",... Platforms: *nix

License: Freeware Size: 48.13 KB Download (115): CGI::Application::Plugin::Authentication::Store::Cookie Download

Added: April 14, 2010 | Visits: 2.834

CGI::Application::Plugin::Authentication::Store::Session CGI::Application::Plugin::Authentication::Store::Session is a session based store. SYNOPSIS use base qw(CGI::Application); use CGI::Application::Plugin::Session; use CGI::Application::Plugin::Authentication; __PACKAGE__->authen->config( STORE => Session, ); This module uses a session... Platforms: *nix

License: Freeware Size: 48.13 KB Download (89): CGI::Application::Plugin::Authentication::Store::Session Download

Added: February 23, 2010 | Visits: 7.265

CGI::Application::Plugin::Authorization CGI::Application::Plugin::Authorization is an authorization framework for CGI::Application. SYNOPSIS use base qw(CGI::Application); use CGI::Application::Plugin::Authentication; use CGI::Application::Plugin::Authorization; # default config for runmode authorization... Platforms: *nix

License: Freeware Size: 17.41 KB Download (93): CGI::Application::Plugin::Authorization Download

Added: October 18, 2010 | Visits: 1.857

CGI::Application::Plugin::Authentication::Driver CGI::Application::Plugin::Authentication::Driver is a Perl base module for building driver clasees for CGI::Application::Plugin::Authentication. SYNOPSIS package CGI::Application::Plugin::Authentication::Driver::MyDriver; use base qw(CGI::Application::Plugin::Authentication::Driver); sub... Platforms: *nix

License: Freeware Size: 47.1 KB Download (92): CGI::Application::Plugin::Authentication::Driver Download

Added: September 23, 2010 | Visits: 2.372

CGI::Application::Plugin::Authentication::Store CGI::Application::Plugin::Authentication::Store is a base module for building storage classes for the CGI::Application::Plugin::Authentication plugin. SYNOPSIS package CGI::Application::Plugin::Authentication::Store::MyStore; use base qw(CGI::Application::Plugin::Authentication::Store);... Platforms: *nix

License: Freeware Size: 47.1 KB Download (100): CGI::Application::Plugin::Authentication::Store Download

Added: January 11, 2010 | Visits: 1.397

Calyxo Web Application Framework Calyxo Web Application Framework encourages in MVC model 2 based web application development. It offers support for true modular applications, i18n, a flexible view manager, a powerful validation engine, and more! Calyxo is entirely written in Java and builds on the latest Servlet and JSP... Platforms: *nix

License: Freeware Size: 2.3 MB Download (96): Calyxo Web Application Framework Download

Added: August 09, 2010 | Visits: 1.082

CGI::Application::Plugin::PageBuilder CGI::Application::Plugin::PageBuilder is a Perl module that simplifies building pages with multiple templates. SYNOPSIS This module simplifies building complex web pages with many small piecemeal templates. Instead of sub run_mode { my $self = shift; my $header = $self->load_tmpl(... Platforms: *nix

License: Freeware Size: 4.1 KB Download (90): CGI::Application::Plugin::PageBuilder Download

1 2 3 4 5 >