Search
Using the Web Speech API for Multilingual Translations
12.4.2019
Since the early days of science fiction, we have fantasized about machines that talk to us. Today it is commonplace. Even so, the technology for making websites talk is still pretty new.
We can make our pages on the web talk using the SpeechSynthesis part of the Web Speech API. This is still...
Firebase: Get Your Apps Off the Ground Blazing Fast
9.4.2019
Google has invested heavily to make Firebase a full-featured application platform for web. It's dirt cheap to use. It's reliable. It saves up to 50% of yo
AI-Based Video Preview from Cloudinary (Sponsored)
8.4.2019
The early days of video on the web weren’t great. We started with custom browser plugins and codecs, then moved to Flash, and eventually we found our way HTML <video>. Once we solved the technology problem, we started using more video for content and advertising. The next problem...
Frontend 3x jinak. Vývojáři z Livesportu zvou na další talk
8.4.2019
Co se dá dělat s blokováním rychlosti webu? Jak optimalizovat web s Reactem? A jak udělat technologický krok vpřed, když musíte brát ohled na starý kód? O tom všem bude řeč na chystaném Livesport Talku ve čtvrtek 25. dubna
Community Coding For The Web
8.4.2019
Open source barriers
Right now, it's too hard to contribute to open source.
This leads to a few things that are bad:
People who have good ideas don't co
DevFest CZ 2019 se vrátí na začátku listopadu
5.4.2019
Organizátoři DevFestu si letos pro fanoušky připravili předčasný vánoční dárek, když spustili web dalšího ročníku
Inspirational Websites Roundup #3
4.4.2019
A fresh selection of unique web designs from around the web. Our third creative websites compilation to get you inspired.
Inspirational Websites Roundup #3 was written by Mary Lou and published on Codrops
WDRL — Edition 262: Clarity and Style, Humane by Design, 10 Years In The Web, and Almost No One.
4.4.2019
Hey,
For the last three weeks I put WDRL aside and it emerged all from one discussion with Tobias in which we found out that I constantly tend to take on too many opportunities in parallel and then struggle. Honestly, I think I’m too interested in too many things in the world and see so many ways...
Responsible JavaScript
3.4.2019
We just made a note about this article by Jeremy Wagner in our newsletter but it’s so good that I think it’s worth linking to again as Jeremy writes about how our obsession with JavaScript can lead to accessibility and performance issues:
What we tend to forget is that the environment websites...
Končí Google Plus. Podle jedněch město duchů, podle druhých nenahraditelný web
2.4.2019
Google dnes ukončí svoji sociální síť Plus • Roky přežívala ve stínu nezlomného Facebooku • Přesto si našla svoji komunitu, která těžce hledá alternativu
KV Storage
1.4.2019
localStorage is...
Good! It's an incredibly easy API to use.
localStorage.setItem('name', 'Chris'); let name = localStorage.getItem('name');
Bad! Philip Walton explains why:
localStorage is a synchronous API that blocks the main thread, and any time you access it you potentially prevent your...
Krkací soda, vesmírný parfém a nové metro. Vybrali jste nejlepší apríly
1.4.2019
Každý rok se na prvního dubna firmy předhánějí ve vtipnosti. Letos jsme nechali čtenáře Technet.cz, aby na Facebooku vybrali nejzajímavější apríly od nás i ze světa. Výběr z více jak stovky odkazů jsme poté zúžili na následující příklady
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...
Nová Televize Seznam integruje všechna videa na jeden web. Zahrne tam i Stream.cz
30.3.2019
Český Seznam již delší dobu provozuje vlastní televizi, kterou vysílá i v rámci celoplošného digitálního vysílání. Nejrůznější video obsah ale generuje i v rámci svých dalších projektů, což se nyní rozhodl sjednotit pod jeden web. V rámci nové televize Seznam tak najdete videa ze Streamu, Novinek a
Creating a Reusable Pagination Component in Vue
29.3.2019
The idea behind most of web applications is to fetch data from the database and present it to the user in the best possible way. When we deal with data there are cases when the best possible way of presentation means creating a list.
Depending on the amount of data and its content, we may decide...
Next Genpm
27.3.2019
So many web projects use npm to pull in their dependencies, for both the front end and back. npm install and away it goes, pulling thousands of files into a node_modules folder in our projects to import/require anything. It's an important cog in the great machine of web development.
While I don't...
Better Than Native
27.3.2019
Andy Bell wrote up his thoughts about the whole web versus native app debate which I think is super interesting. It was hard to make it through the post because I was nodding so aggressively as I read:
The whole idea of competing with native apps seems pretty daft to me, too. The web gives us...
Free Programming Courses from Harvard, MIT, Microsoft and more (Sponsored)
26.3.2019
Did you know that you can learn programming online from institutions like Harvard, MIT and Microsoft on edX.org? The nonprofit site offers 2000 online courses from 140 institutions worldwide. Courses are free to try. EdX has over 200 courses from Microsoft alone, including an 11 course program...
Příručka marketéra: Jak jsme Národnímu muzeu pomohli dohnat digitální dobu
26.3.2019
Když za mnou přišel náš šéf designu s tím, že bychom se mohli ucházet o modernizaci webu Národního muzea, neváhal jsem. Přeci jen, kdo by to nechápal jako prestižní záležitost? Shodou okolností jsme zrovna krátce předtím strávili nějaký čas ve Spojených státech a zarazili se nad tím, jak kvalitně...
Build a Decentralized Web Chat in 15 Minutes
25.3.2019
In this 15 minute tutorial we’re going to build a simple decentralized chat application which runs entirely in a web browser. All you will need is a text editor, a web browser, and a basic knowledge of how to save HTML files and open them in the browser. We’re going...