Categories
WordPress Templates

PretendMag WordPress Theming Exercise

first, download the new and improved starter files. second, download this “starter” theme. third, download the screenshots Your task here will be to make only the front page of the site. On some posts, there will need to be working links to single posts and category archives, but you do not need to style the […]

Categories
CSS HTML SVG

Using SVG Images as CSS Masks

A really neat way to break out of the boxiness that is a default condition of CSS is to use images that appear non-rectangular. It’s very common, for example, to see images rounded with CSS. Assuming that the image has equal height and width, this code will make it perfectly round: Another interesting thing you […]

Categories
Uncategorized WordPress

WordPress Escape Methods

It is often said that the first rule in data security is to trust no one. From the WordPress developer handbook: It’s best to do the output validation as late as possible, ideally as it’s being outputted, as opposed to further up in your script. This way you can always be sure that your data […]

Categories
ECUAD Outlines

ECUAD Web Development 2 (CEIE 250)

Instructor: Kevin  McMillan Number of Sessions 12 Day and Time Fridays 930-1230 Duration July 17 – October 02 Office Hours Wednesday 100-300 Meeting Format BlueJeans Link (See Moodle Course Shell) Official Outline Course Description This advanced course builds on the HTML & CSS skills gained in Web Design I by introducing students to the most […]

Categories
Uncategorized

LangaraPRM 2020 Teams

Web Designers Mishayla Dana Yuan Front End Developers Alayna Kirin U/X Designer (Yes, this is a new job.) Alex Promotions Taylor QA / Media (Combined) Stephanie Julia Teresa Editors Eugenia Isabelle

Categories
WordPress Templates

Protected: WordPress Security Settings on WMDD Plesk

There is no excerpt because this is a protected post.

Categories
WordPress

WordPress Basics Lab Exercise

Some of these “review” tasks we might not have done in class yet, or they might not all have been covered by the videos I’ve assigned. If that’s the case, think of those parts of the task as “review while figuring out” exercises. First, download these images. You will use these images in a couple […]

Categories
WordPress Templates

Basic WordPress functions.php Code

For a Block Theme: This will enqueue your styles.css file, making the styles that you write there available to WordPress. It is recommended to put as much of your styling into theme.json as possible. However, there is still things that cannot be done in theme.json yet, and the Custom CSS area of theme.json is recommended […]

Categories
CSS HTML

Vancouver Gallery Exercise

First, please download these files. This zip archive contains a folder of images. Now download these screenshot files. Make a new folder named vancouver-gallery-yourname. Put the downloaded images folder inside the folder you just made. You will make all the HTML & CSS for the exercise. The Task Make a page that a header and […]

Categories
CSS HTML

Visual Studio Code: Wrapping Selections in Tags

If you have a lot of content to mark up, using Visual Studio Code’s features can make that job a lot faster, and more consistent. The movie below shows a couple ways to leverage multiple selections and Emmet’s wrap-in-tag functionality. Get comfortable with the techniques used here and you’ll save lots of time. Here’s the […]