Miami WordPresser Todrick Moore Passes Away

Todrick Moore Courtesy of David Bisset Fellow WordPresser Todrick Moore, a member of the Miami WordPress community and volunteer organizer of WordCamp Miami 2015 and 2016  passed away last week of Leukemia. “Todrick Moore was one of the kindest and strongest members of the South Florida WordPress community, and I (more…)
Read more

Unbuttoning Buttons

We dug into overriding default buttons styles not long ago here on CSS-Tricks. With garden-variety fully cross-browser-supported styles, you’re looking at 6-10 CSS rules to tear down anything you need to off a button and then put in place your own styles. Hardly a big deal if you ask me, especially since it’s extremely likely you’ll be styling buttons anyway.

Scott O’Hara has taken a look as well. I think the solution offered to use a <span role="button" tabindex="0" onClick="...">

The post Unbuttoning Buttons appeared first on CSS-Tricks.

Read more

How to Convert Your Website into a Mobile App Using a WordPress Plugin

It probably won’t surprise you that more people are using mobile devices than ever before. In fact, your customers likely spend the majority of their online browsing time on their phones, tablets, and so on. This means optimizing your content for those devices is vital. While there are many ways to do that, one of …
The post How to Convert Your Website into a Mobile App Using a WordPress Plugin appeared first on Torque.
Read more

Torque Toons: Super Gutenberg Cloud

In case you missed it, developers recently announced Gutenberg Cloud, a new way for WordPress and Drupal users to create their custom Gutenberg content blocks. To learn more about it, check out our newest News Drop video. Don’t forget to check out our other editorial toons!
The post Torque Toons: Super Gutenberg Cloud appeared first on Torque.
Read more

Participate in the Genesis Community Survey

The Genesis Framework has changed the way themes are created and makes it easy and fast to build beautiful and professional looking websites. Now, the Genesis team at StudioPress is looking to expand on their vision and improve their product, and they want your help. If you use Genesis you’re invited to take part in …
The post Participate in the Genesis Community Survey appeared first on Torque.
Read more

Halloween Graphic Design: 10 Spooky Tips & Ideas

Witches, goblins, and ghouls can make for some pretty amazing design projects. While Halloween might not be top of mind when it comes to design, it’s an opportunity to do something a little different with projects. Halloween graphic design centers around something that will be around for a short time. It might be different than […]
Read more

Using Recompose to Share Functionality Between React Components

Sharing functionality between React components is a pretty common need. The concept is that we can establish the behavior in one place and then extend it across different components. Higher-Order Components are one way to do this. Yet, there is another way using a library called Recompose.

GitHub Repo

What is Recompose?

The documentation helps us answer that:

Recompose is a React utility belt for function components and higher-order components. Think of it like lodash for React.

Basically, it’s a …

The post Using Recompose to Share Functionality Between React Components appeared first on CSS-Tricks.

Read more

50+ Apple Watch Mockups & Graphics

The Apple Watch is the latest gadget in Apple’s ever-growing product line-up. If you’re looking to display your latest application or web interface on the watch, then you’ve come to the right place. We’ve gone through and updated our collection of Apple Watch mockups with dozens more beautiful graphics, mockups and vector designs for you to […]
Read more

Material Design Animation Guides

I’ve seen two guides posted to Medium about animation in the last month that have seriously blown up!

There is a lot to learn in each one! The demonstration animations they use are wonderfully well done and each guide demonstrates an interesting and effective animation technique, often paired next to a less successful technique to drive the point home. …

The post Material Design Animation Guides appeared first on CSS-Tricks.

Read more