Author: Sajid
PRISM – A Nicely Done Syntax Highlighter for Your Website
If you are running a programming blog or website which explains how to code then you need to display code on your web pages. Your…
Backup Laravel Application on Dropbox
Storing application backup on the cloud is always recommended. You never know when you might need to restore your site from the backup. Amazon S3,…
How to Split the Terminal on Windows OS
If you are a developer, you might works on multiple projects at a time. In the recent web development process, we widely used the terminals….
Accept Credit Card Payments using PayPal Payments Pro in PHP
Are you looking to integrate a payment gateway that accepts credit card payments? Credit card payment is one of the best options to accept online…
MailChimp Integration in WordPress Without Using a Plugin
When it comes to WordPress you will get almost every kind of plugin that works as per your expectation. Using plugins on the WordPress website…
Google Login in Laravel Using Laravel Socialite
Recently I have published an article Login with LinkedIn Using Laravel Socialite and one of our readers asked about integrating Google Login in Laravel. Google…
Deploy Static Website on Firebase Hosting for Free
Firebase hosting is a service offered by Google which hosts static and dynamic websites in a secure way. It is the finest free service for…
Get YouTube Video List By Keywords Using YouTube Search API and JavaScript
In the past, I have published an article How to Get YouTube Video List by Keywords Using YouTube Search API which was written for PHP…
Share Post on LinkedIn Using LinkedIn API and PHP
Do you want to know how to share posts on LinkedIn using PHP? In this article, I show you how to send a post on…
Adding Custom Image Button with Media Uploader in WordPress
Recently I was working on a plugin where we wanted to use the default media uploader of WordPress for our requirement. We had a custom…