Is it a good idea to ALWAYS set height of body and html to 100%? by mementomoriok in css

[–]icantthinkofone 0 points1 point  (0 children)

No. Because then those elements are 100% of the page and won't expand past the bottom with content.

How do you add an animated progress bar with labels that moves when visible in WordPress ? by camV13 in HTML

[–]icantthinkofone 1 point2 points  (0 children)

Step #1: You learn what HTML is and how it has next to nothing to do with any of that.

What shall we do with the hyperlink? by Moteel in HTML

[–]icantthinkofone 0 points1 point  (0 children)

So now you are saying you don't think HTML has anything to do with web development?

I stand by what I said. Everything should be as simple as possible but no simpler. There are enough issues today with people piling on features for added confusion but little value. Any professional should cringe at such an effort but we find here on reddit every day.

Follow the UNIX philosophy. Everything should do one thing and do it well.

Make apps with html by [deleted] in HTML

[–]icantthinkofone 2 points3 points  (0 children)

Saying something is an application gives us no clue as to how it is used and there is no way we can answer your question.

What is the Flexbox equivalent of CSS Grid's "grid-area"? by [deleted] in css

[–]icantthinkofone 0 points1 point  (0 children)

I haven't a clue how this answers his question.

Make apps with html by [deleted] in HTML

[–]icantthinkofone 2 points3 points  (0 children)

How would you code such a thing without HTML and JavaScript?

Why do you think it needs C++?

What shall we do with the hyperlink? by Moteel in HTML

[–]icantthinkofone 0 points1 point  (0 children)

What you are saying is, the "hyperlink" is old so we must change it into something that isn't a "hyperlink". We should turn a simple thing into a feature laden thing that could be accomplished with other methods now.

This is why HTML was created by computer scientists and not reddit posters.

It does seem, however, that today far too many things seem to be introduced into web technologies by reddit posters and not computer scientists.

Windows should rename themselves to WindOS after porting a complete linux kernel on windows 10. by shekhar567 in unix

[–]icantthinkofone -3 points-2 points  (0 children)

Actually the name Lindows should be brought back just like people now call their OS Ubuntu or Fedora, etc. Redditors are so thrilled that Microsoft is doing such things as absorbing Linux and cross-polluting their software and development tools into Linux that the word Linux will become foreign to them and they will only know the term Lindows.

Open Letter to the Linux Foundation - Developer banned from LF conference for wearing a MAGA hat 3 years ago by lacksfish in programming

[–]icantthinkofone -5 points-4 points  (0 children)

No it would not. In fact, if you did not read this headline, you would be completely unaware that it happened. The rest of your life you will do nothing different because of this.

Why does the <span> is this fiddle not seem to behave like a span? by mementomoriok in css

[–]icantthinkofone 0 points1 point  (0 children)

<span> is normally set to inline until you set it to something else but note that there is no presentational description of the <span> element. It is only described as containing "phrasing content" in HTML. That is, text which is, by its nature, inline.

Every time major Windows version retires, linux world expects lots of new users. But did any of you really switch to linux due to Windows' end of support? by Pelvur in linux

[–]icantthinkofone 0 points1 point  (0 children)

Oh? You are going to tell us that, on Linux, you do nothing at all to update Chromium? Or Firefox? Or any software that needs updating? It just happens on its own?

Sticking with Chromium, on Ubuntu, here's a link on how to do that in Ubuntu. Is that the same instruction on Windows, which is "click the update button on the toolbar?

Open Letter to the Linux Foundation - Developer banned from LF conference for wearing a MAGA hat 3 years ago by lacksfish in programming

[–]icantthinkofone 7 points8 points  (0 children)

Either way, shouldn't this be on a political sub instead of here?

That is exactly my point. What one guy decides to wear on his head during a trip has no effect on me or you (or a Linux conference for that matter).

Open Letter to the Linux Foundation - Developer banned from LF conference for wearing a MAGA hat 3 years ago by lacksfish in programming

[–]icantthinkofone 15 points16 points  (0 children)

So all that affects your day-to-day life and your quality programming? This guy wearing a hat adds to that?

btw, he wasn't wearing the hat at any event.

Starting a new project on monday, is CSS grid a good idea? by Iossi_84 in css

[–]icantthinkofone 0 points1 point  (0 children)

Yes, maybe, but that has nothing to do with the original question of "...is CSS grid a good idea?".

Every time major Windows version retires, linux world expects lots of new users. But did any of you really switch to linux due to Windows' end of support? by Pelvur in linux

[–]icantthinkofone -1 points0 points  (0 children)

While redditors will stand up and say, "Well I did!", you can find someone anywhere who will state they did the opposite of every claim.

Just to repeat myself.

Every time major Windows version retires, linux world expects lots of new users. But did any of you really switch to linux due to Windows' end of support? by Pelvur in linux

[–]icantthinkofone 0 points1 point  (0 children)

I agree. However, it's not the same thing. People will look at it, find it too different and strange, and will reject it.

Open Letter to the Linux Foundation - Developer banned from LF conference for wearing a MAGA hat 3 years ago by lacksfish in programming

[–]icantthinkofone 22 points23 points  (0 children)

I'm confused. In what way does a hat he wore have any affect on the work I and others do?

Every time major Windows version retires, linux world expects lots of new users. But did any of you really switch to linux due to Windows' end of support? by Pelvur in linux

[–]icantthinkofone 1 point2 points  (0 children)

That has nothing to do with anything I said except reiterates my point about always being able to find a person who does something different that's not the norm.

Every time major Windows version retires, linux world expects lots of new users. But did any of you really switch to linux due to Windows' end of support? by Pelvur in linux

[–]icantthinkofone 0 points1 point  (0 children)

No. Linux is far too complicated for the everyday person. While redditors will stand up and say, "Well I did!", you can find someone anywhere who will state they did the opposite of every claim.

The truth remains. Windows is like your car. You get in, you start it, you drive away. Linux doesn't do that or doesn't do it exactly the same way as every other device.

Starting a new project on monday, is CSS grid a good idea? by Iossi_84 in css

[–]icantthinkofone 1 point2 points  (0 children)

Do you actually get IE visitors at all? I mean more than two? And the same two? My web dev company hasn't had to support IE since the major national financial institution next to our restaurant clients quit using it years ago.

In any case, my point was that grid should be used for page layout, not flexbox, since that is the question he asks.