Search
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...
Simple & Boring
25.3.2019
Simplicity is a funny adjective in web design and development. I'm sure it's a quoted goal for just about every project ever done. Nobody walks into a kickoff meeting like, "Hey team, design something complicated for me. Oh, and make sure the implementation is convoluted as well. Over-engineer that...
[aktualita] Nakupování přes mobilní telefony už v EU táhne víc než klasický web
25.3.2019
Nakupování na internetu přes mobilní zařízení (m-commerce) vzrostlo mezi lety 2016 a 2018 v Evropě o 10 % na celkových 54 %, v Česku na 42 %. Vyplývá to z průzkumu přepravní společnosti DPD. Mobilní nákupy využívají hlavně mileniálové, 62 % z nich dnes nakupuje přes chytré telefony, což je o 13 %...
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...
Advanced Tooling for Web Components
22.3.2019
Over the course of the last four articles in this five-part series, we’ve taken a broad look at the technologies that make up the Web Components standards. First, we looked at how to create HTML templates that could be consumed at a later time. Second, we dove into creating our own custom element....
Web Accessibility For Beginners
21.3.2019
Building accessible applications or websites is not the norm today. This is because the idea of accessibility is known to most developers, while in actual sense it is often neglected and not a comm
10 Interesting JavaScript and CSS Libraries for March 2019
21.3.2019
The newest installment of our monthly web dev collection is here and it is packed with amazing new frameworks, useful tools and other awesome resources