Search
WooCommerce 4.0 & WooCommerce Payments Beta
17.3.2020
Y'all know WooCommerce: it's a plugin for WordPress that adds robust eCommerce functionality to your site. Notably, like WordPress itself, it's open-source and free. You only pay for things if you need things like special plugins that extend functionality.
This is a huge month for WooCommerce!...
Bitcoin Cash IFP Debate: ABC Kicks Off Fundraiser, 3 Mining Pools Signal BCHN Support
15.3.2020
During the first week of March, there were prominent discussions concerning the recently announced infrastructure funding proposal (IFP). However, a number of crypto participants are focused on the market carnage and the possibility of a global recession. After the new full node project published...
A Guide to Handling Browser Events
13.3.2020
In this post, Sarah Chima walks us through how we can work with browser events, such as clicking, using JavaScript. There’s a ton of great info in here! If JavaScript isn’t your strong suit, I think this is the best explanation of event handling that I’ve read in quite some time.
When an event...
MEW App Allows You to Buy Crypto Instantly — But There’s a Catch
13.3.2020
MyEtherWallet has partnered with Wyre on a new mobile app that allows users to buy crypto in 15 seconds with Apple Pay
Two Steps Forward, One Step Back
12.3.2020
Brent Jackson says CSS utility libraries failed somewhat:
Eventually, you'll need to add one-off styles that just aren't covered by the library you're using, and there isn't always a clear way to extend what you're working with. Without a clear way to handle things like this, developers tend...
How to Make a Line Chart With CSS
11.3.2020
Line,  bar, and pie charts are the bread and butter of dashboards and are the basic components of any data visualization toolkit. Sure, you can use SVG or a JavaScript chart library like Chart.js or a complex tool like D3 to create those charts, but what if you don't want to load yet another...
Fluid Width Video
11.3.2020
IN A WORLD of responsive and fluid layouts on the web, ONE MEDIA TYPE stands in the way of perfect harmony: video. There are lots of ways in which video can be displayed on your site. You might be self-hosting the video and presenting it via the HTML5 <video tag. You might...
Considerations When Choosing Fonts for a Multilingual Website
10.3.2020
As a front-end developer working for clients all over the world, I've always struggled to deal with multilingual websites — especially cases where both right-to-left (RTL) and left-to-right (LTR) are used. That said, I’ve learned a few things along the...
Tips for Working Remotely and Enjoying It!
9.3.2020
With the coronavirus spreading and employers telling employees work from home if possible, there are scores of people getting their first taste of working remotely. Depending on your experience and discipline levels, this could be a welcomed change or a complete culture shock. The amount of freedom...
Adventures in CSS Semi-Transparency Land
9.3.2020
Recently, I was asked to make some tweaks to a landing page and, among the things I found in the code, there were two semitransparent overlays — both with the same RGB values for the background-color — on top of an image. Something like this:
<img src='myImage.jpg'/>
<div...
Use a:visited in your CSS stylesheet
9.3.2020
Evert Pot:
Unfortunately, when setting a new color (e.g. a { color: #44F }) the ‘purple visited link’ feature also gets disabled. I think this is a shame, as there’s so many instances where you’re going through a list of links and want to see what you’ve seen before.
The 2 examples I ran into...
Nigerians Can Now Buy Bitcoin With Cash From Stores and ATMs That Take Naira
8.3.2020
If there’s a place where cryptocurrencies draw significantly more attention than anywhere else right now, it has to be Nigeria. Africa’s largest economy is driven by its oil exports, expanding manufacturing, financial services, communications and information technology sectors, but also...
Google Fonts + Variable Fonts
7.3.2020
I see Google Fonts rolled out a new design (Tweet). Compared to the last big redesign, this feels much more iterative. I can barely tell the difference really, except it's blue instead of red and this one pretty rad checkbox: Show only variable fonts.
An option to only show variable fonts is...
Crypto Bulls Roadshow Coming to Over 15 Indian Cities — With Government Participation
7.3.2020
India’s Crypto Bulls Roadshow, a nonprofit initiative to prepare India for the next bull run, is coming up, and government organizations are joining the drive. Currently, 15 cities in India are planned for but more may be added based on demand. There is no fee to participate in the roadshow...
How Popular Is the Dark Web in India? A Look at Increasing Tech Use and Free Market Potential
7.3.2020
Now that the Reserve Bank of India’s banking ban on cryptocurrencies has been lifted by a recent Supreme Court decision, there is reinvigorated interest in bitcoin within the South Asian nation. Exchanges can reconnect to banking institutions and offer the support they formerly did to their...
What to Use Instead of Number Inputs
6.3.2020
You might reach for <input type="number> when you're, you know, trying to collect a number in a form. But it's got all sorts of issues. For one, sometimes what you want kinda looks like a number, but isn't one (like how a credit card number has spaces), because it's really just a string...
Currying in CSS
6.3.2020
Funny timing on this I was just looking at the website for Utopia (which is a responsive type project which I hate to admit I don't fully understand) and I came across some CSS they show off that looked like this:
:root {
--fluid-max-negative: (1 / var(--fluid-max-ratio)...
South Koreans Welcome New Crypto Laws – But There’s a Word of Warning
6.3.2020
South Korean cryptocurrency industry chiefs, legal experts, politicians and more have been having their say on yesterday’s landmark vote in the National Assembly to introduce the nation’s first-ever package of crypto-specific legislation.
As previously reported, the National Assembly green-lighted...
Cryptocurrency Airdrops and Giveaways: What They Are and What’s Next
5.3.2020
There are a number of ways people can obtain cryptocurrencies and one of them is through airdrops, a type of distribution where creators send free coins to numerous crypto wallet addresses in order to drive adoption. Airdrops have been leveraged for years and token distributors believe that...
The Slideout Footer
5.3.2020
A fascinating new site called The Markup just launched. Tagline: Big Tech Is Watching You. We’re Watching Big Tech. Great work from Upstatement. The content looks amazing, but of course, around here we're always interested in the design and tech as well. There is loads to adore, from the clean...