Example of How to Add Google reCAPTCHA v3 to a PHP Form

In this article, I’m going show you how to add Google reCAPTCHA v3 to a form on your PHP website. The latest reCAPTCHA is different than the previous versions—it doesn’t require user interaction at all. In this post, we’ll see how it works, and we’ll build a real-world example for demonstration purposes. As a website… Continue reading Example of How to Add Google reCAPTCHA v3 to a PHP Form

How to Convert Bootstrap Pills (Tabs) Into a Dropdown Menu

In the past, we’ve discussed various Bootstrap 4 extensions. Today I’ll show you how to convert Bootstrap pills (tabs) into a dropdown. Most importantly we’ll keep both these components in sync. We’ll use pills for the desktop layout and a dropdown for mobile screens. Note: for this exercise, I’m going to use Bootstrap 4 latest… Continue reading How to Convert Bootstrap Pills (Tabs) Into a Dropdown Menu

Working With Tables in React: Part Two

In this two-part series, you will learn about the ins and outs of working with tabular data in React using the React Bootstrap Table2 component. You’ll be able to create sophisticated and professional-looking tables with little effort and yet be able to customize every aspect. In this part, we’ll continue the journey by expanding rows,… Continue reading Working With Tables in React: Part Two

How to Make a Live Chat Script in PHP

In this article, we’ll discuss how you can make a live chat script in PHP. Although there are different ways you could achieve this, we’ll use a socket-based implementation. If you’re building a community site which involves user engagement, it’s useful to provide a way for users to discuss ideas in real time. When it… Continue reading How to Make a Live Chat Script in PHP

10 Best PHP Chat Scripts on CodeCanyon

Do you want to provide real time, instant solution to your customers most pressing problems?  Live chat lets you have real-time conversations with customers and resolve their problems instantly. It allows you to provide faster service to your customers. Live chats also allow users in an online community to chat with each other in real… Continue reading 10 Best PHP Chat Scripts on CodeCanyon

43 Best Botanical Illustrations: Drawing and Painting Inspiration

Bring a refreshing touch of nature to your designs with these awesome botanical illustrations.  Just one of the beautiful plant illustrations we’ll be looking at today Today we will share 43 of the loveliest botanical drawings to be found at Envato Elements, Placeit, and GraphicRiver. Take a look and download your favourites to keep in… Continue reading 43 Best Botanical Illustrations: Drawing and Painting Inspiration

42 Best Web Fonts (Ready to Download and Use)

Looking for cool fonts for web design or some new web fonts to use on your website? In this article, we’ll take a look at some serif web fonts, sans serif web fonts, and other stylish fonts you can use on your website today. Whether you’re looking for the best web body fonts or some… Continue reading 42 Best Web Fonts (Ready to Download and Use)

32 Best Custom Beer Bottle Labels (Using a Beer Bottle Label Maker)

Craft beer and microbreweries have exploded on the scene in recent years, and with them has grown the need for cool and unique beer bottle labels that match the contents inside the bottle.  Just one of the cool custom beer labels you will find at Placeit.net If you’re launching or relaunching your own craft beer… Continue reading 32 Best Custom Beer Bottle Labels (Using a Beer Bottle Label Maker)

11 Best PHP Blog Scripts and Blogging Platforms

Are you looking to start an independent blog or add a business blog to your website? Blogs are the most reliable means of growing a business and boosting revenue. They are the best way of letting visitors know what your business is about. In addition to help you generate leads, blogs build trust in existing… Continue reading 11 Best PHP Blog Scripts and Blogging Platforms

38 Best Fantasy Fonts to Download (Great for Book Covers and More!)

If you’ve written an amazing fantasy novel or created a fabulous fantasy flick, then you’re going to need the right graphics to call attention to your masterpiece.  Check out our list of the 38 Best Fantasy Fonts for download Today we’re featuring the 38 best fantasy fonts to be found at Envato Elements and GraphicRiver. Check… Continue reading 38 Best Fantasy Fonts to Download (Great for Book Covers and More!)

Functions in PHP: Return Values and Parameters

Functions are an important part of programming languages. They help us avoid code duplication by allowing us to run the same set of instructions over and over again on different data. In this tutorial, we will talk about functions in PHP. We will cover all the basic concepts of functions in PHP, and you’ll learn… Continue reading Functions in PHP: Return Values and Parameters

How to Work With Cookies in PHP

You might have heard about cookies, but what exactly are they and what can we actually do with them? In this tutorial, we will focus on the basics of cookies, and learn about their functionality in various web applications and site environments. We will also learn how to work with cookies in PHP. Cookies vs… Continue reading How to Work With Cookies in PHP

41 Best Real Estate Newsletters (Ideas and Examples to Download)

Real estate newsletters are a great way for real estate agents to connect with their target audience. And if you’re a real estate agent looking to create a weekly or monthly newsletter to keep your clients updated, then you’re going to need an eye-catching template.  Check out Envato Elements or GraphicRiver for the best real… Continue reading 41 Best Real Estate Newsletters (Ideas and Examples to Download)

30+ Best New Event Flyers for 2021

Get professional designs in less time! Check out these incredible flyer templates. 30+ New Event Flyers for 2021 Make 2021 a year to remember! Kick off your festive celebrations with modern event flyers that are stunning and surreal. Today we bring you another wonderful collection of design assets from Envato Elements and Envato Market. This… Continue reading 30+ Best New Event Flyers for 2021

30+ Best Fancy Fonts With Decorative Alphabet Letters (2021)

Need fancy text fonts? Check out this inspiring list of premium resources! How do you stand out from the crowd in design? Though many are drawn to the popular minimalist trends, other designers are learning the incredible benefits of bucking trends and going for fancy letter fonts. Use an awesome fancy letter font like this… Continue reading 30+ Best Fancy Fonts With Decorative Alphabet Letters (2021)

Creating a Simple Responsive HTML Email

In this tutorial I will show you how to create a simple responsive HTML email which will work in every email client, including the more troublesome mobile and tablet apps. It uses minimal media queries and a “fluid hybrid” approach to ensure maximum compatibility. Popular HTML Email Templates on Envato Elements If you’re looking for… Continue reading Creating a Simple Responsive HTML Email

How to Create a Vintage Type Postcard

What You’ll Be Creating In the following steps, you will learn how to design a vintage postcard in Adobe Illustrator. Harken back to an era when postcards were all the rage with this friendly type style. The tutorial will delve into clipping masks, using bitmap images, working with layers, effects, and blends.  What You’ll Learn… Continue reading How to Create a Vintage Type Postcard

15 Top Soft UI and Neumorphic UI Kits

Designers are always in search of unique ways to display content. Yet there is a delicate balance between something that looks good and is both accessible and intuitive. Everything needs to be in harmony, otherwise the end result suffers. Neumorphic UIs can serve as an effective solution. Neumorphism is a design technique that is based… Continue reading 15 Top Soft UI and Neumorphic UI Kits

String Concatenation in PHP

String concatenation is a very common and useful operation in PHP. There are many ways in which you might want to join strings together like prepending, appending, or combining them at some other point. In this quick tip, I’ll teach you string concatenation in PHP. You’ll learn how to prepend or append strings in PHP… Continue reading String Concatenation in PHP

How to Create Online Brand Consistency (for Email and Web)

In an economy that’s more digital than ever, one statement stands particularly strong:  “Brand consistency is the key to survival in today’s digital economy” – Marketing Week Brand consistency leads to brand recognition, and brand recognition leads to brand trust. Have you ever trusted a brand you didn’t recognise? The Challenge of Online Brand Consistency… Continue reading How to Create Online Brand Consistency (for Email and Web)

How to Trim Strings in PHP

There are a lot of times when we want to work with strings but they are padded with unwanted characters either at the beginning or the end. PHP has defined specific functions that we can use to trim such strings easily. In this quick tip, we will discuss to common string trimming situations that you… Continue reading How to Trim Strings in PHP