InfoQ

Topic/Tag specific view

Javascript Content on InfoQ


Latest featured content about Javascript

Mike Taulty on Building Rich Internet Applications

Community
.NET
Topics
Javascript,
Rich Internet Apps,
Silverlight

Silverlight 2 is a cross-platform, cross-browser plug-in and runtime for building rich internet applications. Mike Taulty walks through Silverlight basics such as the UI Model progresses to building applications with both Visual Studio 2008 and Expression Studio.

News about Javascript

JavaScript Meets Ruby: John Barnette Explains Johnson

Community
Ruby
Topics
Javascript,
Scripting,
Interop,
Dynamic Languages

Johnson brings Javascript to Ruby, allowing to run Javascript inside a Ruby runtime. To understand the why and how behind Johnson, we talked to John Barnette who's behind Johnson.

Volta: Developing Distributed Applications by Recompiling

Community
.NET,
Architecture
Topics
Javascript,
Language,
Cloud Computing

Volta extends the reach of .NET programming languages, libraries, and tools to cover the cloud. As such it seems to become Microsoft's response to Google's GWT. In this article the contributors to the project explain what is "Architecture Refactoring", how it works and where it is going.

Articles about Javascript

Your First Cup of Web 2.0 - A Quick Look at jQuery, Spring MVC, and XStream/Jettison

Community
Java
Topics
Web 2.0,
Javascript

Refreshing the web page every time data is requested from the server is annoying for the users. Joel Confino shows how existing web pages can be tweaked to request data via AJAX without refreshing the page, by using jQuery, a JavaScript library, which involves minimal changes to existing code.

Introducing Multithreaded Programming to JavaScript

Community
Java
Topics
Rich Internet Apps,
Javascript

While increasingly more websites are fully or partially based on AJAX, it is still difficult to develop complicated AJAX applications. What is the main issue which causes this difficulty in developing AJAX applications? Is it asynchronous communication with the server, or is it GUI programming? How can a multithreading JavaScript library help to ease some of these issues?

Interviews about Javascript

Attila Szegedi Discusses Rhino

Community
Java
Topics
Javascript

Attila Szegedi discusses the Rhino JavaScript engine. Topics covered include the implementation of Rhino, Rhino's featureset, continuations, usage patterns for embedding Rhino, running JavaScript on the server, scripting capabilities for Rhino, JavaScript versus Ruby, JavaScript on Rails, and future plans for Rhino.

Silverlight at Major League Baseball.com

Community
.NET
Topics
Javascript,
Web 2.0,
Rich Internet Apps,
Java plus .NET Integration,
Silverlight

Learn about the re-launch of Major League Baseball’s website on Silverlight. With the website’s back-end written in Java and much of the user interface built with JSP, MLB.com is not your typical candidate for adopting Microsoft’s newest technology for building Rich Internet Apps. Henry Belmont and Thaniya Keereepart share the reasoning behind choice and implementation details.

Presentations about Javascript

The Power of Javascript

Community
Ruby
Topics
Language Design,
Javascript,
Rich Internet Apps,
Language,
Dynamic Languages,
Programming

Glenn Vanderburg makes the case for Javascript, a language long overlooked. This presentation from JAOO 2007 shows how its OOP model and other language features make it a very powerful tool and how to use these features to get the most out of the language.

Ajax and design patterns : Do we need a client tier?

Community
Architecture
Topics
Javascript,
Web 2.0,
Rich Internet Apps

An Ajax application can go for several hours without leaving the original page. In this talk, Dave Crane explores ways to apply design patterns to the client tier, and how the use of patterns compares with the server-side. He examines the tension between maintaining server-control and delegating control to the client, and looks at the pros and cons of each architecture with real-world examples.