Phil 2.6.14

8:00 – 9:30, 12:30 – 5:00 SR

  • Backups
  • Deployed new FA and RA
  • Going to try to add a profiling wrapper around queries that can be triggered to see what’s taking so long. See here for details.
  • JavaScript
    • Adding events – done, though they are not YUI Events. Just added Y.fire and Y.on in the containing HTML
    • Adding tooltips – this is turning out to be hard. Shape nodes don’t seem to support tooltips, and many of the mouse events seem to be misbehaving. So I’m going to use my shape/div trick to build tooltips. I think opacity can be triggered using transitions, but if not, I can do something based on distance.
    • Adding arguments and defaults for size, color and line thickness – done