Search
Comparing Methods for Appending and Inserting With JavaScript
24.9.2021
Let’s say we want to add something to a webpage after the initial load. JavaScript gives us a variety of tools. Perhaps you’ve used some of them, like append, appendChild, insertAdjacentHTML, or innerHTML.
The difficult thing …
The post Comparing Methods for Appending...
Our Learning Partner: Frontend Masters
24.9.2021
Frontend Masters has been our learning partner for a couple of years now. I love it. If you need structured learning to up your web development skills, Frontend Masters is the place. It works so well because we don’t offer …
The post Our Learning Partner: Frontend Masters appeared...
You Can't Make Me Use The N64 Controller Again, Nintendo
24.9.2021
One of Nintendo’s cuter little announcements during the latest Direct was that, with N64 games coming soon to the system, the company will also start selling recreations of the console’s controller for you to play them on.Read more
What is Your Page Title on a Google Search Engine Results Page?
23.9.2021
Whatever Google wants it to be. I always thought it was exactly what your <title> element was. Perhaps in lieu of that, what the first <h1> on the page is. But recently I noticed some pages on this site that …
The post What is Your Page Title on a Google Search Engine Results...
Before You Start: Tips For Playing Deathloop
23.9.2021
Arkane Studio’s latest game is its biggest yet, with esoteric puzzles, cutthroat combat, and an entire loot system all wrapped around a repeating time loop. If Deathloop seems overwhelming at first, that’s because it is.Read more
You're Not The Only Pokémon Unite Player Unable To Nab Festival Pikachu Right Now
23.9.2021
It’s been a big week for Pokémon Unite. The fast-paced MOBA not only got an update that makes its notorious pay to win mechanics obsolete, but TiMi Studio Group also released the game on mobile. The developers encouraged people to preregister and download the mobile version by promising goodies...
Working With GraphQL Caching
23.9.2021
If you’ve recently started working with GraphQL, or reviewed its pros and cons, you’ve no doubt heard things like “GraphQL doesn’t support caching” or “GraphQL doesn’t care about caching.” And for most, that is a big deal.
The official …
The post Working With GraphQL Caching appeared first...
Learn How to Build True Edge Apps With Cloudflare Workers and Fauna
23.9.2021
(This is a sponsored post.)
There is a lot of buzz around apps running on the edge instead of on a centralized server in web development. Running your app on the edge allows your code to be closer to …
The post Learn How to Build True Edge Apps With Cloudflare Workers and Fauna appeared...
Mad Money Jim Cramer ‘Begs’ Crypto Investors to Take Profits — Says ‘I Don’t Want You to Lose Money’
23.9.2021
The host of Mad Money, Jim Cramer, is begging crypto investors to take profits on any crypto gains in their portfolios. “I’m begging you to. Don’t let it become a loss,” he said, emphasizing, “I don’t want you to lose money.” Mad Money’s...
Container Units Should Be Pretty Handy
23.9.2021
Container queries are going to solve this long-standing issue in web design where we want to make design choices based on the size of an element (the container) rather than the size of the entire page. So, if a container …
The post Container Units Should Be Pretty Handy appeared first...
AMC Theatres Explores Accepting Dogecoin: CEO Fascinated by DOGE Poll Results
23.9.2021
AMC Theatres chain is exploring how to accept dogecoin alongside four other cryptocurrencies. AMC’s CEO conducted a poll on Twitter and was overwhelmed by the results and enthusiasm of the dogecoin community. “It’s clear that you think AMC should accept dogecoin. Now we need...
Twitter’s div Soup and Uglyfied CSS, Explained
22.9.2021
When I came up in web development (2005-2010 were formative years for me), one of the first lessons I learned was to have a clean foundation of HTML. “What Beautiful HTML Code Looks Like” is actually one of the most …
The post Twitter’s div Soup and Uglyfied CSS, Explained...
How to Implement Logging in a Node.js Application With Pino-logger
22.9.2021
Logging, on its own, is a key aspect of any application. Logging helps developers comprehend what it is that their code is doing. It also helps save developers hours of debugging work. This tutorial is about implementing logging in a …
The post How to Implement Logging in a Node.js...
Mars4 Explodes on MISO Launchpad
22.9.2021
Mars4 – centered ecosystem where you can explore a virtual Mars Metaverse, own and customize your land property with MARS4 dollars and even reap the rewards of the world’s first revenue-generating NFT! Attractive tokenomics of Mars4 leverages NFT Mars Land, Gamification and Token...
Proposal for CSS @when
22.9.2021
CSS is on a tear lately. Again, I’ve heard of a brand new thing I’ve never seen before, and again it’s via Miriam: CSS Conditionals.
???? CSSWG just resolved to adopt @tabatkins when/else proposal into the next level of CSS
…
The post Proposal for CSS @when appeared...
Cascade Layers?
21.9.2021
There is a new thing coming in CSS: @layer. As with all new things, it takes time to really wrap your head around it. And despite me tapping at my keyboard about it, full disclosure, I’m not sure my …
The post Cascade Layers? appeared first on CSS-Tricks. You can support CSS-Tricks...
The Latest Stuff Coming To Halo Infinite You Should Know About
21.9.2021
Earlier this summer, developer 343 Industries hosted what was basically a beta for Halo Infinite, the story of one man’s quest to fall in love with a computer. It was bonkers. This week, over on Halo Waypoint, 343 detailed what’s in store for Infinite’s second beta (and, to a lesser degree,...
7 Practical Uses for the ::before and ::after Pseudo-Elements in CSS
21.9.2021
CSS ::before and ::after pseudo-elements allow you to insert “content” before and after any non-replaced element (e.g. they work on a <div> but not an <input>). This effectively allows you to show something on a web page that might …
The post 7 Practical Uses...
An Event Apart Full Summit! (Use Coupon AEACSST21)
21.9.2021
(This is a sponsored post.)
The web’s premier conference is online this fall, October 11–13, 2021: An Event Apart Full Summit. If you already know how good of a conference this is (i.e. that some of the web’s biggest …
The post An Event Apart Full Summit! (Use Coupon AEACSST21)...
Video optimization for the web simplified with ImageKit
21.9.2021
Learn how you can resize and optimize video assets using ImageKit's URL-based video APIs.
The post Video optimization for the web simplified with ImageKit appeared first on Codrops