Load content on page scroll with jQuery and AJAX

Scroll the page.

Parallax effect on hover with Tilt.js

This jQuery plugin adds parallax effect on the element that responds according to mouse movement. You have only need to include jQuery script and no external...

More

Upload file with AngularJS and PHP

For upload file with AngularJS need to send the file by $http service and with the use PHP store the requested file to the server and return a response....

More

Extract the Zip file with PHP

You don't need to require any other extra plugin for working with Zip files. PHP has ZipArchive class that allow us to create a zip file or extract existing fi...

More