Posts

Module 9

I can’t believe this class is almost over. Where did the weeks go? I made the database and it was pretty easy. I made two variables name and age. One was text the other was varchar. It took a few minutes to get up and running. Which worked for the test. Age should be INT and name I might keep varchar my thinking here is that wouldn't lose formatting like accents or work with international keyboards. I haven't tried it yet. I'm not super clear on variable types but that's something easy to google.  My final assignment is a portfolio because I’m looking for a job (hopefully remote). Between not having day care, Florida’s ridiculously punitive unemployment system, and this terribly unsettling feeling about the direction our covid numbers are going I’ve been lacking motivation.  I joined a few groups of educators online who make virtual classrooms to see what sort of format works best for kids. I’m working on a virtual library. I’ve been spending time looking for creati...

Module 6

    So, our text says the PHP site has a windows installer. This appears to no longer be the case. I’m rubbish at manual downloads. I tried it didn’t work, so I downloaded XAMPP server which has PHP built in. Could there have been an easier way? Eh, maybe. I watched a tutorial for XAMPP. I like XAMPP it seems pretty easy and straight forward. I had a hello world program running in 5 minutes. I really dig my XAMPP server. Now my code using the include file never worked. I tried the page you are currently not seeing and then I tried the example verbatim. I never got it working. I gave up on dreamweaver and went straight to notepad++ it still didn’t work. Maybe my path is wrong? I spent an insane amount of time trying to get this to work (hours) and reading forums. I’m still not sure why it doesn’t? My PHP runs on localhost. I had to quit I had spent like 8 hours total on this stupid thing. The sprite was kind of fun. I like JSfiddle. You can see my sprite on my website. The lo...

Module 5

I made an adult website with very lack security apparently. You enter your age and if It’s above 21 you get a welcome message, if it’s not you are told to go away, if it’s not an age you are told to submit again. I decided to use an else if to be fancy. I’m excited to learn PHP. We’re getting into very new material for me. I made my wireframe in powerpoint. I almost did it in photoshop but I wanted my links to actually go somewhere. This might be the wireframe for my actual final. The notes on the slide in black are not clickable and aren’t part of the wireframe, I just wanted to let you know where to click. My wireframe is for a store. There’s a virtual store front or map in the fist page with different areas to click. Those images take you to a product page with a description and options in a drop down (assuming we learn drop downs) based on the selections a price is tabulated and goes to a shopping cart (I hope this isn’t super complex) where the totals are added up in the last f...

Module 4

Image
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...

Module 3

Image
1. The code for this assignment appears correct (that seems too easy). The variables are price1 and price2 and the object is total. Total can hold multiple variables, it holds both price1 and price 2 combined. 2. Now for the more difficult part. I made an image in Canva and saved it as a PNG, JPEG, and GIF. Filezilla did not like the GIF at all. I tried resizing it, used a different template, and I even Googled “filezilla won’t upload GIF.” I couldn’t get it. Either the connection was terminated or it said the file uploaded but it wouldn’t work. I’m really interested to find out why it didn’t work. The PNG file was the highest quality and looked the sharpest on my screens. It took the longest to download too. It wasn’t so noticeable on my desktop (next to my router) but when I tried on my phone, it made a huge difference the first time I loaded it. I think if you don’t really need a PNG file, a JPEG is a lot more practical in terms of loading speed. I’m really bummed out I didn’t g...

Module 2

I like to code by breaking first, I also have an infant, so this assignment took way longer than it should have. Dreamweaver isn’t very intuitive for me. My module 3 link on my home page is still underlined and I don’t know how to get rid of it. My pictures showed up a little warped (I know pictures are next unit but I wanted to play with the layout). I ended up without the stylesheet (oops) I uploaded the wrong one. I got a 404 error for about 2 hours when I forgot to replace index2, even though it was in the lecture.   Oops.

Hello World

I haven't taken a web design class in 10+ years. I think some things have probably changed a little bit since then. I used blogger in undergrad so I decided to use it for this classes blog. It has both a rich text mode and a coding mode so I can practice my HTML (it's a little rusty).  You can visit my webpage for class here .