Top Things To Try With WordPress For The Adventurous Designer

WordPress has become so ubiquitous as a web hosting and designing platform, that it can be difficult to get your site to stand out from the masses. In such cases, spicing things up a bit by experimenting can lead to some great results, such as increased ad traffic. For now, it’s safe to say that as …
The post Top Things To Try With WordPress For The Adventurous Designer appeared first on Torque.
Read more

Fitting Text to a Container

There are a number of ways to go about putting some text in a container and having it size itself to fill that container. There are different technologies we can use and different considerations to think about. Let us count the ways.

Magic Number it with viewport units

If you set type with vw (viewport width) units, you can find an exact number where the text pretty closely fits the container and doesn’t break as you resize. I’d call this …

The post Fitting Text to a Container appeared first on CSS-Tricks.

Read more

How to create a logo that responds to its own aspect ratio

One of the cool things about <svg> is that it’s literally its own document, so @media queries in CSS inside the SVG are based on its viewport rather than the HTML document that likely contains it.

This unique feature has let people play around for years. Tim Kadlec experimented with SVG formats and which ones respect the media queries most reliably. Sara Soueidan experimented with that a bunch more. Jake Archibald embedded a canvas inside and tested cross-browser compatibility that …

The post How to create a logo that responds to its own aspect ratio appeared first on CSS-Tricks.

Read more

5 Ways Responsive Web Design Benefits Your SEO

Creating a successful, well-optimized website is something like throwing your own, custom-made, wide net into the ocean in the hope that you’ll catch as many fish as possible. You need to consider all the different devices that people use to browse the internet and cover all the options with a responsive web design that adjusts …
The post 5 Ways Responsive Web Design Benefits Your SEO appeared first on Torque.
Read more

Empower Through Web Development

As a person with a disability, I appreciate the web and modern-day computing for their many affordances. The web is a great place to work and share and connect. You can make a living, build your dream, and speak your mind.

It’s not easy, though. Beginners struggling with the box model often take to Google in search of guidance (and end up at this very website). More seasoned developers find themselves hopping from framework to framework trying to keep up. …

The post Empower Through Web Development appeared first on CSS-Tricks.

Read more

Free E-book: ​Modernize for Mobile Apps

(This is a sponsored post.)

No sign up required to read the free e-book.

Building modern apps (mobile, PWAs or Single Page Apps) that connect to legacy or enterprise systems is a pain. We put together an e-book that discusses the various options for how to make it all work. Here are some of the chapter contents:

  • The Challenges of Migrating to a Modern Mobile Architecture
  • Strategies for Migrating to Mobile
  • Strategies for Migrating to the Cloud
  • Data &

The post Free E-book: ​Modernize for Mobile Apps appeared first on CSS-Tricks.

Read more

7 Tips for Designing a Large Footer

Not all website footers are made equal. While footer design might not be a sexy part of the web design process, a great footer can help users find information, contact you, and better engage with a website. Here’s how you design one that’s functional, and beautiful. A large footer can also help organize information and […]
Read more