This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Interactive Web Apps Module | |
Five questions. | |
1 What is JQuery - | |
2 What can it do - It allows for the modification of the current html of the page being viewed. | |
3 Where can I use it - I can use it in the brower and via web based interfaces | |
4 What are is limitations - | |
5 Does it render the same in all browsers. - It does not each browsers has its own Document Object Model |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Dec 17 | |
Create it git repo | |
created new repo in 4:26 second. - Starting from terminal. | |
created a new repo in 4:12 - Starting from terminal. | |
created a new repo in 3:16 - Starting from github. | |
key value pairs question. Updated to show all the key value pairs in the return. | |
write a function that accepts an array and returns the some from an argument. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Create Item Pseudo Code | |
1. Create a jQuery function to listens for clicks on the submit button. | |
Check/Uncheck Items Pseudo Code | |
1. Create a jQuery function to check and un check new or existing items when the "Check" button is pressed. | |
2. The status of the check should be evaluated as checked or unchecked. | |
Delete Items Pseudo Code | |
1. Create a jQuery function to delete an item upon clicking the "Delete" button | |
2. The status of the delete needs to be verified. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
To implement the next steps in the application we need to: | |
1. Add Items | |
We will need to generate a new String string literal for each new item added. | |
2. Check/Uncheck added items | |
We will then check/ create a Boolean value for the listed times. | |
a. Based on the boolean value set or remove a strike through. | |
3. Delete Items | |
Remove any deleted times by dropping the string literal for that item. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(topic) | |
What is l'art du déplacement | |
(questions) | |
1. What is another name for l'art du déplacement | |
a. Parcours is the name originally used by the Yamakasi to describe what they did. | |
b. Freerunning was a name coined in American to describe l'art du déplacement. | |
c. Tracing is the official name for l'art du déplacement in Japan. | |
d. Hardcore Parkour the name use in the series the Office is the most common name used by the Yamak. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://jjsilas.github.io/LearnADD/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
JJS Portfolio Project | |
Hello, I'm Jherich. A Fullstack developer with a focus on UI/UX and overall presentation. | |
I am a web developer and in the Fullstack JavaScrip program at Thinkful. I enjoy coding because it allows me the opportunity to solve problems and help others to see their ideas become working products and solutions. Before starting the journey to become a developer I was on the edges of discipline working both with reverse proxy technology and modifying clients existing Javascript for marketing and analytics. I love the idea of being able to fully understand the process from beginning to end. This allows me to not only to edit and maintain code but to build new and innovative projects as well. | |
When I’m not coding or working in technology, I’m frequently researching projects with my coding group. Or training in one of my movement-related passions. I teach Indonesian Martial Arts and ADD also known as Parkour. A few years ago I did stunt work for a movie, “The Lotus”, and I was on “American |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://user-images.githubusercontent.com/56581417/73157892-52894f00-40da-11ea-87b6-16214bbd5e8f.jpeg | |
https://user-images.githubusercontent.com/56581417/73157896-54eba900-40da-11ea-8485-601657d75ec0.jpeg |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://jjsilas.github.io/jjsdevportfolio/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Published site | |
https://jjsilas.github.io/jjsdevportfolio/ | |
Repo | |
https://github.com/jjsilas/jjsdevportfolio |
OlderNewer