PHP and jQuery demo page featuring (webpage images extraction and AJAX file upload):
This is a very quick project that can be completed in under an hour by a professional coder who has the following skills:
1. PHP
2. jQuery & CSS
3. using GD for image manipulation (changing image size)
Note: I will only accept, clean clean, well commented and well structured code. I am a professional coder myself and would normally have written this myself, but I am very busy at the moment. I have included a partially implemented ImageExtractor class in the detailed notes attached to the project.
The project consists of 2 parts:
Part1
Create a small class with static methods to retrieve a page contents and extract any images found in the page
Part2
A webpage that displays a form that asks a user to type in a web address. When the user types in the web address, send an AJAX request to the server and notify the user to wait.
if there is a failure at the server end, the user is notified, and they can trey again, using the same form. If there is success, a form is displayed, which allows the user to select a picture and enter new information (name and email address) and then submit that to the server.
Again, the request (i.e. POSTing) is done by AJAX, and the user is visually notified that teh server is working i.e. display a ‘spining wheel’ + ‘Please wait..’ message).
When AJAX call returns, the form is removed/hidden from the page, and the result (success/fail) message is shown to the user.
pleas read attachment.