Create a JES script that adds a journal entry to your webserver blog database.

The purpose of this assignment is to demonstrate how scripting languages can interact to produce common results that are seen on the Web every day.

Create a JES script that adds a journal entry to your webserver blog database.

The entry should include a title field, along with a file upload prompt. Review the information in “IT/Python Web Forms & UI,” prior to beginning the assignment.

Using your homepage from Topic 3, create a Python script that prompts the user for a title, description, and filename of your Python program and add the following to the bottom of the existing homepage:

  1. Add the post title with an emphasis

  2. Add the post description beneath the post title

  3. Create a hyperlink to the Python file using the filename input

  4. Create another hyperlink to the page you will create in the Web Showcase assignment

Submit the following in a compressed, zip file format:

  1. Your python program. Naming convention is: FirstInitial+LastName+newPost.py. Example: dharalson.newPost.py

  2. At least one screen capture demonstrating that your program was functional.

  3. The html code for your webpage.

  4. ZIP file naming convention is: FirstInitial+LastName+newPost.zip

SAMPLE ASSIGNMENT
Powered by WordPress