I’ve been running a classified ads perl script for years that is overdue for several modifications. I setup a work environment on a temp domain where changes can be tested. Database files are delimited txt files. This project involves doing the following.
1) Convert to utf-8 encoding – I want all user pasted content converted to utf-8 before saving to database.
2) Improve image uploading – Currently using Fancybox for showing images, want modified so images maintain scale when re-sized (cu…
