Category Archives: Web Design

The State of the Web Illustration – Summer 2008

I liked this illustration of 2008 Internet and tech trends by Matt Inman. He did one back in 2007, too. It’s not particularly comprehensive, I just think he’s a good illustrator. His portfolio is creative and vibrant. Now that I’m … Continue reading

Posted in Web Design | Tagged | Leave a comment

On Database Abstraction, PHP, and Ruby

It took me a couple days on my current PHP/MySQL project to get the DB abstraction with proper error handling, input validation, and relational support coded to the point where I’m happy with the model. This was after trying Zend_Db, … Continue reading

Posted in Databases, Ruby, Web Design | Tagged , , , | 3 Comments

Paradigm Shift in Web Development to MVC

A few days ago, I started development on the web site portion of one of my new projects. The project is comprised of mobile applications working in tandem with a main web site to deliver a service. However, this post … Continue reading

Posted in Web Design | Tagged , , , | Leave a comment

Mix: Web Technology Conference

Mix 2008 ended yesterday. It’s a web development conference run by Microsoft. Check out Ray Ozzie’s keynote. I found Ray’s 2007 keynote to be more interesting. The 2008 keynote focused more on Microsoft products, whereas I felt the 2007 keynote … Continue reading

Posted in Microsoft, Web Design | Leave a comment

How to Size Text in CSS

Proper typography can mean the difference between an elegant web site and an utterly hideous one. How to Size Text in CSS on A List Apart gives particularly good sizing advice to help you achieve typographic perfection. It has an … Continue reading

Posted in Web Design | Tagged | Leave a comment