Feeds:
Posts
Comments

Archive for May, 2008

When you think about it, the original Nintendo was an amazing system. That to this day millions of people still love the games on that old system says something about its staying power. Yet even compared to personal computers of the day, it was seriously underpowered. This of course was an attempt [...]

Read Full Post »

Traditional data-driven websites are usually built with a particular pattern:

Client makes an HTTP request to a server component using a URL.
Server component performs some operation on a data model and collects results.
Results are passed to some smart templating engine (PHP, JSP, ASP, Ruby, etc.) that creates the necessary HTML and Javascript.
HTML is sent back to [...]

Read Full Post »