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...
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...
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...
Random Notes from a JAMstack Roundtable
23.9.2019
I hosted a JAMstack roundtable discussion at Web Unleashed this past weekend. Just a few random notes from that experience.
I was surprised at first that there really is confusion that the "M" in Jamstack stands for "Markdown" (the language that compiles to HTML) rather than "Markup" (the "M"...
What Google’s Quantum Breakthrough Means for Blockchain Cryptography
22.9.2019
We’ve been warned for years that a quantum computing breakthrough is just around the corner. When that day comes, we’re told, it could render existing encryption standards obsolete, threatening the security of every major blockchain. It seems that day has finally arrived, with Google...
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...
Ethereum Classic Just like any other Altcoin of the market Turns Bearish
21.9.2019
Ethereum Classic is now available on Dex-Trade to be traded in. One can trade in ETC against BTC, ETH and USDT. Additionally, the crypto team has successfully activated the Atlantis hard fork which is aimed to improve the functionality and compatibility of ETC with Ethereum. Ethereum Classic Price...
Verizon Just Won a Patent to Create Virtual SIMs on a Blockchain
20.9.2019
Telecoms conglomerate Verizon is eyeing the use of blockchain technology to underpin the dynamic creation of virtual SIM cards
Buddy on CSS-Tricks
19.9.2019
Here's a little direct product endorsement for ya: I literally use Buddy for deployment on all my projects.
Buddy isn't just a deployment tool, we'll get to that, but it's something that Buddy does very well and definitely a reason you might look at picking it up yourself if you're looking around...
Git Pathspecs and How to Use Them
19.9.2019
When I was looking through the documentation of git commands, I noticed that many of them had an option for <pathspec>. I initially thought that this was just a technical way to say “path,” and assumed that it could only accept directories and filenames. After diving into the rabbit hole...
Tether Endures Holding the Stable Ranking with Just 0.3% Downtrend in Last 5 Days
19.9.2019
Celsius Network, which is the industry-leading Cryptocurrency platform, recently increased their interest rates for the stable coins. The deposit will now cost interest rate of 12.03% APR. Tether is one of the stable coins that Celsius Network is supporting along with PAX, USDC, DAI, TUSD,...
Ether Just Had Its Longest Winning Run Since Late May
19.9.2019
Ether, the native cryptocurrency of ethereum, has just logged its longest daily run of price gains in nearly four months
Web Developer Search History
18.9.2019
Sophie Koonin blogged "Everything I googled in a week as a professional software engineer," which was a fascinating look into the mind of a web developer and what they need to look up during day-to-day work. We all joke that we just Google stuff (or StackOverflow stuff) we don't know off the...
Taxation Isn’t Just Theft – It’s Bad for Crypto Adoption
18.9.2019
Crypto awareness is reaching levels almost unimaginable just years ago, with telecommunications giants, big banks, mainstream media, and even professional sports teams now discussing and flouting digital assets. AT&T now allows customers to pay their phone bills in bitcoin, Japanese SMS giant...
The First Yearlong ICO for EOS Raised $4 Billion. The Second? Just $2.8 Million
17.9.2019
LiquidApps, an EOS scaling project, imitated Block.One's record-setting ICO strategy but has been met with far less investor interest
Here’s How Europeans Can Deal With Negative Interest Rates
17.9.2019
Low and negative interest rates have been a burden for account holders across Europe for some time. And it’s only getting worse, as the European Central Bank just announced a new rate cut to a record low of -0.5%. Private and corporate customers in many countries on the continent don’t...
Developer Reveals Token Reward Platform Fueled by Bitcoin Cash
12.9.2019
There’s a new crypto platform called Honeypoints that just released for beta testing on Apple’s Testflight. The digital currency application created by two former Bitcoin.com employees aims to fuel merchant adoption with loyalty rewards. The Honeypoints app is meant to stimulate retail...
Crypto’s Forgotten Altcoins Re-Emerge: A Look at What’s Happening
12.9.2019
During the crypto bull market of 2017, everybody was happy. It wasn’t just the BTC maximalists, BCH enthusiasts, or proponents of ETH. Privacy coins like monero were doing great, and even charity-supporting “comic relief” coins like doge were riding high. Since that enchanted...
Some HTML is “Optional”
11.9.2019
There is a variety of HTML that you can just leave out of the source HTML and it's still valid markup.
Doesn't this look weird?
<p>Paragraph one.
<p>Paragraph two.
<p>Paragraph three.
It does to me, but the closing </p> tags are optional. The browser will detect...
Caniuse and MDN compatibility data collaboration
10.9.2019
Second only to "silly GIFs," I'd guess screenshots of caniuse are the most common slide graphic at web conferences. It's become the ultimate source for looking at web compatibility data in the hearts and minds of web developers.
Can I use CSS filter in Firefox? Yes. Can I use the filter() function?...