- 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 myfilegivesread andwrite permissions to all of the currentgroup members formyfile
 - 87% of the CSS being loaded on my current project aren’t being used
- Use Chrome Dev Tools to audit yourself
 
 - Intro to vi commands!
ito start typing,escto stop [ifor “insert mode”]- Once done typing, 
:wqto save and quit - Jump to line 34 when not in insert mode: 
:34