OT Re: [thelist] Boston drinkies

Ben Henick persist1 at io.com
Mon Feb 5 12:56:37 CST 2001


On Mon, 5 Feb 2001, sarah wrote:

> I've found that if you're under 21 it's hard to make
> friends because you can't go out and drink with your
> co-workers or list-mates, whatever the case may be,
> and that sucks. I know that going out drinking isn't
> the only way to make friends with co-workers, but in
> the Boston area, it seems like the only way. Does
> everyone basically just "go out for drinks?" 

Same story here in Portland (where thanks to the weather drinking is
probably the most popular Thing To Do during the winter).  Now, I'm well
over 21 (why do American laws have to be so... un-enlightened about
alcohol?) but have neither the funds nor the inclination to socialize in
bars/pubs/taverns.  Thus I can relate to your sense of frustration... and
I'm on a first name basis with most of the espresso jockeys within walking
distance of my residence.  It's almost sad, when I think about it.

There are lots of coffeehouses (tip o' the hat to Howard Schultz) and if
alcohol is considered an absolute must, why not a restaurant that does
serve spirits?

<tip author="Ben Henick" type="old-shool approach to preloading images">
If you want to reuse the same preloading script on add'l. sections of your
site, you can assign your image objects to an array:

Newimages = new Array();
for (i = 0; i < Preloads.length; i++)
// where 'Preloads' is the name of the array that stores the .src values
// for that page/section
{
  Newimages[i] = new Image();
  Newimages[i].src = Preloads[i];
}

It sure beats the hell out of having to name a new object for each image,
which if you're doing it on-the-fly requires Big Bad Evil
eval() statements.
</tip>


-- 
Ben Henick
Web Author At-Large
http://www.io.com/persist1/
persist1 at io.com

"Are you pondering what I'm pondering, Pinky?"
"I think so, Brain, but... (snort) no, no, it's too stupid."
"We will disguise ourselves as a cow."
"Oh!" (giggles) "That was it exactly!"





More information about the thelist mailing list