diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c806c03 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/lab2_2_CalebFontenot/nbproject/private/ diff --git a/lab2_2_CalebFontenot.zip b/lab2_2_CalebFontenot.zip new file mode 100644 index 0000000..b96847e Binary files /dev/null and b/lab2_2_CalebFontenot.zip differ diff --git a/lab2_2_CalebFontenot/.bowerrc b/lab2_2_CalebFontenot/.bowerrc new file mode 100644 index 0000000..0ba26f2 --- /dev/null +++ b/lab2_2_CalebFontenot/.bowerrc @@ -0,0 +1,3 @@ +{ + "directory": "public_html/bower_components" +} diff --git a/lab2_2_CalebFontenot/Gruntfile.js b/lab2_2_CalebFontenot/Gruntfile.js new file mode 100644 index 0000000..496183b --- /dev/null +++ b/lab2_2_CalebFontenot/Gruntfile.js @@ -0,0 +1,9 @@ +/* + * Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license + * Click nbfs://nbhost/SystemFileSystem/Templates/ClientSide/Gruntfile.js to edit this template + */ +module.exports = function (grunt) { + // Project configuration. + grunt.initConfig({ + }); +}; diff --git a/lab2_2_CalebFontenot/Printed HTMLS/2.15.html b/lab2_2_CalebFontenot/Printed HTMLS/2.15.html new file mode 100644 index 0000000..9ec5fd8 --- /dev/null +++ b/lab2_2_CalebFontenot/Printed HTMLS/2.15.html @@ -0,0 +1,57 @@ + + + +2.15.html + + + + +
/home/caleb/ASDV-WebDev/lab2_2_CalebFontenot/public_html/2.15.html
+
+<!DOCTYPE html>
+<!--
+Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
+Click nbfs://nbhost/SystemFileSystem/Templates/ClientSide/html.html to edit this template
+-->
+<html>
+    <head>
+        <title>Trillium Media Design</title>
+        <meta charset="UTF-8">
+        <meta name="viewport" content="width=device-width, initial-scale=1.0">
+    </head>
+    <body>
+        <header> <h1>Trillium Media Design</h1> </header>
+        <nav>
+            <b>
+                <a href="2.15/index.html"> Home</a>&nbsp;
+                <a href="2.15/services.html"> Services</a>&nbsp; 
+                <a href="2.15/contact.html"> Contact</a>&nbsp; 
+            </b> 
+        </nav>
+        <main><h2>New Media and Web Design</h2></main>
+        <p>Trillium Media Design offers a comprehensive range of services to take your company's Web presence to the next level.</p>
+        <header> <h1> Meeting your business Needs </h1> </header>
+        <p> Our expert designers will listen to you as they create a website that helps to promote and grow your business </p>
+    </body>
+    <footer>
+        <small><i>Copyright &copy; 2023 Caleb Fontenot </i> </small>
+    </footer>
+</html>
+
+
+ diff --git a/lab2_2_CalebFontenot/Printed HTMLS/2.15_contact.html b/lab2_2_CalebFontenot/Printed HTMLS/2.15_contact.html new file mode 100644 index 0000000..519127e --- /dev/null +++ b/lab2_2_CalebFontenot/Printed HTMLS/2.15_contact.html @@ -0,0 +1,61 @@ + + + +contact.html + + + + +
/home/caleb/ASDV-WebDev/lab2_2_CalebFontenot/public_html/2.15/contact.html
+
+<!DOCTYPE html>
+<!--
+Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
+Click nbfs://nbhost/SystemFileSystem/Templates/ClientSide/html.html to edit this template
+-->
+<html>
+    <head>
+        <title>Trillium Media Design - Contact</title>
+        <meta charset="UTF-8">
+        <meta name="viewport" content="width=device-width, initial-scale=1.0">
+    </head>
+    <body>
+        <header> <h1>Trillium Media Design</h1> </header>
+        <nav>
+            <b>
+                <a href="index.html"> Home</a>&nbsp;
+                <a href="services.html"> Services</a>&nbsp; 
+                <a href="contact.html"> Contact</a>&nbsp; 
+        </nav>
+        <main>
+            <h2> Contact Trillium Media Design Today</h2><!-- comment -->
+            <ul>
+                <li>
+                    E-mail: <a href="mailto:contact@trilliummediadesign.com"> contact@trilliummediadesign.com</a>
+                </li>
+                <li>Phone: 555-555-5555</li>
+            </ul>
+        </main>
+    </body>
+    <footer>
+        <small><i>Copyright &copy; 2023 Caleb Fontenot </i> </small>
+    </footer>
+</html>
+
+
+ diff --git a/lab2_2_CalebFontenot/Printed HTMLS/2.15_index.html b/lab2_2_CalebFontenot/Printed HTMLS/2.15_index.html new file mode 100644 index 0000000..779c5b4 --- /dev/null +++ b/lab2_2_CalebFontenot/Printed HTMLS/2.15_index.html @@ -0,0 +1,41 @@ + + + +index.html + + + + +
/home/caleb/ASDV-WebDev/lab2_2_CalebFontenot/public_html/2.15/index.html
+
+<!DOCTYPE html>
+<!--
+Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
+Click nbfs://nbhost/SystemFileSystem/Templates/ClientSide/html.html to edit this template
+-->
+<html>
+    <head>
+        <title>TODO supply a title</title>
+        <meta charset="UTF-8">
+        <meta name="viewport" content="width=device-width, initial-scale=1.0">
+    </head>
+    <body>
+        <div>TODO write content</div>
+    </body>
+</html>
+
+
+ diff --git a/lab2_2_CalebFontenot/Printed HTMLS/2.15_services.html b/lab2_2_CalebFontenot/Printed HTMLS/2.15_services.html new file mode 100644 index 0000000..de26970 --- /dev/null +++ b/lab2_2_CalebFontenot/Printed HTMLS/2.15_services.html @@ -0,0 +1,65 @@ + + + +services.html + + + + +
/home/caleb/ASDV-WebDev/lab2_2_CalebFontenot/public_html/2.15/services.html
+
+<!DOCTYPE html>
+<!--
+Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
+Click nbfs://nbhost/SystemFileSystem/Templates/ClientSide/html.html to edit this template
+-->
+<html>
+    <head>
+        <title>Trillium Media Design - Services</title>
+        <meta charset="UTF-8">
+        <meta name="viewport" content="width=device-width, initial-scale=1.0">
+    </head>
+    <body>
+        <header> <h1>Trillium Media Design</h1> </header>
+        <nav>
+            <b>
+                <a href="index.html"> Home</a>&nbsp;
+                <a href="services.html"> Services</a>&nbsp; 
+                <a href="contact.html"> Contact</a>&nbsp; 
+        </nav>
+            </b> 
+            <main>
+                <h2>Our Services Meet Your Business Needs</h2>
+                        <dl>
+                            <dt><strong>Website Design</strong></dt>
+                            <dd> Whether your needs are large or small, </dd><!-- comment -->
+                            <dt><strong>E-Commerce Solutions</strong></dt>
+                            <dd> Whether your needs are large or small, </dd>
+                            <dt><strong>Search Engine Optimization</strong></dt>
+                            <dd> Whether your needs are large or small, </dd>
+                            
+                </dl>
+            </main>
+    </body>
+    <footer>
+        <small><i>Copyright &copy; 2023 Caleb Fontenot </i> </small>
+    </footer>
+</html>
+
+
+ diff --git a/lab2_2_CalebFontenot/Printed HTMLS/2.6.html b/lab2_2_CalebFontenot/Printed HTMLS/2.6.html new file mode 100644 index 0000000..0696de9 --- /dev/null +++ b/lab2_2_CalebFontenot/Printed HTMLS/2.6.html @@ -0,0 +1,46 @@ + + + +2.6.html + + + + +
/home/caleb/ASDV-WebDev/lab2_2_CalebFontenot/public_html/2.6.html
+
+<!DOCTYPE html>
+<!--
+Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
+Click nbfs://nbhost/SystemFileSystem/Templates/ClientSide/html.html to edit this template
+-->
+<html>
+    <head>
+        <title>lab2_2</title>
+        <meta charset="UTF-8">
+        <meta name="viewport" content="width=device-width, initial-scale=1.0">
+    </head>
+    <body>
+        <h1>My Favorite Colors</h1> 
+        <ol>
+            <li>Blue</li>
+            <li>Teal</li>
+            <li>Red</li>
+            </ol>
+    </body>
+</html>
+
+
+ diff --git a/lab2_2_CalebFontenot/Printed HTMLS/2.7.html b/lab2_2_CalebFontenot/Printed HTMLS/2.7.html new file mode 100644 index 0000000..1dafe80 --- /dev/null +++ b/lab2_2_CalebFontenot/Printed HTMLS/2.7.html @@ -0,0 +1,46 @@ + + + +2.7.html + + + + +
/home/caleb/ASDV-WebDev/lab2_2_CalebFontenot/public_html/2.7.html
+
+<!DOCTYPE html>
+<!--
+Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
+Click nbfs://nbhost/SystemFileSystem/Templates/ClientSide/html.html to edit this template
+-->
+<html>
+    <head>
+        <title>Heading and List</title>
+        <meta charset="UTF-8">
+        <meta name="viewport" content="width=device-width, initial-scale=1.0">
+    </head>
+    <body>
+        <h1>My Favorite Colors</h1>
+        <ul>
+            <li>Blue</li>
+            <li>Teal</li>
+            <li>Red</li>
+        </ul>
+    </body>
+</html>
+
+
+ diff --git a/lab2_2_CalebFontenot/Printed HTMLS/2.8.html b/lab2_2_CalebFontenot/Printed HTMLS/2.8.html new file mode 100644 index 0000000..1915fe2 --- /dev/null +++ b/lab2_2_CalebFontenot/Printed HTMLS/2.8.html @@ -0,0 +1,43 @@ + + + +2.8.html + + + + +
/home/caleb/ASDV-WebDev/lab2_2_CalebFontenot/public_html/2.8.html
+
+<!DOCTYPE html>
+<html>
+    <head>
+        <title>Description List</title>
+        <meta charset="UTF-8">
+    </head>
+    <body>
+        <h1>Sample Description List</h1>
+        <dl>
+            <dt>TCP</dt>
+                <dd>Transmission Control Protocol is a method (protocol) used along with the Internet Protocol (IP) to send data in the form of message units, called packets, between computers over the Internet.</dd>
+            <dt>IP</dt>
+            <dd>Internet Protocol is the method or protocol by which data is sent from one computer to another on the Internet. Each computer on the Internet is uniquely identified by an IP address.</dd>
+            <dt>FTP</dt>
+                <dd>File Transfer Protocol is a protocol used to exchange files between computers on the Internet.</dd>
+              <dt>HTTP</dt>
+                <dd>Hypertext Transfer Protocol is the protocol used for exchanging text, graphic images, sound, video, and other multimedia files on the Web.</dd>
+        </dl>
+    </body>
+</html>
+
+ diff --git a/lab2_2_CalebFontenot/Printed HTMLS/2.9.html b/lab2_2_CalebFontenot/Printed HTMLS/2.9.html new file mode 100644 index 0000000..8f5729b --- /dev/null +++ b/lab2_2_CalebFontenot/Printed HTMLS/2.9.html @@ -0,0 +1,52 @@ + + + +2.9.html + + + + +
/home/caleb/ASDV-WebDev/lab2_2_CalebFontenot/public_html/2.9.html
+
+<!DOCTYPE html>
+<!--
+Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
+Click nbfs://nbhost/SystemFileSystem/Templates/ClientSide/html.html to edit this template
+-->
+<html>
+    <head>
+        <title>Web Design Steps</title>
+        <meta charset="UTF-8">
+        <meta name="viewport" content="width=device-width, initial-scale=1.0">
+    </head>
+    <body>
+        <h1>Web Design Steps</h1>
+        <ul>
+            <li><strong>Determine the Intended Audience</strong> 
+                <br> The colors, images, fonts, and layout should be tailored to the <em> preferences of your audience.</em> The type of site content (reading level, amount of animation, etc.) should be appropriate for your chosen audience.</li>
+    <li><strong>Determine the Goals of the Site</strong>
+        <br>Some common goals of web sites are: to be informative, to create a personal home page, to establish a corporate web presence, and to do business in e-commerce.</br>
+    <li><strong>Determine the General Content and Create a Site Map</strong>
+        </li>
+        <br>The site map is sometimes called a Storyboard. Common organizational structures for websites are: hierarchical, linear, and random.</br>
+        <li><strong>Sketch a 
+        </ul>
+        
+    </body>
+</html>
+
+
+ diff --git a/lab2_2_CalebFontenot/Printed HTMLS/Lab2DArraysSort_CalebFontenot.html b/lab2_2_CalebFontenot/Printed HTMLS/Lab2DArraysSort_CalebFontenot.html new file mode 100644 index 0000000..e8d631a --- /dev/null +++ b/lab2_2_CalebFontenot/Printed HTMLS/Lab2DArraysSort_CalebFontenot.html @@ -0,0 +1,164 @@ + + + +Lab2DArraysSort_CalebFontenot.java + + + + +
/home/caleb/ASDV-Java/Semester 2/Assignments/lab-2D-arrays-sort_CalebFontenot/src/main/java/com/calebfontenot/lab/d/arrays/sort_calebfontenot/Lab2DArraysSort_CalebFontenot.java
+
+/*
+ * Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
+ */
+package com.calebfontenot.lab.d.arrays.sort_calebfontenot;
+
+/**
+ *
+ * @author caleb
+ */
+public class Lab2DArraysSort_CalebFontenot {
+
+    public static int maxNumberOfColumnsInJagged2dArray(char[][] ar)
+    {
+        int maxNumberOfColumns = 0;
+        for (int row = 0; row < ar.length; ++row) {
+            if (ar[row].length > maxNumberOfColumns) {
+                maxNumberOfColumns = ar[row].length;
+            }
+        }
+
+        return maxNumberOfColumns;
+    }
+
+    public static void printColumnMajorOrder(char[][] ar)
+    {
+        int row = 0;
+        int column = 0;
+        int max = maxNumberOfColumnsInJagged2dArray(ar);
+        for (column = 0; column < max; ++column) {
+            for (row = 0; row < ar.length; ++row) {
+                if (column < ar[row].length) {
+                    System.out.print(ar[row][column] + " ");
+                }
+            }
+            System.out.println("");
+        }
+    }
+
+    /**
+     * Prints row by row
+     *
+     * @param ar
+     */
+    public static void printRowMajorOrder(char[][] ar)//normal
+    {
+        for (int x = 0; x < ar.length; ++x) {
+            for (int y = 0; y < ar[x].length; ++y) {
+                System.out.print(ar[x][y] + "");
+            }
+            System.out.println();
+        }
+
+    }
+    public static String returnRowMajorOrder(char[] ar)//normal
+    {
+        String returnString = "";
+        for (int x = 0; x < ar.length; ++x) {
+                returnString += ar[x];
+            }
+        return returnString;
+    }
+
+    /**
+     * Sorts the methods in ascending order using Selection Sort
+     *
+     * @param names the names to be sorted
+     */
+    public static void sortNames(char[][] names)
+    {
+        for (int i = 0; i < names.length - 1; ++i) {
+            for (int j = i + 1; j < names.length; ++j) {
+                char compChar1 = names[i][0], compChar2 = names[j][0];
+                // Reoder entire row
+                for (int rowIterate = 1; rowIterate < maxNumberOfColumnsInJagged2dArray(names); ++rowIterate) {
+                    if (Character.toLowerCase(compChar1) == Character.toLowerCase(compChar2)) {
+                        try {
+                            compChar1 = names[i][rowIterate];
+                            compChar2 = names[j][rowIterate];
+                        } catch (Exception ex) {
+                            // If it's failed, the index has gone out of range.
+                            // Check the length of the arrays and swap the larger one with the smaller one.
+                            if (names[i].length > names[j].length) {
+                                //System.out.println(names[i].length + " " + names[j].length);
+                                //System.out.println("Swapping " + returnRowMajorOrder(names[i]) + " with " + returnRowMajorOrder(names[j]));
+                                char[] temp = names[i];
+                                names[i] = names[j];
+                                names[j] = temp;
+                            }
+                            break;
+                        }
+
+                    }
+                    if (Character.toLowerCase(compChar1) > Character.toLowerCase(compChar2)) {
+                        char[] temp = names[i];
+                        names[i] = names[j];
+                        names[j] = temp;
+                    }
+                }
+            }
+        }
+    }
+
+    public static void main(String[] args)
+    {
+        /*
+char[][] names = {
+            {'j', 'o', 'h', 'n'},
+            {'a', 'n'},
+            {'b', 'y', 'r', 'o', 'n'},};
+         */
+        ///*
+        char[][] names = {
+            {'j', 'o', 'h', 'n'},
+            {'a', 'n'},
+            {'b', 'y', 'r', 'o', 'n'},
+            {'b', 'y', 'r', 'o', 'n', 'i'},
+            {'a', 'a', 'o', 'n'},
+            {'b', 'b', 'b', 'b'},
+            {'b', 'b', 'b', 'c'},
+            {'b', 'b', 'b'}
+        };
+//*/
+        //printColumnMajorOrder(names);
+        printRowMajorOrder(names);
+        System.out.println();
+        sortNames(names);
+        //System.out.println();
+        printRowMajorOrder(names);
+        //printColumnMajorOrder(names);
+
+    }
+
+}
+
+
+ diff --git a/lab2_2_CalebFontenot/bower.json b/lab2_2_CalebFontenot/bower.json new file mode 100644 index 0000000..11b61e1 --- /dev/null +++ b/lab2_2_CalebFontenot/bower.json @@ -0,0 +1,13 @@ +{ + "name": "lab2_2_CalebFontenot", + "version": "1.0.0", + "main": "path/to/main.css", + "ignore": [ + ".jshintrc", + "**/*.txt" + ], + "dependencies": { + }, + "devDependencies": { + } +} diff --git a/lab2_2_CalebFontenot/gulpfile.js b/lab2_2_CalebFontenot/gulpfile.js new file mode 100644 index 0000000..eccfb02 --- /dev/null +++ b/lab2_2_CalebFontenot/gulpfile.js @@ -0,0 +1,10 @@ +/* + * Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license + * Click nbfs://nbhost/SystemFileSystem/Templates/ClientSide/gulpfile.js to edit this template + */ + +var gulp = require('gulp'); + +gulp.task('default', function () { + // place code for your default task here +}); diff --git a/lab2_2_CalebFontenot/nbproject/project.properties b/lab2_2_CalebFontenot/nbproject/project.properties new file mode 100644 index 0000000..3ba0e74 --- /dev/null +++ b/lab2_2_CalebFontenot/nbproject/project.properties @@ -0,0 +1,5 @@ +file.reference.lab2_2_CalebFontenot-public_html=public_html +file.reference.lab2_2_CalebFontenot-test=test +files.encoding=UTF-8 +site.root.folder=${file.reference.lab2_2_CalebFontenot-public_html} +test.folder=${file.reference.lab2_2_CalebFontenot-test} diff --git a/lab2_2_CalebFontenot/nbproject/project.xml b/lab2_2_CalebFontenot/nbproject/project.xml new file mode 100644 index 0000000..7b51eea --- /dev/null +++ b/lab2_2_CalebFontenot/nbproject/project.xml @@ -0,0 +1,9 @@ + + + org.netbeans.modules.web.clientproject + + + lab2_2_CalebFontenot + + + diff --git a/lab2_2_CalebFontenot/package.json b/lab2_2_CalebFontenot/package.json new file mode 100644 index 0000000..ac8e612 --- /dev/null +++ b/lab2_2_CalebFontenot/package.json @@ -0,0 +1,8 @@ +{ + "name": "lab2_2_CalebFontenot", + "version": "1.0.0", + "keywords": ["util", "functional", "server", "client", "browser"], + "author": "caleb", + "contributors": [], + "dependencies": {} +} diff --git a/lab2_2_CalebFontenot/public_html/2.15.html b/lab2_2_CalebFontenot/public_html/2.15.html new file mode 100644 index 0000000..08a4a0e --- /dev/null +++ b/lab2_2_CalebFontenot/public_html/2.15.html @@ -0,0 +1,29 @@ + + + + + Trillium Media Design + + + + +

Trillium Media Design

+ +

New Media and Web Design

+

Trillium Media Design offers a comprehensive range of services to take your company's Web presence to the next level.

+

Meeting your business Needs

+

Our expert designers will listen to you as they create a website that helps to promote and grow your business

+ + + diff --git a/lab2_2_CalebFontenot/public_html/2.15/contact.html b/lab2_2_CalebFontenot/public_html/2.15/contact.html new file mode 100644 index 0000000..7292600 --- /dev/null +++ b/lab2_2_CalebFontenot/public_html/2.15/contact.html @@ -0,0 +1,33 @@ + + + + + Trillium Media Design - Contact + + + + +

Trillium Media Design

+ +
+

Contact Trillium Media Design Today

+ +
+ + + diff --git a/lab2_2_CalebFontenot/public_html/2.15/index.html b/lab2_2_CalebFontenot/public_html/2.15/index.html new file mode 100644 index 0000000..efe7bb1 --- /dev/null +++ b/lab2_2_CalebFontenot/public_html/2.15/index.html @@ -0,0 +1,15 @@ + + + + + TODO supply a title + + + + +
TODO write content
+ + diff --git a/lab2_2_CalebFontenot/public_html/2.15/services.html b/lab2_2_CalebFontenot/public_html/2.15/services.html new file mode 100644 index 0000000..68eb590 --- /dev/null +++ b/lab2_2_CalebFontenot/public_html/2.15/services.html @@ -0,0 +1,37 @@ + + + + + Trillium Media Design - Services + + + + +

Trillium Media Design

+ + +
+

Our Services Meet Your Business Needs

+
+
Website Design
+
Whether your needs are large or small,
+
E-Commerce Solutions
+
Whether your needs are large or small,
+
Search Engine Optimization
+
Whether your needs are large or small,
+ +
+
+ + + diff --git a/lab2_2_CalebFontenot/public_html/2.15_1.html b/lab2_2_CalebFontenot/public_html/2.15_1.html new file mode 100644 index 0000000..1cb2509 --- /dev/null +++ b/lab2_2_CalebFontenot/public_html/2.15_1.html @@ -0,0 +1,24 @@ + + + + + Trillium Media Design + + + + +

Trillium Media Design

+ +

New Media and Web Design

+

Trillium Media Design offers a comprehensive range of services to take your company's Web presence to the next level.

+

Meeting your business Needs

+

Our expert designers will listen to you as they create a website that helps to promote and grow your business

+ + + diff --git a/lab2_2_CalebFontenot/public_html/2.6.html b/lab2_2_CalebFontenot/public_html/2.6.html new file mode 100644 index 0000000..cee5268 --- /dev/null +++ b/lab2_2_CalebFontenot/public_html/2.6.html @@ -0,0 +1,20 @@ + + + + + lab2_2 + + + + +

My Favorite Colors

  +
    +
  1. Blue
  2. +
  3. Teal
  4. +
  5. Red
  6. +
+ + diff --git a/lab2_2_CalebFontenot/public_html/2.7.html b/lab2_2_CalebFontenot/public_html/2.7.html new file mode 100644 index 0000000..e4f8eb6 --- /dev/null +++ b/lab2_2_CalebFontenot/public_html/2.7.html @@ -0,0 +1,20 @@ + + + + + Heading and List + + + + +

My Favorite Colors

+ + + diff --git a/lab2_2_CalebFontenot/public_html/2.8.html b/lab2_2_CalebFontenot/public_html/2.8.html new file mode 100644 index 0000000..1f8dc07 --- /dev/null +++ b/lab2_2_CalebFontenot/public_html/2.8.html @@ -0,0 +1,20 @@ + + + + Description List + + + +

Sample Description List

+
+
TCP
+     
Transmission Control Protocol is a method (protocol) used along with the Internet Protocol (IP) to send data in the form of message units, called packets, between computers over the Internet.
+
IP
+
Internet Protocol is the method or protocol by which data is sent from one computer to another on the Internet. Each computer on the Internet is uniquely identified by an IP address.
+
FTP
+     
File Transfer Protocol is a protocol used to exchange files between computers on the Internet.
+   
HTTP
+     
Hypertext Transfer Protocol is the protocol used for exchanging text, graphic images, sound, video, and other multimedia files on the Web.
+
+ + \ No newline at end of file diff --git a/lab2_2_CalebFontenot/public_html/2.9.html b/lab2_2_CalebFontenot/public_html/2.9.html new file mode 100644 index 0000000..41fc1c7 --- /dev/null +++ b/lab2_2_CalebFontenot/public_html/2.9.html @@ -0,0 +1,26 @@ + + + + + Web Design Steps + + + + +

Web Design Steps

+ + + + diff --git a/lab2_2_CalebFontenot/public_html/index.html b/lab2_2_CalebFontenot/public_html/index.html new file mode 100644 index 0000000..f6f390f --- /dev/null +++ b/lab2_2_CalebFontenot/public_html/index.html @@ -0,0 +1,15 @@ + + + + + TODO supply a title + + + + +
TODO write content
+ +