Web Development Articles
One of the best things about being involved in the world of technology, besides getting a front row seat to all the amazing advancements made every day, is meeting and talking with the creative people who make the magic happen. I think I’m especially lucky, having strong ties to a range of different areas such [...]
Creating a PHP Graphing Calculator {04-09-2008}When I want to learn a new technology or technique, I like to think about little projects I’ve always wanted to try, and see if the project could be implemented using the new technology. In this case, I’ve worked quite a bit with .NET’s image and graphic related classes and methods, but had never really [...]
Rotate, Flip, and Resize Images in .NET {03-09-2008}Often times if you’re writing a web application that deals with user uploaded photographs and other images, a nice feature set to have is one that allows users to do basic manipulations on their photos, such as rotating, flipping, and resizing (the last being very important for download friendly images). Luckily, the .NET framework makes [...]
Articles and Posts