HN user

wilsmex

174 karma
Posts5
Comments33
View on HN

Oh good times, the screen gamma issue got me many times back then, as I was the super odd kid on a Mac in the late 90's (father was in education). I'd pull my beautify crafted table-soup site up on a friends PC later and wonder why all the colors were all wacky!

You bet, Fun post and writeup, took me a bit down memory lane. I built several sites with nested table-based layouts, 1x1 transparent gif files set to strange widths to get layouts to force certain sizes. Little tricks with repeating gradient backgrounds for fancy 'beveled' effects. Under construction GIFs, page counters, GUESTBOOKS!, Photoshop drop-shadows on everything. All the things, fond-times. One or two I haven't touched in 20 years, but keep online for my own time-capsule memory :)

Well this was interesting. As someone who was actually building similar website in the late 90's I threw this into the Opus 4.5. Note the original author is wrong about the original site however:

"The Space Jam website is simple: a single HTML page, absolute positioning for every element, and a tiling starfield GIF background.".

This is not true, the site is built using tables, not positioning at all, CSS wasn't a thing back then...

Here was its one-shot attempt at building the same type of layout (table based) with a screenshot and assets as input: https://i.imgur.com/fhdOLwP.png

We have a sass service where many of our clients have a public facing 'website' where they have a contact form for their visitors. We have google captcha v2 on that form, which is easily bypassed. So spammers are submitting the form bypassing the captcha with typical form spam. We send all of the contact messages to our users via Mailgun as a 'new contact message.' Our users get these spam messages not really realizing they are from their own sites (as they just see the spam in the email) and flag/mark them all as such.

That’s a pretty good question actually, and difficult to address. I try and push new concepts/tech as a way of education on what’s coming.

For edu channels it seems it’s a balance of teaching core concepts and also teaching what’s “popular” to keep folks interested.

You have to make a cutoff at some point with caniuse, as I suppose to get 100% coverage we’d still be doing table-based layouts or float hacks. The old adage of “know your audience” will eventually dictate the tech.

Great write up. Can a web component author create one in such a way that the inner shadow dom styles ARE editable/styleable by the outer or person implementing the custom component?

Hey HN. Been working on this solo project off and on for 1 - 2 years now. Looking for feedback, tips, tricks on marketing, anything really. Still several things todo, but feel it's ready enough to try and gain some traction. Built mostly on CakePHP with S3 for image data hosting.