« links for 2006-10-18 |
Main
| Two kickass hip-hop podcasts »
-
A new conference, hosted by O'Reilly.
-
There is no such thing as Ajax. However, I would still go to this conference.
-
Bugs in Prototype.js, as well as other elements of the Ruby UI.
-
How to configure Apache as a proxy server. It is important to turn mod_proxy on in BOTH locations in the httpd.conf file.
-
Safari does not like named, anonymous functions. This is bad: (function foo () {..})() and Safari will say "syntax error." Instead just use (function () {...})().