Archive for October, 2006

Endless Pageless: No More Next Page

Written by admin on Tuesday, October 31st, 2006 in Ajax.

Twelve years after the debut of search engines, we have Google representing the current best-of-breed index of web pages. It is faster, smarter, and it has raised the bar for web usability several times over. And yet, we are still paging through search results ten or twenty records at a time. Unfortunately, this style of navigation has been adopted by every site that returns records from a database, regardless of the amount of data being served.

We propose an alternative interface to result data on the web: the “Endless Pageless”. Using Ajax we can dynamically fetch more results and append them to the bottom of the page, as the user approaches the end of the content they have already read. This pattern removes the need for pagination, feeding your customer as much data as they care to read in a subtle, non-intrusive way.

Read More: http://unspace.ca/discover/pageless/

w3tableless.com: Un-table your websites

Written by admin on Monday, October 2nd, 2006 in Ajax.

A fun little site to help un-table your websites.

Of course, this doesn’t apply to sites that display tabular data. (CSS nazis can tend to go overboard at times, and forget tables are not 100% bad when used appropriately.)

Huge list of Ajax tutorials

Written by admin on Monday, October 2nd, 2006 in Ajax, Ajax Examples, Ajax Resources, Ajax Tutorials, ajax blog.

Just found this list of 126 Ajax Tutorials over the weekend — here’s a sampling:

Really huge, excellent list. Check it out…



Site Navigation