Spence Green

Ideas. Travel. Software. Writing.

Spence Green is a graduate student in Computer Science at Stanford University. In addition to computers and software, his interests include travel, running, and diving. He speaks Arabic.

Archive for November 27th, 2007

Learning CSS for ASP.NET

without comments

Several weeks ago, I started implementing an ASP.NET 2.0 interface for a postal systems project. Although I had previous experience with n-tier web architectural design, the ASP.NET programming model was new to me, as were the constellation of languages and constructs used in modern web design. My first objective was to prototype all screens in the new interface. Initially, I thought of using Visio to layout the content, but I soon realized that it’s better to put a working “skeleton” in front of the user. The skeleton may lack tier 2 connections, but it should represent the interaction model, which includes:

  • Link structure between forms.
  • Dynamic, client-side content such as hover boxes and timers.
  • Proposed color scheme, which is an accessibility concern for colorblind users.
  • Site-wide style sheets.

Read the rest of this entry »

Written by Spence

November 27th, 2007 at 10:50 am

Posted in ASP.NET