Posted in General WordPress

How To Add PayPal Donate Button On Your Website

There are a lot of websites or blogs where the site owner shares the content with users absolutely free. For a non-profit organization, keeping its…

Continue Reading...
Posted in WordPress

How to Add Image Field to Taxonomy in WordPress

Taxonomy is useful to group things together. Usually, when you add a post in WordPress, you assign taxonomy to it. By doing this, you will…

Continue Reading...
Posted in General

How To Add Social Media Icons On Website

Do you want to add social media icons to your website? Adding social share icons help you to spread your content to a larger audience….

Continue Reading...
Posted in PHP

Mailtrap: A Fake SMTP Server for Pre-Production Email Testing

Emails are an important part of any website. We used to send emails about user registration, newsletters, new deals, coupons, etc. Before these emails start…

Continue Reading...
Create a thumbnail
Posted in PHP

How to Upload, Crop and Resize Image Using jQuery and PHP

If you are running a website, you may want to crop the image in certain scenarios. Let’s say you want to allow the user to…

Continue Reading...
Create a thumbnail
Posted in PHP

Resize Image in PHP Using Intervention Image Library

Are you looking for how to resize images in PHP? While working on the web application, you need to create different thumbnails of the original…

Continue Reading...
Create a thumbnail
Posted in Laravel

Resize Image in Laravel Using Intervention Image Library

Recently one of our readers asked how to resize an image in Laravel. Image resizing is a regular task for developers. The developers should do…

Continue Reading...
Posted in Javascript

SweetAlert – A Beautiful Replacement for JavaScript Dialog Boxes

JavaScript is embedded in all browsers. It provides 3 dialog boxes – alert, confirm, and prompt. Each browser has its own look and feel. The…

Continue Reading...
Posted in PHP

A Guide for Stripe Integration in Website with PHP

If you are collecting an online payment on your website, you must have heard about the Stripe Payment Gateway. Using Stripe, one can accept payment…

Continue Reading...
Email
Posted in PHP

Send Email Using Gmail SMTP Server and Swift Mailer Library

Do you want to send your emails using Gmail SMTP server? When you use the SMTP server for your emails, there is a high chance…

Continue Reading...