Search
The 10 Best Deals of January 18, 2021
18.1.2021
Monday’s Best Deals | Kinja DealsRead more
PC Players Will Have To Buy Hitman 2 All Over Again To Unlock Its Levels In Hitman 3
15.1.2021
IO Interactive outlined how levels and progress will be carried over to Hitman 3 from the previous games in a complicated FAQ over on its website today, and it’s a mess for players on PC seemingly thanks to Epic Games Store and Steam not playing nice with each other.Read more
Stealthily Save $6 When You Pre-Order Hitman 3 on Xbox
15.1.2021
Hitman 3 (Xbox Digital) | $54 | Newegg | Use code EMCEHHW35 Read more
Proper Tabbing to Interactive Elements in Firefox on macOS
15.1.2021
I just had to debug an issue with focusable elements in Firefox. Someone reported to me that when tabbing to a certain element within a CodePen embed, it shot the scroll position to the top of the page (WTF?!). So, …
The post Proper Tabbing to Interactive Elements in Firefox on macOS...
[aktualita] Bohemia Interactive se v covidu dařilo, loni utržila 1,6 miliardy korun
13.1.2021
Čeští herní vývojáři Bohemia Interactive měli loni další silný rok. Firma oznámila, že utržila přes 1,6 miliardy korun. Nejde o údaje z účetní závěrky, ty budou k dispozici až později. Bohemka neuvedla ani zisk. Pro srovnání: rok předtím tržby činily 996,99 milionu korun se ziskem 425 milionů....
Hitman 3 Trailer Shows Off The Trilogy In Irresistibly Goofy VR
7.1.2021
The Hitman series does a great job walking a fine line between very serious murder heisting and utterly ridiculous physics simulator. This juxtaposition is on perfectly display in the new Hitman 3 trailer showing off the game’s VR mode. Read more
PSA: Cities: Skylines Is Currently Free On The Epic Games Store
17.12.2020
The Epic Games Store is giving away the terrific building sim Cities: Skylines for free today, the first in a series of holiday giveaways going on throughout the rest of the December. According to a press release, Epic’s holiday event will give away 15 games in all, rotating a new one in daily from...
[aktualita] Herní Bohemia Interactive loni utržila miliardu se ziskem 420 milionů
28.11.2020
Tradiční české videoherní studio Bohemia Interactive mělo loni silný rok. Tržby společnosti činily bezmála miliardu, konkrétně dosáhly na 996,99 milionu korun. Zisk po zdanění činil 425,1 milionu korun. U Bohemky se v roce 2019 projevil cyklus, který bývá ve videoherní branži běžný. Podařilo...
A Complete State Machine Made With HTML Checkboxes and CSS
27.11.2020
State machines are typically expressed on the web in JavaScript and often through the popular XState library. But the concept of a state machine is adaptable to just about any language, including, amazingly, HTML and CSS. In this article, we’re going to do exactly that. I recently built a website...
Using Your Own Design System with KendoReact Components
30.10.2020
Maybe you’ve already heard of (or even worked with!) KendoReact. It’s popped up in some of my day-to-day conversations, especially those about working with design systems and React. You could think of it as a component library like Bootstrap or Material Design, except the components...
Awesome interactive NFT artwork shows effects of sponsoring kids
28.10.2020
Anyone who holds a copy of the NFT will see it change as the Bitcoin donations come in
Focus management and inert
19.10.2020
Many forms of assistive technology use keyboard navigation to understand and take action on screen content. One way of navigating is via the Tab key. You may already be familiar with this way of navigating if you use it to quickly jump from input to input on a form without having to reach for your...
The :focus-visible Trick
16.10.2020
Always worth repeating: all interactive elements should have a focus style. That way, a keyboard user can tell when they have moved focus to that element.
But if you use :focus alone for this, it has a side effect that a lot of people don’t like. It means that when you click (with a mouse)...
Layoutit Grid: Learning CSS Grid Visually With a Generator
15.10.2020
Layoutit Grid is an interactive open source CSS Grid generator. It lets you draw your designs and see the code as you go. You can interact with the code, add or remove track lines and drag them around to change the sizing — and you get to see the CSS and HTML change in real time!
Add some tracks...
Atari Announces IEO Collaboration and Listing of the Atari Token with Bitcoin.com Exchange
1.10.2020
Atari announces IEO collaboration on Bitcoin.com Exchange via its multi-asset trading platform. Public sale slated for November, details to be announced in the coming weeks. The Atari token will be listed on Bitcoin.com upon completion of the IEO. October 1st, 2020 – Atari, one of...
ztext.js
22.9.2020
Super cool project from Bennett Feely! It makes any web type into 3D lettering with a mouseover effect that moves the 3D objects in space. It’s reminiscent of Zdog, but for type. It works its magic by stacking a bunch of copies of the glyphs on top of each other that are offset by some...
Crypto Pro Portfolio Tracker Gets a Major Update
13.8.2020
Crypto Pro app has extended its Apple device support and is now available on Mac, iPhone, iPad, and Apple Watch. What is Crypto Pro? Crypto Pro tracks cryptocurrency prices in real-time and displays interactive charts with indicators. Users can also read the latest crypto news, set custom price...
Interactive Brokers to Pay $38M in Settlement Over AML Lapses
10.8.2020
Publicly traded brokerage firm Interactive Brokers has agreed to pay multi-million dollar penalties to the SEC, FINRA and CFTC for failure to flag suspicious transactions and lapses in AML compliance
CSS Vocabulary
27.7.2020
This is a neat interactive page by Ville V. Vanninen to reference the names of things in the CSS syntax. I feel like the easy ones to remember are “selector,” “property,” and “value,” but even as a person who writes about CSS a lot, I forget some of the others....
Learn Z-Index Using a Visualization Tool
12.6.2020
There are some neat interactive demos in here from Thiru Manikandan. There are a couple of very tricky things with z-index that never fail to confuse. In addition to things like requiring positioning and source order, the trickiest are the stacking contexts and parent/child relationships. z-index...