photogallery Archive

Photo Gallery – Phase 1 Release

I spent a little time cleaning up some code and putting finishing touches on the phase 1 release of the photo gallery. Recall that phase 1 was an implementation using ASP.NET and my home brew JavaScript. The

Photo Gallery – ASP.NET + JavaScript

I will try to wrap up phase 1 of the roadmap for the photo gallery project. During this article I will try to pull together any loose ends. JavaScript – Utilities One of the goals of this

Photo Gallery – Data Access / Business Logic

There are lot’s of good reasons to separate applications into layers. One of the best reasons is to allow the application to easily be extended and maintained. Even in this small project, separation is a good. The

Photo Gallery – ASP.NET / HTML

This post will be explain the presentation layer of the photo gallery. The content of this post is focused on presentation layer design and how this is achieved using ASP.NET content and cascading style sheet (CSS) for