Search
Cake DeFi: A One-Stop Shop for Generating Yield
29.7.2020
Cake DeFi, a platform that allows users to generate cash flow through pooled masternode staking and options lending, has created a platform with a clean user interface that allows anyone from the novice to the time-starved investor, to start earning interest on their cryptocurrency with a couple...
Vue 3.0 has entered Release Candidate stage!
23.7.2020
Vue is in the process of a complete overhaul that rebuilds the popular JavaScript framework from the ground up. This has been going on the last couple of years and, at long last, the API and implementation of Vue 3 core are now stabilize. This is exciting for a number of reasons:
Vue 3 promises...
This Week in Crypto: A Data Perspective (July 6- 12)
8.7.2020
 Powered by While Bitcoin has stagnated the last couple of weeks, there have been some exciting developments going on withContinue Reading
The post This Week in Crypto: A Data Perspective (July 6- 12) appeared first on CoinMarketCap Blog
This Week in Crypto: A Data Perspective (July 6- 12)
8.7.2020
 Powered by While Bitcoin has stagnated the last couple of weeks, there have been some exciting developments going on withContinue Reading
The post This Week in Crypto: A Data Perspective (July 6- 12) appeared first on CoinMarketCap Blog
Exploring Animations for Menu Hover Effects
8.7.2020
A couple of ideas for creative menu hover animations with images.
The post Exploring Animations for Menu Hover Effects appeared first on Codrops
WordPress Contributors Seek Sponsorship for Improving Gutenberg Developer Docs
6.7.2020
A couple of WordPress contributors are currently looking for folks to sponsor them to work on the documentation for the WordPress block editor (often referred to as “Gutenberg”) and this is your chance to support them.
If you’ve developed blocks for the WordPress block editor —...
Some Performance Links
3.7.2020
Just had a couple of good performance links burning a hole in my pocket, so blogging them like a good little blogger.
Web Performance Recipes With Puppeteer
Puppeteer is an Node library for spinning up a copy of Chrome “headlessly” (i.e. no UI) and controlling it. People use it...
Hundreds of Sites Now Earn Crypto Trading Fees: Exchange WordPress Plugin Sees 300 Active Installs
21.6.2020
A couple of months ago, a new WordPress (WP) plugin launched that allows anyone to host a digital currency trading platform. With the application, WP website owners can earn fees from various crypto asset trades. The developer of the plugin called “Wpcryptoexchange” tweeted on June...
IRS Tells Couple With $7 Million in Bitcoin to Liquidate Crypto Assets and Pay off Tax Debt
17.6.2020
The Internal Revenue Service (IRS) has won a case in which it demanded that a Maryland couple liquidate their bitcoin to pay-off a $1.1 million tax debt. Alexander and Laura Strashny proposed to the IRS to pay their 2017 tax liability, generated from non-crypto activities, in installments over...
Learn Z-Index Using a Visualization Tool
12.6.2020
There are some neat interactive demos in here from Thiru Manikandan. There are a couple of very tricky things with z-index that never fail to confuse. In addition to things like requiring positioning and source order, the trickiest are the stacking contexts and parent/child relationships. z-index...
How to Convert a Date String into a Human-Readable Format
25.5.2020
I’ll be the first to admit that I’m writing this article, in part, because it’s something I look up often and want to be able to find it next time. Formatting a date string that you get from an API in JavaScript can take many shapes — anything from loading all of Moment.js to have...
“The Modern Web”
22.5.2020
A couple of interesting articles making the rounds:
Tom MacWrite: Second-guessing the modern web
Rich Harris: In defense of the modern web
I like Tom’s assertion that React (which he’s using as a stand-in for JavaScript frameworks in general) has an ideal usage:
There is a sweet spot...
No-Comma Color Functions in CSS
4.5.2020
There have been a couple of viral tweets about this lately, one from Adam Argyle and one from Mathias Bynes. This is a nice change that makes CSS a bit more clear. Before, every single color function actually needs two functions, one for transparency and one without, this eliminates that need...
Chinese Court Declares Ethereum Legal Property With Economic Value
28.4.2020
A district court in China has reportedly ruled that Ethereum’s cryptocurrency is legal property with economic value. This ruling follows a couple of other verdicts on the legality of cryptocurrency, including bitcoin, by various Chinese courts. While cryptocurrency is not legal tender...
How to Make a CSS-Only Carousel
24.4.2020
We mentioned a way to make a CSS-only carousel in a recent issue of the newsletter and I thought that a more detailed write up would be interesting and capture some of my thoughts on making one.
So, here’s what we’re making today:
There’s no JavaScript here, whatsoever! No jQuery plugins....
Inspirational Websites Roundup #14
30.3.2020
This roundup contains our personal selection of the most interesting websites that were released in the past couple of weeks.
Inspirational Websites Roundup #14 was written by Mary Lou and published on Codrops
CSS X
17.3.2020
My name appears in an article from Bert Bos (co-author of the original CSS spec), so I'll consider that a life accomplishment. Berts makes the point that CSS has evolved and the working group versions things, but the working group hasn't been and doesn't really plan to be involved in these...
Distorted Link Effects with SVG Filters
4.3.2020
A couple of ideas for decorative link distortion effects using SVG filters on lines, circles and squares.
Distorted Link Effects with SVG Filters was written by Mary Lou and published on Codrops
What I Like About Craft CMS
3.3.2020
Looking at the CMS scene today, there are upwards of 150 options to choose from — and that’s not including whatever home-grown custom alternatives people might be running. The term “Content Management System” is broad and most site builders fit into the CMS model. Craft CMS, a relatively new choice...
A Follow-Up to PHP Templating
28.2.2020
Not long ago, I posted about PHP templating in just PHP (which is basically HEREDOC syntax). I'm literally using that technique for some super basic templating I needed to do on this very WordPress site. The main pushback was that this kind of thing can be an XSS vulnerability. In my case, it's...