\n"; foreach($files as $file) { $name=strip_ext("$file"); print "\n
  • $name
  • "; } print "\n\n"; } } // SJW 2014.02.09 // Sanitize form data (for membership form, or in general) function qufa_sanitize_form_data($form_data) { $sanitized_data = $form_data; $sanitized_data = trim($sanitized_data); $sanitized_data = strip_tags($sanitized_data); $sanitized_data = htmlentities($sanitized_data); $sanitized_data = filter_var($sanitized_data, FILTER_SANITIZE_STRING); return $sanitized_data; } // Sanitize an entire array function qufa_sanitize_form_data_array($form_data_array) { $sanitized_form_data_array = array(); foreach($form_data_array as $key => $value) { $sanitized_form_data_array[$key] = qufa_sanitize_form_data($value); } return $sanitized_form_data_array; } // Generate a random string for spam check function qufa_generate_random_string($str_length = -1) { $character_array = str_split("ABCDEFGHIJKLMNOPQURTUVWXYZabcdefghijklmnopqrstuvwxyz"); $character_array_size = count($character_array); $random_string_size = $str_length; $random_string = ''; shuffle($character_array); if (($random_string_size < 0) || ($random_string_size >= $character_array_size)) { $random_string_size = $character_array_size - 1; } $random_string = array_slice($character_array, 0, $random_string_size); return implode('', $random_string); } function qufa_check_spelling($phrase_to_check) { $phrase_array = explode(" ", $phrase_to_check); $pspell_link = pspell_new("en"); if (! $pspell_link) { return true; } $spelled_ok = 0; $spelled_wrong = 0; foreach ($phrase_array as $word) { if (pspell_check($pspell_link, $word)) { $spelled_ok++; } else { $spelled_wrong++; } } return ($spelled_ok > $spelled_wrong); } ?> QUFA - Tips for Managing your Information: And some inconvenient truths!

    Tips for Managing your Information: And some inconvenient truths!

    (Gillian Barlow, Queen's Archives)

    Wednesday, October 7, 2009
    Noon - 1 pm
    517 Watson Hall

    Does your information overload make you feel like you are fighting a losing battle? Too much email getting you down?

    In our every day lives, at work and at home, we create and receive more information than ever before, and technology has helped to drive this trend. Now our capacity to create, collect and disseminate information is in danger of outstripping our ability to manage it.

    Don't let those positive and enabling information assets become an unwelcome burden and a drain on your precious time and resources. This workshop (offered from the perspective of a records manager) aims to address some of the problems you face in managing your information. It will tackle such topics as: organization of files for optimal retrieval, keeping your email inbox under control, practical issues around using Web 2.0 technologies, laptops and other mobile devices, access and privacy issues, safe disposal of sensitive information, techniques for keeping digital information long-term etc. It may help you understand and cope with unexpected issues that sometimes arise in your university life surrounding the information you hold; answer your real life questions and hopefully provide some practical, workable solutions.

    View PowerPoint slides