Drupal 9: Running PHPStan On Drupal Custom Modules

PHPStan is a great command line tool for looking at how your PHP code will run without actually running it. It’s great for finding potential bugs that you wouldn’t have otherwise discovered using other tools or through unit testing. With regards to Drupal projects there is a little problem in that PHPStan doesn’t know how to interpret Drupal plugins, entities, controllers or all the other Drupal architecture that goes into

Read More

What Are the Best Tools for Storytelling With Data Visualization?

Storytelling with data is a crucial part of any content marketer’s toolbox. Whether you are using data visualization to illustrate a point you’re trying to make, or you want to showcase data from an analysis your team has done, proper data design is key to creating effective visuals that everyone is happy with. Charts and infographics can be pretty, but if they aren’t also properly breaking down data in a

Read More

Recreating MDN’s Truncated Text Effect | CSS-Tricks

It’s no secret that MDN rolled out a new design back in March. It’s gorgeous! And there are some sweet CSS-y gems in it that are fun to look at. One of those gems is how card components handle truncated text. Pretty cool, yeah? I wanna tear that apart in just a bit, but a couple of things really draw me into this approach: It’s an example of intentionally cutting

Read More

How to Make a Buyer Journey Map for Your Brand

A buyer journey map helps brands stand in the shoes of their customers. Following their steps, they head north on Awareness Street toward Consideration Road, turn left and continue for 0.5 miles until Decision Stage is on their right. Of course, there are quite a few more steps involved than that. Customer journey mapping helps make sense of all the interactions buyers have with a company before and after making

Read More

How To Get Web Design Clients: 7 Expert Tips

The question of how to get web design clients is top of mind for every freelance web designer who’s suffering from the feast and famine cycle. As a freelancer, your talent gets the work done — but you need the business and marketing knowledge to attract clients and avoid this common problem freelancers face. You should have ways to both attract clients (inbound marketing) and seek them out (outbound marketing)

Read More

Usage of Constraints (Validations) on Media Entities in Drupal Application

In this article we are going to see how drupal developers can use the Drupal Constraints to Validate the Media entities. Basically Drupal provides Constraints to do the Validations on the Entities, where Drupal uses the Symfony’s validator and extends with Symfony’s Typed Data API for validating specific Entity field definitions. These constraint validators can be used in different ways Using the API. Adding the Constraints to Field properties definitions.

Read More

How does UX/UI design impact SEO?

Thank you for subscribing! Blog / Digital Marketing / UX/UI and Its Impact on SEO SEO shall not live by keywords and backlinks alone. At least not in today’s world. Today, Google pays a lot of attention to user interests and experiences. That’s why UI/UX design has become an integral part of website optimization. This article will explain what lies behind these abbreviations and how UI/UX affects SEO.  What are

Read More

Scroll Shadows? Pure CSS Parallax? Game Back On. | CSS-Tricks

Chris calls scroll shadows one his favorite CSS-Tricks of all time. Lea Verou popularized the pure CSS approach using four layered background gradients with some clever background-attachment magic. The result is a slick scrolling interaction that gives users a hint that additional content is available in a scrollable container. CodePen Embed Fallback Just one problem: it broke in Safari iOS 13. One day it was all good. The next, not

Read More

How To Find & Understand Conversion Rates Of Your Amazon Products

As competition has grown over the last few years, it has been increasingly important to test the creativity on your product detail pages to maximize conversions for your products on Amazon. This testing requires that you understand how Amazon calculates conversion rates and where to find the data. Amazon provides a few ways to monitor your listings’ conversion rate. Monitoring your conversion rate on Amazon can help you to: Identify

Read More