I have not updated in a long time. That is because I have been way too busy for some extra time. Life responsibilities, work, and many other things(most notably an interest in Star Trek: The Next Generation) taking up time. So while I have been able to do coding, updating this has been on the back burner. This is what I've been doing the past 6 months.
I purchased another three books. A book on HTML & CSS, Javascript & JQuery, and PHP and MySQL. I finished the HTML & CSS book. I really like that book. Clear explanations, pictures, sample code, good appendix for easy reference, this book had everything I wanted. I also didn't know anything about HTML, let alone ever really hearing of CSS besides some things on codecademy.com.
I understand HTML and CSS aren't technically programming, but the simple coding and instantly gratifying results of those languages helped to reinvigorate my interest in programing. I haven't gone in to the Javascript & JQuery book as of yet. That is due to my most recent endeavor...
PHP!
I'm really enjoying this latest book I bought. I did get a PHP book from the library but that proved to be too out of date. So I purchased this book on Amazon. I am only in the middle of chapter two but can already see the benefits I will be able to take from this book. The original book from the library was helpful in setting up Apache and PHP on my computer although I did have to Google how to set up Apache and PHP to function.
So that is what I have been doing over the past 6 months. I also made two little functioning programs in Python. A little Monty Hall game and a little window where you can click and a ball will bounce around the window a few times. The later program is admittedly crudely coded. I feel I cheated some in the way it works, but that is something I feel I will have to work on in the future.