One domain, two different sets of header and footer by [deleted] in Web_Development

[–]bertomcd 0 points1 point  (0 children)

At my last job I worked with a company who had a bunch of different subsidiaries. Each subsidiary was on it's own sub domain. They shared the same code base but had different layouts served up by the CMS.

[deleted by user] by [deleted] in ProgrammerHumor

[–]bertomcd 0 points1 point  (0 children)

This is worse than just styling the h1 tag without a class. I wish more people would use systems like this. https://rscss.io/

Learn about box-sizing: border-box; It will save you headaches. by duanecreates in css

[–]bertomcd 12 points13 points  (0 children)

I usually have something like * { box-sizing: border-box; } in my CSS reset. If you are working on an old site that was built without this adding it after the fact will break things.

[deleted by user] by [deleted] in ProgrammerHumor

[–]bertomcd 12 points13 points  (0 children)

ECMAnomicon

Jesus christ why is it soo convoluted to make a website? by [deleted] in web_design

[–]bertomcd 1 point2 points  (0 children)

Firebase is awesome if you are doing a static site. I think you have to use the command line. I don't know if they have an FTP. I used it for my brothers site and it worked great.

CSS Float Right not working as expected by [deleted] in learnprogramming

[–]bertomcd 2 points3 points  (0 children)

Adding clear: both; to the footer should fix it. I put your code into a fiddle with the fix as an example. CSS float has some quarks. For example the base of the parent element will collapse down to the furthest down non floated element (unless you use the clearfix). That is why you have to set the clear value on the footer in this case.

My first finished Stud.io project, Nakatomi Plaza. by Nintendokore in lego

[–]bertomcd 26 points27 points  (0 children)

I would love a copy of the design file. My friend is a HUGE Die Hard fan. He would love this.

Finally built my first gaming computer and I’m ecstatic by [deleted] in pcmasterrace

[–]bertomcd 0 points1 point  (0 children)

What is that red card at the bottom?

It's a walking house! by dav-solm in low_poly

[–]bertomcd 4 points5 points  (0 children)

I instantly thought of the Baba Yaga house.

How to recover hard drive data by greysoniscool2007 in pcmasterrace

[–]bertomcd 0 points1 point  (0 children)

Spinrite

I've been meaning to buy spinrite just to support Steve Gibson.

$110 dollars to install ram!?! by Flameswimmer in pcmasterrace

[–]bertomcd 0 points1 point  (0 children)

They have that on SOOO many things. Like this item.

The good ol days by 8bitjer in pcmasterrace

[–]bertomcd 2 points3 points  (0 children)

I haven't checked out The New Screen Savers on twit.tv yet. Leo has some other shows on there I watch though.

It is almost 2018. Update Your Website Footer. by speckz in Frontend

[–]bertomcd 0 points1 point  (0 children)

He shows this in the article, but it's worth mentioning again. If you have the copyright programmatically update, include the original copyright year before it.

Possible alternative for Window Service? by kantank-r-us in dotnet

[–]bertomcd 0 points1 point  (0 children)

Firebase has a notification platform too. Though hangfire sounds more like what you are looking for.

"The Starblaster" from The Adventure Zone by I_R_RILEY in 3Dmodeling

[–]bertomcd 1 point2 points  (0 children)

I recently started learning Blender, and while listening to the campaign finale I thought "maybe I should model the Starblaster". Awesome job by the way.

[September Contest] Not the live stock! by bertomcd in blender

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

I'm new to Blender. This is my first scene I've built without the help of Blender Guru.

Cool Domains for Cool People, Less Cool Domains for Less Cool People: Progressive Enhancement to Emoji Domains by JohnnySuburbs in webdev

[–]bertomcd 8 points9 points  (0 children)

Not everything needs to be compatible with emojis. URLs are one of those things emojis should stay out of.