Categories
Langara Outlines

PUBL 1220 Outline (2020)

Publ 1220 Web Design Fundamentals Credits: 6 Room: Currently Online Summer Term:May 04 – June 13, 2020Zoom URLs:See BrightSpace Course Page Days & Times:Tuesday 130–520Tuesday 600–720 (lab)Thursday 1130–320Thursday 400–520 (lab)Friday 1130–420  (lab)Office HoursThursday 900–1100  SKIP to Class Content This double-size half-term class will cover HTML & CSS, and serve as a foundation for the Advanced Web Design […]

Categories
Langara Outlines

WMDD4840 Outline (2020-02)

WMDD 4840 Content Management Systems Credits: 3 Online Days & Times:Summer 2020Monday: 930 – 1230Exam Period: August 04 – 15 For Zoom URLs, see Brightspace Course Office Hour (via Zoom)Friday 9-10 To get in touch with me, please email to my Langara.ca address or send email via BrightSpace. PDF of Official Outline SKIP to Class Content […]

Categories
CSS HTML

pretendmag layout exercise

First, please download the starter files you will need. Once you’ve unpacked the files, you will see that are two folders of images whose names show the orientation of the images inside them: unsplash-2020-landscape unsplash-2020-portrait Next please download the screenshots. In this exercise, you will make a front-page of a magazine-style website. There are four […]

Categories
WordPress Templates

Protected: Transferring your WP Site to a Live Server 2020

There is no excerpt because this is a protected post.

Categories
WordPress Templates

WordPress Theme Exercise: Metonymic 2020

In this exercise, you will build two significant parts of a WordPress theme: the home page and the single post view. You may use your notes or the Internet. If this is a test, talking to anyone will result in a zero grade. Initial Setup First, please download the following: the duplicator package a starter […]

Categories
WordPress Templates

WordPress Theming Exercise: The Eatery Restaurant Pt5

In the template-parts folder, duplicate content-staff-member.php and name the copy content-meal-menu.php. Here’s the contents of the new file: Change that code in the following way: change two classes change two fields remove the post-thumbnail div add the content area Now edit front-page.php Duplicate the Staff Members Section and change the following things: section class to […]

Categories
WordPress Templates

WordPress Theming Exercise: The Eatery Restaurant pt 4

Another Custom Post Type: Meal Menus Go to the CPT UI part of the Dashboard and choose Add / Edit Post Types. For the slug, use meal_menu. Fill in the Plural and Singular labels (with Meal Menus and Meal Menu, respectively) and then click the Populate additional labels based on chosen labels link. In those […]

Categories
WordPress Templates

WordPress Theming Exercise: The Eatery Restaurant pt 3

A New Staff Member In the Staff Members section of the Dashboard Sidebar, click Add New. You can also do this from the New menu in the Admin toolbar. You will then see this screen. It looks like a traditional post, sort of, but not… For the first employee use these values: Title: Doris Shutt […]

Categories
WordPress Templates

WordPress Theming Exercise: The Eatery Restaurant pt 2

Theory: Custom Post Types WordPress has two main kinds of content: posts and pages. Posts are organized with tags and categories. They typically have titles, content, excerpts, feature images, etc. However, much content doesn’t really “fit” that method of organizing. Fortunately, it is possible to create other kinds of post types through a feature called […]

Categories
CSS HTML

The Eatery Restaurant Menu 2020: Responsive Page

For this exercise, please first download these files. Once you unzip the files, you will see that there is an index.html file, a folder of images, a screenshots folder, a file called index-not-marked-up.html. There will be two ways to do this exercise: CSS Emphasis: the index.html file has most of the HTML & the content […]