Other News

Community

Controlling Evaluation Order

By Russ Whitney – Solve order and pass numbers are among the most complex concepts in SQL Server 2000 Analysis Services' MDX language. Many analytical applications require calculations—in the form of calculated members, custom formulas, and cell calculations—to be embedded in the cubes. Individu

Community

Generate Dynamic SQL Statements

By Brian Kotek – One of the most immediate and powerful benefits of using ColdFusion is that you can use variables in your Web pages. You reference ColdFusion variables using the format #VariableScope.Variable.Name#. Although a scope is not required for many variables, it is highly recommended so th

Community

Xslt Quickly

Book by Bob Ducharme – Geared toward new users of XSLT, this guide is a basic tutorial of the concepts and documentation manipulation techniques necessary for the most common XSLT tasks. Featuring an XSLT cookbook, which provides task-oriented recipes for tackling issues such as converting elements

Community

Marquée XML-RPC

This is an implementation of the XML-RPC specification, for Java(TM). Credit should go to Hannes Wallnoefer who maintains another XML-RPC library for Java(TM) from which several ideas have been borrowed when implementing this software. Download the current version (1.1 from June 04, 2001) whi

Community

OmniAudit 1.0 Beta Released

OmniAudit allows you to automatically and transparently track changes to any column of any table in your Microsoft SQL Server 7.0 or 2000 databases. Not only capture before and after values for each changed column, but also identify the user making the change, the date and time th

Community

How to Access Java Code from XSLT

by Vikas Pandya – Suppose you want to convert XML data into fixed-width, plain text strings—a feature that's not so easy to implement in XSLT, or perhaps you want to perform word substitutions in XML content. In cases like these, when you want to move beyond native XSLT capabilities, you can cal