Internet/Web- group of linked computers, (servers) which are connected through a unique communication protocol called Internet Protocol (IP)
Image Source
Go to the Real-time Web Monitor Here
The unique identifier for a computer is called its IP address
When URLs entered/requested in order to complete the request a Domain Name Server (DNS) has to convert the domain name (URL) into an IP address, otherwise the request would fail because the computer would be unable to find the host
In the same way that when you want to send a letter to a friend (and you have their name) you need their mailing address
1 Nightmare Drive
Nightmare City, PA
Hypertext Markup Language
<HEAD>
<TITLE>
<BODY>
<HTML>
<!DOCTYPE HTML>
<SCRIPT>
<!doctype html>
<html>
<!-- this is an HTML comment -->
<head>
<title> </title> <!-- you need a closing tags on most elements
with the exception of: <img>, <br> tags-->
</head>
<body>
<!-- this is where your content will go!-->
</body>
</html>
<TAGS>
Database – a collection of information or data usually structured, held in a computer, and with multiple access points.
Content Management System – a system which manages workflow processes and allows editing, modifying and publishing content.
Libguides!
1. Right-click inspect element
2. In Styles section (a CSS specifies the style of a whole site) click on Background: Color square select color picker and change your color
Multimedia– web pages contain these type of elements that you see and/or hear, and can be in many different formats, i.e. jpg, gif (pictures), MP4, WMV, MP3 (video and sound files).
Image sourced from : Overymyer,S. (2015). 608 Week 7 Lecture Notes; Universal Design, HyperText and the World Wide Web.
<!doctype html>
<html>
<!-- this is an HTML comment -->
<head>
<title> HTML TESTS </title>
</head>
<body>
<!-- this is where your content will go!-->
<h1> This is a heading. </h1>
<h3> This is a slightly smaller heading. </h3>
<h6> This is the smallest heading you can have. </h6>
<!-- change an h1 to p or button-->
</body>
</html>
Adobe Kuler to add color codes
Click on ‘Install this Application’
Once it is installed click on your admin link i.e. domain name/wpadmin
Edit posts and pages
Go to the web address for each page and see how your changes are implemented, i.e. yourdomainname.com/the web page name or click on 'view post'
You can look at the user interface of WordPress, your completed web page and you can also right-click on your completed web page and select 'view page source' to see the html coding that composes and renders your web page as you see it. You can also look at the 'text' tab of your posts and you will see the html code.
Also look at the PhpMyAdmin to see where the information is coming from (databases of information)
Server side (back-end) and client side (front-end) communicate using HTTP.
The server serves the web pages and generates content using languages such as PHP (this script runs on the "server which hosts the website and sends down the HTML code") i.e.
<h1 id="hello"><?php echo 'Hello'; ?></h1> (Code Conquest, 2014).
The client (can be a web browser) displays the web page to the user (YOU) using languages such as JavaScript (it "runs scripts on your computer after you've loaded a web page") i.e.
<script> document.getElementById('hello').innerHTML = 'Hello'; </script> (Code Conquest, 2014).
The User (YOU) "uses the client to surf the web, fill in forms, watch videos online, etc " (Locke, 2015)
http://www.oxforddictionaries.com/us/definition/american_english/database
Overymyer,S. (2015). 608 Week 7 Lecture Notes; Universal Design, HyperText and the World Wide Web.
Titus, A. (2009). https://www.youtube.com/watch?v=7_LPdttKXPc
http://www.differencebetween.net/technology/internet/difference-between-url-and-ip-address/
images for scholarly and educational use only