Search results for "module:CGI::Ajax"

CGI::Ajax - a perl-specific system for writing Asynchronous web applications River stage one • 2 direct dependents • 2 total dependents

CGI::Ajax is an object-oriented module that provides a unique mechanism for using perl code asynchronously from javascript- enhanced HTML pages. CGI::Ajax unburdens the user from having to write extensive javascript, except for associating an exporte...

BPEDERSE/CGI-Ajax-0.707 - 08 Oct 2008 18:16:25 UTC

CGI::Application::Demo::Ajax - A search engine using CGI::Application, AJAX and JSON River stage zero No dependents

"CGI::Application::Demo::Ajax" demonstrates how to use "CGI::Application" together with AJAX and JSON. It ships with: Two "CGI" instance scripts: ajax.cgi and ajax ajax.cgi is a trivial "CGI" script, while ajax is a fancy script using "CGI::Applicati...

RSAVAGE/CGI-Application-Demo-Ajax-1.04 - 23 Jun 2010 00:12:00 UTC

CGI::Application::Plugin::DetectAjax - check for XMLHttpRequest in CGI::Application based modules River stage zero No dependents

CGI::Application::Plugin::DetectAjax adds is_ajax method to your CGI::Application modules which detects whether the current request was made by XMLHttpRequest....

JIRA/CGI-Application-Plugin-DetectAjax-0.06 - 20 Oct 2010 19:51:34 UTC

CGI::Application::Plugin::AJAXUpload - Run mode to handle a file upload and return a JSON response River stage zero No dependents

This module provides a customisable run mode that handles a file upload and responds with a JSON message like the following: {status: 'UPLOADED', image_url: '/img/uploads/666.png'} or on failure {status: 'The image was too big.'} This is specifically...

SILASMONK/CGI-Application-Plugin-AJAXUpload-v0.0.3 - 14 Oct 2010 09:53:03 UTC

CGI::Snapp - An almost back-compat fork of CGI::Application River stage one • 6 direct dependents • 8 total dependents

A fork of CGI::Application (later CGI::Application::Dispatch etc) in order to understand how they work in sufficient detail that I can put CGI::Snapp etc into production - *in my own code* - as replacements for those modules. You are *strongly* encou...

RSAVAGE/CGI-Snapp-2.01 - 11 Sep 2016 01:13:27 UTC

CGI::UploadEngine - File Upload Engine for Multi-App Web Server River stage zero No dependents

The main design goal of CGI::UploadEngine (CGI::UE) has been to enable developers to use file upload select boxes in a regular HTML *form* without needing to handle *multi-part* forms (or making any number of rookie mistakes). This is accomplished by...

ROGERHALL/CGI-UploadEngine-0.93 - 28 Jun 2011 21:46:49 UTC

CGI::OptimalQuery - dynamic SQL query viewer River stage zero No dependents

Developer describes environment, output options, and database query; CGI::OptimalQuery provides user with a web interface to view, filter, sort, and export the data. Sounds simple, but CGI::OptimalQuery does not write the SQL for the developer. It is...

LIKEHIKE/CGI-OptimalQuery-0.30 - 12 Jun 2018 20:23:56 UTC

CGI::Lazy::Widget River stage zero No dependents

CGI::Lazy::Widget is an abstract class for widgets such as Dataset, Composite, and Domloader. Its methods are called internally by its child classes. There are, at present, no real uses for the class by itself....

VAYDE/CGI-Lazy-1.10 - 19 Dec 2013 18:10:32 UTC

CGI::Ex::JSONDump - Comprehensive data to JSON dump. River stage one • 2 direct dependents • 2 total dependents

CGI::Ex::JSONDump is a very lightweight and fast perl data structure to javascript object notation dumper. This is useful for AJAX style methods, or dynamic page creation that needs to embed perl data in the presented page. CGI::Ex::JSONDump has roug...

RHANDOM/CGI-Ex-2.55 - 09 Jan 2024 16:26:02 UTC

CGI::Lazy::ModPerl River stage zero No dependents

Module for handling the wierdness that entails when you move from normal cgi scripting into the wonderful world of mod_perl. The mod_perl object needs to know which response handler is being used. This is a manditory argument. Sessions are saved in a...

VAYDE/CGI-Lazy-ModPerl-0.04 - 23 Oct 2008 03:42:29 UTC

CGI::Lazy::Session River stage zero No dependents

CGI::Lazy::Session is for maintaining state between requests. It's enabled in the config file or config hash. Once it's enabled, any calls to $q->header will automatically include a cookie that will be used to retrieve session data. To function, the ...

VAYDE/CGI-Lazy-1.10 - 19 Dec 2013 18:10:32 UTC

CGI::Apache2::Wrapper - CGI.pm-compatible methods via mod_perl River stage zero No dependents

Certain modules, such as CGI::Ajax and JavaScript::Autocomplete::Backend, require a minimal CGI.pm-compatible module to provide certain methods, such as *param()* to fetch parameters. The standard module to do this is of course CGI.pm; however, espec...

RKOBES/CGI-Apache2-Wrapper-0.215 - 19 Mar 2008 03:02:44 UTC

CGI::Lazy::Javascript River stage zero No dependents

VAYDE/CGI-Lazy-1.10 - 19 Dec 2013 18:10:32 UTC

CGI::Lazy::DB::RecordSet River stage zero No dependents

CGI::Lazy::DB::Recordset is a container object for handling a set of records pulled out of a database. The big difference between using the Recordset object and just using a standard query is the Recordset, with its defined internal structure allows ...

VAYDE/CGI-Lazy-1.10 - 19 Dec 2013 18:10:32 UTC

CGI::Application::Search - Base class for CGI::App Swish-e site engines River stage zero No dependents

A CGI::Application based control module that uses Swish-e API in perl (<http://swish-e.org>) to to perform searches on a swish-e index of documents. Features * Sub-Classable. Unlike the Perl examples that come with swish-e, this is not a script, and ...

WONKO/CGI-Application-Search-1.14 - 24 Jul 2012 21:00:57 UTC

CGI::Lazy::Session::Data River stage zero No dependents

CGI::Lazy::Session::Data is simply a data container for CGI::Lazy::Session. Its a separate object just so we can cleanly use an autoloader without running into namespace problems with the Session object. This way, you have the widest possible range o...

VAYDE/CGI-Lazy-1.10 - 19 Dec 2013 18:10:32 UTC

CGI::Lazy::Widget::Dataset River stage zero No dependents

CGI::Lazy::Widget::Dataset is, at present, the crown jewel of the CGI::Lazy framework, and the chief reason why the framework was written. Lazy was written because the author has been asked to write front ends to simple databases so often that he sta...

VAYDE/CGI-Lazy-1.10 - 19 Dec 2013 18:10:32 UTC

CGI::Lazy::Widget::Composite River stage zero No dependents

Composite is a container for other widgets. It allows you to perform actions on multiple widgets at once. Depending on the relationship between the widgets, and how fancy you get, you may need to play with each subwidget by hand. Otherwise, you can s...

VAYDE/CGI-Lazy-1.10 - 19 Dec 2013 18:10:32 UTC

CGI::Lazy::Template::Boilerplate River stage zero No dependents

CGI::Lazy::Template::Boilerplate is a module to generate boilerplate template examples for Lazy widgets. The templates generated can then be customized to do whatever you want, and look like whatever you want. Some pieces of template syntax might be ...

VAYDE/CGI-Lazy-1.10 - 19 Dec 2013 18:10:32 UTC

CGI::Application::Plugin::HTMLPrototype - Give easy access to the prototype JavaScript library using HTML::Prototype River stage one • 1 direct dependent • 1 total dependent

HTML::Prototype is a JavaScript code generator for the prototype.js JavaScript library (<http://prototype.conio.net/>), and the script.aculo.us extensions to prototype.js (<http://script.aculo.us/>). It allows you to easily add AJAX calls and dynamic...

CEESHEK/CGI-Application-Plugin-HTMLPrototype-0.20 - 29 Oct 2005 15:28:58 UTC
20 results (0.036 seconds)