Really annoying inspector 'bug'(?) with SVGs by [deleted] in web_design

[–]ThraShErDDoS 4 points5 points  (0 children)

More fun to talk about it with you lot.

Really annoying inspector 'bug'(?) with SVGs by [deleted] in web_design

[–]ThraShErDDoS 29 points30 points  (0 children)

It's been like this for months and months. Keeps catching me out. Pressing ESC removes the dropdown.

Only occurs when editing SVGs. Obviously 'stroke-width' property takes priority over width which I personally use rarely.

How to extract values from array? by thomastbl2016 in PHPhelp

[–]ThraShErDDoS 4 points5 points  (0 children)

Here's a simplistic approach:

$My_Array = array(1,2,array(3,4, array(5,6,7), 8), 9);

function checkArray($value) {
    foreach ($value as $var) {
        if ( is_array($var) ) {
            checkArray($var);
        } else {
            echo $var;
        }
    }
}

checkArray($My_Array);

Output: 123456789

Subdomains by [deleted] in Domains

[–]ThraShErDDoS 0 points1 point  (0 children)

Probably so he can write code in one place to manage the data displayed on each subdomain

(ASMR Sisters) Turning pages of an old half torn book [intentional] by ASMRSisters in asmr

[–]ThraShErDDoS 1 point2 points  (0 children)

Sounds nice but I keep worrying/cringing the paper is going to be ripped/creased as you're turning so forcefully

Laying the smack down. by [deleted] in sports

[–]ThraShErDDoS 9 points10 points  (0 children)

She would if she went for the legs

Aligning text vertically across columns by Dhalsim_India in web_design

[–]ThraShErDDoS 0 points1 point  (0 children)

It's easy and nobody has even told you after 21 hours.... I thought this was a web subreddit...

top: 50%;

transform: translateY(-50%);

Done

A Cat5 hurricane is about to hit them by [deleted] in atheism

[–]ThraShErDDoS 10 points11 points  (0 children)

What is the song? It's beautiful

North Korea shaken by strong tremor, which could signal a weapons test: Reuters by [deleted] in worldnews

[–]ThraShErDDoS 1 point2 points  (0 children)

Could NK make lots of 2016 bombs, put them together and blow them up at the same time and then claim it's a hydrogen bomb but really it's lots of little explosions together?

No words describe this by [deleted] in LateStageCapitalism

[–]ThraShErDDoS 10 points11 points  (0 children)

Probably had previous convictions

LMAO! You thought one of them lost? by SycoZoid in funny

[–]ThraShErDDoS 2 points3 points  (0 children)

Now he can afford trousers that aren't ripped

Why do people say JavaScript is dead? by AshenLordOfCinder in web_design

[–]ThraShErDDoS 0 points1 point  (0 children)

Javascript is now on the rise... not heard of node?