Monthly Archives: September 2005

Derek Wants Us to Embrace our Bottoms

Derek Powazek, senior designer for Technorati and all around clever guy, has hit the nail on the head regarding the value of the bottom of the page:

In this business, a user that actually reads all the way to the bottom of a page is like gold. They’re your best, most engaged, happiest users. [...]

What’s Wrong With Movable Type

I just upgraded our installation of Movable Type to version 3.2. The new stream-lined interface is much better than version 3.1, but I’ve learned to absolutely loathe MT in the last two days.

The Magic Eval

One of the coolest aspects of Javascript is the eval function. It gives you the option of executing code composed on the fly or received as the result of an XMLHttpRequest.

But eval can be tricky and extremely frustrating. Let’s dive into some of the most critical aspects…