tech @ Beacon Deacon

Book 2


Velocity: Beyond the Basics:

Beyond a $ here and a # to do

(additions, subtractions and things left unsaid)

by James "Jamie" Arthur Johnson

The supplemental companion to
Velocity: The Basics: Scripting with a $ here and a # to do

Get the book at one of the following:

Google Play

Kindle Edition



Velocity The Basics:

Scripting with a $ here and a # to do

by James "Jamie" Arthur Johnson

Get the book at one of the following:

Kindle Edition

Google Play

The Presentation

Corrections:


  1. "If it is in a folder, you will need to specify a path.", bottom of p. 14:
    It should be the following:
    "If it is in a different folder, you will need to specify a path."

  2. $_StringTool section, p. 34: There is no stringBefore method. It should be substringBefore instead.

  3. $_DisplayTool section, p. 36: ${_DisplayTool.truncate($mystring,41,"")} doesn't show first 17 characters. It should be ${_DisplayTool.truncate($mystring,17,"")} instead.