Difference between revisions of "Week Fourteen (MGDP2060)"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(Review exercises)
Line 11: Line 11:
  
 
* [[Week One Exercises (MGDP2060)|Week One]]
 
* [[Week One Exercises (MGDP2060)|Week One]]
 +
** Set up web hosting account
 +
** Install WordPress
 
* [[Week Two Exercises (MGDP2060)|Week Two]]
 
* [[Week Two Exercises (MGDP2060)|Week Two]]
 +
** Leave comments on other students' WordPress
 +
** Create index.php file for WordPress
 +
** Update Site Address (URL) in WordPress Dashboard
 
* [[Week Three Exercises (MGDP2060)|Week Three]]
 
* [[Week Three Exercises (MGDP2060)|Week Three]]
 +
** Use FTP for file sharing with other students
 +
** Do textbook exercises, chapters 4 and 5
 
* [[Week Four Exercises (MGDP2060)|Week Four]]
 
* [[Week Four Exercises (MGDP2060)|Week Four]]
 +
** Do textbook exercises, chapter 6
 
* [[Week Five Exercises (MGDP2060)|Week Five]]
 
* [[Week Five Exercises (MGDP2060)|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'''
 
* [[Week Six Exercises (MGDP2060)|Week Six]]
 
* [[Week Six Exercises (MGDP2060)|Week Six]]
 +
** Demonstrate the Static Home Page
 +
** Demonstrate a Page Template
 +
** Demonstrate custom CSS
 +
** Create subdomain for your project
 
* [[Week Seven Exercises (MGDP2060)|Week Seven]]
 
* [[Week Seven Exercises (MGDP2060)|Week Seven]]
 +
** Disable web hosting cache
 +
** Child Theme
 +
** Child Theme CSS
 +
** Fancy fonts
 
* [[Week Eight Exercises (MGDP2060)|Week Eight]]
 
* [[Week Eight Exercises (MGDP2060)|Week Eight]]
 +
** Template file exercise (486-495)
 +
** Loop exercise (495-500)
 
* [[Week Nine Exercises (MGDP2060)|Week Nine]]
 
* [[Week Nine Exercises (MGDP2060)|Week Nine]]
 +
** PinBlack theme: custom post type exercise (511-516)
 
* [[Week Ten Exercises (MGDP2060)|Week Ten]]
 
* [[Week Ten Exercises (MGDP2060)|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 Exercises (MGDP2060)|Week Eleven]]
 
* [[Week Eleven Exercises (MGDP2060)|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 Exercises (MGDP2060)|Week Twelve]]
 
* [[Week Twelve Exercises (MGDP2060)|Week Twelve]]
 +
** Implement a contact form plugin of your choice
 +
** Add "Contact" link to main menu
 
* [[Week Thirteen Exercises (MGDP2060)|Week Thirteen]]
 
* [[Week Thirteen Exercises (MGDP2060)|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
  
 
[[Category:Web Design and Development III (MGDP2060)]]
 
[[Category:Web Design and Development III (MGDP2060)]]

Revision as of 13:01, 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
  • 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