New mobile Chrome feature would disable scripts on slow connections

This is a possible upcoming feature for mobile Chrome:

If a Data Saver user is on a 2G-speed or slower network according to the NetInfo API, Chrome disables scripts and sends an intervention header on every resource request. Users are shown a UI at the bottom of the screen indicating the page has been modified to save data. Users can enable scripts on the page by tapping “Show original” in the UI.

And the people shout: progressive enhancement!

Jeremy Keith

The post New mobile Chrome feature would disable scripts on slow connections appeared first on CSS-Tricks.

Read more

How to Strengthen Your WordPress Brand With Your Blog

In today’s digital world, your online appearance can make or break your business. For most people, social media sites like Facebook, Twitter, and Instagram are the perfect platforms to market their brands and interact with customers. However, if you are serious about developing a good reputation online, social sites are not the best option for …
The post How to Strengthen Your WordPress Brand With Your Blog appeared first on Torque.
Read more

How to Switch Your Website Hosting Without Affecting Your SEO

If you have put in a lot of effort into your search engine optimization, you might be afraid that your efforts will go down the drain if you switch hosts. So does hosting affect SEO? Yes, it does. Web hosting for SEO is a critical factor for your rankings as it affects essential attributes such …
The post How to Switch Your Website Hosting Without Affecting Your SEO appeared first on Torque.
Read more

JAMstack_conf

I love a good conference that exists because there is a rising tide in technology. JAMstack_conf:

Static site generators, serverless architectures, and powerful APIs are giving front-end teams fullstack capabilities — without the pain of owning infrastructure. It’s a new approach called the JAMstack.

I’ll be speaking at it! I’ve been pretty interested in all this and trying to learn and document as much as I can.

Save $100 with csstricks100.

Direct Link to ArticlePermalink

The post JAMstack_conf appeared first on CSS-Tricks.

Read more

Props and PropTypes in React

React encourages developers to build by breaking a UI up into components. This means there will always be a need to pass data from one component to another — more specifically, from parent to child component — since we’re stitching them together and they rely on one another.

React calls the data passed between components props and we’re going to look into those in great detail. And, since we’re talking about props, any post on the topic would be …

The post Props and PropTypes in React appeared first on CSS-Tricks.

Read more

CSS Shape Editors

Firefox 62 is shipping out of beta on September 5th. The big notable thing for CSS developers is that it will now support the shape-outside property with polygon(), circle(), and ellipse(), joining Chrome and Safari.

What will be nice about the Firefox release (well, it’s kinda already nice if you use something like Firefox Developer Edition which is already on 62), is that it has a shape editor built right into DevTools.

Chrome supports shape-outside as well, …

The post CSS Shape Editors appeared first on CSS-Tricks.

Read more

Step-by-Step Guide to Make Your WordPress Content Worth Sharing

    Starting a blog is exciting. You’ve already come up with your list of keywords and created some excellent blog topics, but what’s next? Well, it’s now time to shape that content. First, you’ll need to look for your targeted readers, ask yourself, “Who will benefit from this post?” Remember that content which suits …
The post Step-by-Step Guide to Make Your WordPress Content Worth Sharing appeared first on Torque.
Read more

10 Recommendations for Creating Best Welcome Emails

On the Internet, there are loads of welcome email examples that might inspire you. Yet, you need to learn the basic tips on how to create effective messages by using welcome email templates. You, certainly, know that welcome emails, or onboarding emails, are the first messages customers receive from a company. So, they need to …
The post 10 Recommendations for Creating Best Welcome Emails appeared first on Torque.
Read more

The Ecological Impact of Browser Diversity

Early in my career when I worked at agencies and later at Microsoft on Edge, I heard the same lament over and over: “Argh, why doesn’t Edge just run on Blink? Then I would have access to ALL THE APIs I want to use and would only have to test in one browser!”

Let me be clear: an Internet that runs only on Chrome’s engine, Blink, and its offspring, is not the paradise we like to imagine it to be.…

The post The Ecological Impact of Browser Diversity appeared first on CSS-Tricks.

Read more