Things I Learned This Week

PUBLISHED ON MAY 5, 2014 — IMPORTED FROM TUMBLR, TEXT
  • Resolving the $ conflict between jQuery and YUI…
    • …and what YUI is.
  • All sorts of Apache configuration business, which turned out to be a lot of setting file permissions.
    • chmod g=rw myfile gives read and write permissions to all of the current group members for myfile
  • 87% of the CSS being loaded on my current project aren’t being used
  • Intro to vi commands!
    • i to start typing, esc to stop [i for “insert mode”]
    • Once done typing, :wq to save and quit
    • Jump to line 34 when not in insert mode: :34