Wednesday, March 14, 2007

Finished chapter 5 of Head First

It was all about images. I learned how to re-size images, make thumbnails, and how to make links on images.

Saturday, March 3, 2007

Switching my Python learning source

I've changed the source that I'm using to learn Python. Dive Into Python is what I'm using now. The tutorial I was using before was from the "New to Programming" section of Python.org. Well, I'm not new to programming. I thought I had forgotten enough to warrant starting on an absolute beginner level, but I soon realized that this was the wrong choice.

Thursday, March 1, 2007

Finished Chapter 4 of Head First

Chapter 4 was about how to actually get on the web. Like setting up a hosting company and uploading your web page with ftp. They also introduced some "a tag" attributes like target, id, and title.