31 Matching Annotations
  1. Nov 2024
  2. Sep 2024
  3. Jul 2024
  4. Dec 2023
  5. Jun 2023
  6. May 2023
    1. Since using case insensitivity is so widespread, take their sign up email address and make it lower case. Whenever they try to log in, convert that to lowercase as well, for comparison purposes, when you go to see if the user exists. As far as sign up and sign in go, do a case insensitive comparison. If the person signs up as Steve@example.com, you'll still want to allow them to sign in later with steve@example.com or sTeVE@example.com.
    2. But you should also keep track of the email address that they signed up with in a case sensitive fashion. Any time you send an email to them, be sure to send it with that original casing. This allows the email server to handle it however it feels like it needs to. So even though the person may always be signing in to your site with steve@example.com, if they signed up as Steve@example.com, you'll always send email to Steve@example.com, just to be safe.
  7. Apr 2023
  8. Jan 2023
  9. Nov 2022
  10. Sep 2022
  11. Jun 2021
  12. May 2021
  13. Mar 2021
  14. Feb 2021
  15. Jan 2021
  16. Aug 2020
  17. Jun 2020
  18. May 2020
  19. Apr 2020
  20. Jun 2018
    1. must keep the focus first on best practices

      Good practices? Here are a couple of critiques of the phrase best practices.

      1. When “Best Practice” is Bad Practice

      1. Best Practices Are the Worst

      Not trying to nitpick here, but as a teacher I find it more important to be able to look at any writing practice (digital or otherwise) and see how it fits my learners and our learning niche. I am always surprised at what works and what doesn't and how the trifling-est practice sometimes works. I understand, too, that the reason we propose 'best practice' and do research to determine what is best practice is to pare down on the universe of options available to us as teachers and learners. As an experiment ask a student what they might consider best practice for learning a particular thing and I think you might be surprised. Oh, right, students don't enter into best practice except as we practice it upon them.