The Michigan government will be shutting down due to a budget crisis. (Primary Source, via Digg)
Month of September, 2007
6 essential web development books + 1 bonus
As a web professional, our education can never be complete, we are always working on improving our skills. Because of this, I tend to buy many books, mostly because I am not important enough for publishers to give them to me!
Here is a list of books I have purchased over the years that have become an integral part of my growth.
- HTML Utopia: Designing Without Tables Using CSS by Dan Shafer
Object Oriented PHP: Part 2
In case you haven't been reading, here is the series so far:
Last time, I introduced the concepts of classes and objects. To recap, a class is a template and an object is the product of that template. Next on the list are properties, constructors and methods.
Let's start with the class MyFirstClass from part 1 and add some properties.