Catálogo de publicaciones - libros

Compartir en
redes sociales


Pro JavaScript™ Techniques

John Resig

Resumen/Descripción – provisto por la editorial

No disponible.

Palabras clave – provistas por la editorial

Software Engineering/Programming and Operating Systems

Disponibilidad
Institución detectada Año de publicación Navegá Descargá Solicitá
No detectada 2007 SpringerLink

Información

Tipo de recurso:

libros

ISBN impreso

978-1-59059-727-9

ISBN electrónico

978-1-4302-0283-7

Editor responsable

Springer Nature

País de edición

Reino Unido

Fecha de publicación

Información sobre derechos de publicación

© Apress 2007

Tabla de contenidos

Enhancing Blogs with Ajax

John Resig

One thing that Ajax technology affords us is the ability to provide additional levels of interaction for users, within static web pages. This means that you can begin to change how a static web page actually operates while still providing a seamless user experience.

Part 4 - Ajax | Pp. 233-246

Autocomplete Search

John Resig

The most important functionality that Ajax technology affords is the ability to create highly interactive user interfaces, many of which weren’t previously possible. An example of one of these new user interface elements is what’s known as the field. The autocomplete search field is much like a normal text field, but it automatically completes search terms as you begin to type them in. This means that as you’re typing a search query, the client is sending requests to the server (in the background) in an attempt to give you faster and more accurate results.

Part 4 - Ajax | Pp. 247-264

An Ajax Wiki

John Resig

With different server-side MVC frameworks flying to the forefront of web application development (such as Ruby on Rails and Django), I figure now is a good time to look at some of the alternative programming languages used for web application development. The example I explore in this chapter is a simple in-browser wiki.

Part 4 - Ajax | Pp. 265-283

Where Is JavaScript Going?

John Resig

In the past couple years there’s been a tremendous amount of development on the JavaScript language—and from many directions. The Mozilla Foundation has been making progress on improving the quality of the JavaScript language, aligning it with ECMAScript 4 (the language that JavaScript is based upon). On another front, the WHAT-WG, a collaboration of web browser manufacturers who want to develop new technologies that allow writing and deploying applications over the Web, has created the specification for the next generation of browser-based applications. Finally, library authors and corporations have been working to solidify the techniques of streaming browser-based applications into the technique called . All of this represents the future of the JavaScript language and browser-based development.

Part 5 - The Future of JavaScript | Pp. 287-304