Search
Nejlepší fotomobil od Huawei se bude nabízet také v osekané verzi
28.3.2019
Premiéru si tento týden odbyl chytrý telefon Huawei 30 Pro, který se pyšní titulem nejlepší fotomobil na trhu. Ve stínu velkého bratra se ukázala také odlehčená verze, která bude lákat na kompaktnější rozměry a pochopitelně také nižší cenovku
All About mailto: Links
22.3.2019
You can make a garden variety anchor link (<a>) open up a new email. Let's take a little journey into this feature. It's pretty easy to use, but as with anything web, there are lots of things to consider.
The basic functionality
<a href="mailto:someone@yoursite.com">Email...
CryEngine 5.5 už také umí ray tracing, funguje přitom zcela plynule i na grafikách od AMD
21.3.2019
Asi největším posunem v oblasti počítačové grafiky za poslední rok je realistické nasvícení scény, které se jmenuje ray tracing. Jeho hlavním propagátorem je Nvidia, která na této technologii postavila celou svojí novou modelovou řadu karet GeForce RTX s architekturou Turing. Ovšem Crytek nyní
Starší herní grafiky končí také. Stejně jako 3D brýle
19.3.2019
Společně s brýlemi 3D Vision se chystá společnost Nvidia příští měsíc ukončit podporu také pro celou řadu starších grafických karet. Platí to především pro herní modely, které se objevovaly v minulých letech ve výkonných noteboocích. Upozornil na to server TechSpot
V Brně začíná veletrh Amper, čeká vás elektrotechnika, roboti a také přednášky našich redaktorů
18.3.2019
V úterý 19. března 20 začíná na brněnském výstavišti veletrh Amper 2019. Je to takový mix zaniklého Invexu a strojírenského veletrhu. Na Amperu se totiž v hojné míře setkávají elektrotechnické obory s výpočetní technikou. Letos bude mít proto na veletrhu svou stage i časopis Computer. Budou zde
Internet v MHD má také Ostrava. Je lepší než v Brně
18.3.2019
Po Brně zavedla internet v MHD také Ostrava. Cestující v největším slezském městě se navíc nemusí zaobírat při používání veřejné WiFi takovými hloupými omezeními, jako musí řešit lidé v moravské metropoli
Little Things That Tickled My Brain from An Event Apart Seattle
14.3.2019
I had so much fun at An Event Apart Seattle! There is something nice about sitting back and basking in the messages from a variety of such super smart people.
I didn't take comprehensive notes of each talk, but I did jot down little moments that flickered my brain. I'll post them here! Blogging...
7 things you should know when getting started with Serverless APIs
14.3.2019
I want you to take a second and think about Twitter, and think about it in terms of scale. Twitter has 326 million users. Collectively, we create ~6,000 tweets every second. Every minute, that’s 360,000 tweets created. That sums up to nearly 200 billion tweets a year. Now, what if the creators...
The Benefits of Structuring CSS Around Appearance and Layout
13.3.2019
I like this point that Jonathan Snook made on Twitter and I’ve been thinking about it non-stop because it describes something that’s really hard about writing CSS:
I feel like that tweet sounds either very shallow or very deep depending on how you look at it but in reality, I don't think...
Stackbit
12.3.2019
This is not a sponsored post. I requested a beta access for this site called Stackbit a while back, got my invite the other day, and thought it was a darn fine idea that's relevant to us web nerds — particularly those of us who spin up a lot of JAMstack sites.
I'm a big fan of the whole idea...
Refactoring Tunnels
6.3.2019
We’ve been writing a lot about refactoring CSS lately, from how to take a slow and methodical approach to getting some quick wins. As a result, I’ve been reading a ton about this topic and somehow stumbled upon this post by Harry Roberts about refactoring and how to mitigate the potential risks...
Learning to Learn
4.3.2019
There’s been a lot of talk recently about whether or not you need a degree to be in tech (spoiler: you don’t). But please don’t take this to mean you don’t need any kind of education to be in tech, because by not getting a degree, you’re opting to replace the imposed learning structure of...
CSS Remedy
4.3.2019
There is a 15-year history of CSS resets. In fact, a "reset" isn't really the right word. Tantek Çelik's take in 2004 was called "undohtml.css" and it wasn't until a few years later when Eric Meyer called his version a reset, that the word became the default term. When Normalize came around,...
I Spun up a Scalable WordPress Server Environment with Trellis, and You Can, Too
28.2.2019
A few years back, my fledgling website design agency was starting to take shape; however, we had one problem: managing clients' web servers and code deployments. We were unable to build a streamlined process of provisioning servers and maintaining operating system security patches. We had...
Sonda InSight začne bušit do Marsu. Každý den také oznamuje počasí
27.2.2019
Krtek přístroje HP3 začne pronikat pod povrch Marsu • Bude měřit tepelný tok marsovské půdy • Sonda InSight také měří teplotu, směr a tlak větru
Responsive Designs and CSS Custom Properties: Building a Flexible Grid System
26.2.2019
Last time, we looked at a few possible approaches for declaring and using CSS custom properties in responsive designs. In this article, we’ll take a closer look at CSS variables and how to use them in reusable components and modules. We will learn how to make our variables optional and set fallback...
[článek] Nový majitel má s Hrej.cz velké plány. Do her s miliony vstupují také Socialsharks
20.2.2019
[6 minut čtení] Dvě agentury chtějí více rozjet aktivity kolem herního byznysu. Grunex koupil od Xzone.cz web Hrej.cz a majitel Socialshark Petr Andrýsek do oblasti investuje miliony korun. Videoherní web Hrej.cz nedávno po dvou letech opět změnil majitele. Za částku, kterou ani jedna...
Social Cards as a Service
19.2.2019
I love the idea of programmatically generated images. That power is close at hand these days for us front-end developers, thanks to the concept of headless browsers. Take Puppeteer, the library for controlling headless Chrome. Generating images from URLs is their default use case:
const puppeteer...
Working with TypeScript in Visual Studio Code
19.2.2019
TypeScript and Visual Studio Code are two amazing products created by Microsoft, and - surprise surprise- they work amazing together! Let's take a look at how Visual Studio Code makes it a breeze t
How @supports Works
18.2.2019
CSS has a neat feature that allows us to test if the browser supports a particular property or property:value combination before applying a block of styles — like how a @media query matches when, say, the width of the browser window is narrower than some specified size and then the CSS within...