CIS 627 (Web Database Services Development) Week 7
Updates, validation and more
-
Explaining First Friday Calculation (based on a student question)
Possible resources:
-
Adding header row to top of each page in the pdf table (based on a student question)
Possible resources:
-
Just Jeditable
Possible resources:
-
Combining Jeditable functionality with datatable functionality and a database UPDATE
Possible resources:
-
Using jQuery Validation plugin
Possible resources:
- jQuery_Validation_demo.zip Demos using the jQuery Validation plugin to validate
a form on the client side and also validates the data ofn the server side. It uses the file and folder structure obtained from downloading and
unzipping the jQuery Validation plugin by clicking the download link at http://jqueryvalidation.org/
The index.html file in the demo folder has a more elaborate example that is similar to what is shown in the youtube video linked to below.
- jQuery Validation Plugin (youtube video)
-
Encrypting passwords
Possible resources:
-
Assignment
- Make a Jeditable Datatable that displays the offices of the classicmodels database. The officeCode (id) should be hidden so that the user cannot change that. The remaining fields
should be editable and the database should be updated when the user edits the field and hit the Enter key.
- Update the Week 5 PHP page you made that generates a PDF displaying a table of the Customer data in the Northwind database. Add code that places the field names in a table
header at the top of each page.
- In a Word document, define the following:
- Hash function
- Rainbow table
- Salt a password