Simple Pagination Algorithm using ColdFusion

November 19 2007 , 5 comments

For one of my projects, I needed a simple pagination module. The requirements were pretty standard:

  • The first and last page should always be displayed
  • There should always be the same number of pages displayed for consistency (+- 1)
  • There should be maximum code reuse
  • It should be easily configurable
  • The current page should stand out

read more


Bad Design vs Good Design

November 5 2007 , No comments

Here’s a good article that tries to explain why “bad” site design succeeds. The typical examples are Google and MySpace. But that article went one step further and included Flickr and Amazon as examples of bad site design. I use Flickr a lot, and I’ve never been shocked by its (lack of) design.
read more


Recent Articles