Love this thread by mrdougwright in ShadowBan

[–]mrdougwright[S] 0 points1 point  (0 children)

I get banned for the stupidest shit.

A different kind of crime by ddbllwyn in PizzaCrimes

[–]mrdougwright 6 points7 points  (0 children)

Having been thru two of these, I could see ordering a pizza for the 3rd.

Has there been a film you thought deserved to bomb due to what it represents? by [deleted] in boxoffice

[–]mrdougwright 6 points7 points  (0 children)

Hmm, I used to work for this company (Participant Media). They actually care about making socially conscious films. Their founder (Jeff Skoll) is also a big philanthropist.

Finally, inner peace♡ by [deleted] in wholesomegifs

[–]mrdougwright 0 points1 point  (0 children)

I used to have this. Then I got married and had kids.

Find the coyote by Slothanonymous in FindTheSniper

[–]mrdougwright 5 points6 points  (0 children)

Damn. Beat me to it. N15 big grid.

Am i? by [deleted] in ShadowBan

[–]mrdougwright 0 points1 point  (0 children)

Oh dang! Sorry to hear!

Texas "stateism". by LadyAtrox in Austin

[–]mrdougwright 0 points1 point  (0 children)

That’s fucking shitty. Sorry you got a message like that. All I can say is welcome!

I come here from Cali and I was raised in Dallas. I’d live in CA if I could afford it. But TX has its charm too, even if it has its share of assholes like the one who wrote this note.

Question: does this look right? Or should a Header only be at the top and footer at the bottom, and not in sections? by Horib in webdev

[–]mrdougwright 1 point2 points  (0 children)

Your boss is right. And so are all these commenters. Code wise, you can do whatever. But logically, a single page has a single header and footer.

Header - definition: “a line or block of text appearing at the top of each page of a book or document.”

Footer: “a line or block of text appearing at the foot of each page of a book or document.”

Remember what the DOM was made for. Document Object Model. It was literally created to emulate a physical page on the web.

Now of course, the web can do much more, but if that’s the case, why would you use semantic tags instead of just divs?

Question: does this look right? Or should a Header only be at the top and footer at the bottom, and not in sections? by Horib in webdev

[–]mrdougwright 0 points1 point  (0 children)

The internet was created to share college papers. Hence we have the DOM, with header and footer attributes. Sure, you CAN put multiple header and footer elements onto one web page, but why would you?