Skip to content

Instantly share code, notes, and snippets.

@Edwardjackc
Last active February 25, 2019 23:06
Show Gist options
  • Select an option

  • Save Edwardjackc/07e50b24d6ae54563d02cb4688a1e01b to your computer and use it in GitHub Desktop.

Select an option

Save Edwardjackc/07e50b24d6ae54563d02cb4688a1e01b to your computer and use it in GitHub Desktop.

Revisions

  1. Edwardjackc revised this gist Feb 25, 2019. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion Edward_Cheatham-mod-0-capstone.md
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,4 @@
    This is my Mod O
    This is my Mod O technical capstone

    On a website, what is the purpose of HTML code? It tells the browser information that sits between the open and closed bracket.
    <br/>
  2. Edwardjackc revised this gist Feb 25, 2019. 1 changed file with 19 additions and 0 deletions.
    19 changes: 19 additions & 0 deletions Edward_Cheatham-mod-0-capstone.md
    Original file line number Diff line number Diff line change
    @@ -77,3 +77,22 @@ What is the difference between function parameters and arguments? parameters inc
    What is the keyword return used for? It ceases an execution in a function and returns a value <br/>
    How are local variables better than global variables? Are there instances you can think of where you might want to use a variable that is globally scoped over local? Local variables are used inside a function and specfic to that function. Global can be better when you need to access a value frequently <br/>


    Psychology
    What is the user’s motivation to be here in the first place? https://www.wikipedia.org/ , peopel are here for knowledge. https://www.breitbart.com/ . peopel come here for knowledge and get propaganda <br/>

    Usability
    Is it easy to find (good), hard to miss (better), or subconsciously expected (best)? https://www.wikipedia.org/ easy to use and commonly exspected. http://www.hollywood.com/celebrities/shocking-celebrity-deaths-60263421/#/ms-22389/1, click-bait sight. <br/>

    Design
    Do users think it looks good? Do they trust it immediately? https://www.wikipedia.org/ Looks great and people trust it.
    https://www.infowars.com I personally do not think it looks good. It is too busy... and hopfully not they sell vitamens to the left and Alex Jones is a chode. <br/>

    Copywriting
    Is it clear, direct, simple, and functional? https://www.google.com . Very simple, clean, and functional. https://www.infowars.com It is busy and confusing. <br/>

    Analysis
    Have you collected information that can give you those types of answers? https://www.pairin.com collects subjective opinions about oneself to create factual information https://www.theworldsworstwebsiteever.com/ its terrible, confusing, never stops loading, stuff is streaming across the page faster than a person can read. It could have been my example to violate any of these questions.



  3. Edwardjackc revised this gist Feb 25, 2019. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion Edward_Cheatham-mod-0-capstone.md
    Original file line number Diff line number Diff line change
    @@ -75,5 +75,5 @@ What are three types of operators and how are they used? Arithmetic operators ar
    If we have a function defined as function sayHello(){console.log("Hello!")}, what is the difference between entering sayHello and sayHello() in the console? say Hello() is stored as a function and allows to store parameteres while sayHello does not <br/>
    What is the difference between function parameters and arguments? parameters include words that act like variables inside the curly braces. Arguments use variables with defined values <br/>
    What is the keyword return used for? It ceases an execution in a function and returns a value <br/>
    How are local variables better than global variables? Are there instances you can think of where you might want to use a variable that is globally scoped over local?<br/>
    How are local variables better than global variables? Are there instances you can think of where you might want to use a variable that is globally scoped over local? Local variables are used inside a function and specfic to that function. Global can be better when you need to access a value frequently <br/>

  4. Edwardjackc revised this gist Feb 25, 2019. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion Edward_Cheatham-mod-0-capstone.md
    Original file line number Diff line number Diff line change
    @@ -74,6 +74,6 @@ What are three types of operators and how are they used? Arithmetic operators ar

    If we have a function defined as function sayHello(){console.log("Hello!")}, what is the difference between entering sayHello and sayHello() in the console? say Hello() is stored as a function and allows to store parameteres while sayHello does not <br/>
    What is the difference between function parameters and arguments? parameters include words that act like variables inside the curly braces. Arguments use variables with defined values <br/>
    What is the keyword return used for? <br/>
    What is the keyword return used for? It ceases an execution in a function and returns a value <br/>
    How are local variables better than global variables? Are there instances you can think of where you might want to use a variable that is globally scoped over local?<br/>

  5. Edwardjackc revised this gist Feb 25, 2019. 1 changed file with 3 additions and 3 deletions.
    6 changes: 3 additions & 3 deletions Edward_Cheatham-mod-0-capstone.md
    Original file line number Diff line number Diff line change
    @@ -72,8 +72,8 @@ What are three types of operators and how are they used? Arithmetic operators ar

    <b> Day 6</b>

    If we have a function defined as function sayHello(){console.log("Hello!")}, what is the difference between entering sayHello and sayHello() in the console?<br/>
    What is the difference between function parameters and arguments?<br/>
    What is the keyword return used for?<br/>
    If we have a function defined as function sayHello(){console.log("Hello!")}, what is the difference between entering sayHello and sayHello() in the console? say Hello() is stored as a function and allows to store parameteres while sayHello does not <br/>
    What is the difference between function parameters and arguments? parameters include words that act like variables inside the curly braces. Arguments use variables with defined values <br/>
    What is the keyword return used for? <br/>
    How are local variables better than global variables? Are there instances you can think of where you might want to use a variable that is globally scoped over local?<br/>

  6. Edwardjackc revised this gist Feb 25, 2019. 1 changed file with 4 additions and 4 deletions.
    8 changes: 4 additions & 4 deletions Edward_Cheatham-mod-0-capstone.md
    Original file line number Diff line number Diff line change
    @@ -65,10 +65,10 @@ What is an image sprite, and why is it useful? It is a way to combine multiple i

    How do you declare a variable. What does the equals sign really mean in JavaScript? What is it called in JavaScript? They are declared with keyword,var, = is an assingment operator.. it is used to update the value of a variable <br/>
    There are three big data types in JavaScript: numbers, strings, and booleans. Describe what each of them are. numbers are used to calculate or count sums. Strings are letters and other charactors often used to add new content to a page. Booleans are data types that are true or false often used when determing which part of the script to run <br/>
    What are the six rules for naming variables? What are a few JavaScript reserved words that you should avoid using for variable names?<br/>
    How can an array be useful when dealing with multiple related values? How do you access/change a value in an array?<br/>
    What is the difference between an expression and a statement?<br/>
    What are three types of operators and how are they used?<br/>
    What are the six rules for naming variables? What are a few JavaScript reserved words that you should avoid using for variable names? The name must begin with a letter, $, underscore but not a number, it can not use a dash or period, you can not use a keyword or reserved words, variables are case senstive, use a name that desribe the type of information the variable stores,if it contains more than one word the second word should start with a captiol. Var,byte, switch,typeof are examples of reserved words <br/>
    How can an array be useful when dealing with multiple related values? How do you access/change a value in an array? arrays store a list of values and are useful when you do not know how many items a list might contain. You can access an array by the inddex number for the value inside the square brakets and change it byu assigning it a new value<br/>
    What is the difference between an expression and a statement? Statements preform an action and expressions result in a value <br/>
    What are three types of operators and how are they used? Arithmetic operators are used to calculate values, string operators used to combine two or more strings together, assignment oppators are used to assign value to a variable<br/>

    <b> Day 6</b>

  7. Edwardjackc revised this gist Feb 25, 2019. No changes.
  8. Edwardjackc revised this gist Feb 25, 2019. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions Edward_Cheatham-mod-0-capstone.md
    Original file line number Diff line number Diff line change
    @@ -63,8 +63,8 @@ What is an image sprite, and why is it useful? It is a way to combine multiple i

    <b>Day 5</b>

    How do you declare a variable. What does the equals sign really mean in JavaScript? What is it called in JavaScript?<br/>
    There are three big data types in JavaScript: numbers, strings, and booleans. Describe what each of them are.<br/>
    How do you declare a variable. What does the equals sign really mean in JavaScript? What is it called in JavaScript? They are declared with keyword,var, = is an assingment operator.. it is used to update the value of a variable <br/>
    There are three big data types in JavaScript: numbers, strings, and booleans. Describe what each of them are. numbers are used to calculate or count sums. Strings are letters and other charactors often used to add new content to a page. Booleans are data types that are true or false often used when determing which part of the script to run <br/>
    What are the six rules for naming variables? What are a few JavaScript reserved words that you should avoid using for variable names?<br/>
    How can an array be useful when dealing with multiple related values? How do you access/change a value in an array?<br/>
    What is the difference between an expression and a statement?<br/>
  9. Edwardjackc revised this gist Feb 24, 2019. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions Edward_Cheatham-mod-0-capstone.md
    Original file line number Diff line number Diff line change
    @@ -71,6 +71,7 @@ What is the difference between an expression and a statement?<br/>
    What are three types of operators and how are they used?<br/>

    <b> Day 6</b>

    If we have a function defined as function sayHello(){console.log("Hello!")}, what is the difference between entering sayHello and sayHello() in the console?<br/>
    What is the difference between function parameters and arguments?<br/>
    What is the keyword return used for?<br/>
  10. Edwardjackc revised this gist Feb 24, 2019. 1 changed file with 3 additions and 0 deletions.
    3 changes: 3 additions & 0 deletions Edward_Cheatham-mod-0-capstone.md
    Original file line number Diff line number Diff line change
    @@ -21,6 +21,7 @@ What are three new semantic elements introduced in HTML 5? Header, Aside,Article
    https://codepen.io/edward-cheatham/pen/bzavBe

    <b>Day 2</b>

    There are three main types of lists in HTML: ordered, unordered, and definition. What are their differences? Ordered list includes a decending numbered list, unordered are listed by a bullet point, square, etc, Definition list typically are used to describe a series of terms <br/>
    What is the basic structure of an element used to link to another website?< a href=" " > <br/>
    What attribute should you include in a link to open a new tab when the link is clicked? a desciption of the link <br/>
    @@ -39,6 +40,7 @@ In the world of typeface, what are the three main categories of fonts? What are
    When specifiying font-size, what are the main three units used? 10,11,12 <br/>

    <b>Day 3</b>

    If you're using an input element in a form, what attribute controls the behavior of that input? Type <br/>
    What element is used to create a dropdown list? Select <br/>
    If you're using an input element to send form data to a server, what should the type attribute be set to? post <br/>
    @@ -51,6 +53,7 @@ What is the role of fixed positioning, and why is z-index important in the scena
    What is the difference between a fixed and liquid layout? Fix will set the screen width regradless of the of screen resolution and fluid will stretch it to fit<br/>

    <b>Day 4</b>

    In an image element, why is the alt attribute important? Accessibility, if the image doesnt display the text will display in its place <br/>
    What determines if an image element is inline or block? The element span for inline or div for block, <br/>
    What are the benefits of jpg or png image file formats? jpg are compressed, png are loss-less and better for graphics etc <br/>
  11. Edwardjackc revised this gist Feb 24, 2019. 1 changed file with 5 additions and 5 deletions.
    10 changes: 5 additions & 5 deletions Edward_Cheatham-mod-0-capstone.md
    Original file line number Diff line number Diff line change
    @@ -51,12 +51,12 @@ What is the role of fixed positioning, and why is z-index important in the scena
    What is the difference between a fixed and liquid layout? Fix will set the screen width regradless of the of screen resolution and fluid will stretch it to fit<br/>

    <b>Day 4</b>
    In an image element, why is the alt attribute important?<br/>
    What determines if an image element is inline or block?<br/>
    What are the benefits of jpg or png image file formats?<br/>
    In an image element, why is the alt attribute important? Accessibility, if the image doesnt display the text will display in its place <br/>
    What determines if an image element is inline or block? The element span for inline or div for block, <br/>
    What are the benefits of jpg or png image file formats? jpg are compressed, png are loss-less and better for graphics etc <br/>

    What is the benefit of specifying the height and width of images in CSS compared to specifying in the HTML?
    What is an image sprite, and why is it useful?<br/>
    What is the benefit of specifying the height and width of images in CSS compared to specifying in the HTML? Easier and less repetitive coding
    What is an image sprite, and why is it useful? It is a way to combine multiple image's into a single file reducing the number of HTTP request <br/>

    <b>Day 5</b>

  12. Edwardjackc revised this gist Feb 24, 2019. No changes.
  13. Edwardjackc revised this gist Feb 24, 2019. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion Edward_Cheatham-mod-0-capstone.md
    Original file line number Diff line number Diff line change
    @@ -48,7 +48,7 @@ Describe the differences between border, margin, and padding. Margin is the outs
    For a CSS rule padding: 1px 2px 5px 10px, what sides of the content box does each pixel value correspond to? Top, right, bottom, left <br/>
    Describe the different between block-level and inline elements.block level stacks on top of each other and line level creates a line left to right before restarting the line one level below <br/>
    What is the role of fixed positioning, and why is z-index important in the scenario of using fixed positioning? It keeps an element fix regardless of scrolling up or down on a page. Z-index determines the fixed point on the webpage <br/>
    What is the difference between a fixed and liquid layout?<br/>
    What is the difference between a fixed and liquid layout? Fix will set the screen width regradless of the of screen resolution and fluid will stretch it to fit<br/>

    <b>Day 4</b>
    In an image element, why is the alt attribute important?<br/>
  14. Edwardjackc revised this gist Feb 24, 2019. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions Edward_Cheatham-mod-0-capstone.md
    Original file line number Diff line number Diff line change
    @@ -67,6 +67,7 @@ How can an array be useful when dealing with multiple related values? How do you
    What is the difference between an expression and a statement?<br/>
    What are three types of operators and how are they used?<br/>

    <b> Day 6</b>
    If we have a function defined as function sayHello(){console.log("Hello!")}, what is the difference between entering sayHello and sayHello() in the console?<br/>
    What is the difference between function parameters and arguments?<br/>
    What is the keyword return used for?<br/>
  15. Edwardjackc revised this gist Feb 24, 2019. 1 changed file with 3 additions and 3 deletions.
    6 changes: 3 additions & 3 deletions Edward_Cheatham-mod-0-capstone.md
    Original file line number Diff line number Diff line change
    @@ -45,9 +45,9 @@ If you're using an input element to send form data to a server, what should the
    What element is used to group similar form items together? fieldset <br/>

    Describe the differences between border, margin, and padding. Margin is the outside space, while the padding is the inner space, margin is the space outside of a border <br/>
    For a CSS rule padding: 1px 2px 5px 10px, what sides of the content box does each pixel value correspond to? Top, right, bottom, left br/>
    Describe the different between block-level and inline elements.<br/>
    What is the role of fixed positioning, and why is z-index important in the scenario of using fixed positioning?<br/>
    For a CSS rule padding: 1px 2px 5px 10px, what sides of the content box does each pixel value correspond to? Top, right, bottom, left <br/>
    Describe the different between block-level and inline elements.block level stacks on top of each other and line level creates a line left to right before restarting the line one level below <br/>
    What is the role of fixed positioning, and why is z-index important in the scenario of using fixed positioning? It keeps an element fix regardless of scrolling up or down on a page. Z-index determines the fixed point on the webpage <br/>
    What is the difference between a fixed and liquid layout?<br/>

    <b>Day 4</b>
  16. Edwardjackc revised this gist Feb 24, 2019. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions Edward_Cheatham-mod-0-capstone.md
    Original file line number Diff line number Diff line change
    @@ -44,8 +44,8 @@ What element is used to create a dropdown list? Select <br/>
    If you're using an input element to send form data to a server, what should the type attribute be set to? post <br/>
    What element is used to group similar form items together? fieldset <br/>

    Describe the differences between border, margin, and padding.<br/>
    For a CSS rule padding: 1px 2px 5px 10px, what sides of the content box does each pixel value correspond to?<br/>
    Describe the differences between border, margin, and padding. Margin is the outside space, while the padding is the inner space, margin is the space outside of a border <br/>
    For a CSS rule padding: 1px 2px 5px 10px, what sides of the content box does each pixel value correspond to? Top, right, bottom, left br/>
    Describe the different between block-level and inline elements.<br/>
    What is the role of fixed positioning, and why is z-index important in the scenario of using fixed positioning?<br/>
    What is the difference between a fixed and liquid layout?<br/>
  17. Edwardjackc revised this gist Feb 24, 2019. 1 changed file with 19 additions and 19 deletions.
    38 changes: 19 additions & 19 deletions Edward_Cheatham-mod-0-capstone.md
    Original file line number Diff line number Diff line change
    @@ -44,31 +44,31 @@ What element is used to create a dropdown list? Select <br/>
    If you're using an input element to send form data to a server, what should the type attribute be set to? post <br/>
    What element is used to group similar form items together? fieldset <br/>

    Describe the differences between border, margin, and padding.
    For a CSS rule padding: 1px 2px 5px 10px, what sides of the content box does each pixel value correspond to?
    Describe the different between block-level and inline elements.
    What is the role of fixed positioning, and why is z-index important in the scenario of using fixed positioning?
    What is the difference between a fixed and liquid layout?
    Describe the differences between border, margin, and padding.<br/>
    For a CSS rule padding: 1px 2px 5px 10px, what sides of the content box does each pixel value correspond to?<br/>
    Describe the different between block-level and inline elements.<br/>
    What is the role of fixed positioning, and why is z-index important in the scenario of using fixed positioning?<br/>
    What is the difference between a fixed and liquid layout?<br/>

    <b>Day 4</b>
    In an image element, why is the alt attribute important?
    What determines if an image element is inline or block?
    What are the benefits of jpg or png image file formats?
    In an image element, why is the alt attribute important?<br/>
    What determines if an image element is inline or block?<br/>
    What are the benefits of jpg or png image file formats?<br/>

    What is the benefit of specifying the height and width of images in CSS compared to specifying in the HTML?
    What is an image sprite, and why is it useful?
    What is an image sprite, and why is it useful?<br/>

    <b>Day 5</b>

    How do you declare a variable. What does the equals sign really mean in JavaScript? What is it called in JavaScript?
    There are three big data types in JavaScript: numbers, strings, and booleans. Describe what each of them are.
    What are the six rules for naming variables? What are a few JavaScript reserved words that you should avoid using for variable names?
    How can an array be useful when dealing with multiple related values? How do you access/change a value in an array?
    What is the difference between an expression and a statement?
    What are three types of operators and how are they used?
    How do you declare a variable. What does the equals sign really mean in JavaScript? What is it called in JavaScript?<br/>
    There are three big data types in JavaScript: numbers, strings, and booleans. Describe what each of them are.<br/>
    What are the six rules for naming variables? What are a few JavaScript reserved words that you should avoid using for variable names?<br/>
    How can an array be useful when dealing with multiple related values? How do you access/change a value in an array?<br/>
    What is the difference between an expression and a statement?<br/>
    What are three types of operators and how are they used?<br/>

    If we have a function defined as function sayHello(){console.log("Hello!")}, what is the difference between entering sayHello and sayHello() in the console?
    What is the difference between function parameters and arguments?
    What is the keyword return used for?
    How are local variables better than global variables? Are there instances you can think of where you might want to use a variable that is globally scoped over local?
    If we have a function defined as function sayHello(){console.log("Hello!")}, what is the difference between entering sayHello and sayHello() in the console?<br/>
    What is the difference between function parameters and arguments?<br/>
    What is the keyword return used for?<br/>
    How are local variables better than global variables? Are there instances you can think of where you might want to use a variable that is globally scoped over local?<br/>

  18. Edwardjackc revised this gist Feb 24, 2019. 1 changed file with 5 additions and 5 deletions.
    10 changes: 5 additions & 5 deletions Edward_Cheatham-mod-0-capstone.md
    Original file line number Diff line number Diff line change
    @@ -39,12 +39,12 @@ In the world of typeface, what are the three main categories of fonts? What are
    When specifiying font-size, what are the main three units used? 10,11,12 <br/>

    <b>Day 3</b>
    If you're using an input element in a form, what attribute controls the behavior of that input? <br/>
    What element is used to create a dropdown list?<br/>
    If you're using an input element to send form data to a server, what should the type attribute be set to?<br/>
    What element is used to group similar form items together?<br/>
    If you're using an input element in a form, what attribute controls the behavior of that input? Type <br/>
    What element is used to create a dropdown list? Select <br/>
    If you're using an input element to send form data to a server, what should the type attribute be set to? post <br/>
    What element is used to group similar form items together? fieldset <br/>

    Describe the differences between border, margin, and padding.
    Describe the differences between border, margin, and padding.
    For a CSS rule padding: 1px 2px 5px 10px, what sides of the content box does each pixel value correspond to?
    Describe the different between block-level and inline elements.
    What is the role of fixed positioning, and why is z-index important in the scenario of using fixed positioning?
  19. Edwardjackc revised this gist Feb 24, 2019. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions Edward_Cheatham-mod-0-capstone.md
    Original file line number Diff line number Diff line change
    @@ -50,15 +50,15 @@ Describe the different between block-level and inline elements.
    What is the role of fixed positioning, and why is z-index important in the scenario of using fixed positioning?
    What is the difference between a fixed and liquid layout?

    Day 4
    <b>Day 4</b>
    In an image element, why is the alt attribute important?
    What determines if an image element is inline or block?
    What are the benefits of jpg or png image file formats?

    What is the benefit of specifying the height and width of images in CSS compared to specifying in the HTML?
    What is an image sprite, and why is it useful?

    Day 5
    <b>Day 5</b>

    How do you declare a variable. What does the equals sign really mean in JavaScript? What is it called in JavaScript?
    There are three big data types in JavaScript: numbers, strings, and booleans. Describe what each of them are.
  20. Edwardjackc revised this gist Feb 24, 2019. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion Edward_Cheatham-mod-0-capstone.md
    Original file line number Diff line number Diff line change
    @@ -38,7 +38,7 @@ What are the three parts of an HSL color property? Hue, Saturation, Lightness <b
    In the world of typeface, what are the three main categories of fonts? What are the differences between them? serif; better for smaller text.. common for newspapers and books, sans-serif;used for headlines or small bits of text , display; most commonly used for logos and are more styled. <br/>
    When specifiying font-size, what are the main three units used? 10,11,12 <br/>

    Day 3?
    <b>Day 3</b>
    If you're using an input element in a form, what attribute controls the behavior of that input? <br/>
    What element is used to create a dropdown list?<br/>
    If you're using an input element to send form data to a server, what should the type attribute be set to?<br/>
  21. Edwardjackc revised this gist Feb 24, 2019. 1 changed file with 0 additions and 6 deletions.
    6 changes: 0 additions & 6 deletions Edward_Cheatham-mod-0-capstone.md
    Original file line number Diff line number Diff line change
    @@ -72,9 +72,3 @@ What is the difference between function parameters and arguments?
    What is the keyword return used for?
    How are local variables better than global variables? Are there instances you can think of where you might want to use a variable that is globally scoped over local?

    <b>EMPATHY</b>
    What role does empathy play in your life and how has it helped you? I worked in sales prior to this and play instruments. Ive had to learn to read a room, a persons voice inflection, body language or combinations of these in order to offer solutions to problems. <br/>
    How does empathy help you build better software? It helps to understand how it will be used on the other end
    Why is empathy important for working on a team? Understanding and respecting other team memeber perspectives, strengths and weakness will help reach goals by being more effective <br/>
    Describe a situation in which your ability to empathize with a colleague or teammate was helpful. Ive recruited, trained and lead team members in the solar industry. Understanding when to listen and when to speak, respecting peoples opinion is an important part of offering crunstructive critisism.<br/>
    When do you find it most difficult to be empathetic in professional settings? How can you improve your skills when faced with these scenarios? Its hard to empathetic to people who are not empathetic. Type A psychopaths.. over bearing personalities will often attempt to turn a room with charm and maniplation in an attempt to seize control. This can derail projects and dynamics. I find that highlighting behavior in a non threating way out in the open is the best way and asking as a group for certain behaviors to be adheared to before speaking to them in private. <br/>
  22. Edwardjackc revised this gist Feb 24, 2019. 1 changed file with 3 additions and 3 deletions.
    6 changes: 3 additions & 3 deletions Edward_Cheatham-mod-0-capstone.md
    Original file line number Diff line number Diff line change
    @@ -24,7 +24,7 @@ https://codepen.io/edward-cheatham/pen/bzavBe
    There are three main types of lists in HTML: ordered, unordered, and definition. What are their differences? Ordered list includes a decending numbered list, unordered are listed by a bullet point, square, etc, Definition list typically are used to describe a series of terms <br/>
    What is the basic structure of an element used to link to another website?< a href=" " > <br/>
    What attribute should you include in a link to open a new tab when the link is clicked? a desciption of the link <br/>
    How do you link to a specific part of the same page? apply #"target/anchor part of the page"<br/>
    How do you link to a specific part of the same page? apply #"target/anchor after using the element to link part of the page"<br/>


    What is the purpose of CSS? It allows for greater control of web pages<br/>
    @@ -36,10 +36,10 @@ When is it useful to use external stylesheets as opposed to using interal CSS? I
    Describe what a color hex code; It is a code that shows the combination of red,green, blue<br/>
    What are the three parts of an HSL color property? Hue, Saturation, Lightness <br/>
    In the world of typeface, what are the three main categories of fonts? What are the differences between them? serif; better for smaller text.. common for newspapers and books, sans-serif;used for headlines or small bits of text , display; most commonly used for logos and are more styled. <br/>
    When specifiying font-size, what are the main three units used?<br/>
    When specifiying font-size, what are the main three units used? 10,11,12 <br/>

    Day 3?
    If you're using an input element in a form, what attribute controls the behavior of that input?<br/>
    If you're using an input element in a form, what attribute controls the behavior of that input? <br/>
    What element is used to create a dropdown list?<br/>
    If you're using an input element to send form data to a server, what should the type attribute be set to?<br/>
    What element is used to group similar form items together?<br/>
  23. Edwardjackc revised this gist Feb 24, 2019. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion Edward_Cheatham-mod-0-capstone.md
    Original file line number Diff line number Diff line change
    @@ -35,7 +35,7 @@ How do you link a CSS stylesheet to your HTML document?By creating a link elemen
    When is it useful to use external stylesheets as opposed to using interal CSS? It allows for a faster load time and the html code will be easier to read<br/>
    Describe what a color hex code; It is a code that shows the combination of red,green, blue<br/>
    What are the three parts of an HSL color property? Hue, Saturation, Lightness <br/>
    In the world of typeface, what are the three main categories of fonts? What are the differences between them? <br/>
    In the world of typeface, what are the three main categories of fonts? What are the differences between them? serif; better for smaller text.. common for newspapers and books, sans-serif;used for headlines or small bits of text , display; most commonly used for logos and are more styled. <br/>
    When specifiying font-size, what are the main three units used?<br/>

    Day 3?
  24. Edwardjackc revised this gist Feb 24, 2019. 1 changed file with 7 additions and 0 deletions.
    7 changes: 7 additions & 0 deletions Edward_Cheatham-mod-0-capstone.md
    Original file line number Diff line number Diff line change
    @@ -39,20 +39,27 @@ In the world of typeface, what are the three main categories of fonts? What are
    When specifiying font-size, what are the main three units used?<br/>

    Day 3?
    If you're using an input element in a form, what attribute controls the behavior of that input?<br/>
    What element is used to create a dropdown list?<br/>
    If you're using an input element to send form data to a server, what should the type attribute be set to?<br/>
    What element is used to group similar form items together?<br/>

    Describe the differences between border, margin, and padding.
    For a CSS rule padding: 1px 2px 5px 10px, what sides of the content box does each pixel value correspond to?
    Describe the different between block-level and inline elements.
    What is the role of fixed positioning, and why is z-index important in the scenario of using fixed positioning?
    What is the difference between a fixed and liquid layout?

    Day 4
    In an image element, why is the alt attribute important?
    What determines if an image element is inline or block?
    What are the benefits of jpg or png image file formats?

    What is the benefit of specifying the height and width of images in CSS compared to specifying in the HTML?
    What is an image sprite, and why is it useful?

    Day 5

    How do you declare a variable. What does the equals sign really mean in JavaScript? What is it called in JavaScript?
    There are three big data types in JavaScript: numbers, strings, and booleans. Describe what each of them are.
    What are the six rules for naming variables? What are a few JavaScript reserved words that you should avoid using for variable names?
  25. Edwardjackc revised this gist Feb 24, 2019. 1 changed file with 5 additions and 5 deletions.
    10 changes: 5 additions & 5 deletions Edward_Cheatham-mod-0-capstone.md
    Original file line number Diff line number Diff line change
    @@ -31,11 +31,11 @@ What is the purpose of CSS? It allows for greater control of web pages<br/>
    What does CSS stand for? Cascading Style Sheets.<br/>
    What does cascading mean in this case? More than one stylesheet can apply to html <br/>
    What is the basic structure of a CSS rule? It will apply the on that is most specific <br/>
    How do you link a CSS stylesheet to your HTML document?<br/>
    When is it useful to use external stylesheets as opposed to using interal CSS?<br/>
    Describe what a color hex code is.<br/>
    What are the three parts of an HSL color property?<br/>
    In the world of typeface, what are the three main categories of fonts? What are the differences between them?<br/>
    How do you link a CSS stylesheet to your HTML document?By creating a link element<br/>
    When is it useful to use external stylesheets as opposed to using interal CSS? It allows for a faster load time and the html code will be easier to read<br/>
    Describe what a color hex code; It is a code that shows the combination of red,green, blue<br/>
    What are the three parts of an HSL color property? Hue, Saturation, Lightness <br/>
    In the world of typeface, what are the three main categories of fonts? What are the differences between them? <br/>
    When specifiying font-size, what are the main three units used?<br/>

    Day 3?
  26. Edwardjackc revised this gist Feb 24, 2019. 1 changed file with 4 additions and 3 deletions.
    7 changes: 4 additions & 3 deletions Edward_Cheatham-mod-0-capstone.md
    Original file line number Diff line number Diff line change
    @@ -27,9 +27,10 @@ What attribute should you include in a link to open a new tab when the link is c
    How do you link to a specific part of the same page? apply #"target/anchor part of the page"<br/>


    What is the purpose of CSS?<br/>
    What does CSS stand for? What does cascading mean in this case?<br/>
    What is the basic structure of a CSS rule?<br/>
    What is the purpose of CSS? It allows for greater control of web pages<br/>
    What does CSS stand for? Cascading Style Sheets.<br/>
    What does cascading mean in this case? More than one stylesheet can apply to html <br/>
    What is the basic structure of a CSS rule? It will apply the on that is most specific <br/>
    How do you link a CSS stylesheet to your HTML document?<br/>
    When is it useful to use external stylesheets as opposed to using interal CSS?<br/>
    Describe what a color hex code is.<br/>
  27. Edwardjackc revised this gist Feb 24, 2019. 1 changed file with 15 additions and 2 deletions.
    17 changes: 15 additions & 2 deletions Edward_Cheatham-mod-0-capstone.md
    Original file line number Diff line number Diff line change
    @@ -20,11 +20,24 @@ What are three new semantic elements introduced in HTML 5? Header, Aside,Article
    <br/>
    https://codepen.io/edward-cheatham/pen/bzavBe

    <b>Day 3</b>
    <b>Day 2</b>
    There are three main types of lists in HTML: ordered, unordered, and definition. What are their differences? Ordered list includes a decending numbered list, unordered are listed by a bullet point, square, etc, Definition list typically are used to describe a series of terms <br/>
    What is the basic structure of an element used to link to another website?< a href=" " > <br/>
    What attribute should you include in a link to open a new tab when the link is clicked? a desciption of the link <br/>
    How do you link to a specific part of the same page?<br/>
    How do you link to a specific part of the same page? apply #"target/anchor part of the page"<br/>


    What is the purpose of CSS?<br/>
    What does CSS stand for? What does cascading mean in this case?<br/>
    What is the basic structure of a CSS rule?<br/>
    How do you link a CSS stylesheet to your HTML document?<br/>
    When is it useful to use external stylesheets as opposed to using interal CSS?<br/>
    Describe what a color hex code is.<br/>
    What are the three parts of an HSL color property?<br/>
    In the world of typeface, what are the three main categories of fonts? What are the differences between them?<br/>
    When specifiying font-size, what are the main three units used?<br/>

    Day 3?

    Describe the differences between border, margin, and padding.
    For a CSS rule padding: 1px 2px 5px 10px, what sides of the content box does each pixel value correspond to?
  28. Edwardjackc revised this gist Feb 24, 2019. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions Edward_Cheatham-mod-0-capstone.md
    Original file line number Diff line number Diff line change
    @@ -22,8 +22,8 @@ https://codepen.io/edward-cheatham/pen/bzavBe

    <b>Day 3</b>
    There are three main types of lists in HTML: ordered, unordered, and definition. What are their differences? Ordered list includes a decending numbered list, unordered are listed by a bullet point, square, etc, Definition list typically are used to describe a series of terms <br/>
    What is the basic structure of an element used to link to another website?<br/>
    What attribute should you include in a link to open a new tab when the link is clicked?<br/>
    What is the basic structure of an element used to link to another website?< a href=" " > <br/>
    What attribute should you include in a link to open a new tab when the link is clicked? a desciption of the link <br/>
    How do you link to a specific part of the same page?<br/>

    Describe the differences between border, margin, and padding.
  29. Edwardjackc revised this gist Feb 24, 2019. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions Edward_Cheatham-mod-0-capstone.md
    Original file line number Diff line number Diff line change
    @@ -20,8 +20,8 @@ What are three new semantic elements introduced in HTML 5? Header, Aside,Article
    <br/>
    https://codepen.io/edward-cheatham/pen/bzavBe

    <b>Day 2</b>
    There are three main types of lists in HTML: ordered, unordered, and definition. What are their differences? Ordered list includes a decending numbered list, unordered are listed by a bullet point, square, etc, Definition list typically is used to describe a series of terms <br/>
    <b>Day 3</b>
    There are three main types of lists in HTML: ordered, unordered, and definition. What are their differences? Ordered list includes a decending numbered list, unordered are listed by a bullet point, square, etc, Definition list typically are used to describe a series of terms <br/>
    What is the basic structure of an element used to link to another website?<br/>
    What attribute should you include in a link to open a new tab when the link is clicked?<br/>
    How do you link to a specific part of the same page?<br/>
  30. Edwardjackc revised this gist Feb 24, 2019. 1 changed file with 0 additions and 5 deletions.
    5 changes: 0 additions & 5 deletions Edward_Cheatham-mod-0-capstone.md
    Original file line number Diff line number Diff line change
    @@ -26,11 +26,6 @@ What is the basic structure of an element used to link to another website?<br/>
    What attribute should you include in a link to open a new tab when the link is clicked?<br/>
    How do you link to a specific part of the same page?<br/>

    There are three main types of lists in HTML: ordered, unordered, and definition. What are their differences?
    What is the basic structure of an element used to link to another website?
    What attribute should you include in a link to open a new tab when the link is clicked?
    How do you link to a specific part of the same page?

    Describe the differences between border, margin, and padding.
    For a CSS rule padding: 1px 2px 5px 10px, what sides of the content box does each pixel value correspond to?
    Describe the different between block-level and inline elements.