JsHttpRequest is an easy-to-use cross-browser AJAX library with AJAX file uploading support and many other features. JsHttpRequest first appeared as cross-browser analogue of XMLHttpRequest, and then became a very useful instrument to create dynamic web pages. It uses JavaScript (ActiveX, DOM, XMLHttpRequest if available) in frontend and PHP in backend.

PropertyValue
p:abstract
  • JsHttpRequest is an easy-to-use cross-browser AJAX library with AJAX file uploading support and many other features. JsHttpRequest first appeared as cross-browser analogue of XMLHttpRequest, and then became a very useful instrument to create dynamic web pages. It uses JavaScript (ActiveX, DOM, XMLHttpRequest if available) in frontend and PHP in backend. Here is a short list of library's most interesting features and benefits. Excellent cross-browser compatibility . Support and "transparent" work with any character encoding . AJAX file uploads from a user browser to the server without a page reloading. Full support of PHP debug features and coding traditions. Multi-dimensional data structures exchange . Automatic choice of the best AJAX realization . XMLHttpRequest-compatible interface is available. The main idea of JsHttpRequest is to be simple and transparent for all programmers and habitual programming techniques: PHP notices and errors are not break the script execution; there is no need of any framework to build a server part; PHP arrays are converted to JS objects and back fully transparently; forget about national encodings problems . Examples: // JavaScript code: JsHttpRequest. query; // PHP code: require_once "lib/JsHttpRequest. php"; $JsHttpRequest =& new JsHttpRequest; $_RESULT['text'] = "Hello, {$_REQUEST['first']} {$_REQUEST['last']}!"; echo "Any debug message or even a fatal PHP error"; Library's homepage: http://en. dklab.ru/lib/JsHttpRequest/ http://dklab.ru/lib/JsHttpRequest/ (Russian) Author: Dmitry Koterov, http://koterov.ru (en)
p:hasPhotoCollection
rdf:type
rdfs:comment
  • JsHttpRequest is an easy-to-use cross-browser AJAX library with AJAX file uploading support and many other features. JsHttpRequest first appeared as cross-browser analogue of XMLHttpRequest, and then became a very useful instrument to create dynamic web pages. It uses JavaScript (ActiveX, DOM, XMLHttpRequest if available) in frontend and PHP in backend. (en)
rdfs:label
  • JsHttpRequest (en)
owl:sameAs
skos:subject
foaf:page
is owl:sameAs of