The Lab

<< Back to The Lab

It's been a while since I've gotten my hands on the whole Ajax thing. This time I figured I'd finish this little toy that I've been working on for a while.

Find-o-matic is a web app that looks through text files that contain lists of various things. When you start typing, every keystroke sends a request to a PHP files that in turn processes a specified text file. I figure PHP is the way to go for textproc and let Javascript handle the requests and placement of the data.