Why would I use a Webpack?

Gonzalo García takes a crack at why webpack (not capitalized like npm) exists at all. No particular disagreements here, but here’s my crack at it…

  • We use webpack because we need to import stuff from place;. This is a good pattern. We can use webpack to interpret those statements, as native support for them isn’t what it needs to be yet, and it’s not clear whether the native version will be smart for performance or not (probably not,

The post Why would I use a Webpack? appeared first on CSS-Tricks.

Read more

The spectrum of design roles in 2018

Job titles is a regular topic around here. Occasionally heated, as job titles play a role in the hiring process (why are you asking me React questions for this UX design position role?). And complicated by the fact that there is no agreed-upon standards and the loads of people and companies who don’t take them seriously (we just want people who do a good job, make your title whatever you want it to be). Complicated again …

The post The spectrum of design roles in 2018 appeared first on CSS-Tricks.

Read more

Approaches to Deprecating Code in JavaScript

Recently, I had to dig into the topic of code deprecation in JavaScript. I feel like this topic gets less coverage even though it may a play key role in certain projects, especially when working in bigger teams or dealing with external APIs.

In JavaScript-land, I don’t know of any true industry standards for deprecating JavaScript. It could be different per any team, library or vendor.

That’s why my goal here is to sum up my findings and thoughts on …

The post Approaches to Deprecating Code in JavaScript appeared first on CSS-Tricks.

Read more

Noteworthy Changes Coming in WordPress 4.9.5

WordPress 4.9.5 Beta 1 is available for testing and brings with it 23 bug fixes and improvements. A release candidate is scheduled for release on March 20th and a final release on April 3rd. Here are some notable changes you can expect in the release. “Cheatin’ uh?” Error Message is (more…)
Read more

Top 10 Tips To Fix Most Common WordPress Security Issues 

Three out of every four WordPress websites are vulnerable to attacks. If your site is hacked, it will not only cost you in terms of restoring the system back to a safe level, but it will also damage your reputation and affect your search engine ranking. But if you follow some best practices you can …
The post Top 10 Tips To Fix Most Common WordPress Security Issues  appeared first on Torque.
Read more

7 Reasons Your Small Business Needs a Blog

It seems like everyone has a blog these days. If you don’t, you’re probably wondering what all of the fuss is about. Businesses of all sizes start blogs because they offer a wealth of practical advantages that ultimately boost those businesses. If you’re looking for reasons to jump on the blog train, there’s no shortage …
The post 7 Reasons Your Small Business Needs a Blog appeared first on Torque.
Read more

WPWeekly Episode 309 – All AMPed Up

In this episode, I’m joined by Alberto Medina, Developer Advocate working with the Web Content Ecosystems Team at Google, and Weston Ruter, CTO of XWP. We have a candid conversation about Google’s AMP Project. We start by learning why the project was created, what its main goal is, and the technology behind (more…)
Read more

Good ol’ Margin Collapsing

Here’s a one-sentence blog post about margin collapsing: When two block elements are stacked on top of one another, the vertical space between them is the larger between the one on top’s margin-bottom and the one on the bottom’s margin-top.

It’s a bit weird and ascii-shruggy. Couple caveats with them, as you might expect.

I find it fascinating how it makes for the perfect sort of mini blog post when people have an ah-ha moment about it. MDN even …

The post Good ol’ Margin Collapsing appeared first on CSS-Tricks.

Read more

​Deliver exceptional customer experiences in your product

(This is a sponsored post.)

​Pendo delivers the only complete platform for product teams that helps companies create great products. The Pendo Product Experience Platform enables product teams to understand product usage, collect user feedback, measure NPS, assist users in their apps and promote new features in product – all without requiring any engineering resources. This unique combination of capabilities is all built on a common infrastructure of product data and results in improved customer satisfaction, reduced churn, and …

The post ​Deliver exceptional customer experiences in your product appeared first on CSS-Tricks.

Read more