Tag Archives: code
Dilbert on Coding
Dilbert is a comic that I check nearly everyday. This one was published on Dilbert.com on 10/10/10, and it’s one that I had to mark as a favorite on my iPhone app.
Nested Lists – Web Development 101
Recently I was debugging a problem on a site I’m developing. As it turns out the issue dealt with a script I was using for the site navigation, which was an unordered list of links for the pages of the site. The list contained nested lists that were links for sub-sections of the site. Unable to come up with a quick fix on my own after going through my code, I turned to a web development technical forum for assistance. After the first response, I found myself wishing I had spent a little more time looking for the answer on my own.