7 Bootstrap Tactics You Need To Know

If you’ve done any work in web development so far, then chances are very good that you’ve heard of Bootstrap. Basically, Bootstrap is a popular CSS, HTML, and JS framework that is used for developing a fast and responsible mobile project on the web. Bootstrap can be divided into three primary files: 1. Bootstrap.css, 2. …
The post 7 Bootstrap Tactics You Need To Know appeared first on Torque.
Read more

The Secret Weapon to Learning CSS

For some reason, I’ve lately been thinking a lot about what it takes to break into the web design industry and learn CSS. I reckon it has something to do with Keith Grant’s post earlier this month on a CSS mental model where he talks about a “common core for CSS”:

We need common core tricks like this for CSS. Not “tricks” in the old sense (like how to fake a gradient border), but mental patterns: ways to frame the

Read article

The post The Secret Weapon to Learning CSS appeared first on CSS-Tricks.

Read more

Who is @horse_js?

Many of us follow @horse_js on Twitter. Twenty-one thousand of us, to be exact. That horse loves stirring up mischief by taking people’s statements out of context. It happened to me a few times and almost got me in trouble.

Read article

The post Who is @horse_js? appeared first on CSS-Tricks.

Read more

30+ Best Portrait Photoshop Actions

Retouching and enhancing portrait photos is a time-consuming task, and starting from scratch with every photo can be frustrating. Using a portrait Photoshop Action can save time, and give you a beautiful result with a few clicks. Let’s dive into some of the best portrait Photoshop Actions available today. These Photoshop Actions help you save […]
Read more

20+ Best After Effects Slideshow Templates

Adobe After Effects is one of the most popular and effective tools for making attractive motion graphics. With the ability to use pre-made templates, After Effects can be a powerful tool even at the hands of a beginner. Especially when making wedding photo album videos, presentations, and promotional campaigns, After Effects is quite useful in […]
Read more

WPML Breached, Allegedly by Former Employee

One of the largest multilingual plugins in WordPress, WPML, was breached this weekend when customers received an email claiming the plugin released sensitive information. The email encouraged customers to check their databases and passwords and not rely on the plugin’s customer service to fix the problem. FYI: someone hacked @wpml‘s website and sent this out …
The post WPML Breached, Allegedly by Former Employee appeared first on Torque.
Read more

The Great Divide

Let’s say there is a divide happening in front-end development. I feel it, but it’s not just in my bones. Based on an awful lot of written developer sentiment, interviews Dave Rupert and I have done on ShopTalk, and in-person discussion, it’s, as they say… a thing.

The divide is between people who self-identify as a (or have the job title of) front-end developer, yet have divergent skill sets.

On one side, an army of developers whose interests, … Read article

The post The Great Divide appeared first on CSS-Tricks.

Read more

New CodePen Feature: Prefill Embeds

I’ve very excited to have this feature released for CodePen. It’s very progressive enhancement friendly in the sense that you can take any <pre> block of HTML, CSS, and JavaScript (or any combination of them) and enhance it into an embed, meaning you can see the rendered output. It also lets you pass in stuff like external resources, making it a great choice for, say, documentation sites or the like.

Here’s an example right here:

<div id="root"</div
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,400i,700");

Read article

The post New CodePen Feature: Prefill Embeds appeared first on CSS-Tricks.

Read more

Firefox DevTools WebConsole 2018 retrospective

Here’s a wonderful post by Nicolas Chevobbe on what the Firefox DevTools team was up to last year. What strikes me is how many improvements they shipped — from big visual design improvements to tiny usability fixes that help us make sure our code works as we expect it to in the console.

There are lots of interesting hints here about the future of Firefox DevTools, too. For example, tighter integrations with MDN and, as Nicolas mentions in that post, … Read article

The post Firefox DevTools WebConsole 2018 retrospective appeared first on CSS-Tricks.

Read more