Gregory Myers
Gregory Myers
  • 341
  • 26 998
HTML tables (table, thead, tbody, tfoot)
Introduction to more complicated HTML tables with additional elements.
Links:
- www.w3schools.com/tags/tag_table.asp
- www.w3schools.com/tags/tag_thead.asp
- www.w3schools.com/tags/tag_tbody.asp
- www.w3schools.com/tags/tag_tfoot.asp
zhlédnutí: 34

Video

HTML tables (table, tr, th, td)
zhlédnutí 11Před 21 dnem
Introduction to simple HTML tables. Links: - www.w3schools.com/tags/tag_table.asp - www.w3schools.com/tags/tag_tr.asp - www.w3schools.com/tags/tag_th.asp - www.w3schools.com/tags/tag_td.asp
HTML tables (nested)
zhlédnutí 12Před 21 dnem
Show how to nest tables within table cells.
HTML images (img, a, button, body)
zhlédnutí 32Před 21 dnem
Introduction to use of images in HTML focusing mainly on the img element and CSS background-image property Links: - www.w3schools.com/tags/tag_img.asp - www.w3schools.com/cssref/pr_background-image.php
HTML images (CSS background-blend-mode, rgba)
zhlédnutí 19Před 21 dnem
Shows a quick example of modifying the opacity of the background color combined with an image to give a fading effect. Links: - www.w3schools.com/cssref/pr_background-blend-mode.php - www.w3schools.com/cssref/func_rgba.php
HTML hyperlinks (a #2 of 3)
zhlédnutí 9Před měsícem
Introduction to hyperlinks using images, target attribute, and the "mailto:" feature. Links: - learn.microsoft.com/en-us/previous-versions/aa767737(v=vs.85) - www.w3schools.com/html/tryit.asp?filename=tryhtml_links_mailto_subject
HTML hyperlinks (a #1 of 3)
zhlédnutí 12Před měsícem
Introduction to hyperlinks and relative paths.
HTML text (i,em,strong,mark)
zhlédnutí 20Před měsícem
Demonstrating the "special" text tags and explaining why they should not be thought as style elements but rather identification in the HTML structure.
HTML text (h1...h6, p, br)
zhlédnutí 10Před měsícem
Using basic headers and paragraphs for text flow control in HTML.
HTML Intro (Visual Studio split view)
zhlédnutí 15Před měsícem
Demonstrates the advantage of using Visual Studio Web Forms Editor and split view.
HTML Intro (head, title, body, p)
zhlédnutí 36Před měsícem
Links: - www.w3schools.com/tags/default.asp - www.w3schools.com/tags/ref_attributes.asp - developer.mozilla.org/en-US/docs/Web/HTML
ParseDemo (ParseIPv4 as ArrayList of String)
zhlédnutí 9Před 9 měsíci
Snips: public static boolean ParseIPv4( String Input, java.util.ArrayList{String} Results ) { // (\\d{1,3}\\.\\d{1,3}\\.\\d{1,3}\\.\\d{1,3}) boolean Found = false; return( Found ); } Note: angle brackets are not allow in descriptions, replaced with { and } Links: - docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/regex/Pattern.html - en.wikipedia.org/wiki/Internet_Protocol_version_4
ParseDemo (IsIPv4)
zhlédnutí 16Před 9 měsíci
Snips: public static boolean IsIPv4( String Input ) { boolean Found = false; return( Found ); } Links: - docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/regex/Pattern.html - en.wikipedia.org/wiki/Internet_Protocol_version_4
ParseDemo (ParseIPv4 as String Array)
zhlédnutí 6Před 9 měsíci
Snips: public static String[] ParseIPv4( String Input ) { // (\\d{1,3}\\.\\d{1,3}\\.\\d{1,3}\\.\\d{1,3}) String[] Results = {}; return( Results ); } Links: - docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/regex/Pattern.html - en.wikipedia.org/wiki/Internet_Protocol_version_4
ParseDemo (Introduction and Setup)
zhlédnutí 16Před 9 měsíci
We introduce the concept of pattern matching and start by setting up a project that will allow us to look for patterns in strings. Links: - docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html - docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/regex/Pattern.html -
MemoryDemo (IsEqual_03)
zhlédnutí 3Před 9 měsíci
MemoryDemo (IsEqual_03)
MemoryDemo (IsEqual_02)
zhlédnutí 6Před 9 měsíci
MemoryDemo (IsEqual_02)
MemoryDemo (IsEqual_01)
zhlédnutí 6Před 9 měsíci
MemoryDemo (IsEqual_01)
MemoryDemo (UpdateStringArrayList)
zhlédnutí 1Před 9 měsíci
MemoryDemo (UpdateStringArrayList)
MemoryDemo (UpdateString and UpdateStringWithReturn)
zhlédnutí 11Před 9 měsíci
MemoryDemo (UpdateString and UpdateStringWithReturn)
MemoryDemo (UpdateIntArray)
zhlédnutí 5Před 9 měsíci
MemoryDemo (UpdateIntArray)
MemoryDemo (UpdateInt and UpdateIntWithReturn)
zhlédnutí 10Před 9 měsíci
MemoryDemo (UpdateInt and UpdateIntWithReturn)
MemoryDemo (Intro and Setup)
zhlédnutí 20Před 9 měsíci
MemoryDemo (Intro and Setup)
Fundamentals_Demo (if_statements_05 flowchart)
zhlédnutí 14Před 10 měsíci
Fundamentals_Demo (if_statements_05 flowchart)
Fundamentals_Demo (if_statements_04 flowchart)
zhlédnutí 21Před 10 měsíci
Fundamentals_Demo (if_statements_04 flowchart)
Fundamentals_Demo (if_statements_05)
zhlédnutí 10Před 10 měsíci
Fundamentals_Demo (if_statements_05)
Fundamentals_Demo (if_statements_04)
zhlédnutí 10Před 10 měsíci
Fundamentals_Demo (if_statements_04)
Fundamentals_Demo (Integration)
zhlédnutí 6Před 10 měsíci
Fundamentals_Demo (Integration)
Fundamentals_Demo (if_statements_03)
zhlédnutí 4Před 10 měsíci
Fundamentals_Demo (if_statements_03)
Fundamentals_Demo (if_statements_02)
zhlédnutí 8Před 10 měsíci
Fundamentals_Demo (if_statements_02)

Komentáře