Spyke

This is my favorite Notepad memory: in the late '90s I went through a six-month stretch where Internet Explorer's "View Source" command just totally stopped working. It would normally open up the HTML source of a page in Notepad and suddenly not having this made debugging ... challenging to say the least. Nobody else that I worked with had this problem and nobody could figure out what had happened to me.

The culprit turned out to be an inexplicable IE bug where View Source wouldn't work if you had a shortcut named "Notepad" on your desktop. It didn't even have to be a shortcut to Notepad, it just had to be named that. The fix was to just rename the shortcut "NotepadX" and then View Source worked again.

16

That's right, we don't need no stinkin' CSS!

Update: Just for clarity - we most definitely need the stinkin' CSS.

0
feddit.uk
                    Awesome
 
  It's a really good skill to learn.           But Make sure you get a good work flow.  
      You don't want to be one of those that can't center a div
58
lemm.ee
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
display: flex;
align-items: center;
justify-content: center;
display: grid;
place-items: center;
37

without looking at the community i already saw from the top text that it has to be an css joke

13
lemmy.ml

Learning tailwind for the first the be like

4

You reached the end

It's been a great journey | Spyke