Please make a menu like the one contained in this video. Click in the bottom right to watch full screen: that will make what I’m looking for here more clear, and will remove the extra spacing this Loom player embed seems to want to add for some reason. Please make sure that your file has […]
Author: km
The goal of this exercise is to hone your ability to use WordPress conditional tags. They are easy to learn, but they give you great power to make concise themes. For information on conditional tags, here are two resources: Starter Files Please download the new screenshots package and the starter files (choose which php version […]
Copy the following snippet of text into Visual Studio Code: Now, figure out the most most efficient way to turn this data into a table with the following characteristics: There are four columns. The first row of the snippet has the table headers. Each table header begins with a capital letter. The table has this […]
First, please download the required files. In this exercise, you will make the front page of a responsive website. As always, use a mobile-first approach. There will be three responsive states: phone, tablet, desktop. Screenshots are provided with the downloaded files. You will write all the HTML & CSS. The Main Article Each paragraph in […]
A Series of Short Videos I have posted a series of short videos about Emmet on the Loom video cloud hosting service. This service is new, so it’s missing a few common UI features, including the ability to sort the videos. As a result, they are presented by default in reverse chronological order: exactly backward […]
The final assignment of the class is worth 50% of the course mark. Typically in this course, students have made portfolio sites using WordPress child themes that they write. If you wish to make a site of some other content, get in touch and we’ll discuss the idea. A child theme piggybacks on the functioning […]
The proper way to load stylesheets or scripts in WordPress is to enqueue them in functions.php. The process is explained very well in the WordPress Developer Area. However, recently Google changed the format it uses for multiple font face or weight font downloads. This is causing only the first font family to be downloaded. To […]
Useful WordPress Snippets
Automatically Wrap Feature Images In The Permalink Some themes, such as TwentyTwenty, don’t wrap feature images in the permalink. However, since this is such a standard web idiom, you might want to consider implementing it in your own themes or child theme. The following code will accomplish that task, as long as you are not […]
ECUAD Web Development 1 (CEIE 150)
Instructor: Kevin McMillan Number of Sessions 12 Day and Time Fridays 130-430 Duration September 04 – Nov 20 Meeting Format BlueJeans Link (See Moodle Course Shell) Official Outline course content The course will introduce students to fundamental skills and knowledge in Web Development. Students will learn HTML and CSS, with an emphasis on Responsive Web […]
Insanely Brilliant CSS Art
Check out these examples of how far talented artists can take CSS: https://diana-adrianne.com/purecss-francine/ https://css-art.com/pure-css-lace/ https://css-art.com/photorealistic-pure-css-mobile-phone/ https://css-art.com/purecss-zigario/ https://css-art.com/pure-css-landscape/ https://css-art.com/purecss-gaze/ Spend some time with the browser’s Developer Tools and these works. Truly insane.