Difference between revisions of "Week Fourteen (MGDP2060)"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(Review exercises)
Line 27: Line 27:
 
** Create document named '''starter.html'''
 
** Create document named '''starter.html'''
 
** Break up '''starter.html''' into '''header.php''', '''page1.php''', and '''footer.php'''
 
** Break up '''starter.html''' into '''header.php''', '''page1.php''', and '''footer.php'''
 +
** Use the php require '''include()''' function  to "include" the header and footer inside page1.
 
* [[Week Six Exercises (MGDP2060)|Week Six]]
 
* [[Week Six Exercises (MGDP2060)|Week Six]]
 
** Demonstrate the Static Home Page
 
** Demonstrate the Static Home Page

Revision as of 17:02, 8 December 2016

This article lists topics for Week Fourteen of Web Design and Development III (MGDP2060).

Previous: Week Thirteen (MGDP2060) - Next: Week Fifteen (MGDP2060)

Ajax examples

Review exercises

  • Week One
    • Set up web hosting account
    • Install WordPress
  • Week Two
    • Leave comments on other students' WordPress
    • Create index.php file for WordPress
    • Update Site Address (URL) in WordPress Dashboard
  • Week Three
    • Use FTP for file sharing with other students
    • Do textbook exercises, chapters 4 and 5
  • Week Four
    • Do textbook exercises, chapter 6
  • Week Five
    • Create folder named php
    • Create documents named formpage.html and action.php
    • Create document named starter.html
    • Break up starter.html into header.php, page1.php, and footer.php
    • Use the php require include() function to "include" the header and footer inside page1.
  • Week Six
    • Demonstrate the Static Home Page
    • Demonstrate a Page Template
    • Demonstrate custom CSS
    • Create subdomain for your project
  • Week Seven
    • Disable web hosting cache
    • Child Theme
    • Child Theme CSS
    • Fancy fonts
  • Week Eight
    • Template file exercise (486-495)
    • Loop exercise (495-500)
  • Week Nine
    • PinBlack theme: custom post type exercise (511-516)
  • Week Ten
    • Copy and rename PinBlack theme
    • Make categories for products
    • Make sample products (three for each category)
    • Add category descriptions
    • Modify category template
    • Make "Better home page" per textboom
    • Update main menu
  • Week Eleven
    • Create template single-product.php
    • Create template content-single-product.php
    • Modify custom post type definition to display custom fields
    • Install and demonstrate Advanced Custom Fields plugin
  • Week Twelve
    • Implement a contact form plugin of your choice
    • Add "Contact" link to main menu
  • Week Thirteen
    • Create folder named ajax
    • Create document named index.html, and make it display one of your Products
    • Add code to functions.php for CORS