Search
[článek] Web dnes slaví 30. narozeniny. Podaří se ho zachránit?
12.3.2019
[7 minut čtení] Před 30 lety přišel Tim Berners-Lee s prvním návrhem dnešního World Wide Webu. Dnes bojuje o jeho záchranu jako otevřeného a svobodného prostředí. Dnes je to přesně 30 let od chvíle, kdy tehdy 34letý britský vědec Tim Berners-Lee přišel s návrhem distribuovaného hypertextového...
Accessibility is not a “React Problem”
11.3.2019
Leslie Cohn-Wein's main point:
While [lots of divs, inline styles, focus management problems] are valid concerns, it should be noted that nothing in React prevents us from building accessible web apps.
True. I'm quite capable (and sadly, guilty) of building inaccessible interfaces with React...
6 Up and Coming Web Design Trends in 2019
11.3.2019
Every year and even every few months, new design trends pop up. Personally, I love watching other creative people devise new takes on design. Today, we’ll discuss 6 up...
The post 6 Up and Coming Web Design Trends in 2019 appeared first on Onextrapixel
HMTL, CSS and JS in an ADD, OCD, Bi-Polar, Dyslexic and Autistic World
8.3.2019
Hey CSS-Tricksters! A lot of folks tweeted, emailed, commented and even courier pigeoned (OK, maybe not that) stories about their personal journeys learning web development after we published "The Great Divide" essay. One of those stories was from Tim Smith and, it was so interesting, that...
Using React Loadable for Code Splitting by Components and Routes
7.3.2019
In a bid to have web applications serve needs for different types of users, it’s likely that more code is required than it would be for one type of user so the app can handle and adapt to different scenarios and use cases, which lead to new features and functionalities. When this happens, it’s...
Native Video on the Web
6.3.2019
TIL about the HLS video format:
HLS stands for HTTP Live Streaming. It’s an adaptive bitrate streaming protocol developed by Apple. One of those sentences to casually drop at any party. Äh. Back on track: HLS allows you to specify a playlist with multiple video sources in different resolutions....
Extracting Text from Content Using HTML Slot, HTML Template and Shadow DOM
6.3.2019
Chapter names in books, quotes from a speech, keywords in an article, stats on a report — these are all types of content that could be helpful to isolate and turn into a high-level summary of what's important.
For example, have you seen the way Business Insider provides an article's key points...
The Client/Server Rendering Spectrum
6.3.2019
I've definitely been guilty of thinking about rendering on the web as a two-horse race. There is Server-Side Rendering (SSR, like this WordPress site is doing) and Client-Side Rendering (CSR, like a typical React app). Both are full of advantages and disadvantages. But, of course, the conversation...
Building a Universal Application with Nuxt.js and Django
6.3.2019
Introduction
The advent of modern JavaScript libraries such as React.js and Vue.js has transmogrified Front-end web development for the better. These libraries ship with wonderful features
The Bottleneck of the Web
5.3.2019
Steve Souders, "JavaScript Dominates Browser CPU":
Ten years ago the network was the main bottleneck. Today, the main bottleneck is JavaScript. The amount of JavaScript on pages is growing rapidly (nearly 5x in the last 7 years). In order to keep pages rendering and feeling fast, we need to focus...
Inspirational Websites Roundup #2
5.3.2019
The second compilation of inspiring website designs with some unique picks to get your creative juices flowing.
Inspirational Websites Roundup #2 was written by Mary Lou and published on Codrops
Why CSS Needs its Own Survey
1.3.2019
2016 was only three years ago, but that’s almost a whole other era in web development terms. The JavaScript landscape was in turmoil, with up-and-comer React — as well as a little-known framework called Vue — fighting to dethrone Angular.
Like many other developers, I felt lost. I needed some...
Vážnější únik než jen loginy a hesla: Na veřejný web unikl významný burzovní dokument
1.3.2019
Úniky dat se na internetu nestávají jen „běžným“ firmám, ale i finančním korporacím, které do jisté míry odpovídají za chod dnešního světa. Bezpečnostní analytik Bob Diachenko odhalil, že na veřejně přístupném serveru se objevil seznam vysoce rizikových subjektů od společnosti Dow Jones &
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...
Google Duo se kupodivu chytlo. Služba proto přichází z mobilů i na web
28.2.2019
Nové komunikátory od Googlu se většinou příliš nechytí, aplikace pro videohovory Duo je ale výjimkou. Celosvětově se dočkala poměrně velkého úspěchu, a tak z mobilních telefonů konečně míří i na web.
Zatímco Allu se nepodařilo získat dostatečný počet uživatelů, Duo si získalo uživatele díky své
WorldWideWeb
27.2.2019
For the 30th anniversary of the web, CERN brought nine web nerds together to recreate the very first web browser — Or a working replication of it anyway, as you use it from your web browser, inception style.
Well done, Mark Boulton, John Allsopp, Kimberly Blessing, Jeremy Keith, Remy Sharp...
Six tips for better web typography
27.2.2019
How do we avoid the most common mistakes when it comes to setting type on the web? That’s the question that’s been stuck in my head lately as I’ve noticed a lot of typography that’s lackluster, frustrating, and difficult to read. So, how can we improve interfaces so that our content is easy to read...
Typography for Developers
27.2.2019
This is intended as a practical guide for developers to learn web typography. We’ll cover a range of practical and useful topics, like how to choose and use custom fonts on the web, but more importantly, how to lay text out to create a pleasant user experience. We’ll go over the principles...
[aktualita] Microsoft v Česku obnovil web MSN.com, nabízí na něm lokalizovaný obsah
27.2.2019
Microsoft se do Česka vrací se službou MSN.com, kterou ve Spojených státech a dalších zemích provozuje od roku 1995. Vedle odkazů na své služby jako je Skype, Office, OneDrive nebo mapy na Bingu zde začal nabízet lokalizovaný obsah. K dispozici je také vyhledávání na Bingu. Český obsah na MSN...
Look Ma, No Media Queries! Responsive Layouts Using CSS Grid
27.2.2019
Not only has CSS Grid reshaped the way we think and build layouts for the web, but it has also contributed to writing more resilient code, replacing "hacky" techniques we've used before, and in some cases, killing the need to rely on code for specific resolutions and viewports. What's so cool about...