WEB CONSTRUCTION - FINAL EXAM - ROBINSON FIU

Ace your homework & exams now with Quizwiz!

form POST is hidden and form _________ is URL

GET

How do you create a checkbox?

<input type="checkbox" name="Checkbox1" value="Checkbox1">

How do you create a text area?

<textarea name="TextArea" rows="5" cols="5"> </text area>

What are WINSCP and FileZilla used for?

A software used to transfer files over the internet.

How do you create a color button?

<input type=color name="Color">

How do you create a file button?

<input type=file name=myFile>

Name the main CSS commands to create a menu

<nav> <ul> <il> </il> <ul> </nav>

How do you create a reset button?

<input type="reset" name="Clear" value="Clear">

How do you create a submit button?

<input type="submit" name="Find" value="Find>

How do you create a text field?

<input type="text" name="Telephone" value="Telephone">

How do you implement a placeholder?

<input type="text' name="Telephone" placeholder="Telephone value="">

How did you create a clear button in PGM 2?

<input type=reset name="ClearScreen" value="clear">

How do you connect to ocelot server through terminal or GUI?

$connection = $mysqli_connect("ocelot.aul.fiu.edu","mpena111","password","dbName"

What is the code for the MODIFY program?

$query = "UPDATE customers SET FirstName = '$FirstName', FirstName = '$FirstName', LastName = '$LastName' WHERE Telephone = '$Telephone'"; $sql = mysqli_query( $connection, $query );

What is the code for the DELETE program?

$sql = "DELETE FROM customers WHERE Telephone='Telephone'";

What is the code for the SAVE program?

$sql = "INSERT INTO customers ( Telephone, FirstName ) VALUES ( '$Telephone', '$FirstName' )";

What is the code for the FIND program?

$sql = "SELECT * FROM customers where Telephone = '$Telephone'";

How do you create a radio button?

<input type="radio" name="Gender" value="Male"> <input type="radio name="Gender" value="Female">

What is the code for the CLEAR program?

$Telephone = ""; $FirstName = "";

How do you create an image that sends you over to a new link?

<a href> google.com <img src="images/google.jpeg"> </a>

Whats the code to implement tooltips?

<div class="tooltip"> Tooltip example <span class="tooltiptext1">Tooltip Action 1</span> </div>

How do you create a form in HTML?

<form method="post" action="ControllerPGM3.php">

How do you create a dropdown?

<select name="Floor" style="width: 90%;"> <option disable selected value="Select One"> -- Select One -- </option> <option value="Tile" <select>

What languages have you learned in this class?

HTML, PHP, Javascript, mySQL, CSS, JSP

What is MVC?

Model-view-Controller. Its an architectural pattern commonly used for developing user interfaces that divides an application into three interconnected parts. This is done to separate internal representations of information from the ways information is presented to and accepted from the user.

chmod755

This command allows everyone to read and execute the file, and the file owner is allowed to write to the file as well.

chmod711

This command sets permissions so that, (U)ser / owner can read, can write and can execute. (G)roup can't read, can't write and can execute. (O)thers can't read, can't write and can execute.

How do you create a form in JavaScript?

function validateForm() { }

What is the setup of your website? (folders)

1. public_html (contains) - images - index.html - includes

How to do comments in different languages?

<!-- html --> // php // javascript --SQL /* CSS */


Related study sets

Ncsbn NCLEX Lesson 8 G-Musculoskeletal

View Set

Chapter 55: Drugs Acting on the Lower Respiratory Tract

View Set

Swimming, fishing, bowling, pickleball study guide for lifetime sports final exam.

View Set

Chapter 3 Assessment Packet - True & False

View Set