Resources for learning web design & front-end development:
ONLINE
Design
Resources for learning web design & front-end development:
ONLINE
Design
# Add this to your ~/.profile to open the sublime project file in the current directory using `sublp` without any arguments. | |
# Note: `subl` ust be in your PATH. | |
# | |
# Usage: Navigate to folder containing project file. Type `sublp` and hit enter. | |
# | |
# Thanks to http://www.reddit.com/user/execrator for the hint! | |
# | |
alias sublp='subl --project *.sublime-project' |
Answering the Front-end developer JavaScript interview questions to the best of my ability.
Sometimes you need to delegate events to things.
this
works in JavaScriptThis references the object or "thing" defined elsewhere. It's like "hey, thing I defined elsewhere, I'm talkin' to you."