School Work Round 7

In the home stretch. No lab this week, just need to work on finalizing my course project. Final week to add an adjustments, content, and enhancements. Once I’m done I’ll need to validate the sites accessibility and then share it with two people to provide feedback on what they think about the site. Once done collect everything together, write my final report and submit. All that is remaining is the final next week and I’m done.

Definitely learned a fair amount about HTML and CSS. As a matter of fact what I learned about CSS helped me a lot with my blog. Over the weekend, I migrated my entire blog onto my own server in AWS with WordPress installed. While I was able to find the same base template, it didn’t have as much customization as it had on WordPress.com. Had to use Developer’s Tools in Chrome to find the classes and ID’s that defined each element and tweak them to get the site to look like it does now. While I’m certain the site will continue to evolve, I’m happy enough with the site, I’ve made it live. Even figured out how to force the site to use HTTPS and setup my own SSL certificate for the site.

Blog Migrated to AWS!

Alright, will have to see how this goes. Migrated my WordPress blog onto my own server in AWS. The migration wasn’t a completely smooth as the template isn’t 100% the same. Will definitely be tweaking my custom CSS to get everything right; but this is why I did it. Best way for me to learn is to start playing around with things. Just hope this doesn’t all blow up on me somehow. I’ll keep my WordPress.com page up as a backup; but will start pointing everyone here.

School Work Round 6

Getting closer to the final stretch. Just need to keep up the pace.

This week, we cover dynamic content with JavaScript. Haven’t touched JavaScript, but hoping my experience with Java will help. My first go at dynamic content will be with this weeks lab. I’ll be taking HTML files for a New Year’s celebration event and work on updating the page content, while including a countdown timer written in JavaScript. Shouldn’t to bad.

Next up will be my course project. Need to figure out how to add some dynamic content to it, just not sure exactly what yet. While I work on the lab, I’m hoping something will come to mind that would make sense that wouldn’t be overly complex. Technically, the proper way to design the type of site I’m make, the articles would be dynamic content. Just don’t think I’ll be doing that for the course project as that would likely require me to setup a database to store the article information and then update the HTML code to display dynamically pull and display the articles. In short, that won’t be my dynamic content, so need to figure out what else I can do. Have a few ideas, just don’t want to pick something more advanced then I have time.

School Work Round 5

Made it past the halfway point and I’m still surviving. While I still find HTML unforgiving to work with, I’m still learning quite a bit. Now onto the next week’s worth of assignments which focus on web forms.

For the lab, I’ll be needing to design an ordering page. For my course project, I’ll need to design a feedback form. These should be interesting. My last class, I designed UI’s for Java applications, so I’m hoping some of that while help here. Granted, that was in Java and this will be in HTML/CSS.

Plan will be to finish the lab first so I can familiarize myself with web forms. Figure once I get that all figured out with the lab, the feedback form should be fairly straight forward.

As a side project, I’m planning on making the feedback form live so that I can get notified when feedback is submitted. Uncertain if that will be part of a later assignment, but something I would like to play around with. Plan will be to use API Gateway, Lambda, and SNS in AWS. I’ve already setup a Lambda function that can send notifications via SNS at work, just need to figure out API Gateway and how to tie that into my page. Should be fun.