A comprehensive review of popular SaaS marketplaces, including Airtable, Figma, Miro, Slack, and Zoom. Designing a SaaS marketplace or platform? Want to understand the SaaS marketplace experience of today? You’re in the right place. In this article, you’ll find a summary of the research I gathered to support my team in building our emerging platform. By reading… Continue reading The state of SaaS marketplace UX
Tag: names
Building inclusive products for trans people
Answering trans people’s needs online can create a safer digital environment and lead to a more diverse workforce in Tech. Breaking news: design can help do it. This article is issued from “The great absentee: the trans community in our digital products” conference, held in French by Christopher De Paola and me at “Paris Web 2022”… Continue reading Building inclusive products for trans people
12 Best Email Marketing Services for 2022 (Ranked)
A robust email marketing strategy is a great way to reach your target audience directly. But your email marketing campaign success rests on whether you used the best email marketing services. No two email marketing services are equal. So you must choose carefully. We created this guide and ranked the 12 best email marketing services… Continue reading 12 Best Email Marketing Services for 2022 (Ranked)
A Beginner’s Guide to the Character Panel in Illustrator
In the following tutorial, you’ll learn everything you need to know about Adobe Illustrator’s Character panel. You can read this detailed written guide, and additionally, you can follow this new video from the Envato Tuts+ YouTube channel: What You’ll Learn in This Character Panel Illustrator Tutorial How to open the Character panel in Illustrator … Continue reading A Beginner’s Guide to the Character Panel in Illustrator
I’m not a robot (but, are you?)
The case for authenticating humans, reclaiming our identities, and defending against the coming swarm of bots. It’s 2022 and we are living in the opening scene of a dystopian Black Mirror episode. The line between what is real and what is fake has already blurred. The line between who is real and who is fake is now… Continue reading I’m not a robot (but, are you?)
44 Best Cricut Sports Fonts (Varsity, Jersey, and Stencil Fonts)
Explore some of the best Cricut sports fonts and Cricut fonts with tails to add to your creative projects. Are you looking into personalizing sports equipment and clothing for your sports team? In this article, you’ll find the best Cricut jersey fonts and Cricut sports fonts for your team. If you’re new to design and… Continue reading 44 Best Cricut Sports Fonts (Varsity, Jersey, and Stencil Fonts)
How to Create a WooCommerce Product Table for Free
* { box-sizing: border-box; } body {margin: 0;}*{box-sizing:border-box;}body{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;} People set up an eCommerce store in the hope of selling as many of their products as possible. This requires a lot of work on your part—from choosing the right platform to promoting your store. Simply creating a store will not automatically bring in sales. You will… Continue reading How to Create a WooCommerce Product Table for Free
PHP Type Casting: A Complete Guide
* { box-sizing: border-box; } body {margin: 0;}*{box-sizing:border-box;}body{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;} When you are writing a program, you will need to create and manipulate multiple variables. These variables might store the same or different types of data. For example, some of them could have an integer value while others could be a string or float. Different programming languages… Continue reading PHP Type Casting: A Complete Guide
Functional Programming in PHP With Lambda Functions
* { box-sizing: border-box; } body {margin: 0;}*{box-sizing:border-box;}body{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;} One of the nice things about programming is that the same problem can be solved using multiple methods. This allows people to show their creativity and come up with incredibly efficient and unique solutions. Examples of this can be seen in action when you look for programs… Continue reading Functional Programming in PHP With Lambda Functions
How to Use parse_str in PHP
In this article, we’ll explore the parse_str function in PHP. It’s used to convert a GET request query string into usable variables. In your day-to-day PHP development, you often need to to deal with query strings—the way data is passed to your script in the URL on a GET request. When a query string is… Continue reading How to Use parse_str in PHP
How to Use parse_str in PHP
In this article, we’ll explore the parse_str function in PHP. It’s used to convert a GET request query string into usable variables. In your day-to-day PHP development, you often need to to deal with query strings—the way data is passed to your script in the URL on a GET request. When a query string is… Continue reading How to Use parse_str in PHP
Cultivating Customer Confidence with UX
Businesses rely on designers to help them build the perfect relationship with visitors. After all, as much as companies may wish it wasn’t true, many consumers still judge a book by its cover. A website that fails to prioritize concepts like trust and transparency could instantly lose the confidence of its target audience. As a… Continue reading Cultivating Customer Confidence with UX
What is HubSpot?
In case you haven’t heard, HubSpot themes are now available on ThemeForest! Whether you’re new to HubSpot or are still honing your skills, read on for the ins and outs of the platform, including how it can help your business reach new heights. What is HubSpot? In a nutshell, HubSpot is inbound marketing and sales… Continue reading What is HubSpot?
What is Content Strategy?
When you visit a website or use an app you’re consuming content. You’re having an experience (good or bad) with a company and brand. You’re on some point of a customer journey, whether that’s being a prospective, current or loyal customer. You will have a need and the organisation should meet that need with content.… Continue reading What is Content Strategy?
10 Tips to Help You Find People Online (100% Works)
Want to reconnect with an old buddy but don’t know where to start? Do you want to learn more about the people in your life, your family members, or your relatives? Do you have any information about the whereabouts of someone you used to know? Everything and everyone is at your fingertips in this world… Continue reading 10 Tips to Help You Find People Online (100% Works)
Is It Time to Reset HTML?
HTML is one of the foundational building blocks of the Web. But just as web design best practices and techniques change over time, so does the code we use. As HTML evolves, some of its older markup has been deprecated while other parts have been repurposed. Does that create more problems for us, though? Would… Continue reading Is It Time to Reset HTML?
Top Blogging Platforms Worth Considering in 2021
Want to know which of the top blogging platforms you should consider using this year? Blogging is still one of the best ways to draw attention to your brand, generate thought leadership, and build your credibility. Research suggests that US internet users spend 3x more of their browsing time on blogs than on email. Additionally,… Continue reading Top Blogging Platforms Worth Considering in 2021
30 HTML Best Practices for Beginners
This tutorial is specifically for those who are just diving into web development. If you have one year of experience or less, hopefully some of the tips listed here will help you to become better, quicker! 1. Always Close Your Tags Back in the day, it wasn’t uncommon to see things like this: <li>Some text here.… Continue reading 30 HTML Best Practices for Beginners
A Comprehensive Guide to Flexbox Alignment
Alignment is probably the most confusing aspect of flexbox. The flexbox layout module has a handful of alignment properties that behave differently under different circumstances, and when using them you might not necessarily understand what is happening or why. However, if you know what to pay attention to, alignment is less complicated than it first… Continue reading A Comprehensive Guide to Flexbox Alignment
How to Create Lists in Your App with Flutter?
A list is a key UI element for mobile apps. You’ll learn all about how to create lists in your Flutter app in this tutorial. You don’t need to be an expert developer to create lists in your Flutter app. If you’ve developed apps for Android or iOS in the past, Flutter’s ListView should seem… Continue reading How to Create Lists in Your App with Flutter?
5 Easy Hacks for Designers to Boost Their Personal Brand
Stop procrastinating and get unstuck with these tips to enhance your branding and attract clients. You’re a busy freelance designer. You’re always hustling hard to make sure that your clients are taken care of — a bit too hard, in fact. You consistently deliver amazing design work for your clients, but you’ve been procrastinating on investing… Continue reading 5 Easy Hacks for Designers to Boost Their Personal Brand
HTML5 Form Validation With the “pattern” Attribute
In this tutorial we’ll explore HTML’s pattern attribute, using it to help us customize the way we validate our forms. Form Validation Video Check out the video tutorial below, subscribe to Tuts+ on Youtube, or read on to learn more about HTML form validation and the pattern attribute! HTML5 Form Validation Form validation is of… Continue reading HTML5 Form Validation With the “pattern” Attribute
Search and Replace Strings With Regular Expressions in PHP
PHP comes with a huge variety of functions to work with strings. You can use these built-in PHP functions to trim strings, join them, or replace them. String functions in PHP are pretty powerful by themselves. You can use them to make case-insensitive changes or do multiple replacements at once. However, they still require you… Continue reading Search and Replace Strings With Regular Expressions in PHP
Form Input Validation Using Only HTML5 and Regex
Validation of form input is something that should be taken seriously. With luck, nothing worse than garbage data will be submitted to a site which uses data from forms without proper validation. However, there also a chance that hackers will be able to compromise the private data of users who trusted you with their information.… Continue reading Form Input Validation Using Only HTML5 and Regex