Auto Refresh your Dabr client
If you don’t know yet, Dabr is an open source Twitter Mobile Web client which can be used from their own site dabr.co.uk or you can download the code from its Google Code page and upload it to your server and use it like your own client.. :) But Don’t forget to read the documentation while installing. :) Now, about auto refreshing, First I thought about using AJAX, but that seemed a lot of work. So, I thought of an alternative. Open the theme.php file which is inside the common directory. Scroll to line no 137. You should see something like this ->
<head>
<title>',$_SERVER['SERVER_NAME'],' - ',$title,'</title>
<base href="',BASE_URL,'" /> '.theme('css').'
</head>
Just add this line just before the