Search
PR: My BitIRA Launches to Empower US Consumers With 24/7 Cryptocurrency Retirement Account Access
10.7.2019
BitIRA — pioneer of the first insured cold storage solution for cryptocurrency retirement accounts — has launched its newest tool, the “My BitIRA”[https://my.bitira.com] investing platform. My BitIRA maximizes the transparency and control individuals in the U.S. have over their cryptocurrency...
Graphical User Interfaces for Git
3.7.2019
Git is command-line-driven software, but that doesn't mean you have to use the command line to make it work. There are lots of options! Some of the deepest programmer nerds I know prefer to use GUIs for Git (Graphic
User Interface, or you know, software you can see things and click stuff), and some...
Bitcoin’s (BTC) Rise Could Damage The Control Of The United States Over World Currency Reserves
28.6.2019
The world prior to pre and post World War II has been quite contrasting, especially in terms of global leadership. For almost two centuries, the Europeans dominated world politics, but the end of the second Great War marked the rise of the United States of America, who continues its dominance...
FATF to Strengthen Control Over Crypto Exchanges to Prevent Money Laundering
21.6.2019
At the plenary session today, the FATF focused on greater regulation of cryptocurrency to stop its usage in money laundering
PR: Sparrow Makes Trading Options Simple and Secure
10.6.2019
Sparrow, the Singapore-based options trading platform has launched its revolutionary platform which empowers institutions and individuals to trade options that are settled by smart contract. Sparrow offers a simple and secure way for traders to control risk in the volatile digital asset market...
Facebook To Launch Its Cryptocurrency This Month, Expected To Shift Control To Outside Backers
6.6.2019
Behemoth social networking platform Facebook will be reportedly launching its digital currency later this month. The company will give employees working on the project to take the digital coin as their salary. The token will work as a borderless currency and will be heavily promoted in developing...
Craig Wright’s Close Aide Calvin Ayre Claims To Control The Biggest Bitcoin Mining Company
2.6.2019
Bitcoin SV and those associated with are, may or may not for the right reasons, breaking the internet. Though BSV spearhead Craig Wright is busy proving each and everyone that he is Satoshi Nakamoto, he doesn’t fail to lash out his critics, most notably, Changpeng Zhao of Binance. However, when...
A Practical Use Case for Vue Render Functions: Building a Design System Typography Grid
30.5.2019
This post covers how I built a typography grid for a design system using Vue render functions. Here’s the demo and the code. I used render functions because they allow you to create HTML with a greater level of control than regular Vue templates, yet surprisingly I couldn’t find very much when...
Decentralized Identity: How Microsoft (and Others) Plan to Empower Users to Own and Control Personal Data
19.5.2019
Microsoft wants you to take control of your personal data with its new blockchain project called the decentralized identity (DID) network, built on the bitcoin network
Google Fonts Now Supports font-display!
16.5.2019
font-display is a CSS feature that allows us to control how we load fonts.
Google Fon
Corvid by Wix: Accelerated Development of Web Applications
25.4.2019
(This is a sponsored post.)
It's been interesting to watch Wix evolve from a website builder into a full-fledged platform for developing web applications. It's still just as easy for anyone to spin up a website with the visual builder that's always been there, but Wix Code was introduced a little...
The Power of Named Transitions in Vue
16.4.2019
Vue offers several ways to control how an element or component visually appears when inserted into the DOM. Examples can be fading in, sliding in, or other visual effects. Almost all of this functionality is based around a single component: the transition component.
A simple example of this is with...
A Couple of New Wufoo Tips
4.4.2019
(This is a sponsored post.)
High fives to Wufoo, our long-time sponsor here on CSS-Tricks. It's powered the vast majority of forms I've built over the past decade. If you've never used it or heard of it: it's a form builder. It makes the arduous task of implementing forms trivially easy. Building...
Set Branch Alias with Git
28.3.2019
Version control systems can be difficult to use, especially when you don’t use a UI app. Just think about main branch or revision names: svn uses “trunk”, git uses “master”, and mercurial (hg) uses “tip”. I need to switch between mercurial and...
DeFi: Seamless Payments with Totle
27.3.2019
Decentralized finance (DeFi): The industry of financial services built on the blockchain for the purpose of removing consumers’ dependency on the banking system, enhancing financial security, and expanding consumers’ financial capabilities. DeFi services offer users complete control over their...
The Biggest Barrier to Building in DeFi
25.3.2019
DeFi services have the potential to make managing finances easier than ever before: We’ve entered the era of programmable financial instruments. DeFi promises us complete control over our funds, stronger security infrastructure, seamless payment functionality, and investment options previously only...
Using <details> for Menus and Dialogs is an Interesting Idea
21.3.2019
One of the most empowering things you can learn as a new front-end developer who is starting to learn JavaScript is to change classes. If you can change classes, you can use your CSS skills to control a lot on a page. Toggle a class to one thing, style it this way, toggle to another class...
Technical Debt is Like Tetris
21.3.2019
Here’s a wonderful post by Eric Higgins all about refactoring and technical debt. He compares giant refactoring projects to being similar to Tetris:
Similar to running a business, Tetris gets harder the longer you play. Pieces move faster and it becomes harder to keep up.
Similar to running...
Smooth Scrolling for Screencasts
13.3.2019
Let's say you wanted to scroll a web page from top to bottom programmatically. For example, you're recording a screencast and want a nice full-page scroll. You probably can't scroll it yourself because it'll be all uneven and jerky. Native JavaScript can do smooth scrolling. Here's a tiny snippet...
Collective #498
11.3.2019
QuickChart.io * CSSeffectsSnippets * Stairway * iro.js * ArchiveBox * Cache-Control for Civilians * Handtrack.js
Collective #498 was written by Pedro Botelho and published on Codrops