flower





Week #11


TOWSON WEATHER :
66° - 44°, Mostly Sunny 
***Check Homework***

Talk about Student Pages:
https://ryansmithart.com/fall2023/students.html

Technical Support at TOWSON:
[copied from ART466 Syllabus]

"Student Computing Services (SCS) located in the Cook Library, Room 35
http://www.towson.edu/technology/studentservices/locations/index.html "
e-mail: scs@towson.edu



talk about Project #2  & Project #1 GRADES

examples:
- example_1
- example_2
- example_3



*Review: 

*The Container Class (W3)

Dropdown Menu (W3)

Dropdown Images (W3)

*Responsive Navbar with Dropdown (W3)

https://www.blindtextgenerator.com/lorem-ipsum






- What's "SmoothScrolling"

<!-- HTML -->
<a class="nav-link" href="#part_2">smoothScroll</a>


<!-- anchor: -->
<div id="part_2"></div>


// jquery & javaScript

<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script>
$(document).ready(function(){
// Add smooth scrolling to all links
$("a").on('click', function(event) {
// Make sure this.hash has a value before overriding default behavior
if (this.hash !== "") {
// Prevent default anchor click behavior
event.preventDefault();
// Store hash
var hash = this.hash;
// Using jQuery's animate() method to add smooth page scroll
// The optional number (800) specifies the number of milliseconds it takes to scroll to the specified area
$('html, body').animate({
scrollTop: $(hash).offset().top
}, 800, function(){

// Add hash (#) to URL when done scrolling (default click behavior)
window.location.hash = hash;
});
} // End if
});
});
</script>






What's a favicon?

<link rel="icon" href="cat.jpg" type="image/jpg">
http://www.photoshopsupport.com/tutorials/jennifer/favicon.html

More info:
https://seranking.com/blog/what-is-a-favicon/

<link rel="icon" href="favicon.png" type="image/png">

Or:
ryansmithart.com/favicon.ico

https://www.favicon.cc




Talk about plagiarism

FUN STUFF:
https://gifrun.com


if there's time this week...

gif





HOMEWORK:



*Finish Project #2

Your 2nd project is due at 6:00pm November 14th (Originally due today).
Presentations will start promptly at the beginning of class.


Please bring an external hard drive or "thumb drive" with you to class.
Note: You will use your (USB) flash drive to move your files from your computer to the desktop computer.
I will also expect you to upload your projects to Towson’s server space (Tigerweb.towson.edu/…).

If you forget to bring your "Thumb drive", and you’re having difficulty uploading your project, you may need some help.
If you need help, please ask for assistance.
If you have a broken or incomplete project, bring it to class anyway.


Required materials for this class:

(1) a flash drive or hard drive: 2GB or more
(some external device to store your work on)

(2) *Personal Web Space (Towson user accounts are fine)

(3) a sketchbook, something not too big, about 8x10 inches 
(for notes and sketches) 

(4) something to write & make drawings with