Search
[článek] Může policie bez soudního příkazu vypnout na 90 dnů jakýkoli web?
19.3.2019
[6 minut čtení] Jak se na novinku v trestním řádu, která vyvolala na českém internetu bouřlivou odezvu, dívá právník? Chcete zničit konkurenci? České zákony jsou tu pro vás! Blogovým příspěvkem s tímto titulkem hostingová společnost Wedos v únoru varovala před novým paragrafem v trestním řádu...
Collective #500
18.3.2019
lax.js * An Introduction to Web Components * Core * Color.review * CSS Grid: Floor Plan * CSS Nesting Module
Collective #500 was written by Pedro Botelho and published on Codrops
An Introduction to Web Components
18.3.2019
Front-end development moves at a break-neck pace. This is made evident by the myriad articles, tutorials, and Twitter threads bemoaning the state of what once was a fairly simple tech stack. In this article, I’ll discuss why Web Components are a great tool to deliver high-quality user experiences...
People Digging into Grid Sizing and Layout Possibilities
15.3.2019
Jen Simmons has been coining the term intrinsic design, referring to a new era in web layout where the sizing of content has gone beyond fluid columns and media query breakpoints and into, I dunno, something a bit more exotic. For example, columns that are sized more by content and guidelines than...
See No Evil: Hidden Content and Accessibility
15.3.2019
There is no one true way to hide something on the web. Nor should there be, because hiding is too vague. Are you hiding visually or temporarily (like a user menu), but the content should still be accessible? Are you hiding it from assistive tech on purpose? Are you showing it to assistive tech...
Web Standards Meet User-Land: Using CSS-in-JS to Style Custom Elements
15.3.2019
The popularity of CSS-in-JS has mostly come from the React community, and indeed many CSS-in-JS libraries are React-specific. However, Emotion, the most popular library in terms of npm downloads, is framework agnostic.
Using the shadow DOM is common when creating custom elements, but there’s...
World Wide Web během 30 let zásadně změnil svět
13.3.2019
Internetová síť World Wide Web vznikla původně jako prostředek ke sdílení vědeckých informací. Po rozšíření internetu mimo akademickou sféru v 90. letech dokázal web zásadně změnit způsob, jakým pracují a baví se stamiliony lidí po celém světě. První návrh systému, z něhož se World Wide...
Build Light-Weight REST and Realtime Apps with FeathersJS
13.3.2019
In the barest of definitions, Feathers is a simple minimalistic realtime framework for web applications built over Express. What this means is that with Feathers, you can keep using middlewares but
Add Animations to React Apps with React-Lottie
13.3.2019
So your designer just came up with an amazing new animation on Adobe After Effects for your web application, fantastic! Just one problem, how do you convert this to a format usable within your web
Smooth Scrolling for Screencasts
13.3.2019
Let's say you wanted to scroll a web page from top to bottom programmatically. For example, you're recording a screencast and want a nice full-page scroll. You probably can't scroll it yourself because it'll be all uneven and jerky. Native JavaScript can do smooth scrolling. Here's a tiny snippet...
Web slaví 30 let. Ten současný potřebuje podle jeho tvůrce opravit
12.3.2019
V úterý si připomínáme první zveřejnění návrhu systému na správu informací, ke kterému došlo 12. března 1989. Později se z něj vyvinul hypertextový projekt WorldWideWeb.Další články k tématu:Jak vypadala první webová stránka na světěNelíbí se mi, kam se internet vydal, říká vynálezce WWW. Chce...
Stackbit
12.3.2019
This is not a sponsored post. I requested a beta access for this site called Stackbit a while back, got my invite the other day, and thought it was a darn fine idea that's relevant to us web nerds — particularly those of us who spin up a lot of JAMstack sites.
I'm a big fan of the whole idea...
World Wide Web neboli celosvětová síť slaví 30 let. Tim Berners-Lee ho vytvořil jako technologii pro vědce
12.3.2019
Přesně před 30 lety vydal TIm Berners-Lee materiál k nové technologii s označením „A large hypertext database with typed links“ a jak název této práce napovídá, jednalo se o první plány na web. Nikoli internet (síť protokolů), ale web, který zahrnuje odkazy a stránky uložené na serverech, mezi
[č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...