A Charity Donation Recognition System Using PHP, MySQL, JavaScript And DOM
Recently asked on Yahoo! Answers:
Divide photo in 5,000 pieces with rollover text?
we are raising money and selling support tickets. To show our progress we are going to start with a black and white image split in 5,000 pieces then as each piece is sold we want to turn it into color.When you roll over each piece the person who purchased that support ticket will have their name show up as well as a personal message.
any opinions on how this should be built? The admin section will all be managed manually, so we’ll just need a backend for the admin person to go in and make the changes manually.
This seemed an interesting challenge to me; not difficult, but with multiple steps that no beginner could hope to properly tackle on his own without some help.
This project calls on almost all the basic skills a competent Web developer should possess: Image editing; database design and simple queries; DOM manipulation; security and back-end systems, and therefore, it gives me my first real opportunity in quite some time to address a project in full scope.
As always, I’ll have a link to a working demo and code you can download at the end of this entry.
