Search
US and European Regulators Say Crypto a Priority This Year
12.1.2020
Several regulators in the U.S. and Europe have made cryptocurrency among their top priorities this year. The Securities and Exchange Commission’s compliance office and the European Securities and Markets Authority, in collaboration with other regulators, have outlined their plans to focus...
Telegram Lawyers Say Proving Data-Privacy Compliance May Take Months
10.1.2020
In the case against the SEC, lawyers representing Telegram said a data-privacy compliance review ordered by the court could take five to seven weeks
“All these things are quite easy to do, they just need somebody to sit down and just go through the website”
8.1.2020
I saw a video posted on Twitter from Channel 5 News in the UK (I have no idea what the credibility of them is, it's an ocean away from me) with anchor Claudia Liza asking Glen Turner and Kristina Barrick questions about website accessibility.
Apparently, they often post videos with captions,...
Multi-Thumb Sliders: General Case
8.1.2020
The first part of this two-part series detailed how we can get a two-thumb slider. Now we'll look at a general multi-thumb case, but with a different and better technique for creating the fills in between the thumbs. And finally, we'll dive into the how behind the styling a realistic 3D-looking...
The Auto-Flowing Powers of Grid’s Dense Keyword
8.1.2020
Let's say we're working on the homepage of a news website. You're probably used to seeing some card-based content in a grid layout, right? Here's a classic example, The New York Times:
Yeah, something like that.
There are going to be some cards/elements/boxes/whatever that need to take up more...
The Ultimate Guide to Dark Mode for Email Marketers
7.1.2020
On the regular web (I suppose) we handle "dark mode" with the CSS prefers-color-scheme media query. But, and to nobody's surprise, it's way weirder in the land of HTML email. The weirdness is that across different email clients, they handle the dark mode thing differently, starting with the fact...
How Auto Margins Work in Flexbox
6.1.2020
Robin has covered this before, but I've heard some confusion about it in the past few weeks and saw another person take a stab at explaining it, and I wanted to join the party.
Say you have a flex container with some flex items inside that don't fill the whole area.
See the Pen
ZEYLVEX...
McAfee of 2019 to McAfee of 2020: What the Crypto Advocate Had to Say?
4.1.2020
The crypto industry is one of the most fragile industries in the world and is heavily dependent on market influencers. This is because the industry itself is quite young, and there’s a dearth of extensive and exhaustive data that could help interpret the market conditions. Thus, the role...
Proof of Keys Day Returns on Bitcoin’s 11th Birthday
3.1.2020
Last year’s inaugural Proof of Keys day didn’t see massive amounts of bitcoin withdrawn judging by onchain data – but it did serve to educate a community. Trace Mayer’s call to arms also put exchanges on notice, with some disabling withdrawals, citing unscheduled...
Validate CSP from Command Line
2.1.2020
The content security policy spec has been an amazing front-end security tool to help prevent XSS and other types of attacks. I’d go as far to say that every site should implement as specific CSP as possible. If you aren’t familiar with CSPs, here’s a quick example:...
A Use Case for a Parent Selector
31.12.2019
Having a "parent selector" in CSS is mentioned regularly as something CSS could really use. I feel like I've had that thought plenty of times myself, but then when I ask my brain for a use case, I find it hard to think of one. Well, I just had one so I thought I'd document it here.
A classic...
Embedded Content in Markdown
31.12.2019
Markdown supports HTML, so if you need to, say, embed a YouTube video, you can just copy and paste the embed code from them, drop it into a Markdown document, and you should be good to go. With YouTube specifically, there are other options. But in general, you don't need to do anything special...
Making Room for Variation
30.12.2019
Say you have a design system and you're having a moment where it doesn't have what you need. You need to diverge and create something new. Yesenia Perez-Cruz categorizes these moments from essentially ooops to niiice:
There are three kinds of deviations that come up in...
Someone Say Bear Market? Bitcoin Sets 3 Huge New Records in 2019
27.12.2019
Bitcoin’s new technical achievements show more than ever that price is not everything
PHP Templating in Just PHP
26.12.2019
With stuff like template literals in JavaScript and templating languages, like JSX, I've gotten used to wanting to write my HTML templates in one nice chunk and sprinkling in variables wherever I need them.
I had a situation where I needed to do that in "raw" PHP the other day, so I'm just...
YouTube Crypto-Related Content Not Fully Restored, YouTubers Say “Nothing Has Changed”
26.12.2019
YouTubers say videos still not fully restored after YouTube admits to deleting crypto videos by mistake
2019 Google and Yahoo Searches for Bitcoin Decline Significantly
24.12.2019
2019 was an interesting year for cryptocurrencies. Some would say it wasn’t as bad as the crypto winter in 2018 and others would note it wasn’t as great as bull run 2017. One thing’s for sure, ever since the all-time price highs, interest in cryptocurrencies has been waning....
Clips from my DEV AMA
20.12.2019
I recently did an AMA over on DEV. Just taking the opportunity to port over some answers here like a good indiewebber.
If you were starting out as a front end dev in 2020, what would you say is the first thing you would learn and why?
You need to put yourself in a position where it's your job...
Should the Government Have a Say in Where You Can Invest?
19.12.2019
NLW discusses forthcoming changes to US accredited investor laws and looks at a trend of DeFi companies looking to become more decentralized in 2020
Now You See It
16.12.2019
I recently accepted a teaching position at a local college here in SoCal where I'll be spouting off whatever I know (or more likely don't know!) about HTML and CSS. It's suffice to say I was all ears (well, actually eyes) when Rachel Andrew recently published a post on teaching CSS.
The display...