Module 4

This was easy. The bracket was missing around else. This took me about 5 seconds. I’m glad this part of the assignment was easy for me. I have taken a few basic programming classes in the past so I’m well aware how picky brackets can be.  

if (hour < 18) {
    greeting = "Good day";
}else{
    greeting = "Good evening";
}

I took it slow this week and watched a lot of tutorials. I really appreciated the photoshop tutorials from Adobe, they broke it up into easy lessons. I particularly liked removing paint from the shirt adding flowers to the arrangement in the demo pictures. I also watched a few Dreamweaver tutorials afterwards that I had skipped. Turns out there were a lot easier ways to do what I’d been trying to do in my projects. Oops. At least I know now why things are the way they are.

This week seemed deceptively easy but it might be because of how many extra tutorials I went through. I took this class to expand my resume skills. I can already see why knowing photoshop is essential, it’s a very powerful tool.

The first page I uploaded didn’t work. I debugged it and got it running. 

On the same note here is the image I downloaded and exported to the web. I don't know why I'm so obsessed with Wednesday this week. I would have liked to have this image display when the day was not Wednesday but I think I'm getting ahead of myself. I might go in later and make them objects. I like how mostly useless a Wednesday checking script is. 


Comments

Popular posts from this blog

Module 6

Module 3