ABeamer: a frame-by-frame animation framework

In a recent post, Zach Saucier demonstrated the awesome things that the DOM allows us to do, thanks to the <canvas> element. Taking a snapshot of an element and manipulating it to create an exploding animation is pretty slick and a perfect example of how far complex animations have come in the last few years.

ABeamer is a new animation ecosystem that takes advantage of these new concepts. At the core of the ecosystem is the web browser animation …

The post ABeamer: a frame-by-frame animation framework appeared first on CSS-Tricks.

Read more

“Old Guard”

Someone asked Chris Ferdinandi what his biggest challenge is as a web developer:

… the thing I struggle the most with right now is determining when something new is going to change the way our industry works for the better, and when it’s just a fad that will fade away in a year or three.

I try to avoid jumping from fad to fad, but I also don’t want to be that old guy who misses out on something that’s …

The post “Old Guard” appeared first on CSS-Tricks.

Read more

Oakley Capital to Acquire cPanel

cPanel, the makes of control panel software used by many hosting providers across the globe, has announced it has signed an agreement to be acquired by Oakley Capital. Oakley Capital is a private equity investor that invests in companies primarily located in Western Europe. Financial details of the impending acquisition (more…)
Read more

The Real Story on Cookies: Dispelling Common Myths About the GDPR and Consent

Security, privacy, and related topics have been all over the news in recent months. Much of this is due to the roll-out of the General Data Protection Regulation (GDPR) – a new set of legal rules regarding the way personal data must be handled. Of course, the GDPR isn’t the only topic of discussion. Cookies …
The post The Real Story on Cookies: Dispelling Common Myths About the GDPR and Consent appeared first on Torque.
Read more

What I learned by building my own VS Code extension

VS Code is slowly closing the gap between a text editor and an interactive development environment (IDE). At the core of this extremely versatile and flexible tool lies a wonderful API that provides an extensible plugin model that is relatively easy for JavaScript developers to build on. With my first extension, VS Code All Autocomplete, reaching 25K downloads, I wanted to share what I learned from the development and maintenance of it with all of you.

Trivia! Visual Studio …

The post What I learned by building my own VS Code extension appeared first on CSS-Tricks.

Read more

The Best CSS Gradient Generators for Designers

We’re taking a look at ten of the best CSS gradient generators that you can use to create a variety of gradient styles (and have the CSS output directly!). Coding a gradient by hand is no fun (especially once you get past a simple two-color gradient), so these tools are a must-have in your bookmark […]
Read more

5 Tips for Making Better Video

Everywhere you look, there’s video. From social media sites to full-scale web projects, a video can be an integral part of today’s online user experience. We have five tips to help you make any web video better, and improve the quality of what you publish. While some projects require the time commitment of a professional […]
Read more

My Gutenberg Experience: Part Three

It’s been about four months since the last time I shared my experience with Gutenberg. In that time, there have been sixteen releases. The more I use Gutenberg, the more nuances I encounter. Disruptive Writing Flow When writing a post, I press the enter key at the end of a (more…)
Read more

Gutenberg 3.6 Adds New Icons for All Core Blocks

Gutenberg 3.6 was released today, featuring a design overhaul for the core icons in the block inserter. The blocks now use Material icons, which offer more options than the Dashicons. This update also improves the icons for the core embeds, which now display the corresponding icon for each embed service. (more…)
Read more