Archive | ajax RSS feed for this section

APE (Ajax Push Engine) :: Comet server :: Real time data streaming

APE is a full-featured OpenSource solution designed for Ajax Push. It includes a comet server and a Javascript Framework. APE allows to implement any kind of real-time data streaming to a web browser, without having to install anything on the client-side.
(Link: APE (Ajax Push Engine) :: Comet server :: Real time data streaming)

Web Sockets Now Available In Google Chrome

The Web Sockets API enables web applications to handle bidirectional communications with server-side process in a straightforward way. Developers have been using XMLHttpRequest (“XHR”) for such purposes, but XHR makes developing web applications that communicate back and forth to the server unnecessarily complex. XHR is basically asynchronous HTTP, and because you need to use a tricky technique like long-hanging GET for sending data from the server to the browser, simple tasks rapidly become complex. As opposed to XMLHttpRequest, Web Sockets provide a real bidirectional communication channel in your browser. Once you get a Web Socket connection, you can send data from browser to server by calling a send() method, and receive data from server to browser by an onmessage event handler. A simple example is included below.
(Link: Web Sockets Now Available In Google Chrome)

JSON: What It Is, How It Works, and How to Use It

JSON allows us to overcome the cross-domain issue because we can use a method called JSONP that uses a callback function to send the JSON data back to our domain. It’s this capability that makes JSON so incredibly useful, as it opens up a lot of doors that were previously difficult to work around.
(Link: JSON: What It Is, How It Works, and How to Use It)

Dabble DB – Online Databases

Dabble DB is a web-based application that lets you work with data on your own terms. Instead of downloading an application, you upload your data and then build your own database application. Screenshot of a table view You can import existing data or just start from scratch. Extend it or change it as you go. Restructure and redefine how you organize your data on a whim.
(Link: Dabble DB – Online Databases)

jQuery Tools – The UI library for the Web

jQuery Tools is a collection of the most important user-interface components for today’s websites. This single JavaScript file weighs only 5.8 Kb
(Link: jQuery Tools – The UI library for the Web)

Best JavaScript Tree Widgets | AjaxLine

One of the best ways is to create your own tree based on simple ul, li markup or choose some simple TreeView. But in some advanced cases when you need to edit nodes on fly, do drag and drop, change themes the best solution will be ExtJS Tree.
(Link: Best JavaScript Tree Widgets | AjaxLine)

dhtmlxScheduler – Ajax Events Calendar/Scheduler

dhtmlxScheduler is a Web-based JavaScript events calendar that provides rich and intuitive scheduling solution similar to Microsoft Outlook Calendar, Apple’s iCal or Google Calendar. Due to dynamic data loading via Ajax the calendar events can be added/modified/deleted without refreshing the page. Advanced drag-n-drop functionality allows users to change events dates and time by easily moving or resizing event boxes. The events can be displayed in Day, Week or Month views. At the same time, the scheduler is very lightweight (about 19Kb gzipped) and fast-performing.
(Link: dhtmlxScheduler – Ajax Events Calendar/Scheduler)

Jabbify – add comet HTTP push to your applications easily

Jabbify Comet Service is the only Comet solution designed for easy development and quick setup. Add HTTP push to your applications without the need to setup and maintain notoriously difficult Comet servers. Here’s why its different.
(Link: Jabbify – add comet HTTP push to your applications easily)

Link: JavaDB: An idea whose time has finally come?

JavaDB: An idea whose time has finally come?
Once I realized what JavaDB was capable of, my mind start to whir a bit on the possibilities. For example, let’s say all PCs, public kiosks, and seat-back Internet terminals on the planes we fly include at bare minimum a browser, Java, support for Java Specification Request 80 (more on that in a second) and a USB port. Now imagine that everything you normally keep on your PC (documents, contacts, etc.) is stored on a USB key that’s compliant with both JavaDB and JSR 80: the Java USB API that, according to official description, “allows Java applications to discover, read, write, and manage USB devices.”

Link: Offline Ajax with Apache Derby

Offline Ajax with Apache Derby
Apache Derby is a great option for enabling offline access to Ajax-powered applications. Learn how to use Apache Derby as a local data store that can be used to take your Ajax application offline.


Follow

Get every new post delivered to your Inbox.