Pinned Repositories
accordion-javascript
When you click on the title of an accordion, its corresponding panel expands to reveal the content.
bootstrap-simple
Simple html page with bootstrap framework.
boston-map-api
A single-page application featuring a map of my favorite places I would like to visit. By using Google Map API and Yelp API.
classic-arcade-game
The goal of the player is to reach the water, without colliding into any one of the enemies.
end-zone-position
In this example, as the user scrolls down the page, a box slides into view if they get within 500 pixels of the footer.
feed-reader-testing
Use Jasmine to write a number of tests against a pre-existing application.
keypress-javascript
When you the keydown or keypress events, the event object has property called keyCode, which can be used to tell which key was pressed.
picture-viewer
Photo viewer developed by JavaScript & jQuery.
responsive-slider
A slider positions a series of items next to each other, but only shows one at a time. The images then slide from one to the next.
resume
Build four javaScript objects, each one representing a different resume section.
bostonhuman's Repositories
bostonhuman/boston-map-api
A single-page application featuring a map of my favorite places I would like to visit. By using Google Map API and Yelp API.
bostonhuman/filter-tags.html
In this example, a gallery of images are tagged. Users click on filters to show matching images.
bostonhuman/hogwarts-gallery
This is Hogwarts Gallery project.
bostonhuman/js-accordion
When you click on the title of an accordion, its corresponding panel expands to reveal the content.
bostonhuman/js-panel
When you click on one of the tabs, its corresponding panel is shown. Tabbed panels look a little like index cards.
bostonhuman/mobile-portfolio
Optimize the critical rendering path and make this page render as quickly as possible.
bostonhuman/blur-focus
This example, as the text input gains and loses focus, feedback is shown to the user in the div element under the text input. The feedback is given using two functions.
bostonhuman/copy-javascript
In this example, you can see parts of the DOM tree being removed, duplicated, and placed elsewhere on the page.
bostonhuman/focus-blur-edit
This example, as the text input gains and loses focus, feedback is shown to the user in the div element under the text input. The feedback is given using two functions.
bostonhuman/form-edit
In this example, a button and form have been added under the list. When the user clicks on the button to add a new item, the form will come into view.
bostonhuman/form-javascript
In this example, a button and form have been added under the list. When the user clicks on the button to add a new item, the form will come into view.
bostonhuman/istlsfastyet.com
Is TLS fast yet? Yes, yes it is.
bostonhuman/javascript-form-edit
In this example, a button and form have been added under the list. When the user clicks on the button to add a new item, the form will come into view.
bostonhuman/javascript-load-edit
The load event is commonly used to trigger scripts that access the contents of the page. In this example, a function called setup() gives focus to the text input when the page has loaded.
bostonhuman/js-filter
The array object has two methods that are very useful for filtering data.
bostonhuman/js-modal
A modal window is any type of content that appears "in front of" the rest of the pages's content. It must be "closed" before the rest of the page can be interacted with.
bostonhuman/js-slider
A slider positions a series of items next to each other, but only shows one at a time. The images then slide from one to the next.
bostonhuman/js-viewer
The photo viewer is an example of an images gallery. When you click on a thumbnail, the main photograph is replaced with a new image.
bostonhuman/ladygaga
This is a responsive website for all browsers and smartphones.
bostonhuman/load-javascript
The load event is commonly used to trigger scripts that access the contents of the page. In this example, a function called setup() gives focus to the text input when the page has loaded.
bostonhuman/movie-trailer
bostonhuman/mywebsite
This is my website.
bostonhuman/photo-gallery
In this project, we develop a photo gallery page.
bostonhuman/position-javascript
In this example, as the user scrolls down the page, a box slides into view if they get within 500 pixels of the footer.
bostonhuman/tree-project1
This is tech degree project 1. This is called Personal Profile Page.
bostonhuman/tree-project2
This is tech degree project 2. It is a responsive website.
bostonhuman/tree-project3
This is tech degree project 3. This is called Form Registration Page. This form allows developer to collect informations from visitors.
bostonhuman/tree-project4
This is tech degree project 4. This is called Photo Gallery Page. This is included with jQuery plugin.
bostonhuman/tree-project5
This is tech degree project 5. CSS to Sass.
bostonhuman/tree-project6
In this project, a website with rasterized images (PNG files) along with matching SVG files. I'll need to replace the rasterized images and modernize the UI using the SVGs.