Search
Fixed Headers, On-Page Links, and Overlapping Content, Oh My!
3.4.2019
Let's take a basic on-page link:
<a href="#section-two">Section Two</a>
When clicked, the browser will scroll itself to the element with that ID: <section id="section-two"></section>. A browser feature as old as browsers themselves, just about.
But as soon as...
[aktualita] SK Telecom spustí první komerční 5G síť, oznámil už také ceny balíčků
3.4.2019
V pátek 5. dubna 2019 v Jížní Koreji ožije první světová 5G síť, která bude komerčně dostupná koncovým mobilním zákazníkům. Stojí za ní jihokorejský operátor SK Telecom, který oznámil, že v zemi rozmístil zatím 34 tisíc základnových stanic podporujících 5G. Pokrytí se v první fázi dočkají centra...
Vlastní cloudovou platformu nabídnou také Číňané
3.4.2019
Čínská internetová společnost Tencent spustila testy vlastní cloudové platformy se streamovanými hrami. Ta by měla umožnit lidem hrát nejnovější tituly i bez nutnosti vlastnit výkonné počítače či televizní konzole. Na podobný systém sází také Google či Microsoft
A historical look at lowercase defaultstatus
1.4.2019
Browsers, thank heavens, take backward compatibility seriously.
Ancient websites generally work just fine on modern browsers. There is a way higher chance that a website is broken because of problems with hosting, missing or altered assets, or server changes than there is with changes in...
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...