Tips
Tutorials and technical solutions for developers, designers, marketers and other specialists.
Questions you should ask a client before starting web design project from scratch
To make a WOW website design, a designer has to rely on more than just his experience and taste, trying to guess what the client wants. Sometimes you’ll be able to guess, but there’s a more proven way to reveal a client’s expectations and preferences — ask the right questions BEFORE you start 👆 Whether […]
Shopify Speed Optimization
Here you will find a way to speed up the Shopify website. To optimize the work of pages, you will need to connect a collector to the project (in our example, this is Gulp). Create a directory in the root of your project (for example ./src). And further inside ./src create directories for images – /img, for JS files – […]
How to Implement A/B Testing?
During project development, situations often arise where clients or the dev team have differing opinions about which functionality would be more or less effective for the user and the project. To solve such problems there is A/B testing technology, which allows you to test and find the most appropriate and best option. The essence of […]
How to add refunds and returns policies. Shopify
To provide comprehensive information and ensure customer satisfaction, it is essential to have a well-defined refund and return policy in place for your Shopify store. Follow these steps to add a detailed policy that addresses the concerns and expectations of your customers: Log in to your Shopify store using your credentials. Once logged in, navigate […]
Distributions in Drupal
In Drupal, a distribution refers to a convenient package consisting of Drupal core, contributed modules, themes, and configurations. It allows for effortless installation, enabling the creation of specific types of websites quickly. Distributions are specifically designed for various use cases, such as building news websites or e-commerce platforms. Examples of popular distributions include: Drupal Commerce: […]
Mastering Local Theme Development with Shopify CLI
Shopify CLI is a powerful tool that empowers developers to create and customize Shopify themes locally, enhancing their workflow and efficiency. By utilizing the command-line interface, you can seamlessly set up and modify themes on your local machine before deploying them to your live store. In this article, we will guide you through the step-by-step […]