Search
5G Will Definitely Make the Web Slower, Maybe
16.9.2019
Scott Jehl has written this wonderful piece about how 5G is on the horizon and how it could cause problems for users. But first, he starts by talking about the overwhelming positive news about it:
[...] as it matures 5G is predicted to improve network speeds dramatically. Carriers are predicting...
caniemail.com
15.9.2019
As long as I can remember the main source for feature support in HTML email clients is Campaign Monitor's guide. Now there is a new player on the block: caniemail.com.
HTML email is often joked about in how you have to code for it in such an antiquated way (<table>s! really!) but that's...
Chainlink Price Takes a Steep Jump of 6% Today
14.9.2019
Chainlink (LINK) started the day with a deep dig yesterday. The traders of LINK are quite disappointed. Well, the time improved and the price is moving upwards. The day opened with the downtrend and the coin felt a pullback in the price. Chainlink couldn’t hold itself and slipped tremendously....
Where should “Subscribe to Podcast” link to?
14.9.2019
For a while, iTunes was the big dog in podcasting, so if you linked "Subscribe to Podcast" to like:
https://podcasts.apple.com/podcast/id493890455
...that would make sense. It's a web URL anyway, so it will work for anyone and has information about the podcast, as well as a list of recent shows...
Simplicity
12.9.2019
Earlier this week, Bastian Allgeier published some interesting thoughts about complexity in web development and how changing simple things can often feel far more difficult than they need to be:
You want to build a JS file? Please update Webpack first. Oh, that new version of Webpack is no longer...
Chainlink Welcomes the Integration of Newroad Capital as a Latest Independent Node
10.9.2019
Chainlink is an ecosystem that consists of secure blockchain middleware that connects smart contracts across blockchains. Newroad capital is a small company focusing on blockchain and cryptocurrency. Currently, after this integration, Newroad will concentrate at first on working a Chainlink hub....
Caniuse and MDN compatibility data collaboration
10.9.2019
Second only to "silly GIFs," I'd guess screenshots of caniuse are the most common slide graphic at web conferences. It's become the ultimate source for looking at web compatibility data in the hearts and minds of web developers.
Can I use CSS filter in Firefox? Yes. Can I use the filter() function?...
CSS Security Vulnerabilities
9.9.2019
Don't read that headline and get worried. I don't think CSS is a particularly dangerous security concern and, for the most part, I don't think you need to worry about it.
But every once in a while, articles tend to circulate and get some attention as to the possibilities of what CSS can do that...
Learn Design for Developers and SVG Animation with Sarah Drasner ✨????
5.9.2019
(This is a sponsored post.)
Hey, Marc here from Frontend Masters — excited to support CSS-Tricks ❤️!
Have you checked out Sarah Drasner's courses yet? She has two awesome courses on Design for Developers and SVG! Plus another introducing Vue.js!
Design for Developers
In...
Multiline truncated text with “show more” button
4.9.2019
Now that we've got cross-browser support for the line-clamp property, I expect we'll see a lot more of that around the web. And as we start to see it more in use, it’s worth the reminder that: Truncation is not a content strategy.
We should at least offer a way to read that that truncated content...
Firefox blocks third-party tracking cookies and cryptominers
4.9.2019
This is super interesting stuff from Mozilla: the most recent update of Firefox will now block cryptominers and third-party tracking scripts by default. In the press release they write:
For today’s release, Enhanced Tracking Protection will automatically be turned on by default for all users...
TP-Link Archer AX50: router s Wi-Fi 6, který je postaven na čipsetu od Intelu
3.9.2019
Počet zařízení s novým rychlým standardem 802.11ax neboli Wi-Fi 6 se nám pomalu rozrůstá. Mezi prvními dostupnějšími kousky by měl být nový router AX50 od společnosti TP-Link.
Dvoupásmový router TP-Link AX50 (AX3000) se pyšní novou gigabitovou Wi-Fi 6 (Gig+), přičemž maximální teoretická
Need to scroll to the top of the page?
2.9.2019
Perhaps the easiest way to offer that to the user is a link that targets an ID on the <html> element. So like...
<html id="top">
<body>
<!-- the entire document -->
<a href="#top">Jump to top of page</a>
...
Jeremy Keith – Building the Web
23.8.2019
I really enjoyed this interview with Jeremy Keith on the state of the web, how things have changed in recent years and why he’s a mix of optimistic and nervous for the future.
One thing that caught my attention during the interview more than anything was where Jeremy started discussing how folks...
Chainlink Price Analysis: Yesterday’s Surge Sets Down, May See Resistance at $2.22
23.8.2019
Chainlink has recently started an upward move to remain stably above $2.20 The coin has rebounded after tracing a dip near $2.18, may face resistance near $2.23 After yesterday’s surge above $2.29, Chainlink has traced a bearish trendline After yesterday’s price rise to $2.29, Chainlink is tracing...
Chainlink Price Analysis: With a Decline of More Than 8% Coin Stooped Toward $2 Support Level
22.8.2019
Chainlink recently listed out some key factors on which the team is working. These include more off-chain jobs with adapters/integrations, going live on additional blockchain environments, greater provable security through data & certification, and the last but not the least, stronger...
Chainlink Price Analysis: The Crypto Has Declined in Intraday Trading; Announced a New Oracle Node for Smart Contract
21.8.2019
Chainlink recently announced for a new Oracle Node where users can add real-time Ethereum data to Chainlink oracles. The feature will make accessing on-chain information easier and more flexible for smart contract developers. Current Statistics of Chainlink: On August 21, at UTC 05:43, Chainlink...
Using rel=”preconnect” to establish network connections early and increase performance
20.8.2019
Milica Mihajlija:
Adding rel=preconnect to a <link> informs the browser that your page intends to establish a connection to another domain, and that you'd like the process to start as soon as possible. Resources will load more quickly because the setup process has already been completed...
Chainlink Price Analysis: Chainlink Takes Giant Leaps to Establish Its Strong Ground in Crypto World
16.8.2019
Chainlink to be deployed by Morpheus Labs on its BPaaS platform Chainlink may record bullish trends in the next few days This is a good time to target Chainlink (LINK) token for long term investments. The firm is taking huge steps to invest in the development of this coin and the platform and...
Contextual Utility Classes for Color with Custom Properties
14.8.2019
In CSS, we have the ability to access currentColor which is tremendously useful. Sadly, we do not have access to anything like currentBackgroundColor, and the color-mod() function is still a ways away.
With that said, I am sure I am not alone when I say I'd like to style some links based on...