Here’s an overview of getting the Picture project open, running it, and modifying it to create your own art.
Posts by
substrings
Quick tutorial of how to use both substring methods of the String class.
Uploading to Github Pages
Here’s how you upload your website to github pages:
Intro to CSS
Shows how to add basic style adjustments using CSS. Helpful links: w3schools CSS tutorials & 147 web-safe named colors
Designing Classes
In this video, I review the 3 main sections of a class (instance variables, constructors, & methods) and the two types of methods (accessor & mutator). I also show the difference between the public interface and the private implementation.
Adding Links
Video showing how to add links to other websites using the anchor tag.
Images & Tag Properties
Video showing how to add an image to a website. Introduces the concept of tag properties.
First HTML Site
Video introducing HTML. Described the structure of an HTML page and used ordered list and unordered list tags (ol & il tags).
print, println, and escape sequences
Video explaining differences between print & println. Also discusses three escape sequences in java: \n, \\, and \”.
Intro to Using an API
The video below is an introduction to reading javadocs & using an API through BlueJ’s documentation feature.