Mastery of HTML
-
[email protected]replied to [email protected] last edited by
hyperhidrosis
-
Secret stuff otherwise it be easy to dox Maybe I should login and remove that stuff. Didn’t know any better back then.
-
<marque> Hello! Welcome to my page!</marque>
-
[email protected]replied to [email protected] last edited by
<img src=“under_construction.gif” />
-
[email protected]replied to [email protected] last edited by
you can still visit geocities on archive.org.
-
[email protected]replied to [email protected] last edited by
Some of the pieces of information on posts is drawn with the canvas element.
-
[email protected]replied to [email protected] last edited by
shitty?
Assuming you’re referring to rickrolling.
-
[email protected]replied to [email protected] last edited by
Html it self hasn’t really changed much.
-
[email protected]replied to [email protected] last edited by
Yeah, it was Body Modification Enthusiasts or something?
I heard years ago it was all faked. Who knows? The trauma is real.
-
[email protected]replied to [email protected] last edited by
Yes bilephant
-
[email protected]replied to [email protected] last edited by
That’s not what Moore’s law is, that’s one of the (former) effects of it. Moore’s law is about transistor density, and its increase remains roughly constant.
-
[email protected]replied to 🇰 🌀 🇱 🇦 🇳 🇦 🇰 ℹ️ last edited by
My site was on a local dialup provider when I was roughly 12. It had all lava as the background with flame gifs everywhere. Brief bio, cheats for MechWarrior, Doom, etc on different pages. I did fuck with frames.
A journalist emailed me about profiling young web developers and I was so fucking nerdy and anxious I never responded.
Oh shit how could I forget different midis for each page. Nirvana and Black Sabbath mostly.
-
[email protected]replied to [email protected] last edited by
Literally why I started HTML and then into programming. Had to do those sick absolute position overlays on the club pages of Neopets.
-
[email protected]replied to [email protected] last edited by
Myspace also got a number of people playing with HTML and CSS if I remember correctly. It’s been years. Not sure CSS is actually even used anymore. I enjoyed web design classes back in the 2000s. Macromedia still owned Dreamweaver and it wasn’t all that great, so I could still do better by hand. I haven’t played around with any of it in years now, but I assume those programs have GUIs that blow away anything that can be written in notepad like back then.
If you’ve never trouble shot 100 pages of JavaScript in notepad because you didn’t have access to other tools, you haven’t had “fun” before. …fucking nightmare. Find out you put an extra space somewhere.
The better you got though you’d narrow down finding those errors quickly, and then eventually find out a fucking free program will color code the shit and tell you to look at line 232 because it doesn’t make sense
-
CSS is still used. Modern web toolkits like bootstrap and tailwind can reduce or eliminate the need to write CSS explicitly. Some tools like Sass extend CSS. They all generally produce regular CSS that gets read by the browser.
-
CSS is still used.
Modern CSS is pretty different to MySpace-era CSS though. Floats are practically never used any more, absolute positioning is a lot rarer than it used to be, and flexbox and CSS grid have made making page layouts far easier. There’s also many things we can do with pure CSS now that used to require JS.
-
[email protected]replied to [email protected] last edited by
I learnt HTML and JS by viewing the source code of major sites like Yahoo (this was in the early 2000s so CSS wasn’t extremely widespread yet). That’s practically impossible these days due to how much bulkier sites have gotten. Back then, HTML and JS were simple, unminified, and easy to understand.
-
[email protected]replied to [email protected] last edited by
Super good point!
Now you can’t even read a blog’s html to understand what it is doing, as it’s being hosted by a website builder doing 2 billion weird things most likely.
-
[email protected]replied to [email protected] last edited by
You just gave me horrible flashbacks of Dreamweaver.
-
[email protected]replied to [email protected] last edited by
My website-making days also were my graphic-design-school days, so while they could be a little on the weird side I at least tried to make them clean, readable, and aesthetically non-hazardous. Well, apart from that one wonder that wouldn’t look right on Netscape.
It was great to be able to do this entirely by hand and still end up with something no worse than professional sites in appearance. (And there weren’t yet a bazillion laws and regulations in my country making it too complicated for an undermotivated single private individual to attempt to stay compliant)