Search
Russia Blocks Cryptocurrency Websites Ahead of Regulation
30.8.2020
Russian authorities have blocked a number of websites related to cryptocurrency ahead of the country’s crypto regulation taking effect. A popular exchange aggregator website has already been blocked twice and has now received a third notice. Russia Determined to Block Crypto Sites...
Authorities block Russia’s top crypto exchange aggregator
27.8.2020
The website is still accessible through VPNs and mirrors
Korean Police Seize Crypto Exchange Coinbit Over Allegations of $84 Million in Wash Trades
27.8.2020
Police in South Korea on Wednesday raided and seized the offices of Coinbit, the country’s third largest crypto exchange, over allegations it faked 99% of its trading volume. According to a report from Seoul News, local police took control of Coinbit’s headquarters in Gangnam as well...
Where Does Logic Go on Jamstack Sites?
24.8.2020
Here’s something I had to get my head wrapped around when I started building Jamstack sites. There are these different stages your site goes through where you can put logic.
Let’s look at a special example so you can see what I mean. Say you’re making a website for a music venue. The most...
This vs. That
24.8.2020
Here’s a nice site from Phuoc Nguyen, who I’ve noted before has quite a knack for clever sites. This vs. That pits different related concepts against each other as a theme for an article. For example, CSS has display: none;, opacity: 0;, and visibility: hidden; and they all, on...
A CSS-only, animated, wrapping underline
21.8.2020
Nicky Meuleman, inspired by Cassie Evans, details how they built the anchor link hover on their sites. When a link is hovered, another color underline kinda slides in with a gap between the two. Typical text-decoration doesn’t help here, so multiple backgrounds are used instead,...
Why Developers should Design Niche Portfolio Sites for Themselves
20.8.2020
This post will show you how to design niche portfolio sites that instantly impress prospective clients and save you the trouble in trying to find and sell them yourself.
The post Why Developers should Design Niche Portfolio Sites for Themselves appeared first on Codrops
A Community-Driven Site with Eleventy: Preparing for Contributions
19.8.2020
I’ve recently found myself reaching for Eleventy (aka 11ty) above all other tools when I want to develop a website. It’s hard to beat a static site generator that provides advanced templating opportunities while otherwise getting out of your way and allowing you to just create.
One...
Cyprus SEC Blacklists 7 Investment and Crypto-Related Websites
11.8.2020
The Cyprus Securities and Exchange Commission blacklists another batch of allegedly illegal firms offering crypto and FX trading
Web Traffic on Global Crypto Exchanges Surged 13% in July
10.8.2020
Crypto analytics startup ICO Analytics reveals the fastest growing crypto exchanges and DeFi protocols in terms of web traffic
Coinbase Follows Huobi in Supporting .Crypto Domains-Based Payments
5.8.2020
Coinbase Wallet now allows to register and store “.crypto” domains, featuring payments through domain handles instead of cryptographic addresses
Spotting a Trend
31.7.2020
There are tons of smokin’ hot websites out there, with an equal or greater number of talented designers and developers who make them. The web is awesome like that and encourages that sort of creativity.
Even so, it amazes me that certain traits find their way into things. I mean, it makes...
Using Trello as a Super Simple CMS
27.7.2020
Sometimes our sites need a little sprinkling of content management. Not always. Not a lot. But a bit. The CMS market is thriving with affordable, approachable products, so we’re not short of options. Thankfully, it is a very different world to the one that used to force companies to splash out...
Swipe Visa Card Adds Crypto Travel Booking Site’s AVA Token
24.7.2020
Travala.com’s native token AVA will now be added to the Swipe wallet service and Visa card platform — making it spendable at 60 million merchants worldwide
Winklevoss’ Gemini to Offer Custody of .Crypto Blockchain Domains
23.7.2020
Users can now store Unstoppable Domains’ .crypto addresses with Gemini Custody
Verisign Wins US Patent for Blockchain Powered Domain Names
22.7.2020
Verisign, a publicly traded company providing domain name registry services, has been granted a blockchain-based patent
Creating a Gatsby Site with WordPress Data
20.7.2020
In my previous article last week, I mentioned creating a partially ported WordPress-Gatsby site. This article is a continuation with a step-by-step walkthrough under the hood.
Gatsby, a React-based framework for static sites, is attracting attention not only from JavaScript developers but also from...
Netlify Does Cache Invalidation For You
15.7.2020
This is one of my favorite Netlify features. Say you’re working on a site and you change as asset like a CSS, JavaScript, or image file. Ya know, like do our job. On Netlify, you don’t have to think about how that’s going to play out with deployment, browsers, and cache. Netlify...
Frontity is React for WordPress
9.7.2020
Some developers just prefer working in React. I don’t blame them really, because I like React too. Maybe that’s what they learned first. I’ve been using it long enough there is just some comfort to it. But mostly it is the strong component model that I like. There is just...
A little bit of plain Javascript can do a lot
8.7.2020
Julia Evans:
I decided to implement almost all of the UI by just adding & removing CSS classes, and using CSS transitions if I want to animate a transition.
An awful lot of the JavaScript on sites (that aren’t otherwise entirely constructed from JavaScript) is click the thing...