Login Required. Sign up now -- its free!

Projects tagged ‘xml’ and ‘xmlhttprequest’


Jump to tag:

Projects tagged ‘xml’ and ‘xmlhttprequest’

Filtered by Project Tags xml xmlhttprequest

Refine results Project Tags javascript (13) ajax (11) web (6) json (5) php (4) request (4) html (3) http (3) development (3) library (3) dom (3) framework (3)

[14 total ]

33 Users
   

DWR (Direct Web Remoting) is Easy Ajax for Java DWR enables Java code on the server and JavaScript code in a browser to interact and call each other as simply as possible, making it easy for ... [More] developers to add data into web pages. DWR generates JavaScript to allow web browsers to securely call into Java code almost as if it was running locally. It can marshall virtually any data including collections, POJOs, XML and binary data like images and PDF files. All that is required is a security policy defining allowed actions. With Reverse Ajax, DWR allows two-way interaction: browser calling server and server calling browser. DWR supports Comet, Polling and Piggyback as ways to publish to browsers. [Less]
Created over 3 years ago.

4 Users
 

This javascript function creates an auto-complete field powered by PHP or whatever language you may want to use as your backend provider. It implements easily and is totally customizable.
Created over 2 years ago.

3 Users
   

Open Source framework designed to build easily Web 2.0 applications, based on a "Client/Server" principle, using J2EE (Servlet, JSP, JDBC), lightweight clients and AJAX technology (XML requests via HTTP)
Created about 1 year ago.

2 Users

Sarissa is an ECMAScript library acting as a cross-browser wrapper for native XML APIs. It offers various XML related goodies like Document instantiation, XML loading from URLs or strings, XSLT ... [More] transformations, XPath queries etc and comes especially handy for people doing what is lately known as "AJAX" development. [Less]
Created over 3 years ago.

1 Users

Created about 1 year ago.

1 Users

Enterprise Portal is a web application for small-business in mind. The purpose of application is to let people easily work with customers, vendors, track work within their own company, etc... ... [More] Enterprise Portal is fully extendable and possiblity for connectivity with database through webservices. [Less]
Created over 2 years ago.

1 Users
 

Another aproach of combining existed AJAX frameworks under single Application Markup Language. WAML - Web Application Markup Language. WAML allows you to define your web application appearance and ... [More] functionality by using simple XML like syntax mixed with HTML. The idea behind WAML is to simplify application functionality definition and provide flexible access to UI objects, data and communication services. WAML functionality build on top of existed AJAX frameworks available for public use. [Less]
Created over 2 years ago.

1 Users

Rainbow 9 is a tool that simplifies developing web interfaces. It provides an environment to execute and test Javascript, CSS, XML, XAML, SVG and HTML; sharing and publishing the application. Some ... [More] features are: * Open source * Ability to set-up a workgroup * Support for add-ons and language libraries * Autocomplete [Less]
Created over 2 years ago.

0 Users

General DescriptionGeneralLanguage: JavaScript Current version: 1.0.0 PanAjax is a JavaScript based class used for loading XMLs with Ajax technology. This project was designed to give users some ... [More] lightweight base accepting cross-browser compatibility. Browser compatibilityTested on: IE6 IE7 Firefox 2 Firefox 3 Chrome Safari Opera TechnicalReviewPanAjax supports two main Ajax technologies XML and JSON. In addition to Ajax requests PanAjax also supports some useful technologies that help a modern developer in creating a good looking and powerful WEB2.0 applications. AjaxModern WEB2.0 website is usually full of inner Ajax requests to the server. Let's take GMail as the most common example: GMail is based on Ajax technology. For example when you switch between your Inbox and SendItems you can see that your browser doesn't change the page you're on but only changes the content of your page. This technology let's you create more user-friendly applications and save some money on your traffic. DOMAren't you tired of seeing tons of document.getElementById('myObj') in your code, it's time for a change, now you can simply use $('myObj') and have the same effect. Ajax FunctionsPanAjax.XMLRequest() PanAjax.JSONRequest() PanAjax.JSONKillRequest() ConstantsPanAjax.Browser PanAjax.BrowserVersion PanAjax.OS PanAjax._GET General FunctionsPanAjax.setCookie() PanAjax.getCookie() PanAjax.getNodeText() $ Dollar Sign LicenseThis project is under GNU General Public License v2 [Less]
Created 12 months ago.

0 Users

The idea behind Ajax Class is to allow creation of cross-browser request objects in order to make Asynchronous/Synchronous HTTP request calls. Basically, it should provide Clean-Easy-Fast OOP way to ... [More] make HTTP request calls. Without wasting developer time in handling of trivial errors while doing the process at the same time giving full control over the process making every bit of it customizable. If you have changes you want to the Ajax Class, send an email to the project owner/s and I/We will add you to the project. [Less]
Created 12 months ago.