Archive for June, 2006

Serving an Excel Worksheet to a browser.

2006.06.23, Fri

Writing an excel worksheet to a browser is pretty simple – all you need is the correct response type, and to format the data using an HTML table.

(more…)

Handling dates in Javascript

2006.06.23, Fri

A few pointers.

(more…)