@andybelldesign You should be looking at low-cost index fundshttps://www.google.com/amp/s/www.forbes.com/sites/lawrencelight/2017/01/15/why-you-should-be-an-index-investor-only/amp/
@andybelldesign Is that how you can tweet so much?
@andybelldesign I’m been thinking a lot about how people write CSS. One day I plan to compare the pros and cons of different methods on the same site (traditional CSS vs BEM vs Tailwinds etc).
This blog post was an interesting read blog.algolia.com/redesigning-our…
@rem @andybelldesign Could have used dummyimage.com/1x1/0099ff/0099ff…
@andybelldesign I use this set of PHP functions for inlining an SVG file into the markup and a pinch of CSS
gist.github.com/kingkool68/6d729…
svg.icon {
display: inline-block;
width: 1em;
height: 1em;
fill: currentColor;
}
@andybelldesign @cassiecodes I’ve seen another approach to use JavaScript to fetch the SVG and simply inject it in the markup so you have complete control.
@andybelldesign Also comes with a separate theme github.com/kingkool68/wordpress-…
@andybelldesign It is. Powered by WordPress and open source github.com/kingkool68/wordpress-…
@andybelldesign Does archiving my tweets at tweets.kingkool68.com count?
@StuRobson @andybelldesign Check out discoverdev.io/
@Rmmmsy @andybelldesign @davatron5000 Any use of ternaries shall result in 30 days in jail for the author…
@andybelldesign I like @davatron5000’s idea of $10K per if statement.
@benschwarz @andybelldesign I’ve also got huge philosophical views on HTML-first being part of robustness and therefore part of inclusive design, but that’s a whole other rant. 😉
@andybelldesign Thanks for sharing. Helps me look up ES6 things I’m not as familiar with.
@andybelldesign Why do you need the conditional checks? Adding 0 shouldn’t change the final value?