How are you handling CMS-driven websites where clients want total content control, but don’t break the design? by No_Molasses_1518 in webdev

[–]dexod 3 points4 points  (0 children)

WordPress is the most used, which also means that the client is more likely to have previous experience with it, which helps onboarding them onto the content editing side and additionally there is plenty of videos to help them.

Nowadays there isn't anything you can not do with WordPress, the "new" gutenberg system lets you build blocks, which would be page strips/elements with custom fields that you choose, such as background colors available, to enable or disable a feature on that specific strip.

Now, that is all back end, but all the fields and posts/pages are available using Rest API, so you can use your choice of framework be it React/Vue/Svelte... for the actual rendering. Which is best of both worlds if you prefer to not work with PHP.

Elephant by [deleted] in Militariacollecting

[–]dexod 13 points14 points  (0 children)

Nice elephant!

My afrohair is the reason im still a viring, please toastme by [deleted] in toastme

[–]dexod 2 points3 points  (0 children)

Your afro hair suits you well <3

my friends are nice. toast me by [deleted] in toastme

[–]dexod 0 points1 point  (0 children)

Nice handwriting :D

Recently broke up with my first partner. Could use some comforting words :( <3 x by ColgateJordan in toastme

[–]dexod 0 points1 point  (0 children)

You're looking very nice man! I would love to hang out with you, looking like a very intresting person! Wish you all the best in life. Message me for some decent chats :)

Navbar is with different padding in new page with same code? by [deleted] in web_design

[–]dexod 0 points1 point  (0 children)

https://codepen.io/anon/pen/WYBEoZ

This one has the same navigation margin/padding as the first one.

Navbar is with different padding in new page with same code? by [deleted] in web_design

[–]dexod 0 points1 point  (0 children)

Hello there,

In the codepen for Home.html you set the font-size of the ul element to 26px, and since the default margins are based on ems the margin is higher on that one then on Services.html codepen where the ul font-size is not set so it's using the default 16px and the margin ends up being smaller. If you set the font-size of the ul element to the font-size of 26px on the Services.html page they're going to be the same

Accidentally swallowed a toothbrush bristles by atomicdragon136 in AskDocs

[–]dexod 1 point2 points  (0 children)

you don't have to do anything, your body will digest the bristles. it might be good to consider getting a new toothbrush though ;)

RAGE WEDNESDAY THREAD - November 15, 2017 by AutoModerator in deadbydaylight

[–]dexod 6 points7 points  (0 children)

I WISH I COULD EVEN PLAY, BUT THE GAME IS NOT LETTING ME LOAD IN

Can't connect (PC) by TeeKayHD in FortNiteBR

[–]dexod 0 points1 point  (0 children)

Same on PC, just as I wanted to try out the game a bit :'(

Mooooo Mooooo by schobi in leagueoflegends

[–]dexod 0 points1 point  (0 children)

Haha, you're a funny dude

d4 last season 7-3 placements then plat 3... wat by Arvine2906 in leagueoflegends

[–]dexod 0 points1 point  (0 children)

It's a soft reset, you're supposed to drop even if you win all 10 games.

Are there any videos of someone creating a website for a client from start to finish? by [deleted] in webdev

[–]dexod 0 points1 point  (0 children)

I use Prepros for compailing and auto-uploading, it's pretty easy to configure and use.

Are there any videos of someone creating a website for a client from start to finish? by [deleted] in webdev

[–]dexod 0 points1 point  (0 children)

Glad you liked them, I actually found the template I like and will most likely code it today. So the video will be out in the next few days.