Search
Workflow Considerations for Using an Image Management Service
16.10.2019
There are all these sites out there that want to help you with your images. They do things like optimize your images and help you serve them performantly.
That's a very good thing. By any metric, images are a major slice of the resources on websites, and we're notoriously bad at optimizing them...
WordPress Plugin Overload? Give Jetpack a Try!
15.10.2019
The WordPress ecosystem has a plentiful supply of plugins that offer everything from AMP to Zapier integration and so, so, so many other things in between. It's a significant contributor to what makes WordPress great because plugins can account for the needs of nearly any website.
How many plugins...
Weaving One Element Over and Under Another Element
14.10.2019
In this post, we’re going to use CSS superpowers to create a visual effect where two elements overlap and weave together. The epiphany for this design came during a short burst of spiritual inquisitiveness where I ended up at The Bible Project’s website. They make really cool animations, and...
Coinbase Receives E-Money License From the Central Bank of Ireland
13.10.2019
Coinbase has secured a new legal foothold in Europe. The San Francisco-based cryptocurrency exchange has received an e-money license from the Bank of Ireland, which it can potentially use to continuing serving its customers across the continent, in case Brexit causes any disruptions. Also Read:...
Wombat Network Partners With Carbon to Enable Use of Credit and Debit Cards for Trading Purposes
13.10.2019
Wombat, the popular platform facilitating users to explore the blockchain arena at ease, has announced its collaboration with payments network, Carbon to render the customers with a golden opportunity to buy cryptocurrencies with their credit or debit cards. Carbon @carbon_money meets Wombat!...
6 Crypto Experts on What Would Encourage People to Use Bitcoin
13.10.2019
Adoption is one of the major points of discussion in the Cryptoverse: how much do we need bigger adoption, from whom, how to obtain it, and what effects would growing adoption have on the ecosystem? All these questions are relevant, but the answers – at least for now – remain just theories...
Betra the Platform That Fosters Credit Card Use for Trading
13.10.2019
In the highly diversified arena of cryptocurrencies, there exists a stiff competition amongst the crypto entities to outshine their rivals in terms of customer involvement and profits. The crypto houses are always in urge to explore revolutionary advancements for their respective platforms so that...
Michael Novogratz: Bitcoin has “one Store of Value,” While Other Cryptos are for Use
12.10.2019
There’s a growing debate in the crypto industry between the supporters of Bitcoin and other altcoins, about the general value, legitimacy, and usage. While some argue that each coin has its own value, others think all cryptos except Bitcoin will fall down someday. However, giant investor and market...
US SEC, FinCEN, CFTC Jointly Warn Against Illicit Use of Crypto Assets
11.10.2019
Rare joint statement from U.S. SEC, CFTC and FinCEN asks crypto holders to fall in line with AML/CFT regulations
Recipes for Performance Testing Single Page Applications in WebPageTest
10.10.2019
WebPageTest is an online tool and an Open Source project to help developers audit the performance of their websites. As a Web Performance Evangelist at Theodo, I use it every single day. I am constantly amazed at what it offers to the web development community at large and the web performance folks...
Ripple to Use Blockchain Technology for Finastra Banking Operations
9.10.2019
Finastra has partnered with Ripple blockchain solutions for using blockchain technology for its cross border transactions. The contract will facilitate Finastra customers with efficient and speedy operations using Ripple’s blockchain-based cloud network. Ripple will induce its RippleNet network...
Patterns for Practical CSS Custom Properties Use
9.10.2019
I've been playing around with CSS Custom Properties to discover their power since browser support is finally at a place where we can use them in our production code. I’ve been using them in a number different ways and I’d love for you to get as excited about them as I am. They are so useful...
Let’s Not Forget About Container Queries
9.10.2019
Container queries are always on the top of the list of requested improvements to CSS. The general sentiment is that if we had container queries, we wouldn't write as many global media queries based on page size. That's because we're actually trying to control a more scoped container, and the only...
Bitcoin.com Partners with Canadian Gaming Giant Bravio Tech on Global Lotteries
9.10.2019
FOIN, a cryptocurrency company and a developer of the transparent payment system FoPay, announced the strategic partnership with Cyclebit, a crypto payment solutions provider. According to the official information, starting from that day, FOIN, the decentralized peer to peer cryptocurrency for...
Swiss Central Bank to Explore Use of Digital Franc in Settling Trades
9.10.2019
Switzerland’s central bank and the SIX stock exchange will study using a central bank digital currency to settle trades of tokenized assets
A Snippet to See all SVGs in a Sprite
8.10.2019
I think of an SVG sprite as this:
<svg display="none">
<symbol id="icon-one"> ... <symbol>
<symbol id="icon-two"> ... <symbol>
<symbol id="icon-three"> ... <symbol>
</svg>
I was long a fan of that approach for icon systems...
5 Things to Know About Grams Wallet’s Terms of Use Before GRM Launch
8.10.2019
Telegram publishes terms of service for its native cryptocurrency Grams Wallet
Clipping, Clipping, and More Clipping!
8.10.2019
There are so many things you can do with clipping paths. I've been exploring them for quite some time and have come up with different techniques and use cases for them — and I want to share my findings with you! I hope this will spark new ideas for fun things you can do with the CSS clip-path...
How to Detect an Ad Blocker
8.10.2019
One of the unspoken rules of the internet is that most content is “free”… at the cost of webpage being littered with advertisements and trackers. This was’t a big problem in the early internet days but trackers and advertisements have become so intrusive and unapologetically...
Some Hands-On with the HTML Dialog Element
7.10.2019
This is me looking at the HTML <dialog> element for the first time. I've been aware of it for a while, but haven't taken it for a spin yet. It has some pretty cool and compelling features. I can't decide for you if you should use it in production on your sites, but I'd think it's starting...