Other News

Community

IBM’s Cloudscape Versus MySQL

(Roger Smith) The age of industrial-strength open-source databases has arrived. No longer collaborative science experiments, open-source database projects are growing up and going mainstream. In a recent survey, Evans Data Corp. found that two-thirds of database developers were currently using open-

Community

Cleaning up with AJAX

(Christopher Harrison) For the end user, AJAX transforms hitherto clumsy, simple Web applications with characteristically slow response times into Web applications more akin to their native cousins (Microsoft Window or UNIX clients) by shortening page response time and providing rich enhancements in

Community

Tip: Loop with recursion in XSLT

(Elliotte Harold) XSLT is a functional programming language like Haskell or Scheme, and unlike C or Fortran. Thus it has no loops and no mutable variables. Instead, you must replace these constructs with recursion and parameters. This tip demonstrates how to provide this functionality using named te