Search
Vyzkoušejte Mapy.cz na palubním počítači. Stačí auto s podporou Apple CarPlay
9.9.2019
Pokud máte vůz s palubním počítačem, který nabízí propojení s iPhonem skrze systém Apple CarPlay, nově můžete na obrazovce automobilu testovat české Mapy.cz. Seznam se pochlubil, že konečně dostal zelenou a zve tuzemské řidiče k testování.
V souvislosti s CarPlay se pochopitelně objevily dotazy
Stop Installing Packages Globally
9.9.2019
These days, most front-end projects are going to involve NPM packages of some kind. Occasionally, when browsing documentation for these packages, I’ll see a recommendation to install a package like this. yarn global add <package> Or like this. npm install --global <package> In both...
You Can Buy a Dream Car With Bitcoin Cash at Autocoincars.com
8.9.2019
Buying a new car is always a thrill. Purchasing a luxury vehicle, a roadster or a classic even more so. But such an enjoyable acquisition is usually accompanied by time consuming formalities. When all you want is to sit behind the wheel as soon as possible, these additional steps can be a nuisance...
Gigantická vosí hnízda: Mohou být velká jako auto a pojmout až desetitisíce vos
5.9.2019
Gigantická vosí hnízda: Mohou být velká jako auto a pojmout až desetitisíce vos
Multiline truncated text with “show more” button
4.9.2019
Now that we've got cross-browser support for the line-clamp property, I expect we'll see a lot more of that around the web. And as we start to see it more in use, it’s worth the reminder that: Truncation is not a content strategy.
We should at least offer a way to read that that truncated content...
Jak si Volkswagen před 30 lety představoval auto dneška? Koncept Futura ledacos trefil
1.9.2019
S blížícím se koncem milénia připravovaly automobilky futuristické koncepty, které měly být údajnou předzvěstí toho, co do automobilového průmyslu přinese tisíciletí nové. Jedním takovým byl i koncept Futura od Volkswagenu. Jak působí po 30 letech od premiéry?
Volkswagen Futura byl představen v
Reverse Lookups with JavaScript
28.8.2019
I’ve always loved exploring regular expressions because they’re one of those skills that’s never taught in school — you need to pick them up on the fly, messing up and fixing them along the way. Regex’s are incredibly powerful, and one power they have are referred...
How to Build Firefox
27.8.2019
Open source is a dream and a gateway to an amazing career — I’m a testament to that. One of the most amazing open source projects to ever exist, Mozilla Firefox, is a project I’m proud to work on as an employee of Mozilla. It’s rewarding, challenging, and a unique...
45 Web Tools To Master The Internet (Sponsored)
26.8.2019
A big part of our daily jobs is accomplished with much ease and efficiency by using different web tools and services. There is no doubt that for any type of need there is a great solution that is doing its job. In this article, we are reviewed on short 45 web tools and services that […]
The...
Popular Web Tools and Services Among Designers & Developers (Sponsored)
26.8.2019
Today we will present you the most popular 30 web tools and services among designers and developers. We handpicked solutions that are offering the best functionalities, support, and pricing on the market. You will find probably the best logo design creating software, the very well-known Hotjar...
Promises and Static Values
23.8.2019
Async can throw a real wrench into the cogs of our programming workflows, all despite the fact that async is the modern JavaScript pattern. While async/await helps, there’s sometimes confusion about the way to have a single function that returns a value whether it exists or needs a Promise...
Navbar Nudging on @keyframers
22.8.2019
I got to be the featured guest over on The Keyframers the other day. We looked at a Dribbble shot by Björgvin Pétur Sigurjónsson and then slowly built it, taking some purposeful detours along the way to discuss various tech.
We start by considering doing it entirely in CSS, then go for some light...
Mercurial Tips
19.8.2019
While most of the world seems to be using git for version control, Mozilla continues to use Mercurial (hg) to manage the Firefox source code. As a git and GitHub lover, it took me a while to get used to Mercurial. I don’t consider myself a hg expert but I know enough to complete...
Data URIs
18.8.2019
We’re all familiar with traditional URI protocols like https, http, ftp, and file, but data URIs have become a large part of our online strategy. We can use them to display images, the Mac camera and webcams, and more. But what if we simply want to use a data URI to convey basic data? Typing...
Sony XAV-AX8000 promění jakékoli auto v Teslu s obrovskou dotykovou obrazovkou
13.8.2019
Máte starší automobil, který sám o sobě nenabízí podporu nějakého pokročilejšího propojení s telefonem? Pak by vás mohla zaujmout následující novinka, která „udělá z vašeho auta Teslu“. Řeč je o nové verzi přijímače Sony XAV-AX8000, který ke svému fungování vyžaduje jen jednu pozici DIN pro
How to Crop Videos
9.8.2019
During a recent episode of the Script and Style podcast, I had noticed that the video recording had showed a bit of our internal chat that wasn’t necessary for our viewers to see. While there’s nothing wrong with giving viewers a peek into the show preparation, presenting the best...
then on Objects
5.8.2019
Promises were a revelation in JavaScript development, allowing us to enjoy async processing and avoid callback hell. Many new APIs like Battery API, Cache API, and others use the promise API. One fact you may not know is that you can add a then method to any object to make it Promise-like!...
Tesla získá aplikace YouTube a Netflixu. Přehrávat videa ale půjde, jen když bude auto stát
1.8.2019
Tesla chystá aktualizaci systémů pro své elektromobily a vedle vylepšení autopilota se uživatelé dočkají i rozšířených možností zábavy. Na palubním displeji přehrají videoobsah z Netflixu a YouTube, jenže ani vylepšený autopilot neumožní, aby se na filmy dalo dívat během jízdy.
Videoobsah se
Intrinsically Responsive CSS Grid with minmax() and min()
31.7.2019
The most famous line of code to have come out of CSS grid so far is:
grid-template-columns: repeat(auto-fill, minmax(10rem, 1fr));
Without any media queries, that will set up a grid container that has a flexible number of columns. The columns will stretch a little, until there is enough room...
CSS prefers-reduced-motion Media Query
30.7.2019
When I started in the web development industry, media queries were limited — screen and print were the two media queries I was most often using. More than a decade later, media queries have advanced to various screen units, feature checking, and even color scheme preference. I’ve been...