Web design and development

Josef Müller Brockmann - grid-based layout and web design

Sunday, July 20th, 2008

In recent years there has been a trend towards visual overload in web design. In trying to buck this trend the example of Josef Müller Brockmann is instructive.

Web accessibility: The most commonly made mistakes of inaccessible sites

Sunday, April 20th, 2008

Web accessibility isn’t just about meeting a set of guidelines. You need an appreciation of WHY you are making your site accessible, as well as who you are doing it for.

Font substitution on web pages - using sIFR

Monday, March 17th, 2008

Browser font-handling has always been a big restriction on web design. However, there is a Flash and javaScript-based technique that opens up new possibilities.

Jakob Nielson - web usability

Wednesday, March 12th, 2008

Jakob Nielson’s “Designing Web Usability” may be in dire need of a second edition, but it remains an important source of guidance for new web designers.

Spider web pages in ASP.NET - reading and parsing HTML files

Sunday, March 9th, 2008

Html Agility Pack is a good solution for people wanting to read and parse web pages into a consistent and familar object model using ASP.NET.

Using the DIV tag to display columns rather than tables

Saturday, February 23rd, 2008

A common mistake that people make when developing web sites for accessibility is to use tables to control their layouts.

Improving ASP.NET Performance and Scalability: SQL Server Database access

Tuesday, February 12th, 2008

Your database interactions are among the most expensive operations you’ll perform in an ASP.NET application.