Google trends Public Holidays Coupon Code Code Compiler

Latest Tutorials

PayPal transfer payment to PayPal account Using PHP

PayPal Payment Integration in PHP. Using this merchant can build an app which will help them to send payment to Paypal account. The PayPal Payout Payments API is used to transfer money from a sender’s PayPal account to one PayPal receiver PayPal accounts. You can use PayPal Payout Payments to make…


Login with Instagram using PHP

Here is the most important task for Login with Instagram feature implement in your web application using Instagram API. In this tutorial I will discuss its implementation. Allowing users to Login with Instagram is a good option for web applications. Instagram APIs through you can get user information…


Add Or Remove Input Fields Dynamically with jQuery

If you are looking to add and remove duplicate more input fields, here is the jQuery example below to do the task for you. This jQuery snippet adds duplicate input fields dynamically and stops when it reaches maximum.


How To Create a Custom Scrollbar

Create custom scrollbar, Custom scrollbars are popular, and you might have come across websites that have unique scrollbars, making the sites feel and look professional. There are basically a few ways to implement a custom scrollbar. In this tutorial we will be using CSS. but I do not like to add more…


Simple Popup or Model Box Using HTML CSS and JavaScript

Popup boxes are the most useful way of showing a warning or any other important information to the website. In this article I’m going to walk you through the creation of a very simple popup box with shadow overlay and close button. We’re going to implement this using HTML, CSS and jQuery.


Simple CSS Drop Down Menu

CSS is getting increasingly powerful, and with features like CSS grid and custom properties (also known as CSS variables), we’re seeing some really creative solutions emerging. Some of those solutions focus around not only making the web prettier, but making it more accessible, and making styling…


Creating An Image Slider Using JavaScript HTML And CSS Only

We are going to learn how to create a simple images slider using HTML, CSS, and JavaScript only. Here, we are not using any external frameworks/plugins for slider.


Insert data into mysql table Using Ajax

Ajax is used to perform actions on the application via the browser and forwarded to the webserver. Usually after clicking the submit button on the form will refresh the browser, AJAX can submit to the webserver without refresh the browser, even ajax can access the database in one event. For more detail


Upload image on Amazon S3 Bucket

Simple way to upload images on Amazon S3, If your website has too many image and looking for Amazon S3 to store images there to reduces file load time and bandwidth usage, then you’re here at right place. Amazon Simple Storage Service (Amazon S3) is a popular web service that provides highly scalable,…


Pagination in PHP CodeIgniter

Pagination is the most required feature in the web based application. Generally, pagination is useful when data is retrieved from the database and listed in the web page. Pagination in data list is mandatory when you need to list the huge data. It helps to load data faster and make your web application…


Copyright 2025. All rights are reserved