Categories
WordPress WordPress Templates

WordPress Theme Exercise: Metonymic

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 the screenshots […]

Categories
WordPress WordPress Templates

WordPress Templates Exercise: I Heart Cities, Updated

Initial Setup Download Duplicator Site For this exercise, please download the starter files and the screenshots collection, if I don’t distribute them in class. These are big files, so the download might be a bit longer than that for most of the files on this site. Most, but not all, of the screenshots for the […]

Categories
WordPress WordPress Templates

WordPress: Film Festival Site: JavaScript

Now let’s wire up some JavaScript to hide the registration form and allow it be shown with the click of a button. First, make a new file called registration.js inside the js folder in your theme. When I originally wrote up this exercise, I used jQuery. These days, I would probably just use straight JavaScript. […]

Categories
Langara Outlines

LangaraPRM Teams 2018

WORDPRESS DESIGNER Pauline Josh Jed Tiffany WEB DESIGNER Sabrina Jeremy Karolina MEDIA Nicola Vitoria Samantha Bailey EDITORIAL & QA Alice Tanya PROMOTIONS Maddy Max  

Categories
Langara Outlines

PUBL 1235 Outline (2020)

Course: Publ 1235 Title: Web Production 1 Credits: 6 Room: A247 (Mac Lab) Term: Summer 2020 Class Days/Times:June 18–Aug 15Tuesday 500–720Wednesday 130–520Thursday 200–520Office Hours: Monday 2-4 This Section B class is devoted to the production of the online Pacific Rim Magazine. Like anything in life, this outline is subject to occasional changes. Throughout the term, I will add links […]

Categories
Langara Outlines

PUBL 1232 Outline (2020)

Course: Publ 1232 Title: Advanced Web Design Credits: 3 Room: Online Term: Summer 2020First class: June 18Last class: July 30Exam Period: Aug 04-15 Days/Times:Tuesday:  130-420Thursday: 1130-120 (Lab)Office Hours:Monday 2-4 This class builds on the prerequisite course Publishing 1220: Web Design Fundamentals. The class itself will largely focus on WordPress — how to use it, and how to build themes […]

Categories
WordPress Templates

WordPress Bare Bones Theming Exercise: Get Template Part & The WP Template Hierarchy

This exercise continues on from Bare Bones WordPress Theming Exercise: Common Template Tags. We ended that exercise having made a template part called article-short.php. Now, duplicate that file and name it article-long.php. In that file, make two edits: first, change the_excerpt(); to the_content();. then, remove the link code around the title of the post The […]

Categories
CSS HTML

Fender Vs Gibson History + Gallery Layout Exercise

About The Task For this exercise, please download the starting files and screenshots package. In the exercise, you will make the layout seen in the screenshots. This is another website about two famous American guitar companies: Gibson and Fender. There are three screenshots: Phone Desktop Back To Top Link Hover State The Markup There is […]

Categories
CSS HTML

Borp Mag 2018 Responsive Layout

For this exercise, you will make a single page layout for a mock magazine website. First, please download the starter files and the screenshots. The HTML I have given you a lot, but not all, of the HTML required. Try to get as close to the screenshot designs as possible. I have given you all […]

Categories
CSS HTML

The Firefox Developer Edition Grid Tool

NOTE, October 2020: This tool is now incorporated into the regular version of Firefox, so you don’t need to use the Firefox Developer Edition to get the functionality described in the article. The regular version will work the same way. While the Chrome Developer tools will show a Grid outline when you click on an […]