The bad old days
Cleaning off my files on my ISP as I’m likely to be moving my sites when I move my self, and I found this:
http://www.p90.net/mockups/rev_0906/
It’s a DHTML mockup of a website that was never launched. As far as I can tell, it’ll only work on MSIE, but I’m looking on a Mac, you might have better luck on the Windows side of things. OTOH, it may have been completely broken by MSIE 6. I was pulling all-nighters trying to get my business off the ground when September 11th happened.
Part of me is really glad not to be doing any client-side programming any more. Whenever my boss wants a pull-down menu for a site we grab something off the shelf for $20 instead of putting a few thousand dollars of development time into it. Of course, they’re usually bloatware and slow our sites down so badly that they won’t load on anything slower than a T1, but on the other hand, they usually run on most of the browsers we throw at them.
Still, I gotta admit I smile with a little pride at those green arrows for scrolling up and down. They aren’t perfect, but they do work, don’t they?
And even though I used the heinous “frameset to make the page fit a particular pixel size” trick, the pages work outside the frameset too. A little tweaking and this site could run without frames.
http://www.p90.net/mockups/rev_0906/history.html
See?
I think I need to make another version where the text fades out at the top and bottom. Screw Flash. My version is readable in Lynx.
Nice looking site. Looks
Nice looking site. Looks just fine in Opera.
It’s pretty functional for a “mock-up.” Nice content. Made me wistful to be reminded that the Bay Area was once so agricultural.
Libby’s still had a plant in Sunnyvale when I lived there briefly 20 years ago. Shut down by now, I’m sure. They had a big water tower next to the tracks that was painted to look like a can of Libby’s fruit cocktail, except it had faded, and looked like “random pale vegetable cocktail” or something.
San Leandro, which is now a rather plain (okay, ugly) South East Bay town along 880, used to be the cherry capitol. It was known for cherry orchards, and they had those places where you’d get a bucket and pick your own.
Nice to see a development at least acknowledging the past a little. I wonder how they did.
Yeah, it’s got the
Yeah, it’s got the heinosity, all right. In Firefox, the frame borders are big splitter bars, and the green arrows don’t show up at all.
But in IE6, the arrows work, and in fact they work better than the ones in my ex-company’s client-side scripted product, even though for most of its life cycle it was targeted at IE only. (I got it to support recent Mozilla versions in my last few weeks there.)
How do those white lines drawn over the pictures work — is that some CSS absolute positioning trick?
On my own website I chose to use deliberately invalid HTML when the other alternative was to use a fixed pixel width. The one browser it’s known not to work in is Amaya, the W3C testbed. That design has got to be replaced now with something less cheesy…
yeah, the white boxes are
yeah, the white boxes are just DIVs with 1‑pixel white borders, positioned absolutely. I didn’t want to do any of that crap with chopped up images, which is part of why the pageload is … well, not quite reasonable, but not too bad.
Not too surprising that Firefox chokes on it, although I did a lot of my testing in Mozilla M18.