Search
Audi v Ženevě ukáže Q4 E-Tron. Plně elektrické auto, menší a levnější
16.2.2019
Německá automobilka Audi hodlá do roku 2025 uvést přinejmenším dvanáct plně elektrických vozů. Nyní odhalila nákresy, na kterých ukazuje koncept kompaktního SUV Q4 E-Tron, který hodlá představit na začátku března v rámci veletrhu Geneva Motor Show 2019.
Přední část vozu odpovídá designovému
Script & Style Show on iTunes!
11.2.2019
Last year Todd Gardner of TrackJS and I debuted our YouTube web show (podcast): The Script & Style Show. It was an amazing first year of guests, including Chris Coyier, Kyle Simpson, Jason Laster, Max Lynch, Dylan Schiemann, and more! And the show will only get better! I’m happy...
Nejlepší firma podle studentů VŠ? Škoda Auto, Seznam.cz nebo třeba T-Mobile
6.2.2019
Přes 11 500 studentů vysokých škol se loni na podzim zapojilo do ankety TOP Zaměstnavatelé 2019 a nyní se organizátoři pochlubili výsledky. Absolutním vítězem s nejvíce získanými body se stala společnost Škoda Auto.
Nás však nejvíce zajímala kategorie informačních technologií, kde uspěl
CSS :placeholder-shown
4.2.2019
One of the first plugins that would hit a new framework in the early days of JavaScript frameworks was a placeholder plugin, which is why we were so excited when HTML5 brought us the placeholder attribute. Then CSS lovers like me were thrilled when the CSS spec allowed us to style placeholders....
Robot Stan vyhledá místo a zaparkuje auto na velkém parkovišti
2.2.2019
Když přiletíte z dovolené nebo služební cesty, patrně poslední, na co máte náladu, je hledání auta na obrovském parkovišti. Stejně tak před odletem nepřidá na klidu dlouhé hledání volného parkovacího místa. Pomoci s tímto úkolem má robot Stan, který kompletně obstará proceduru zaparkování i
Set Desktop Wallpaper from Command Line on Mac
31.1.2019
Whenever I need to accomplish a basic task that typically calls for interacting with a UI, I challenge myself to complete the task from command line. After all, most UIs are simply a mask over basic commands, especially when it comes to the operating system. Suddenly I feel like an automation...
Mac Dark Mode from Command Line
30.1.2019
One of the best professional decisions I ever made was switching to a dark text editor theme. I suffered from horrible headaches for years, partially caused by late night coding sessions with blindingly bright computer screens. Recently Apple implemented a dark OS theme which helps my eyes,...
Slide an Image to Reveal Text with CSS Animations
29.1.2019
I want to take a closer look at the CSS animation property and walk through an effect that I used on my own portfolio website: making text appear from behind a moving object. Here’s an isolated example if you’d like to see the final product.
Here’s what we're going to work with:
See the...
How to Change Animated GIF Speed
29.1.2019
Comedians would tell you that timing is the most important part of any joke. The same could be said about animated GIFs; whether they’re used as a meme or to illustrate a process, the speed of an animated GIF can effect its effectiveness. With that idea in mind, I set about trying to figure...
prefers-color-scheme: CSS Media Query
28.1.2019
One device and app feature I’ve come to appreciate is the ability to change between light and dark modes. If you’ve ever done late night coding or reading, you know how amazing a dark theme can be for preventing eye strain and the headaches that result. macOS recently implemented...
Čistý Android už nebude ani v autech, Volvo ukázalo svou předělanou verzi Android Auto
27.1.2019
Volvo se svou značkou Polestar, zaměřující se na auta s elektrický pohonem, ukazuje, jak bude vypadat jejich provedení systému Android Auto. A oproti základnímu systému od Googlu má zcela přepracované rozhraní a kupu funkcí navíc.
Polestar se tak stane první značkou, která upravenou nativní
Další povinnost z EU. Auta musí přijímat i digitální rozhlas
24.1.2019
Poslech digitálně šířeného rozhlasu DAB je pro většinu Čechů vymoženost, kterou ze svých automobilů většinou neznají. Pokud už poslouchají rádio, vystačí si s analogovým FM vysíláním. Evropská komise ovšem prosadila návrh, podle kterého musí mít všechna nově prodávaná auta možnost přijímat...
Elektrický Jaguar nabízí famózní svezení, slabinou je domácí nabíjení
23.1.2019
První elektrický jaguar překvapivě není sportovní sedan, ale luxusní SUV. Výrobce se tak pustil do vod, kde zatím zcela kralovala Tesla se svým modelem X. Po několika stech kilometrů za volantem můžeme říci, že se prvotina náramně povedla
React indeterminate
22.1.2019
I’ve fallen in love with React.js and JSX over the years; state-based rendering and a logical workflow have made me see the light of this modern framework. That doesn’t mean I don’t sometimes get a bit frustrated that the “simple” things seem harder than they should...
2019 CSS Wishlist
17.1.2019
What do you wish CSS could do natively that it can't do now? First, let's review the last time we did this in 2013.
❌ "I'd like to be able to select an element based on if it contains another particular selector"
❌ "I'd like to be able to select an element based on the content...
Amazing User Agent API with userstack
17.1.2019
We do our best to design and code websites so that they look and perform the way they should regardless of device or browser, but the truth is we sometimes we need to code for specific device, browser, or crawler. Whether it’s a quick hack or a simply wanting to display different content...
JavaScript Labels
15.1.2019
No matter how long you’ve been a JavaScript developer, there will always be language features that you didn’t know about until you saw them in a fringe piece of code. Your reaction generally is a bit like: One of those features I see developers quizically trying to figure out...
LIDAR mi zničil foťák, říká návštěvník CESu, který si vyfotil autonomní auto. Není to kupodivu úplný nesmysl
14.1.2019
Firma AEye vystavovala na CESu LIDAR pro autonomní vozy • Návštěvníkovi, který si auto vyfotil, poškodil laser snímač foťáku • Je problém v LIDARu AEye, v laseru, nebo jinde?
Colorized Brackets for IDE
13.1.2019
Coders treat their text editors and IDE’s like fragile beings, and for good reason: we spend a ton of time in them and having our tweaks and extensions can make us incredibly productive for our personal workflows. I always love hearing about what extensions and workflows other developers...
Git Checkout at Previous Timeframe
9.1.2019
In the past I’ve blogged about checking out branches created on a specific date as well as sorting git branches by date, but one frequent usage of git and dates is checking out a commit at a given time in the past. For example, I often say “Weird, this feature was working a month...