Computing/Web2.0: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
Line 24: Line 24:


===Toolkits===
===Toolkits===
*[[Wikipedia:Ajax_framework|Ajax framework]] - Wikipedia page with a list of AJAX frameworks
*[http://code.google.com/webtoolkit/ Google Web Toolkit (GWT)] is a Java software development framework that makes writing AJAX applications easy.  With GWT, you can develop and debug AJAX applications in the Java language using the Java development tools of your choice. When you deploy your application to production, the GWT compiler translates your Java application to browser-compliant JavaScript and HTML.
*[http://code.google.com/webtoolkit/ Google Web Toolkit (GWT)] is a Java software development framework that makes writing AJAX applications easy.  With GWT, you can develop and debug AJAX applications in the Java language using the Java development tools of your choice. When you deploy your application to production, the GWT compiler translates your Java application to browser-compliant JavaScript and HTML.
*[http://goog-ajaxslt.sourceforge.net/ AJAXSLT] is an implementation of XSL-T in JavaScript
*[http://goog-ajaxslt.sourceforge.net/ AJAXSLT] is an implementation of XSL-T in JavaScript

Revision as of 16:54, 7 March 2007

Intro

  • Web 2.0 by Paul Graham: "Web 2.0 means using the web the way it's meant to be used. The "trends" we're seeing now are simply the inherent nature of the web emerging from under the broken models that got imposed on it during the Bubble."
  • What Is Web 2.0 by Tim O'Reilly
  • Go2Web20 - the complete Web 2.0 directory
  • Web 2.0 Workgroup is a network of premium weblogs that write content about the new generation of the Web

AJAX

Specifications

  • The XMLHttpRequest object: W3C Working Draft
  • Web Applications 1.0 This specification introduces features to HTML and the DOM that ease the authoring of Web-based applications. Additions include the context menus, a direct-mode graphics canvas, inline popup windows, server-sent events, and more.

Toolkits

  • Ajax framework - Wikipedia page with a list of AJAX frameworks
  • Google Web Toolkit (GWT) is a Java software development framework that makes writing AJAX applications easy. With GWT, you can develop and debug AJAX applications in the Java language using the Java development tools of your choice. When you deploy your application to production, the GWT compiler translates your Java application to browser-compliant JavaScript and HTML.
  • AJAXSLT is an implementation of XSL-T in JavaScript
  • COWS Ajax makes cross-site, asynchronous, tri-directional communication (the user, your site, the application host) a no-brainer
  • Yahoo! UI Library is a set of utilities and controls, written in JavaScript, for building richly interactive web applications using techniques such as DOM scripting, DHTML and AJAX.
  • SAJAX: Simple Ajax Toolkit
  • Dojo toolkit
  • SACK: Simple AJAX Code Kit
  • Bindows: desktop web applications framework
  • Live Clipboard
  • Unobtrusive Javascript
  • Helma project - Javascript application framework
  • Mochikit - a lightweight Javascript library
  • Sarissa
  • script.aculo.us provides you with easy-to-use, cross-browser user interface JavaScript libraries

Applications

Office

Mashups

  • PorgrammableWeb - directory of mashups, APIs, tagging, etc
  • Frappr - create your own custom map
  • gotAPI - AJAX-based documentation resource for HTML, PHP, MySQL, Perl, Ruby, etc.
  • iSpecies is a test of idea of a web page for each species, the data displayed are generated "on the fly" by querying other data sources
  • HousingMaps: Google Maps + Craigslist

Social bookmarking

Miscellaneous

  • JSON (JavaScript Object Notation) is a data interchange format that can be trivially parsed by JavaScript, with JavaScript's built in eval() procedure.
  • YAML is a data serialization and lightweight markup language that takes concepts from languages such as XML, C, Python, and Perl.
  • XML Data Islands @ AjaxPatterns