[thelist] Day-to-day workflow related questions

rudy r937 at interlog.com
Wed Aug 1 09:16:14 CDT 2001


> I'm sure there are other 2-minute stretch routines
> out there that are even better

hi alan

dunno about better, but there are several good exercises described in this
here article on evolt.org --

  Coder's Health Tips: Stretching
  http://evolt.org/article/stretch/25/745/index.html


<tip>
here's a bookmarklet that will toggle table borders on and off --
*extremely* useful for debugging broken tables, or just simply to view how
a particular table-based layout has been designed

remember that a bookmarklet has to be all on one line, so be careful with
the wrap

javascript:for(i=0;i<document.all.length;i++)if(document.all[i].tagName=='T
ABLE')void(document.all[i].border=(document.all[i].border=='0')?'1':'0');

not sure, but i think credit is owed to jeff for this one
</tip>


rudy


p.s.  please remember to trim your replies, folks -- the people on the
digest will love you





More information about the thelist mailing list