Web Info & Tutorials

September 12th, 2006

SCOPE IN JAVASCRIPT

Mike West has put some time into analyzing and understanding one of the more sticky issues in Javascript: scope.

Scope is one of the foundational aspects of the JavaScript language, and probably the one I’ve struggled with the most when building complex programs. I can’t count the number of times I’ve lost track of what the this keyword refers to after passing control around from function to function, and I’ve often found myself contorting my code in all sorts of confusing ways, trying to retain some semblance of sanity in my understanding of which variables were accessible where.

He has published his explorations as an article in Digital Web Magazine. In it he deals with the basics of scope; the this keyword in method calls, constructors, function calls and event handlers; the apply() and call() methods; and Prototype’s bind() extension to Function.

The article is illustrated throughout with code examples and includes a list of useful references at the end. A good addition to the family of online Javascript resources.

September 12th, 2006

TIBCO GI SUPPORTS FIREFOX

TIBCO General Interface is a very powerful tool for building Ajax applications. One of the complaints has been the lack of support for Firefox, and it has been in the works.

We just heard that the support is available in a beta: TIBCO General Interface™ 3.2 Beta 1 with support for Firefox 1.5 is now available and also includes the following features:

  • New Matrix control combines Tree, List and Grid capabilities and adds built-in support for large data set scrolling and pagination
  • Chart package implemented in SVG to enable execution in Firefox without a plug-in
  • Load-time optimizations with automated fine-grain and deferred class loading
  • Deployment path flexibility
  • API and visual tooling enhancements throughout
  • Plus lots more as described in the release notes

NOTE: The TIBCO team will be at The Ajax Experience in Boston on October 23-25.

September 12th, 2006

NEW BURTON GROUP AJAX SURVEY

Almost a year ago, we posted Burton analyst Richard Monson-Hafael’s Ajax survey, which produced some interesting results.

We’d like to run a new version of the survey this year and see what comes out of it. It’s the same three questions as last year:

Burton Group Ajax Survey

Give it a go and let’s figure out how we’re doing Ajax.

September 12th, 2006