
I have worked hard to implement some new changes that every one has requested in both the Spoke Calculator and the Address book, In this version of the Address book in terms of fixing things, i have added more fields in the forms as requested, updated the MySQL a bit, changed the log-in system to be encrypted in the database. Found a thumbnail script that does what i want, so you no longer need an EXIF embedded thumbnail. Added a CVS Backup feature.
The Spoke Calculator also benefits from some of these changes in easer management of data in the manage sections you now have per page navigation as well as CVS Backup feature. I also updated the security in the log in to store the password as an encrypted MD5
Other changes to come will be to the Spoke calculator in the “get info” section.
Check them out:
Address book
Spoke Calculator
Addressbook Update:
Your MySQL will need a few fields added.
`aim` varchar(250) NOT NULL default ”,
`skype` varchar(250) NOT NULL default ”,
`jabber` varchar(250) NOT NULL default ”,
`gtalk` varchar(250) NOT NULL default ”,
rite after comments in the addressbook table.