My daughter (7 years old) used HTML to make a website
331–340 of 547 posts
Re: My daughter (7 years old) used HTML to make a website
#332Earlier quoted context omitted.
I know you're not entirely serious, but we really had it good and largely figured out with tables. It's probably because using tables for layouts was my native language, but I still sometimes have to mentally translate divs into a table in my mind to picture what is happening, and when default types are change (like block to inline, etc) it sometimes breaks my brain and I have to fallback to experimentation to get wh…
Tables aren't even deprecated. IMO you're better off keeping the tables than transforming it into soup. 20 years ago you'd hear it shouted from the rooftops: "Tables for layout are not semantic!". Guess what? s are never semantic. Just use tables if it suits you.
Re: My daughter (7 years old) used HTML to make a website
#333Earlier quoted context omitted.
Kind of reminds me of the quote from the Steve Jobs movie: "The most efficient animal on the planet is a condor. The most inefficient animals on the planet are humans. But a human with a bicycle becomes the most efficient animal. And the right computer -- a friendly, easy computer that isn’t an eyesore but rather sits on your desk with the beauty of a tensor lamp -- the right computer will be a bicycle for the mind.…
Internet tells me that human is not the most inefficient, but pretty much down on the list. Sorry to be that guy, but to me a joke or quote needs to be true to impact :( https://ghijklmno.net/a-bicycle-for-the-mind/
Re: My daughter (7 years old) used HTML to make a website
#334Yes it would. There's something wonderful about the paths that a mind that hasn't been fully toned the way society wants it to explores.
Well done.
Re: My daughter (7 years old) used HTML to make a website
#335Earlier quoted context omitted.
Kind of reminds me of the quote from the Steve Jobs movie: "The most efficient animal on the planet is a condor. The most inefficient animals on the planet are humans. But a human with a bicycle becomes the most efficient animal. And the right computer -- a friendly, easy computer that isn’t an eyesore but rather sits on your desk with the beauty of a tensor lamp -- the right computer will be a bicycle for the mind.…
Internet tells me that human is not the most inefficient, but pretty much down on the list. Sorry to be that guy, but to me a joke or quote needs to be true to impact :( https://ghijklmno.net/a-bicycle-for-the-mind/
Re: My daughter (7 years old) used HTML to make a website
#336Re: My daughter (7 years old) used HTML to make a website
#337> Cats are about 2 feet that means six times there height would be about 12 feet. That would be a very terrifying cat Yes it would. There's something wonderful about the paths that a mind that hasn't been fully toned the way society wants it to explores. Well done.
Re: My daughter (7 years old) used HTML to make a website
#338it's good to see a little person having fun with all this technocrap that us grognards have gotten so bitter about over the years/decades. :) i hope she continues to have a blast! (from the dedication page in SICP:) “I think that it’s extraordinarily important that we in computer science keep fun in computing. When it started out, it was an awful lot of fun. Of course, the paying customers got shafted every now and t…
Re: My daughter (7 years old) used HTML to make a website
#339Beats an expiring gmail address
Re: My daughter (7 years old) used HTML to make a website
#340Exactly as I would do it if I were a 7yo. Speak what you will about the virtues of CSS and semantic markup, these things get in the way of having fun. And can be learned later.
The issue with this is that it lacks the semantic - styling separation of proper modern HTML with CSS. Like compare that mess to the elegant semantic structure of a state of the art webpage like google.com
> Open up wide! Here comes some 'content'! Quit complaining, you can handle it!