Search

Nalezeno "console": 393

Herní konzole od KFC je skutečná. Umí i ohřát jídlo


Fastfoodový řetězec to už poněkolikáté zkouší s virální reklamou, a i tentokrát se mu daří strhnout pozornost. Chystá se totiž nabízet podivnou herní konzoli s přihrádkou na ohřev jídla. V praxi je to v podstatě jen na míru vyrobený herní počítač

SNK Is Making A New Game Console, It Seems


At one time, SNK made what was considered the Roll Royce of video game consoles. As a kid, I remember thinking that the Neo-Geo was the most amazing game hardware I had ever seen. And now earlier today, the company announced that it making a new game machine.Read more

Four Generations Of Xbox Console Can Play The Same Game Together


When we think of backwards compatibility we tend to only think of a game from an older system running on its replacement. But as this video shows, in the right circumstances, a console released in 2001 can play the same game at the same time as one released in 2020, as well as the two consoles...

GameStop's Last-Minute Console Rush Puts Workers At Risk


A new allocation of PlayStation 5 and Xbox Series X / S bundles brought crowds of hopeful customers to physical GameStop locations over the weekend, according to a report by Bloomberg and corroboration by a Kotaku source. Staffing shortages and the threat of the ongoing covid-19 pandemic in...

Amplify, Amplified


First, quickly: AWS Amplify has a new Admin UI. Amplify always had a CLI that helps you build projects by setting up stuff like auth, storage, and APIs. That’s super useful, but now, you can do those things with the new Admin UI. And more, like model your data (!!), right from a local...

console.log({ myVariable });


I think this might be my most popular tweet of all time, but I’m not sure how to verify that these days. I’ll restate this neat little trick here because blogging is cool and fun. I used to do this a lot while debugging JavaScript: console.log("myVariable: ", myVariable); But now I...

Netlify Edge Handlers


Some very cool news from Netlify: Edge Handlers are in Early Access (request it here). I think these couple of lines of code do a great job in explaining what an Edge Handler is: export function onRequest(event) { console.log(`Incoming request for ${event.request.url}`); ...

Practical Use Cases for JavaScript’s closest() Method


Have you ever had the problem of finding the parent of a DOM node in JavaScript, but aren’t sure how many levels you have to traverse up to get to it? Let’s look at this HTML for instance: <div data-id="123"<buttonClick me</button</div That’s pretty straightforward, right? Say...

Offscreen Text for Copy & Paste


The relationship between HTML and CSS is special: mixing content via HTML with presentation from CSS to make an awesome presentation. Sometimes, however, you need to employ CSS tricks solely to enhance functionality. This could be one of those cases. When browsing through the Firefox DevTools...

A Guide to Console Commands


The developer’s debugging console has been available in one form or another in web browsers for many years. Starting out as a means for errors to be reported to the developer, its capabilities have increased in many ways; such as automatically logging information like network requests, network...

Listen to your web pages


A clever idea from Tom Hicks combining MutationObserver (which can "observe" changes to elements like when their attributes, text, or children change) and the Web Audio API for creating sounds. Plop this code into the console on a page where you'd like to listen to essentially any DOM change...

Override window.alert


For years the only bit of feedback web developers could get was via alert("{str}") calls. These days we have the web console but, in rare cases, we don’t have a console and alert calls are our only window into a value at a given time. One problem: if an alert sneaks into production code, your...

How many CSS properties are there?


Tomasz Łakomy posted a joke tweet about naming all the CSS attributes and Tejas Kumar replied with a joke answer, going as far as making an npm module. You can even run a terminal command to see them: npx get-all-css-properties You'll get 259 of them. The source code uses the website quackit.com...

Collective #565


Next-generation web styling * Sketch 60 * The 2019 Web Almanac * Markup from hell * Video Game Console Logos Collective #565 was written by Pedro Botelho and published on Codrops

Nahoru
Tento web používá k poskytování služeb a analýze návštěvnosti soubory cookie. Používáním tohoto webu s tímto souhlasíte. Další informace