Search
Filtering Data Client-Side: Comparing CSS, jQuery, and React
24.9.2019
Say you have a list of 100 names:
<ul>
<li>Randy Hilpert</li>
<li>Peggie Jacobi</li>
<li>Ethelyn Nolan Sr.</li>
<!-- and then some -->
</ul>
...or file names, or phone numbers, or whatever. And you want to filter them...
Market Update: Low Volumes and Uncertainty Shake Crypto Traders
24.9.2019
The majority of digital currency markets have lost a few percentages over the last few days as cryptocurrency trade volume has been waning. Since our last market outlook, more than $20 billion in global trade volume disappeared and this Tuesday’s market data shows there’s only...
An Explanation of How the Intersection Observer Watches
24.9.2019
There have been several excellent articles exploring how to use this API, including choices from authors such as Phil Hawksworth, Preethi, and Mateusz Rybczonek, just to name a few. But I’m aiming to do something a bit different here. I had an opportunity earlier in the year to present the VueJS...
Browser Engine Diversity
24.9.2019
We lost Opera when they went Chrome in 2013. Same deal with Edge when it also went Chrome earlier this year. Mike Taylor called these changes a "Decreasingly Diverse Browser Engine World" in a talk I'd like to see.
So all we've got left is Chrome-stuff, Firefox-stuff, and Safari-stuff. Chrome...
Get Geographic Information from an IP Address for Free
24.9.2019
Say you need to know what country someone visiting your website is from, because you have an internationalized site and display different things based on that country. You could ask the user. You might want to have that functionality anyway to make sure your visitors have control, but surely they...
Link Underlines That Animate Into Block Backgrounds
23.9.2019
It's a cool little effect. The default link style has an underline (which is a good idea) and then on :hover you see the underline essentially thicken up turning into almost what it would have looked liked if you used a background-color on the link instead.
Here's an example of the effect on...
Buying Bitcoin on the Street Is Getting Easier
23.9.2019
Access to cryptocurrency, still a relatively new invention, requires some technological knowledge and computer literacy. In order to become more mainstream, however, Bitcoin will have to become more “main street” so to speak. Some crypto evangelists are finding ways to simplify...
Devs Remove BIP70 Payment Protocol From Bitcoin Core’s Default Settings
23.9.2019
Cryptocurrency advocates have recently discovered that Bitcoin Core (BTC) developers are planning to disable the payment protocol BIP70 supported by default in the Bitcoin Core version 0.19.0 client. According to developer discussions, full BIP70 support might be removed by version 0.20.0. Also...
Stylish Sites Made Simple with AnyMod (Sponsored)
23.9.2019
Amazing-looking websites often have specific patterns, and for a reason — they work. Whether it’s a slideshow, a parallax effect, or more traditional design, there’s a service that makes total designs and widgetry simple: AnyMod allows web experts and beginners alike to create...
Iran Is Being Targeted for Economic Independence, Not Terrorism
22.9.2019
New, unprecedented economic sanctions have been imposed on Iran’s central bank after blame for a September 14 oil field attack was pinned on the nation by U.S. leaders. The sanctions blacklist the Iranian central bank and sovereign wealth fund, further severing the country’s already...
6 Noncustodial Crypto Payment Solutions for Merchants
22.9.2019
You don’t have to be a bitcoin purist or tech tinkerer to want to accept cryptocurrency without using a third party. With lower merchant fees, greater network uptime, and no chargebacks, noncustodial crypto payments have several advantages over traditional fiat payment systems. Here are...
How Merge Mining and Anchored Blockchain Projects Capitalize on Bitcoin’s Security Model
21.9.2019
Since 2011, just after Satoshi Nakamoto left the Bitcoin project for good, networks have emerged that leverage the BTC chain in some way. A variety of projects over the last nine years have found value in anchoring some sort of feature set to BTC in order to bolster the satellite’s underlying...
Things that Finance And Gaming Industry Have in Common
21.9.2019
The finance industry is comprised of entities involved in managing funds. These funds can both be assets and investments such as those invested in the stock market, or liabilities such as debt and various loans. On the other hand, the gaming industry offers entertainment through online games...
Verge Continues to Trade with a Downtrend; Expected to have a Come Back Soon
20.9.2019
Verge recently released their newest version of V5.3.1 of codebase. The developers reported that the performance has been improved at many level including bug fixes which were common issues with V4. #Verge product release version 5.3.1 is live and available for download on #github by clicking...
UX Considerations for Web Sharing
20.9.2019
From trashy clickbait sites to the most august of publications, share buttons have long been ubiquitous across the web. And yet it is arguable that these buttons aren’t needed. All mobile browsers — Firefox, Edge, Safari, Chrome, Opera Mini, UC Browser, Samsung Internet — make it easy to share...
Table with Expando Rows
20.9.2019
"Expando Rows" is a concept where multiple related rows in a <table> are collapsed until you open them. You'd call that "progressive disclosure" in interaction design parlance.
After all these years on CSS-Tricks, I have a little better eye for what the accessibility concerns of...
Weekly Platform News: Emoji String Length, Issues with Rounded Buttons, Bundled Exchanges
19.9.2019
In this week's roundup, the string length of two emojis is not always equal, something to consider before making that rounded button, and we may have a new way to share web apps between devices, even when they are offline.
The JavaScript string length of emoji characters
A single rendered emoji...
Automatically compress images on Pull Requests
19.9.2019
Sarah introduced us to GitHub Actions right after it dropped about a year ago. Now they have improved the feature and are touting its CI/CD abilities. Run tests, do deployment, do whatever stuff computers do! It's essentially a YAML file that says run this, then this, then this, etc., with...
A Color Picker for Product Images
17.9.2019
Sounds kind of like a hard problem doesn't it? We often don't have product shots in thousands of colors, such that we can flip out the <img src="product-red.jpg" alt="red product"> with <img src="product-blue.jpg" alt="blue product">. Nor do we typically have products in a vector...
18,000 Traders and Growing – Bitcoin.com’s Crypto Exchange Shines Brightly
17.9.2019
Since exchange.Bitcoin.com launched, our premier trading platform has seen a significant influx of users from Asia and Europe. So far, the grand opening of Bitcoin.com’s exchange has led to more than 18,000 registered traders. Moreover, exchange.Bitcoin.com’s Chief Operating Officer...