Posts tagged: FUN

Spot the forgery

Somehow I don’t think this is worth making a filtering rule for, but it’s amusing. How many characters of this header to you need to scan before you know it’s forged?

Reveived: from web.de
    by fmmailgate04.web.de (Postfix) with SMTP id 94F36A25FF;
    Fri, 21 Jul 2006 17:03:27 +0200 (CEST)

Web developer evolution

After the frameworks post I kept thinking about this. Of course any generalizations I make are heavily colored by my own direct experience, but the progression seems to go along these lines:

  1. Make static web pages.

  2. Make modular pages using simple includes (in SSI, PHP, ASP, or what have you).

  3. Make pages with more involved functionality (form submissions to database, basic CRUD).

  4. Get sick of re-building dynamic stuff for every project; write your own kinda portable library or framework.

Stupid eBay tricks

I don’t remember when I bookmarked this URL, and I don’t know how long this has been a problem or how long it will last (presumably not very long if word gets around), but I hereby present for your amusement the Magical Endlessly Redirecting eBay URL:

http://cgi1.ebay.com/aw-cgi/eBayISAPI.dll?MyEbayLogin

(You have to be signed in to see the MAGIC. Also, it’s only theoretically endless – your browser will eventually give up.)

Technology wanted: FFE

When I’m using my PowerBook with an external screen in spanning mode, this sequence happens more often than I’d like:

  1. Working on in Application A on the internal screen, I need to refer to something displayed in Application B on the external screen.
  2. I look over at Application B and read. When I’m done reading I realize I don’t need that window anymore, so I press cmd-W.
  3. Frontmost window of Application A closes – say, a browser window with unsaved content in a web form.
  4. I make an “aaaargh” noise.

In the world of window management, there’s click-to-focus, and there’s focus-follows-mouse. What I really want is Focus Follows Eyeballs.