Please post what you are developing on the facebook page.
/-----Current Jobs-----/ /PRIORITY/ REST Web Service that retrieves data from a MySQL database table/s based on a GET message. Dynamic Web page that is influenced by information from a REST Web Service e.g. A dynamicly generated HTML table. REST Web Service that insterts into a MySQL database table/s based on a POST message. REST Web Service that insterts into a MySQL database table/s based on a PUT message. Work out how to limit access to REST services to only validated users and prototype.
/LOWER PRIORITY/ Password Class --Create a hash of a users password, Input (User, Password) the hash must be none reversible (obviously) and preferably salted. --Compare password with Hash(Hash, User-name, Plain Text Password) and return a boolean indicating if the users login attempt was correct.
Validation Class --Checks that a user name meets a given set of criteria e.g. Alphanumeric, N characters long, you will need to consult the DB team for more specifics. --Checks that a Password meets a given set of criteria, Longer than 6 characters, alphanumeric etc. Lookup what is acceptable and make note.
Temp SQL Server Details http://www.facebook.com/groups/456635107706826/permalink/470677986302538/