Things I Learned This Week
- Resolving the
$
conflict between jQuery and YUI…
- All sorts of Apache configuration business, which turned out to be a lot of setting file permissions.
chmod g=rw myfile
gives r
ead and w
rite permissions to all of the current g
roup 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