Autocomplete with Rails
April 16th 2008 07:20 pm
I found this page useful in getting autocompletion going on my Rails app.
Slash7 with Amy Hoy – Ajaxariffic Autocomplete with Scriptaculous
function check_referrer() { if (!isset($_SERVER['HTTP_REFERER']) || $_SERVER['HTTP_REFERER'] == “”) { wp_die( __('Please enable referrers in your browser, or, if you\'re a spammer, bugger off!') ); } } add_action('check_comment_flood', 'check_referrer');
April 16th 2008 07:20 pm
I found this page useful in getting autocompletion going on my Rails app.
Slash7 with Amy Hoy – Ajaxariffic Autocomplete with Scriptaculous