WareSeeker Search Software

beautify application


Sponsored Links
Collapse All
Software Name Software Type Category Price
1

ASP Beautify 1.0


windows Web Development->Misc Web Authoring Tools $20.00
View Detail
Download ASP Beautify 1.0Download ASP Beautify 1.0
153K
Beautifies the source code of Active Server Pages and HTML Files by reformatting the source code using indentions. Features are VBScript and HTML indention, automatic clipboard and multiple file beautifying (batch).

2

ASP Beautify 1.5


windows Web Development->Misc Web Authoring Tools $20.00
View Detail
Download ASP Beautify 1.5Download ASP Beautify 1.5
153KB
Beautifies the source code of Active Server Pages and HTML Files by reformatting the source code using indentions. Features are VBScript and HTML indention, automatic clipboard and multiple file beautifying
3

Application Manager


script PHP $100.00
View Detail
Download Application ManagerDownload Application Manager
Allows you to manage your applications online simple and easy. Few of the application fields are full name, address, references (3), past job (3), higest education, etc. Allows you to set the application status to Hire, Not Hired, Trash, or Archive. Default status is Pending.
4

PhotoIndex Application


script PHP Free
View Detail
Download PhotoIndex ApplicationDownload PhotoIndex Application
PhotoIndex is a PHP application that takes a large number of photographs, for instance from a digital camera, and store them in a database for easy viewing on the Web. It can be used as a PhPNuke module or a standalone. The example php module files can be easily modified to incorporate in your own website. The PhotoIndex application performs a lot of actions automatically so that you can put a number of pictures on the web with a minimum of effort. Stores EXIF data from digital cameras in the database automatically. Requires PHP, ImageMagick and MySQL. An extensive installation and user documentation can be found here.
5

Prima::Application 1.20


linux Programming->Libraries Free
View Detail
Download Prima::Application 1.20Download Prima::Application 1.20
1.4 MB
Prima::Application is root of widget objects hierarchy.

Prima::Application class serves as a hierarchy root for all objects with child-owner relationship. All toolkit objects, existing with non-null owner property, belong by their top-level parental relationship to Prima::Application object. There can be only one instance of Prima::Application class at a time.

SYNOPSIS

use Prima;
use Prima::Application;
or
use Prima qw(Application);

Prima::MainWindow-> create();

run Prima;

USAGE

Prima::Application class, and its only instance are treated specially throughout the toolkit. The object instance is contained in

$::application

scalar, defined in Prima.pm module. The application instance must be created whenever widget and window, or event loop functionality is desired. Usually

use Prima::Application;

code is enough, but $::application can also be assigned explicitly. The use syntax has advantage as more resistant to eventual changes in the toolkit design. It can also be used in conjunction with custom parameters hash, alike the general create() syntax:

use Prima::Application name => Test application, icon => $icon;

In addition to this functionality Prima::Application is also a wrapper to a set of system functions, not directly related to object classes. This functionality is generally explained in "API".


6

OpenPlugin::Application 0.11


linux Programming->Libraries Free
View Detail
Download OpenPlugin::Application 0.11Download OpenPlugin::Application 0.11
0.077 MB
OpenPlugin::Application is a subclass of CGI::Application, meant to help you create reusable web applications.

SYNOPSIS

# Example from OpenThoughts Demo.pm

package Demo;
use base "OpenPlugin::Application";
sub setup {
my $self = shift;
$self->run_modes(
mode1 => init_demo,
mode2 => get_os_list,
mode3 => get_os_info,
);
$self->start_mode( mode1 );
$self->mode_param(run_mode);
}
sub init_demo { ... }
sub get_os_list { ... }
sub get_os_info { ... }
1;

# Example from OpenThoughts demo.pl

#!/usr/bin/perl -wT
use strict;
my $r = shift;
my $demo = Demo->new( PARAMS => {
config => { src => "/path/to/OpenPlugin.conf" },
request => { apache => $r },
});

$demo->run();

OpenPlugin::Application is built on Jesse Erlbaums popular CGI::Application module. OpenPlugin::Application is simply a subclass of CGI::Application. Jesse says the following about CGI::Application:

"CGI::Application is intended to make it easier to create sophisticated, reusable web-based applications. This module implements a methodology which, if followed, will make your web software easier to design, easier to document, easier to write, and easier to evolve."

How does it do this? Jesse goes on to say:

"The guiding philosophy behind CGI::Application is that a web-based application can be organized into a specific set of "Run-Modes." Each Run-Mode is roughly analogous to a single screen (a form, some output, etc.). All the Run-Modes are managed by a single "Application Module" which is a Perl module. In your web servers document space there is an "Instance Script" which is called by the web server"

The biggest difference between CGI::Application and OpenPlugin::Application is that query object they both use; one is designed to use CGI.pm, the other OpenPlugin. Generally speaking, everything in the application documentation|CGI::Application> application> still applies. Any differences will be noted in this document.
It is not necessary to use OpenPlugin::Application in order to build web applications using OpenPlugin. This plugin is meant to be for your convenience -- to help you structure your web applications in a manner which makes sense, and is reusable.


7

Using CGI::Application


script CGI Perl Free
View Detail
Download Using CGI::ApplicationDownload Using CGI::Application
The author writes CGI::Application builds upon the bedrock of CGI, adding a structure for writing truly reusable Web-applications. CGI::Application takes what works about CGI and simply provides a structure to negate some of the more onerous programming techniques that have cast an unfavorable light upon it. CGI::Application code is so universal and non-proprietary that it works exceedingly well on any operating system and Web server that supports Perl and CGI. The CGI::Application structure makes it possible for authors to distribute, for the first time, fully functional and sophisticated Web-applications via CPAN.
8

EaseMS Application 1.0


windows Network Internet->Chat Instant Messengers Free
View Detail
Download EaseMS Application 1.0Download EaseMS Application 1.0
543 KB
EaseMS Console is a free Windows application which allows you to start sending text messages straight from your PC for 6p to anywhere in the world using your (free) MobileMeWorld account. Simply register for an account at www.mobilemeworld.com, download this application, and start sending messages!
9

CGI::Application 4.06


linux Programming->Libraries Free
View Detail
Download CGI::Application 4.06Download CGI::Application 4.06
0.054 MB
CGI::Application is a framework for building reusable web-applications.

SYNOPSIS

# In "WebApp.pm"...
package WebApp;
use base CGI::Application;

# ( setup() can even be skipped for common cases. See docs below. )
sub setup {
my $self = shift;
$self->start_mode(mode1);
$self->mode_param(rm);
$self->run_modes(
mode1 => do_stuff,
mode2 => do_more_stuff,
mode3 => do_something_else
);
}
sub do_stuff { ... }
sub do_more_stuff { ... }
sub do_something_else { ... }
1;


### In "webapp.cgi"...
use WebApp;
my $webapp = WebApp->new();
$webapp->run();

CGI::Application is intended to make it easier to create sophisticated, high-performance, reusable web-based applications. This module implements a methodology which, if followed, will make your web software easier to design, easier to document, easier to write, and easier to evolve.

CGI::Application judiciously avoids employing technologies and techniques which would bind a developer to any one set of tools, operating system or web server.


10

Sesion and Application


script ASP Free
View Detail
Download Sesion and ApplicationDownload Sesion and Application
This tutorial shows how to keep information from the user in your server (Session method) and how to share information between users (Application method). This is only a basic tutorial for beginners with only basic features are described.
11

IP2Location Application 1.00


windows Network Internet->Misc Networking Tools $49.00
View Detail
Download IP2Location Application 1.00Download IP2Location Application 1.00
890K
IP2Location Application (AP) is a free standalone software that enables end-users to detect country, region, city, latitude, longitude, ZIP code, ISP and domain name by using an IP address. It is using IP2Location .BIN database as internal lookup reference and does not required external network connection. IP2Location Application is available in several platforms such as Windows (GUI or command line) or Linux/Unix (Perl). IP2Location .BIN database is available by subscription. End-users can use this geolocation application for assignments related to: 1. Display native language and currency; 2. Redirect based on country; 3. Digital rights management; 4. Prevent password sharing and abuse of service; 5. Reduce credit card fraud; 6. Web log stats and analysis; 7. Auto-selection of country on forms; 8. Filter access from countries you do not do business with; 9. Geo-targeting for increased sales and click-throughs. Free demo IP2Location sample database available.

12

EaseMS Application 1.0


pda System Utilities->SMS FREE
View Detail
Download EaseMS Application 1.0Download EaseMS Application 1.0
544.00 KB
Do you send text messages to friends/family/loved ones in another country or text internationally on a daily basis? Then you probably know that these messages are not included in your free bundles.

EaseMS Console is a free Windows application which allows you to start sending text messages straight from your PC for 6p to anywhere in the world using your (free) MobileMeWorld account. Simply register for an account at www.mobilemeworld.com, download this application, and start sending messages!

Requirements:

· Pocket PC

13

OlapX Application 4.0


windows Network Internet->Database Utils $99
View Detail
Download OlapX Application 4.0Download OlapX Application 4.0
5.78 MB
OlapX is a sophisticated multidimensional database browsing tool. It enables the creation interactive analysis, reporting and presentation of Microsofts Analysis Services databases.

Designed for users at any business or technical skill level in a company to perform their own multidimensional analysis, create reports, and share them for better decision making.

Here are some key features of "OlapX Application":

· Open MSAS cubes, cubes, cue views or report portfolios from your network or web addresses
· Intuitive navigation thru multidimensional data with mouse clicks
· Easily transfer data to other applications through the clipboard
· Its very easy to choose the data you want to see
· Pareto and dimension options to analyze only the desired records
· Diverse options for sorting your data
· Multiple format options enables you to personalize your information
· Using formatting options according to the information values
· Sophisticated charting format with ability to export to JPG, PNG, BMP, etc
· Easily create presentations with OlapX Application support. You can export whole reports to HTML, RTF, PDF or to other application via the clipboard
· Web and developer versions
· Together with our cube creation assistan OlapXAcc, they become the perfect couple for small and medium size enterprise to create and maintaint their own datawarehouse.

14

OlapX Application 3.0


windows Business Finance->Inventory Management $99
View Detail
Download OlapX Application 3.0Download OlapX Application 3.0
5.81MB

OlapX is a sophisticated multidimensional database browsing tool. It enables the creation interactive analysis, reporting and presentation of Microsofts Analysis Services databases. java application nokia 6230

Designed for users at any business or technical skill level in a company to perform their own multidimensional analysis, create reports, and share them for better decision making.

- Easily create new cubes with MS Office using MS Query

- Open database, local and remote cubes or saved views

- Intuitive navigation thru multidimensional data with mouse clicks

- Easily transfer data to other applications through the clipboard

- Its very easy to choose the data you want to see

- Pareto and dimension options to analyze only the desired records

- Diverse options for sorting your data

- Multiple format options enables you to personalize your information

- Using formatting options according to the information values

- Sophisticated charting format with ability to export to JPG, PNG, BMP, etc

- Easily create presentations with OlapX Application support. You can export whole reports to HTML, RTF, PDF or to other application via the clipboard

Together with our cube creation assistan OlapXAcc, they become the perfect couple for small and medium size enterprise to create and maintaint their own datawarehouse.
15

FIFA2006 Application 1.1


windows Home Education->Sports Free
View Detail
Download FIFA2006 Application 1.1Download FIFA2006 Application 1.1
K

It is a full blown application about the (Soccer / Football) FIFA World Cup 2006, filled with the FIFA 2006 complete tournament data!

Its very easy to use, and professional! You can find pictures and all relevant information about your favorite players (such as height and weight, current club, date of birth, etc...) and teams, and get all the accompanying info, as well as interesting facts and numbers about previous world cups and the FIFA, and the game of Soccer / Football.

The Fifa World Cup 2006 Application includes:

A full-featured Database System that allows you to add your own teams and information!
The full list of the participating teams, by group.
Information and pictures about each team.
Information and pictures about the 20 top-ranked players, participating in the FIFA World Cup 2006 tournament.
Information and pictures about the stadiums where the games will be played.
General information about FIFA, the games and interesting historical facts.

There will be ongoing updates to this application, on each Monday, until the end of World Cup 2006, and even after!
The features expected within this month are quite amazing!!!
Download gratis fifa 2007 now!

They include:

- The capability to enter the results of a game and an automatic report that calculates the points, goals and fixtures.

- The eight groups, with the tables of current fixtures, which can be modified whenever you enter new or expected results.

- The existence of a report which specifies the ranking of the top scorers in the tournament, based on the entry of their goal scores in each match. If you like to manage your own football club, you can also try the fifa manager 2007 pc.

You can check out everything at: http://www.iteam-wtc.com/app/fifa2006.html
16

Quiz/poll application


script ASP->Content Management $14.95
View Detail
Download Quiz/poll applicationDownload Quiz/poll application
Quiz/poll application is done in ASP/MS ACCESS. This application has sophisticated administration.
17

Application Timer 1.0


mac Utilities->System Utilities Free
View Detail
Download Application Timer 1.0Download Application Timer 1.0
3 KB
Application Timer is an AppleScript that will put a timer on any application.
Now you can leave your computer and not worry about an application quitting. Just set a timer! Does minutes or hours, too.



18

AJAX Application in PHP


script PHP Free
View Detail
Download AJAX Application in PHPDownload AJAX Application in PHP
A small application which will help you understanding the basics of AJAX.
19

My mail application


script ASP->Email Systems Free
View Detail
Download My mail applicationDownload My mail application
My Mail Application is an ASP Webmail client new application which will make email management and business communications manageable and efficient.
20

Application Sound Embedder 1.0


windows Audio Multimedia->Other Free
View Detail
Download Application Sound Embedder 1.0Download Application Sound Embedder 1.0
133 KB
Application Sound Embedder is destined to embed (add) mp3 music to any completed Application!

Using Application Sound Embedder you can enrich every executable very easy in a few clicks with sounds. Application Sound Embedder has another useful feature - compreses original executable to make it available for sending via internet.

For example you can add lyrical music to your favorite photo album or make fun of someone by adding funny sounds in their working application.

My Software


You have not saved any software. Click "Save" next to each software to save it to your software basket


Related Search