Search
Yes, Even Bitcoin HODLers Can Lose Money in the Long-Term: Here’s How
16.10.2019
Market analyst Philip Swift explains how blockchain data helps traders spot Bitcoin highs and lows for making wiser investments
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...
Kik Announces It’s ‘Here to Stay’ in Apparent Reversal of Fortunes
14.10.2019
Canadian social media and messaging app Kik has revealed it’s “here to stay,” due to an acquisition deal with an unnamed firm
Finding Capital Has Never Been So Easy Before! No Fight for Investors Here!
12.10.2019
Have you ever imagined that there will be no struggle on your path to the implementation of your dream business idea? The fact that you can be on the other side of the game, whereby investors are trying to catch your attention, seems absurd for most of the startups nowadays. However, miracles...
Two Images and an API: Everything We Need for Recoloring Products
11.10.2019
I recently found a solution to dynamically update the color of any product image. So with just one <img> of a product, we can colorize it in different ways to show different color options. We don’t even need any fancy SVG or CSS to get it done!
We’ll be using an image editor (e.g. Photoshop...
If You’d Bought These Coins in 2014, This Is What You’d Have Made
11.10.2019
Fall is here, and it’s a good time for reflection, regrouping and gearing up for the coming new year. In the case of crypto, looking back at the markets of the past puts things into similar perspective. An examination of the top 10 cryptocurrencies of just five years ago sheds light on...
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...
Here’s How Belarus Pressures Russia to Legalize Cryptocurrencies
7.10.2019
Relations between Belarus and Russia have always been quite complicated. The union the two close allies created has faced all kinds of challenges over its 20 plus years of existence. Now cryptocurrency is becoming a new apple of discord, as Minsk has taken a relatively friendly approach...
Why Progressive Web Apps Are The Future of Mobile Web
4.10.2019
Here’s one of the best essays I’ve ever read about why progressive web apps are important, how they work, and what impact they have on a business:
PWAs are powerful, effective, fast and app-like.
It’s hard to imagine a mobile web property that could not be significantly improved via...
Demonstrating Reusable React Components in a Form
2.10.2019
Components are the building blocks of React applications. It’s almost impossible to build a React application and not make use of components. It’s widespread to the point that some third-party packages provide you with components you can use to integrate functionality into your application.
These...
Enhancing The Clickable Area Size
1.10.2019
Here’s a great post by Ahmad Shadeed on making sure that clickable areas in our interfaces are, well, clickable. He writes about making sure that links, buttons and other elements meet accessibility standards for both touch and mouse, too.
I particularly like the section where Ahmad writes about...
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...
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...
Stand up
23.9.2019
CoinMarketCap Daily Newsletter Your daily newsletter for 23 September, 2019 Rise up “Our greatest glory is not in never falling, but in rising everytime we fall.” – Confucius Welcome back to another week of tantalizing crypto news, here at the CoinMarketCap's […]
The post Stand up appeared...
Bakkt Is Finally Launching Its Bitcoin Futures Today. Here’s What to Expect
23.9.2019
Bakkt is finally launching Monday. Here’s what to expect from bitcoin’s first regulated, physically settled, institutionally focused futures market
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...
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...
How Web Content Can Affect Power Usage
18.9.2019
Because we know that all people with battery-powered devices are constantly concerned about their battery levels, and that websites are significant consumers of that battery power, we should probably think about this stuff a lot more than we do.
I'd expect the browser itself to be our main ally...
A Comparison of Static Form Providers
18.9.2019
Let’s attempt to coin a term here: "Static Form Provider." You bring your HTML <form>, but don’t worry about the back-end processing that makes it work. There are a lot of these services out there!
Static Form Providers do all tasks like validating, storing, sending notifications,...
Two Browsers Walked Into a Scrollbar
18.9.2019
Surprise: scrollbars are complicated, especially cross-browser and cross-platform.
Sometimes they take up space and sometimes they don't. Sometimes that is affected by a setting and sometimes it isn't. Sometimes you can see them and sometimes you can't unless you're actually scrolling. Styling...