Search
Styling a Web Component
8.1.2019
This confused me for a bit here so I'm writing it out while it's fresh in mind. Just because you're using a web component doesn't mean the styles of it are entirely isolated. You might have content within a web component that is styled normally along with the rest of your website. Like this:
See...
Sass Techniques from the Trenches
8.1.2019
Having been in the web development industry for more than 14 years, I’ve seen and written my fair share of good and bad CSS. When I began at Ramsey Solutions five years ago, I was introduced to Sass. It blew my mind how useful it was! I dove right in and wanted to learn everything I could about...
The practical value of semantic HTML
7.1.2019
I love how Bruce steps up to the plate here:
If the importance of good HTML isn’t well-understood by the newer breed of JavaScript developers, then it’s my job as a DOWF (Dull Old Web Fart) to explain it.
Then he points out some very practical situations in which good HTML brings meaningful...
V čem nás čtete. Změřili jsme si vaše prohlížeče. ????
7.1.2019
Na čem si prohlíží web čeští ajťáci, vývojáři a webdesigneři? Můžeme to zkusit odhadnout podle Zdrojáku. A podívat se, jak se ten náš svět za poslední roky změnil
Quicklink
3.1.2019
We're in the future now so, of course, we're working on ways to speed up the web with fancy new tactics above and beyond the typical make-pages-slimmer-and-cached-like-crazy techniques.
One tactic, from years ago, was InstantClick:
Before visitors click on a link, they hover over that link. Between...
Pozvánka na workshop Web on Reactive Stack
3.1.2019
Víte, proč vzniklo reaktivní programování? Co řeší a v čem spočívají jeho největší výhody? Pak si nenechte ujít workshop Web on Reactive Stack. 9. února v Hradci Králové. Zlepšíte si „programátorskou kondičku“ a přímo…
Storing and Using the Last Known Route in Vue
2.1.2019
There are situations where keeping a reference to the last route a user visited can come in handy. For example, let’s say we’re working with a multi-step form and the user proceeds from one step to the next. It would be ideal to have the route of that previous step in hand so we know where the user...
How to Change the WordPress Media Upload Directory
2.1.2019
One thing I’ve always missed about the “old” way of web development was the simplicity of FTP. No deploy scripts, no fuss: simple drag and drop of files and the files are there. I’ve used FTP for assets on this blog for over a decade but I’m finally ready to be lazy...
Netflix ruší možnost platit za předplatné skrze iTunes. Jediná možnost je přes web
30.12.2018
Streamovací platforma Netflix ruší jednu z posledních možností platby, kterou měli dostupnou uživatelé zařízení s iOS. Skrze iTunes není možné vytvořit nové předplatné a pokud své stávající přerušíte přesměrování na webovou verzi. Ta tak zůstává jedinou možností, skrze kterou je předplatné možné
How to Add a User Stylesheet in Firefox
29.12.2018
While many like to complain about CSS these days, it’s important to remember how amazing CSS is; the CSS language is: easy to learn easy to read easy to write simple to understand Web developers and designers alike love that CSS allows us to take text/media and present it in a beautiful...
Force Download with JavaScript
24.12.2018
Force download scripts have been an important part of internet usability for a long time.  I can attest to that by the number of times I’ve implemented this feature on the server side and the popularity of my PHP Force Download post, even to this day.  With the web world having...
Animating Between Views in React
21.12.2018
You know how some sites and web apps have that neat native feel when transitioning between two pages or views? Sarah Drasner has shown some good examples and even a Vue library to boot.
These animations are the type of features that can turn a good user experience into a great one. But to achieve...
Nabízeli, že za peníze zničí jakýkoli web. FBI jim nyní stránky zabavila
21.12.2018
Americký Federální úřad pro vyšetřování (FBI) ve spolupráci s dalšími vládními agenturami rozkryl síť hackerů, kteří nabízeli napadání stránek DDoS útoky jako službu
To budou fotomontáže! Web Remove.bg automaticky odstraní pozadí z fotek
21.12.2018
Pokud jste někdy zkoušeli „vyříznout“ postavu z pořízené fotografie, patrně jste potřebovali tři věci: dobrý grafický editor, čas a trpělivost. Jde to ale jednodušeji a rychleji. Webová stránka Remove.bg dokáže vypreparovat člověka v popředí během několika sekund. Výsledky jsou většinou
Deboob aneb „prsatá“ aplikace weboob bude odejita z Debianu
20.12.2018
Balíček Web Outside of Browsers (zkratka Weboob) do budoucna již nemá být součástí distribuce Debian
Regarding CSS’s Global Scope
20.12.2018
html {
font-family: Roboto, sans-serif;
}
With the except of some form elements, you've just set a font on every bit of text on a site! Nice! That's probably what you were trying to do, because of the probably hundreds of elements all over your site, setting that font-family every time would...
The Fragmented, But Evolving State of CSS-in-JS
20.12.2018
TLDR: The CSS-in-JS community has converged on a consistent API.
Not so long ago, a Facebook engineer compiled a list of the available CSS-in-JS methodologies. It wasn’t short:
aphrodite, babel-plugin-css-in-js, babel-plugin-pre-style, bloody-react-styled, classy, csjs, css-constructor, css-light...
Google Fonts and font-display
19.12.2018
The font-display descriptor in @font-face blocks is really great. It goes a long way, all by itself, for improving the perceived performance of web font loading. Loading web fonts is tricky stuff and having a tool like this that works as well as it does is a big deal for the web.
It's such a...
Inspirational Websites from 2018
18.12.2018
An inspirational collection of our favourite website designs from 2018.
Inspirational Websites from 2018 was written by Mary Lou and published on Codrops
Nobody is quite wrong.
17.12.2018
There are two opposing views on using non-polyfillable new web features that I find are both equally common in our industry:
Websites don't need to look the same in every browser. The concept of progressive enhancement helps with that. There are tools, even native language features, that help with...