Top

Web Development Project Life cycle

June 24, 2008 by Nathan Gardner · Leave a Comment 

I was going to start this off as ‘The Ideal Web Development Environment’, but I soon realized that I was instead describing how a projects life cycle should go. So, I decided to stick to that. I will be explaining what I feel is the ideal project life cycle for a typical web development project. Some of these things aren’t necessary for smaller environments and other elements are missing for larger ones. Read more

Revision control

May 16, 2008 by Nathan Gardner · 1 Comment 

Revision control is way of managing multiple versions of the same project or application. In software development, revision control is helpful because it allows for easy debugging, upgrading, and rolling back versions. Read more

Bottom