Ponder Projects

These are the "Ponder" projects completed throughout the Dynamic Web Fundamental (WDD131) course at Brigham Young University Idaho (BYUI). They are listed in order with the first being at the top left and most recnet toward the bottom right.

Meta Tags and CSS Review

metatag-thumbnail

This project is to intorduce the description and author MetaTags while reviewing CSS. It is a video guided project.

Video Guide One Video Guide Two

Js Variables and Constraints

js-variables-thumbnail

This project is a video guided introduction to Java Script. It builds off the privious project.

Video Guide

Computational Thinking

computational-thinking-thumbnail

This project is to understand the way programmers think when they are solving problems with code. The site is the result of the "Downlaod Layout" below using computational thinking. This is a video guided project.

Video Guide Download Layout

DOM Basics

dom-basic-thumbnail

Practice using DOM basics in java script with varying tag, id, class, and img.

Video Guide

Responsive Design

responsive-design-2thumbnail

Approach to web development where web page layout and content adapt to different screen sizes and devices. A good responsive design ensures a consistent and optimal user experience.

Video Guide

Responsive Gallary

responsive-gallary-Thumbnail

This ponder will demonstrate a responsive gallery and a dialog modal for each image

Video Guide

Responsive Menu

responsive-menu-thumbnail

This ponder demonstrates finishing up the responsive menu by adding JavaScript and more CSS to make the mobile menu open and close

Video Guide

Accessibility and Desgin

accessibility-and-design-thumbnail

This ponder demonstrates using accessibility for web pages and web pages with different layouts according to the device size

Video Guide

Array Methods

Browser window showing a webpage with a bulleted list (“one,” “two,” “three”) and formatted student names, alongside the Chrome DevTools Elements panel displaying the corresponding HTML structure.

This ponder will demonstrate array methods and a simple template literal for dynamic content. Some output will be on the page and other output in the console.

Video Guide

Dynamic Content

This ponder will demonstrate movie content coming in dynamically to the page through JavaScript.

Video Guide

Working ith Forms

Create a form and using conditionals to show different inputs to the user and form validation.

Video Guide 1 Video Guide 2

JS Objects

JavaScript language course sections table

Demonstrate using a JS Object to add students to a course section with an object method.

Video Guide

Flexbox Exercise

Flexbox media card and gallery layout example

Demonstrate different layouts on different devices using Flexbox

Video Guide

Sorting and Filtering

Hiking trail list with tags and difficulty icons.

Practice with sorting and filtering arrays and object arrays.

Video Guide 1 Video Guide 2