Browsing Category

Development

IE8 is Now Available!

First Thoughts: Even though IE8 has made improvements, after viewing the compatibility list it’s still not really ready for CSS 3. I believe we still are developing for IE6 and up so this may not be such a great…

My Windows Home Server Build

Well I finally finished moving to a new home and purchased the remaining items for my WHS. I decided to blog about the install just in case someone out there is interested in building one for themselves or purchasing one from…

Continuous Integration 101

What is Continuous Integration? Continuous integration describes a set of software engineering practices that speed up the delivery of software by decreasing integration times. (http://en.wikipedia.org/wiki/Continuous_Integration) Continuous integration advantages: When unit tests fail, or a bug is discovered, developers might revert…