Using the Symfony Options Resolver in WordPress
The post Using the Symfony Options Resolver in WordPress appeared first on Torque.
I’ve been playing with CSS transforms for over five years and one thing that has always bugged me was that I couldn’t animate the components of a transform
chain individually. This article is going to explain the problem, the old workaround, the new magic Houdini solution and, finally, will offer you a feast of eye candy through better looking examples than those used to illustrate concepts.
The Problem
In order to better understand the issue at hand, let’s consider the …
The post What Houdini Means for Animating Transforms appeared first on CSS-Tricks.
I’ve shared this little productivity tip with enough folks who have found it useful and figured I’d make a post out of it.
I love time tracking and I love task lists, but boy do I hate managing them both. So, I’ve been using my time tracker as my task list.
I use Harvest for time tracking. It allows you to create time entries in the future and I suspect many other time tracking apps do the same. That means …
The post Productivity Tip: Time Tracking and Task Lists, Unite! appeared first on CSS-Tricks.
Knockout text is a technique where words are clipped out of an element and reveal the background. In other words, you only see the background because the letters are knocking out holes. It’s appealing because it opens up typographic styles that we don’t get out of traditional CSS properties, like color
.
While we’ve seen a number of ways to accomplish knockout text in the past, there are some modern CSS properties we can use now and even enhance the …
The post CSS Techniques and Effects for Knockout Text appeared first on CSS-Tricks.