├── CSS └── README.md ├── Debugging └── General Debugging │ ├── README.md │ └── images │ ├── 1.png │ ├── 2.png │ └── 3.png ├── Front End Tools ├── Bower │ └── README.md ├── Gulp │ └── README.md └── README.md ├── Git and GitHub └── Git Branching Strategies │ ├── BasicWorkflow.jpg │ ├── MainBranches.jpg │ ├── README.md │ ├── featurebranches.jpg │ ├── hotfixbranch.jpg │ ├── releasebranch.jpg │ └── reposetup.jpg ├── HTML and JavaScript └── FlexBox and Google Maps API │ ├── README.md │ └── flex_demo.html ├── Javascript Design Patterns ├── P5 Project Overview With Ben Jaffe │ └── README.md └── P5 Project Overview │ ├── README.md │ └── images │ ├── List-Click-Marker-Click.gif │ ├── Search-Function-Map.gif │ └── basic-neighborhood-map.png ├── Javascript Testing └── P6 Overview │ ├── README.md │ └── images │ └── feedreader-index.png ├── OOJS ├── Getting Started with Frogger │ └── README.md └── Object-Oriented Basics │ └── README.md ├── README.md ├── Text-Editors ├── Sublime Hotkeys & Emmet │ ├── README.md │ ├── emmet.html │ ├── jslint.js │ └── sublime.html └── Sublime, Vim, and Text Editing │ └── README.md ├── Web Optimization ├── Effective Optimizations for 60 FPS │ ├── README.md │ ├── initial_timeline.png │ ├── main.js │ ├── stage1_timeline.png │ ├── stage2_timeline.png │ └── stage3_timeline.png └── Project 4 Overview │ └── README.md └── jQuery └── Intro to jQuery ├── README.md ├── images ├── jQuery_PassCSSSelector.png ├── jQuery_PassClass.png ├── jQuery_PassDOMElement.png ├── jQuery_PassID.png ├── jQueryobject.png └── simpledom.png ├── jQuery_Chaining.html └── jQuery_SearchingInDOM.html /CSS/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udacity/fend-office-hours/HEAD/CSS/README.md -------------------------------------------------------------------------------- /Debugging/General Debugging/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udacity/fend-office-hours/HEAD/Debugging/General Debugging/README.md -------------------------------------------------------------------------------- /Debugging/General Debugging/images/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udacity/fend-office-hours/HEAD/Debugging/General Debugging/images/1.png -------------------------------------------------------------------------------- /Debugging/General Debugging/images/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udacity/fend-office-hours/HEAD/Debugging/General Debugging/images/2.png -------------------------------------------------------------------------------- /Debugging/General Debugging/images/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udacity/fend-office-hours/HEAD/Debugging/General Debugging/images/3.png -------------------------------------------------------------------------------- /Front End Tools/Bower/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udacity/fend-office-hours/HEAD/Front End Tools/Bower/README.md -------------------------------------------------------------------------------- /Front End Tools/Gulp/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udacity/fend-office-hours/HEAD/Front End Tools/Gulp/README.md -------------------------------------------------------------------------------- /Front End Tools/README.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Git and GitHub/Git Branching Strategies/BasicWorkflow.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udacity/fend-office-hours/HEAD/Git and GitHub/Git Branching Strategies/BasicWorkflow.jpg -------------------------------------------------------------------------------- /Git and GitHub/Git Branching Strategies/MainBranches.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udacity/fend-office-hours/HEAD/Git and GitHub/Git Branching Strategies/MainBranches.jpg -------------------------------------------------------------------------------- /Git and GitHub/Git Branching Strategies/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udacity/fend-office-hours/HEAD/Git and GitHub/Git Branching Strategies/README.md -------------------------------------------------------------------------------- /Git and GitHub/Git Branching Strategies/featurebranches.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udacity/fend-office-hours/HEAD/Git and GitHub/Git Branching Strategies/featurebranches.jpg -------------------------------------------------------------------------------- /Git and GitHub/Git Branching Strategies/hotfixbranch.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udacity/fend-office-hours/HEAD/Git and GitHub/Git Branching Strategies/hotfixbranch.jpg -------------------------------------------------------------------------------- /Git and GitHub/Git Branching Strategies/releasebranch.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udacity/fend-office-hours/HEAD/Git and GitHub/Git Branching Strategies/releasebranch.jpg -------------------------------------------------------------------------------- /Git and GitHub/Git Branching Strategies/reposetup.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udacity/fend-office-hours/HEAD/Git and GitHub/Git Branching Strategies/reposetup.jpg -------------------------------------------------------------------------------- /HTML and JavaScript/FlexBox and Google Maps API/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udacity/fend-office-hours/HEAD/HTML and JavaScript/FlexBox and Google Maps API/README.md -------------------------------------------------------------------------------- /HTML and JavaScript/FlexBox and Google Maps API/flex_demo.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udacity/fend-office-hours/HEAD/HTML and JavaScript/FlexBox and Google Maps API/flex_demo.html -------------------------------------------------------------------------------- /Javascript Design Patterns/P5 Project Overview With Ben Jaffe/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udacity/fend-office-hours/HEAD/Javascript Design Patterns/P5 Project Overview With Ben Jaffe/README.md -------------------------------------------------------------------------------- /Javascript Design Patterns/P5 Project Overview/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udacity/fend-office-hours/HEAD/Javascript Design Patterns/P5 Project Overview/README.md -------------------------------------------------------------------------------- /Javascript Design Patterns/P5 Project Overview/images/List-Click-Marker-Click.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udacity/fend-office-hours/HEAD/Javascript Design Patterns/P5 Project Overview/images/List-Click-Marker-Click.gif -------------------------------------------------------------------------------- /Javascript Design Patterns/P5 Project Overview/images/Search-Function-Map.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udacity/fend-office-hours/HEAD/Javascript Design Patterns/P5 Project Overview/images/Search-Function-Map.gif -------------------------------------------------------------------------------- /Javascript Design Patterns/P5 Project Overview/images/basic-neighborhood-map.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udacity/fend-office-hours/HEAD/Javascript Design Patterns/P5 Project Overview/images/basic-neighborhood-map.png -------------------------------------------------------------------------------- /Javascript Testing/P6 Overview/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udacity/fend-office-hours/HEAD/Javascript Testing/P6 Overview/README.md -------------------------------------------------------------------------------- /Javascript Testing/P6 Overview/images/feedreader-index.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udacity/fend-office-hours/HEAD/Javascript Testing/P6 Overview/images/feedreader-index.png -------------------------------------------------------------------------------- /OOJS/Getting Started with Frogger/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udacity/fend-office-hours/HEAD/OOJS/Getting Started with Frogger/README.md -------------------------------------------------------------------------------- /OOJS/Object-Oriented Basics/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udacity/fend-office-hours/HEAD/OOJS/Object-Oriented Basics/README.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udacity/fend-office-hours/HEAD/README.md -------------------------------------------------------------------------------- /Text-Editors/Sublime Hotkeys & Emmet/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udacity/fend-office-hours/HEAD/Text-Editors/Sublime Hotkeys & Emmet/README.md -------------------------------------------------------------------------------- /Text-Editors/Sublime Hotkeys & Emmet/emmet.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udacity/fend-office-hours/HEAD/Text-Editors/Sublime Hotkeys & Emmet/emmet.html -------------------------------------------------------------------------------- /Text-Editors/Sublime Hotkeys & Emmet/jslint.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udacity/fend-office-hours/HEAD/Text-Editors/Sublime Hotkeys & Emmet/jslint.js -------------------------------------------------------------------------------- /Text-Editors/Sublime Hotkeys & Emmet/sublime.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udacity/fend-office-hours/HEAD/Text-Editors/Sublime Hotkeys & Emmet/sublime.html -------------------------------------------------------------------------------- /Text-Editors/Sublime, Vim, and Text Editing/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udacity/fend-office-hours/HEAD/Text-Editors/Sublime, Vim, and Text Editing/README.md -------------------------------------------------------------------------------- /Web Optimization/Effective Optimizations for 60 FPS/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udacity/fend-office-hours/HEAD/Web Optimization/Effective Optimizations for 60 FPS/README.md -------------------------------------------------------------------------------- /Web Optimization/Effective Optimizations for 60 FPS/initial_timeline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udacity/fend-office-hours/HEAD/Web Optimization/Effective Optimizations for 60 FPS/initial_timeline.png -------------------------------------------------------------------------------- /Web Optimization/Effective Optimizations for 60 FPS/main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udacity/fend-office-hours/HEAD/Web Optimization/Effective Optimizations for 60 FPS/main.js -------------------------------------------------------------------------------- /Web Optimization/Effective Optimizations for 60 FPS/stage1_timeline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udacity/fend-office-hours/HEAD/Web Optimization/Effective Optimizations for 60 FPS/stage1_timeline.png -------------------------------------------------------------------------------- /Web Optimization/Effective Optimizations for 60 FPS/stage2_timeline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udacity/fend-office-hours/HEAD/Web Optimization/Effective Optimizations for 60 FPS/stage2_timeline.png -------------------------------------------------------------------------------- /Web Optimization/Effective Optimizations for 60 FPS/stage3_timeline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udacity/fend-office-hours/HEAD/Web Optimization/Effective Optimizations for 60 FPS/stage3_timeline.png -------------------------------------------------------------------------------- /Web Optimization/Project 4 Overview/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udacity/fend-office-hours/HEAD/Web Optimization/Project 4 Overview/README.md -------------------------------------------------------------------------------- /jQuery/Intro to jQuery/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udacity/fend-office-hours/HEAD/jQuery/Intro to jQuery/README.md -------------------------------------------------------------------------------- /jQuery/Intro to jQuery/images/jQuery_PassCSSSelector.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udacity/fend-office-hours/HEAD/jQuery/Intro to jQuery/images/jQuery_PassCSSSelector.png -------------------------------------------------------------------------------- /jQuery/Intro to jQuery/images/jQuery_PassClass.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udacity/fend-office-hours/HEAD/jQuery/Intro to jQuery/images/jQuery_PassClass.png -------------------------------------------------------------------------------- /jQuery/Intro to jQuery/images/jQuery_PassDOMElement.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udacity/fend-office-hours/HEAD/jQuery/Intro to jQuery/images/jQuery_PassDOMElement.png -------------------------------------------------------------------------------- /jQuery/Intro to jQuery/images/jQuery_PassID.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udacity/fend-office-hours/HEAD/jQuery/Intro to jQuery/images/jQuery_PassID.png -------------------------------------------------------------------------------- /jQuery/Intro to jQuery/images/jQueryobject.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udacity/fend-office-hours/HEAD/jQuery/Intro to jQuery/images/jQueryobject.png -------------------------------------------------------------------------------- /jQuery/Intro to jQuery/images/simpledom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udacity/fend-office-hours/HEAD/jQuery/Intro to jQuery/images/simpledom.png -------------------------------------------------------------------------------- /jQuery/Intro to jQuery/jQuery_Chaining.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udacity/fend-office-hours/HEAD/jQuery/Intro to jQuery/jQuery_Chaining.html -------------------------------------------------------------------------------- /jQuery/Intro to jQuery/jQuery_SearchingInDOM.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/udacity/fend-office-hours/HEAD/jQuery/Intro to jQuery/jQuery_SearchingInDOM.html --------------------------------------------------------------------------------