20 Best PHP Email Forms

Email forms have many shapes and sizes. Sure, there’s the classic “contact form” you’ll find on just about every website, but sometimes you need something more robust—or maybe you should be using something more advanced in the first place? Different kinds of websites need different form features. Many of them simply need a basic contact… Continue reading 20 Best PHP Email Forms

Published
Categorized as Tutorials

How to Make a Personal Resume Website: From a WordPress Theme

What You’ll Be Creating In the modern work world, a simple resume is often not enough. Sure, it’s imperative to send it along with any job application, but if you truly want to stand out you need to go a step further.  And nothing makes you stand out more than a personal website that showcases your education… Continue reading How to Make a Personal Resume Website: From a WordPress Theme

How to Make a Valentine’s Dinner Restaurant Menu Flyer Template

What You’ll Be Creating Do you have a fascinating dinner event in mind and wish to kick off the celebration with a catchy restaurant menu design? Great! There are many software packages available to enable you to design flyer templates, but today we will be using Adobe Illustrator in a step-by-step guide to custom designing a… Continue reading How to Make a Valentine’s Dinner Restaurant Menu Flyer Template

How to Make a Beating Heart Animation for St. Valentine’s Day With SVG

* { box-sizing: border-box; } body {margin: 0;}*{box-sizing:border-box;}body{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;} Let’s get into the spirit of St. Valentine’s day, getting all pink and smooshy in the process, and code ourselves a simple beating heart animation with SVG. Here’s what we’re going to create: This is a great exercise for familiarizing yourself with SVG syntax and authentic animation.… Continue reading How to Make a Beating Heart Animation for St. Valentine’s Day With SVG

Turn Your Static SVG Drawings Into Interactive Widgets and Infographics With Vue.js

What You’ll Be Creating SVG is powerful and flexible graphic format, which fits perfectly into the web medium. Unlike raster image formats, such as JPG, PNG, or GIF, SVG is vector-based and consists of “real” objects, which you can select and manipulate in whatever manner you want. So even with some basic scripting a static… Continue reading Turn Your Static SVG Drawings Into Interactive Widgets and Infographics With Vue.js

How to Make a Sticky Menu in WordPress

What You’ll Be Creating Navigation menus are changing. Instead of just throwing one into a site without considering what form it’ll take, designers are taking the time to consider the design of navigation menus, the space they take up on the page, and how users interact with them. One growing trend is for sticky menus.… Continue reading How to Make a Sticky Menu in WordPress

Created by You, February 2019 Edition

Welcome to our monthly feature of fantastic tutorial results created by you, the Envato Tuts+ community!  Every day, visitors like you take the time not only to read our tutorials but also to try them out. This is an assortment of those comment submissions found throughout the Design & Illustration section. Check… Continue reading Created by You, February 2019 Edition

20 Best Real Estate WordPress Themes for 2019 Websites

It can be difficult to differentiate yourself in the real estate industry, but a beautiful website can certainly help.  Finding the perfect real estate theme is a challenge, considering the sheer number of themes available. That’s why we’ve curated a premier selection of our responsive WordPress real estate themes, so you can easily find the features you… Continue reading 20 Best Real Estate WordPress Themes for 2019 Websites

20+ Best WordPress Directory Themes to Make Business Websites (2019)

Making your own business listing website can be difficult. Thanks to quality WordPress directory themes, however, you can get the job done right and fast.  Listify: multipurpose WordPress directory theme that continues to trend in 2019 Here we showcase over twenty of the best WordPress directory themes fromThemeForest. They’re packed with professional website design features.… Continue reading 20+ Best WordPress Directory Themes to Make Business Websites (2019)

New Course: Practical React Fundamentals

If you want to build dynamic single-page applications quickly and easily, React is a wonderful solution. Learn how to use it—while building your own React app from scratch—in our comprehensive new course, Practical React Fundamentals. What You’ll Learn Millions of developers all over the world are beginning to see the power and ease with which… Continue reading New Course: Practical React Fundamentals

16+ Best WordPress Themes for Writers and Authors (2019)

There is no shortage of professional WordPress themes for making a website in 2019, for every niche imaginable.  Whilst you can use almost any theme for your writer’s website, there are some text-based WordPress themes out there that are better suited for anyone who wants to showcase their writing skills. Whether you’re a writer trying to break… Continue reading 16+ Best WordPress Themes for Writers and Authors (2019)

20 WordPress Video Plugins and Players to Add Engagement

Video is becoming an increasingly important element of a successful website. It has SEO benefits, increases engagement and the amount of time visitors spend on your site, and will also reflect well on your brand. WordPress lets you add embedded video out of the box, but you can make the process easier and enhance the… Continue reading 20 WordPress Video Plugins and Players to Add Engagement

How to Customize Bootstrap’s Sass Files With Grunt

Today, we’ll learn how to customize Bootstrap 4’s Sass files with Grunt.  Instead of Grunt, we could just as easily use another task runner like Gulp, webpack, or npm scripts. Regardless of the build tool the process of customizing Bootstrap’s source Sass files will be the same. Note: This tutorial assumes you have some familiarity with Bootstrap 4, Sass, and build tools.… Continue reading How to Customize Bootstrap’s Sass Files With Grunt

Try These 3 Practical Projects to Learn WordPress Plugin Development

If you want to learn to code your own WordPress plugins, you should try our new course, 3 More Practical Projects to Learn WordPress Plugin Development. In this course with experienced WordPress developer Rachel McCollin, you’ll create three practical projects to help you learn WordPress plugin development.  The plugins you create will help you: Create… Continue reading Try These 3 Practical Projects to Learn WordPress Plugin Development

Published
Categorized as Tutorials

Best jQuery Flipbook Plugins Compared

Are you looking for a creative and interactive way to showcase text, photos, and documents on your website? Adding a flipbook to your site can elevate your project and enhance the experience of your website visitors.  For this article, I’ve chosen three great tools that will allow you to create realistic, animated flipbooks with ease.… Continue reading Best jQuery Flipbook Plugins Compared

23 Best Trifold Brochure Templates & Examples (Word, InDesign, & PSD)

Need a hand explaining your business? Try an amazing trifold brochure. Get the latest creative designs from this list of resources. 23 Best Trifold Brochure Templates (Word, InDesign, & PSD) Trifold brochures are one of the easiest ways to present your business. They feature a creative folded layout that gives you plenty of room for… Continue reading 23 Best Trifold Brochure Templates & Examples (Word, InDesign, & PSD)

20 Useful Video Plugins Available on CodeCanyon

What You’ll Be Creating Video is becoming an increasingly important element of a successful website. It has SEO benefits, increases engagement and the amount of time visitors spend on your site, and will also reflect well on your brand. WordPress lets you add embedded video out of the box, but you can make the process… Continue reading 20 Useful Video Plugins Available on CodeCanyon

Adding a Music Player to Your WordPress Site

Thinking about adding a substantial amount of audio to your site? Or maybe just a clip for a single song? When working with WordPress, there are dozens of different ways to add a music of audio player to your site. Choosing the one that works best for you can be tough. In this piece, we’ll… Continue reading Adding a Music Player to Your WordPress Site

Create a PHP Email Script and Form

Forms on websites can be used for a lot of purposes besides being a place to contact the website administrators. In previous posts, I covered how to create a fully functional contact form in PHP and how to build your own Captcha and integrate it in your contact forms. In this tutorial, our focus will… Continue reading Create a PHP Email Script and Form