December

The YahooMap macro lets you display a Yahoo Map for any lattitude ot longitude. The arguments are

  1. a name for the map, which should be unique within this page (i.e. if you need two maps on the same page, they should have distinct names)
  2. the latitude of the center of the map
  3. the longitude of the center of the map
  4. the map width, in pixels
  5. the map height, in pixels

To create this map, we write:

^do(YahooMap,testMap, 30.244047, -97.74175, 300, 200)

The Flint Thrill Seeker edition is now available. You can purchase Flint and try out this new weblog assistant. You'll get a year of free upgrades, as usual, and you can get started right away.

The testing attribute for /Configuration controls whether styles are included on each page or exported to external stylesheets that are linked to each page.

If testing is true, styles are embedded on each page. Some browsers are slow to recognize that linked stylesheets have changed, which makes debugging stylesheets tedious and tricky.

If testing is false, styles are exported as separate files in the /css directory, and the appropriate files are linked to each page. This is best for deployment, since pages will load more quickly and consume less bandwidth.