Web Development Articles

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 [...]