10 Best Free Open Source JavaScript Lightbox Widgets and Plugins

Images are crucial, whether you’re running an e-commerce or portfolio website. How many sales you make or new clients you get depends a lot on the quality of the images of your products and services that you can showcase through your images. So it makes sense to highlight your images with a lightbox. Lightboxes make… Continue reading 10 Best Free Open Source JavaScript Lightbox Widgets and Plugins

20 Best WooCommerce Product Add-Ons

Do you want to create an easy shopping experience on your WooCommerce products pages? Here are 20 of the best WooCommerce product add-ons to make it possible! They make your product pages more user-friendly and user-focused by adding intuitive functionalities like: adding easy navigation using filters  allowing customers to personalize their orders offering extra choices  and… Continue reading 20 Best WooCommerce Product Add-Ons

8 Best Free Live Chat PHP Scripts

Are you thinking of adding a free live chat feature to your website? Do you want to give personalized live chat support that will improve your visitors’ website experience? Do you want your forum members to chat with each other in real time?  Fortunately, there are free PHP scripts available to help. Free PHP live… Continue reading 8 Best Free Live Chat PHP Scripts

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 Build a Fake AJAX “Load More” Mechanism (JavaScript Tutorial)

The other day I was working on a WordPress project that used ACF (Advanced Custom Fields) Pro’s flexible content. If you aren’t familiar with this field, imagine it as a miniature of the Gutenberg and Elementor builders that gives you the ability to define different types of layouts. So, on this project, the design required… Continue reading How to Build a Fake AJAX “Load More” Mechanism (JavaScript Tutorial)

Uploading Files With AJAX

I can’t seem to reach the end of the fun stuff you can do with web technologies. Today, I’m going to show you how to upload files via AJAX. First, we’ll see how to upload files using vanilla JavaScript. And later on, I’ll show how you could use the DropzoneJS library to implement drag-and-drop file uploads. Looking… Continue reading Uploading Files With AJAX

Submit A Form Without Page Refresh Using jQuery

A great way to improve the user experience of your website is to validate and submit forms without a page refresh. In this tutorial I’ll show you how easy it is to do just that—validate and submit a contact form that without page refresh using jQuery! Let’s get started. What We’re Building In this example,… Continue reading Submit A Form Without Page Refresh Using jQuery

How to Use AJAX in PHP and jQuery

Today, we’re going to explore the concept of AJAX with PHP and JavaScript. The AJAX  technique helps you to improve your application’s user interface and enhance the overall end user experience. If want to learn JavaScript, check out our free online course on JavaScript fundamentals! FREE JavaScript Modern JavaScript Fundamentals Dan Wellman What Is AJAX? AJAX… Continue reading How to Use AJAX in PHP and jQuery

10 Best PHP URL Shortener Scripts

URLs are rarely short and sweet. They usually contain multiple keywords and are accompanied by extra parameters to help with the tracking of different campaigns or incoming traffic. These long URLs with so many parameters can sometimes be off-putting for potential visitors. Therefore, it’s usually a better idea to use a URL shortener script and… Continue reading 10 Best PHP URL Shortener Scripts

50 Best Responsive Multi-Purpose WordPress Themes For 2020

Best WordPress Themes and website templates for business, corporate and magazine websites. Professional Responsive WordPress themes collection based on UI and UX design, performance, speed, rating and selling. All themes are fully responsive coded with HTML5/CSS3, Bootstrap and SEO Optimized. These best multi-purpose WP Themes are great solution for Entrepreneurs, blogs and all kinds of… Continue reading 50 Best Responsive Multi-Purpose WordPress Themes For 2020

How to Add Maps to Your WordPress CF7 Contact Form

A contact form is a quick way for users to get in touch with you. Some of the benefits of a contact form include the following. Reduce Spam One of the ways to cut down on spam is to use a contact form. You will no longer have to put your email address out there,… Continue reading How to Add Maps to Your WordPress CF7 Contact Form

How to Create Your Own AJAX WooCommerce Wishlist Plugin

In this tutorial we will create lightweight wishlist functionality for WooCommerce using AJAX, WordPress REST API, and SVG graphics. WooCommerce doesn’t come with wishlist functionality as standard, so you’ll always need to rely on an extension to do the work for you. Unless you build it yourself for complete control.. Wish Upon a Star Wishlist… Continue reading How to Create Your Own AJAX WooCommerce Wishlist Plugin

How to Create a Mailchimp Subscribe Form Widget for WordPress

In this tutorial I’ll explain how to create a “Mailchimp subscribe form widget” using WordPress, the Mailchimp API, and AJAX. It will be aimed at competent beginner developers, and requires some understanding of PHP and WordPress development. There’s a lot to do, so let’s get stuck in! A Quick Note on APIs “The web has… Continue reading How to Create a Mailchimp Subscribe Form Widget for WordPress

20+ Best Flat Design, Modern WordPress Themes for 2019

Flat design burst onto the web design scene some years ago, arguably fuelled by the tech giants of the time. Major influencers included Microsoft’s Metro style, Apple’s release of iOS7, and Google’s Material design, all characterized by vibrant colors and a minimalistic approach to user interfaces. Since then plenty of WordPress themes have made use… Continue reading 20+ Best Flat Design, Modern WordPress Themes for 2019

Getting Started With Redux: Why Redux?

When you’re learning React, you will almost always hear people say how great Redux is and that you should give it a try. The React ecosystem is growing at a swift pace, and there are so many libraries that you can hook up with React, such as flow, redux, middlewares, mobx, etc.  Learning React is easy,… Continue reading Getting Started With Redux: Why Redux?

8 PHP Email Forms to Use for More Conversions

If your clients are looking for more conversions on their websites, you need a good PHP email form builder. These registration sign-up forms provide a lasting connection between your client and their website visitors and customers. Not everyone will register their email or other contact information on an email form. The conversion rating is about… Continue reading 8 PHP Email Forms to Use for More Conversions

Beginner’s Guide to Angular: Services

Hello there! I hope you’ve followed along with our tutorials on Angular components and routing. In this post, we’ll go on to another interesting concept in Angular: services. Angular Beginner’s Guide to Angular: Components Divya Dev Angular Beginner’s Guide to Angular: Routing Divya Dev If Angular components are the presentation layer of our application, what… Continue reading Beginner’s Guide to Angular: Services

15 Best WooCommerce WordPress Themes for 2017

Enjoy a collection of some of the best WooCommerce themes for 2017 and get inspired to build a UX-friendly website with a beautiful layout that truly engages your customers. Allow me to present you the 2017 collection of the best WooCommerce themes. Porto Created by: SW-THEMES Price: $60 Download link: here Live preview: here Porto is… Continue reading 15 Best WooCommerce WordPress Themes for 2017

8 Free CSS-SVG Loaders and Spinners

In this round-up we are showcasing some best and very useful CSS-SVG loaders and spinners. Loaders and spinners are very important when you are working on Ajaxed interfaces. All these CSS-SVG loaders and spinners are free so you can easily download without any tension. You can also use these loaders in your content as AJAX… Continue reading 8 Free CSS-SVG Loaders and Spinners

How to Integrate SmoothState.js Into a WordPress Theme

In our previous tutorial, we used the History Web API within a static site to serve smooth page transitions. In this tutorial we’re going to take things to the next level, by applying what we learned in a WordPress website. There’ll be one crucial difference; we’ll leverage SmoothState.js instead of building our own from scratch.  SmoothState.js will: Request pages asynchronously (AJAX) and… Continue reading How to Integrate SmoothState.js Into a WordPress Theme

How to Create an AJAX Driven Theme for ProcessWire

In this tutorial we will look at setting up a simple theme in ProcessWire, we’ll investigate delayed output (now the default theme strategy within ProcessWire), and setup our site to request new content using AJAX. To accompany this tutorial I have created a new theme for ProcessWire, making use of both AJAX and delayed output,… Continue reading How to Create an AJAX Driven Theme for ProcessWire

9 Best Joomla Extensions & Plugins For Web Developers

In this post, we are presenting 9 best Joomla extensions and plugins for web developers. We hope that this collection proves to be the best and will help you get going in the initial phases of your designing project. Joomla extensions and plugins can make your website feature-rich and improve powerful customizations with simplicity. And… Continue reading 9 Best Joomla Extensions & Plugins For Web Developers

Ultimate Web Designer & Developer Course: Build 23 Projects!

Are you looking for an all-in-one Web Design, Web Development and Career Building course that takes you step-by-step through the all of the skills you need know to start a working professionally? Are you a programmer looking to improve your design skills, so your designer colleagues can stop making fun of your bad designs? Or… Continue reading Ultimate Web Designer & Developer Course: Build 23 Projects!

A Beginner’s Guide to AJAX with jQuery

In the first article of this series, we covered the fundamentals of AJAX. In the second, we looked at a working example using vanilla JavaScript. In this tutorial, we’ll walk through a few of jQuery’s AJAX-related functions and methods. More specifically, we’ll take a closer look at the shorthand load method and the generic ajax… Continue reading A Beginner’s Guide to AJAX with jQuery