Search This Blog

Saturday, June 4, 2016

Coder Manual Week 2 (mid week)

This is just a brief update, as I'm not fully done week 2 yet. We've covered a lot about HTML and Style Sheets and I've just began touching on using JavaScript. I've been looking forward to this because JavaScript is actual programming, not just cosmetics, which is what HTML and CSS are mainly about. So far in the javascript bit, we've just covered the usual programming stuff: loops, conditionals, and a bit of syntax. I'm really looking forward to learning how to get javascript to interact with HTML content though.
I've also started the first assignment. The assignments are basically just working through the free content provided by Codecademy. This was a little disappointing (it would have been MUCH more disappointing if I had paid full price for the course), but Codecademy is actually pretty good. The topics in Codecademy are broken up into bite-sized pieces, where they introduce a concept (which I had already covered in Code Manual) and they get you to put it into practice in the little built-in compiler. Once you've entered the information they want you to (such as creating a small webpage with headings, colors, fonts, etc.) you hit "save and submit" and it'll tell you if you did it right. You do also get to see a preview of the changes, so it's not like you're flying blind.