Skip to content

Instantly share code, notes, and snippets.

@etoxin
Last active October 6, 2016 01:41
Show Gist options
  • Save etoxin/ca1d7bfec9a77af19423f8370b507b35 to your computer and use it in GitHub Desktop.
Save etoxin/ca1d7bfec9a77af19423f8370b507b35 to your computer and use it in GitHub Desktop.
Website Go Live Checklist Gotchas

Website Go Live Checklist Gotchas

Pre Developmenmt

HTML

  • Remove any http://placehold.it image placeholders.

CSS

  • Make sure site is using CSS min files
  • Test on iOS8 Device
  • -webkit- All the things.

Javascript

  • Check that all non <a href=""> buttons and links (<div>) that have event bindings. Have CSS cursor; pointer; set on them. Otherwise they will not trigger.
  • Check all API keys.
    • Facebook
    • Google Analytics
    • Twitter.
  • Make sure site is using JS min files
  • Make sure site is using JS CDN files

Post Developmenmt

  • Test website outside work network.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment