Live data from Hacker News

Write HTML Like It's 1999

bradleytaunt.com

1–10 of 191 posts

Re: Write HTML Like It's 1999

#2
> I’ve found a pretty simple starting point for testing the bones of a website by using the following single line of CSS

Or just use Firefox. The built in CSS-designer/debugger has a button to do just this on demand.

Browser-suggestions aside, I really agree with the sentiment of this article. That’s how I like to build sites and solutions when not forced to use some other framework or approach.

Re: Write HTML Like It's 1999

#3
Instead of a border I tend to have a debug helper that adds a 1px outline of cyan or pink. To get the “bones” of a component or page.

Good advice. Definitely sounds like captain obvious but it’s also something I think needs to be said.

Re: Write HTML Like It's 1999

#4
I feel like there's strong friction between HTML trying to semantically describe the structure of a page page and JS frameworks where you try to build custom reusable components which might not fall into the rigid structure defined by classic HTML.

Re: Write HTML Like It's 1999

#5
My God that page is beautiful. Over half the vertical space is content without me touching anything. No banner bar asking me to install some bullshit mobile app. No 800-pixel panel at the bottom telling me what a cookie is. No incredibly obnoxious warning that I only have one more free article before the wisdom of the ages is lost to me so I'd better cough up five bucks.

Re: Write HTML Like It's 1999

#9

Instead of a border I tend to have a debug helper that adds a 1px outline of cyan or pink. To get the “bones” of a component or page. Good advice. Definitely sounds like captain obvious but it’s also something I think needs to be said.

I also make the body background pink and the outline a different color.

Re: Write HTML Like It's 1999

#10

It is embarrassing, but I only know how to write HTML like it’s 1999. The last new thing I learned was an iframe, the kids tell me CSS something I should learn...

nah, newfangled stuff, cross browser compatability issues, not worth it - it won't catch on
Post reply on HN