“Killing the URL”
It was Safari who first started hiding the complete URL. Here’s what CSS-Tricks looks like even when you’re on an article page by default in Safari:
The full URL path is hidden.
You can only fix it (YES, FIX IT) by checking “Show full website address” in settings.
Preferences Advanced
We’ve already damaged the sanctity of URLs in a way with URL shorteners. Thankfully, those are used less and less with social networks, like Twitter, not counting the URL toward …
The post “Killing the URL” appeared first on CSS-Tricks.
Shadow DOM in Ionic
Mike Hartington glows about how good and useful the Shadow DOM is:
[Shadow DOM is] actually built on two simple ideas, isolation and location. Need to create a bit of DOM that is isolated from the global scope? Shadow DOM is here to help. Need to specify the exact location of a piece of DOM? Shadow DOMs scope API is what you need!
It can be helpful to think of components that use Shadow DOM as modules for HTML. Markup …
The post Shadow DOM in Ionic appeared first on CSS-Tricks.
The State of JavaScript 2018 Survey is Now Open
Working With Events in React
Most of the behavior in an application revolves around events. User enters a value in the registration form? Event. User hits the submit button? Another event. Events are triggered a number of ways and we build applications to listen for them in order to do something else in response.
You may already be super comfortable working with events based on your existing JavaScript experience. However, React has a distinct way of handling them. Rather than directly targeting DOM events, React …
The post Working With Events in React appeared first on CSS-Tricks.
80+ Modern Stationery Templates
Doc Pop News Drop: The creator of ClassicPress tells us why he forked WordPress
The post Doc Pop News Drop: The creator of ClassicPress tells us why he forked WordPress appeared first on Torque.
The Complete CSS Demo for OpenType Features
I’m very glad a guide for these features exists because we already know there are so many weird things that variable fonts can do — well done, Tunghsiao Liu!
There are quite a few possible values for font-feature-settings
, like, ya know:
aalt
, swsh
, cswh
, calt
, hist
, hlig
, locl
, rand
, nalt
, cv01-cv99
, salt
, subs
, sups
, titl
, rvrn
, liga
, dlig
, size
, ornm
, …
The post The Complete CSS Demo for OpenType Features appeared first on CSS-Tricks.
Top Reasons Web Designers Should Consider WordPress
The post Top Reasons Web Designers Should Consider WordPress appeared first on Torque.
Helping a Beginner Understand Getting a Website Live
I got a great email from a fellow named Josh Long the other day. He is, in his words, “relatively new to web design” and was a bit stuck on the concept of getting a site live. I should say that I’m happy to get emails like this an I always read them, but I typically can’t offer tech support over email. If I can respond at all, I normally point people to other community resources.
In this …
The post Helping a Beginner Understand Getting a Website Live appeared first on CSS-Tricks.