This article demonstrates how to create a live search application (an AJAX based application that returns search results as you type) with CodeIgniter and Mootools JSON.
I've created a simple application that will store user submitted messages in a session and display them in a list, as user enters them (could be used as a shout box if messages were stored in a database). You can view the application here.