How to Evolve Your Blog with the Help of Artificial Intelligence
The post How to Evolve Your Blog with the Help of Artificial Intelligence appeared first on Torque.
WordPress 5.0 Release Date Update to November 27
WPWeekly Episode 337 – Gutenberg User Experiences, Release Timelines, and the Classic Editor
Top Sources For Web Design Inspiration
The post Top Sources For Web Design Inspiration appeared first on Torque.
When’s the last time you SFTP’d (or the like) into a server and changed a file directly?
In the grand tradition of every single poll question I’ve ever posted, the poll below has a has a fundamental flaw. In this case, there is no option between “In the last month” and “Never” but, alas, the results are interesting:
When’s the last time you SFTP’d (or the equiv) into a server and changed a file directly?
— Chris Coyier (@chriscoyier) October 9, 2018
What I was trying to get at with this poll is how many people do …
The post When’s the last time you SFTP’d (or the like) into a server and changed a file directly? appeared first on CSS-Tricks.
25+ Best Microsoft Word Brochure Templates
Calls to Delay WordPress 5.0 Increase, Developers Cite Usability Concerns and Numerous Bugs in Gutenberg
Get References from HTML Built with Template Literals
One thing JavaScript template literals are great at is little blocks of HTML. Like:
// Probably from some API or whatever
const data = {
title: "Title",
content: "Content"
};
const some_html = `
${data.title}
${data.content}
`;
But that’s still just a string. It’s not ready to append to the DOM just yet. And what if we need references to those elements inside somehow?
We’ve written about a couple of libraries that are in this vein: lit-html…
The post Get References from HTML Built with Template Literals appeared first on CSS-Tricks.
CSS-Tricks Uses Jetpack
(This is a sponsored post.)
Hey! I made a little page to explain all the ways in which this very site uses the Jetpack WordPress plugin.
Here’s the gist of it:
- Our Jetpack subscription gives us VaultPress, which backs up literally everything on this site in real time. That helps me sleep.
- Jetpack improves our site search and allows it to be tweaked and the design customized.
- Jetpack connects to Twitter and Facebook, so as we publish posts it
…
The post CSS-Tricks Uses Jetpack appeared first on CSS-Tricks.




