Git Tips and Fixes

These are some tips and fixes you can use when working with Git.

Published
Categorized as Tools Tagged

Credits and Copyright

When you use content that someone else made, you should give credit to the creator. This is true whether it’s an image, text or other media. Some content comes with specific copyright that REQUIRES you to give credit. One example is the Creative Commons Attribution license. This license requires that you attribute the original author… Continue reading Credits and Copyright

Gestalt Principle: Figure / Ground

When we look at something we try to determine what is important and needs our focus, figure, and what is not important and we can ignore, background. Another way to say this is foreground (figure) and background (ground). If you’ve done art you might have also heard of positive space (figure) and negative space (ground). … Continue reading Gestalt Principle: Figure / Ground

Week 16: 5/16 + 5/18

This is our last week of class before the final. Thursday 5/18 Thursday is an optional class. I will leave that open for you to work on your group projects, ask questions and generally do whatever it is you need to do to help you complete the work for the class. I have added a… Continue reading Week 16: 5/16 + 5/18

jQuery Basics

jQuery is the most popular JavaScript Library. Using a library allows you to quickly write code that is compatible across a range of browsers. It should be noted that recently browsers and JavaScript have evolved to make it possible to do a lot of the things jQuery is good at without jQuery. You may see… Continue reading jQuery Basics

jQuery Setup

Loading jQuery Into a Page There are two ways to load jQuery: Loading from the CDN Most people choose to load it from a CDN. The jQuery CDN allows you to choose which version you want to use. It should look something like this: Here is an example External JavaScript File Most of the time… Continue reading jQuery Setup

Week 14: 5/2 + 5/4

Thursday 5/4 Activity 1: JavaScript We didn’t have time to look at more JavaScript last class so we will today. CodePens Posts on our Site Activity 2: Final Projects We will look at your final proposals. Then we will look at this Eleventy Sass Template you can use: https://github.com/stein-bmcc/eleventy-sass Tuesday 5/2 Activity 1: Final Project… Continue reading Week 14: 5/2 + 5/4

Class 23 [4/27] JavaScript Introduction

Sorry, but you do not have permission to view this content. If you are a student in the course, please make sure that you are logged in to the OpenLab and have joined our course and then you will be able to see the content.

Software for Wireframing and Prototyping

Wireframing and Prototyping are two different (related) activities. They are here together because many of the software that do one will do the other. Figma [visit Figma’s site]This is designed first to be a a web app that goes from prototype to handoff to developers. This is one of the industry standards and widely used.… Continue reading Software for Wireframing and Prototyping

Class 22 [4/25] AI Assistance and Final Projects

We started out looking at some ways in which you can use generative AI like ChatGPT, Bard and image generators to help with content and code for your final projects. Then we went over the timeline and final project brief assignment including saving and submitting the brief to the Final Project Tracking Miro. After Class… Continue reading Class 22 [4/25] AI Assistance and Final Projects