March 23, 2005
I’ve finished my "name suggest" box which can be used for anything, anywhere. I wrote it for the PM recipients but I’ve abstracted it so it can be used for anything; template names, forum names – anything. It took nearly 600 lines of javascript to complete (+ 1 custom XMLHttpRequest library + PHP + HTML) [...]
Read the full article →
March 22, 2005
I couldn’t resist doing a Google style auto-complete using XMLHttpRequest and the most logical place for this is in the personal message "send" form. Typing in the recipients name will show a drop down box of possible matches which is constantly refined as you enter more characters. Screenshot here.
Read the full article →