Advanced Search
Search Results
7 total results found
I am trying to develop an application using AJAX. Where do I find out more information?
You can find a quick AJAX primer at:http://mi6.ais.ucla.edu/devbriefs/ajax-primer
What is Ajax web programming?
AJAX – (Asynchronous Javascript and XML) is Javascript that sends XML to a web server which then sends back updates for specific sections of the web page, instead of the old way of updating the whole page. You can get more sophisticated applications this way. ...
Converting Java content into AJAX (Javascript and XML)
If you have a program in Java or know how to program in Java and would like to convert your code to be used on websites as AJAX (Javascript and XML), Google Web Toolkit can help do it for you instead of doing so by hand.Google Web ToolkitThe Web Toolkit offers...
The advantages of Javascript
IntroductionJavascript is a browser-interpreted language that was created to access all elements of HTML and the browser. The processing is done entirely by the client-side browser which makes it very useful tool to handle processing which would have otherwis...
Wiki Mapping
Wiki MappingThe Google Maps API and the KML mapping file format has opened up new ways of manipulating data geographically. The application of geocoding to wikis and other publicly modifiable information banks like Wikipedia open up new avenues of visualizing...
Google Code Playground
There is a feature called the Google Code PlaygroundIt is an API demo site that shows the possible AJAX calls that the Google AJAX features.
Which Javascript framework should I use?
So you’re tasked with creating a new web site or enhancing an old one and you need to provide some nice UI components or a RIA, the question is, what to use? We have faced this question at the Digital Libraries, and found the best approach for us is to define ...