Search
Visa Launches Global Cross-Border Network Based on Certain Aspects of Blockchain
11.6.2019
Global payment giant Visa has launched a network for cross-border payments that is partially based on blockchain technology
Russia Is Considering To Create A Financial Center For Crypto Trading On Chinese Border
10.6.2019
Russia is one of the most important crypto markets in the world and has been quite a favorable country. And as per recent reports, the country will set up a financial center for cryptocurrency trading. According to Leonid Petukhov, the head of the agency of the Far East for Investments and Exports...
Find a Job Paid With BCH Using Workingforbitcoins.com
8.6.2019
In this day and age, more and more people rely on income from remote jobs, and businesses often hire professionals who are located elsewhere. Cross-border payments within the traditional financial system are slow and sometimes problematic. Employers and jobseekers can now use websites such...
Mexican Greets Migrants through Its Southern Border with Armed Forces
6.6.2019
While the United States authorities might be railing about the flow of migrants from Mexico, it is imperative to know that the country itself has been suffering from illegal immigration for quite a few years. Over the years, plenty of illegal immigrants have tried to get into the country...
Anypay and Cointext Launch BCH-Powered Remittance Solution for Merchants
5.6.2019
On June 3, crypto startups Anypay and Cointext debuted a global remittance application for independent merchants. The new payment solution utilizes bitcoin cash (BCH) and allows anyone from anywhere to send funds faster and cheaper than traditional remittance platforms. Also read:...
Movin’ Modals Along a Path
4.6.2019
Modals always be just appearin'. You might see one once in a while that slides in from one of the edges, or uses some kind of scale/opacity thing to appear from "above" or "below." But we can get weirder than that. Why not have them come in on an offset-path?
Just a swoopy arc is kinda fun.
...
Prevent Page Scrolling When a Modal is Open
3.6.2019
Please stop me if you've heard this one before. You open a modal, scroll through it, close it, and wind up somewhere else on the page than you were when you opened the modal.
That's because modals are elements on a page just like any other. It may stay in place (assuming that's what it's meant...
PR: Tronipay Launches Cross Border eCommerce Solution
24.5.2019
The high growth of the market has created new opportunities and attracted talented entrepreneurs to come up with novel business models using the blockchain technology, this is the example of Tronipay, a Fintech payment company that specializes in online monetization solutions, online payments...
Blockchain Credit Union Consortium to Use R3’s Corda for Cross-Border Payments Product
22.5.2019
CULedger, a blockchain consortium and credit union service organization, has chosen R3’s Corda blockchain to underpin its forthcoming cross-border payments product
Ripple Garners Praise From Banks In India And Middle East For Its Cross Border Payments Network
21.5.2019
Ripple is one of the most successful platforms in the blockchain based global remittance segment. The payments focused DLT network has partnered with several financial and non-financial institutions across the globe. It continues to be a preferred choice for companies looking to explore blockchain...
Change Color of SVG on Hover
13.5.2019
There are a lot of different ways to use SVG. Depending on which way, the tactic for recoloring that SVG in different states or conditions — :hover, :active, :focus, class name change, etc. — is different.
Let's look at the ways.
Inline SVG
Inline SVG is my favorite way to use...
Getting To Know The MutationObserver API
8.5.2019
MutationObserver watches the DOM, specifically the places you tell it to, like:
document.querySelector('#watch-this');
...and it can tell you (trigger a callback) when stuff happens — like when a child is added, removed, changed, or a number of other things.
I used it just the other day...
JPMorgan Continues to Explore Blockchain for Cross-Border Payments, Having Signed 220 Banks Worldwide Along the Way
25.4.2019
Although JPM Coin has been widely criticized by the community, the U.S. banking giant continues to explore blockchain and, more importantly, find use cases for it
Simulating Mouse Movement
15.4.2019
If you've ever had to display an interactive animation during a live talk or a class, then you may know that it's not always easy to interact with your slides and while talking.
This happened to me when I needed to show this particles demo to my students. I didn't want to have to stay next to...
Blurred Borders in CSS
20.3.2019
Say we want to target an element and just visually blur the border of it. There is no simple, single built-in web platform feature we can reach for. But we can get it done with a little CSS trickery.
Here's what we're after:
The desired result.
Let's see how we can code this effect, how we...
Creating a Custom Element from Scratch
20.3.2019
In the last article, we got our hands dirty with Web Components by creating an HTML template that is in the document but not rendered until we need it.
Next up, we’re going to continue our quest to create a custom element version of the dialog component below which currently only uses...
Stacked “Borders”
19.3.2019
A little while back, I was in the process of adding focus styles to An Event Apart’s web site. Part of that was applying different focus effects in different areas of the design, like white rings in the header and footer and orange rings in the main text. But in one place, I wanted rings that were...
CSS Triangles, Multiple Ways
5.3.2019
I like Adam Laki's Quick Tip: CSS Triangles because it covers that ubiquitous fact about front-end techniques: there are always many ways to do the same thing. In this case, drawing a triangle can be done:
with border and a collapsed element
with clip-path: polygon()
with transform: rotate()...
Control Icons with Font Size
27.2.2019
Here’s a nifty trick from Andy Bell that now seems a little obvious in hindsight: if you set an SVG to have a width and height of 1em then you can change the size of it with the font-size property.
Try and change the font-size on the body element below to see the icon scale with the text:
...
Diana Smith’s Top 5 CSS Properties She Uses to Produce CSS Art
20.2.2019
Have you seen Diana Smith's CSS drawings? Stunning. These far transcend the CSS drawings that sort of crudely replicate a flat SVG scene, like I might attempt. We were lucky enough for her to post some of her CSS drawing techniques here last year.
Well, Diana has also listed the top five...