What is a cookie Cookies are used to store the information of a web page in a remote browser so that when the same user […]
Read MoreBlog
PHP Date & Time
The PHP date() function is used to format a date and/or a time. Syntax: <?php date(format,[timestamp]); ?> Here, “date(…)” is the function that returns the […]
Read MorePHP File Handling
When we develop a web application using PHP, quite often we need to work with external files, like reading data from a file or maybe […]
Read MoreAnimation on scroll using AOS Animate On Scroll Library
Introduction There are many libraries for animation on scroll. In this tutorial we will see the animation on scroll using AOS library. Animation on scroll […]
Read MoreHow to add parallax effect using GSAP and ScrollMagic
Introduction Parallax : Parallax effect means change or displacement in the apparent position of the object along two different lines of sight. GSAP : GSAP […]
Read More