Ask your own question, for FREE!
Computer Science 30 Online
Ultrilliam:

The quiz.

Ultrilliam:

Question 1: How do you define a variable in JavaScript?

wo1f0mon:

i dont do java i do html mostly

wo1f0mon:

are they the same? tho?

Ultrilliam:

Java & JavaScript are 2 completely different languages.

Ultrilliam:

HTML is only 1 part of a website...

wo1f0mon:

oh ...

wo1f0mon:

goes to dark coner

wo1f0mon:

*cries*

Ultrilliam:

HTML is the structure of the website, CSS is the style of the website, and JavaScript is the client side functionality of the website.

joshiscool:

wow you don't know this?

Ultrilliam:

That's excluding any server side languages (some of these languages aren't too common in web development) such as PHP, Perl, Python, Ruby, C++, C+, C#, Node.js... And that's just the tip of the iceberg.

joshiscool:

the answer to the first one is declaring

Ultrilliam:

so wolf, you have just failed, miserably ._.

wo1f0mon:

oh i. dident learn anything but html i know how to put headings links how to change the color paragraphs tags and images i kown how to do hes tigs

Ultrilliam:

Incorrect Josh.

joshiscool:

what?

joshiscool:

gimmie another one

wo1f0mon:

i cant do much but i can help wit small html jobs

Ultrilliam:

The correct answer was ``` var variableName = value; ```

joshiscool:

wait i missunderstood

joshiscool:

*** i need to read correctly

joshiscool:

gimmie html

joshiscool:

please or php

wo1f0mon:

lol hey do u know what elements are josh if not u need help

Ultrilliam:

Ok, Question 2, How do you declare a variable in PHP?

joshiscool:

yay my fav

joshiscool:

im lagging

Ultrilliam:

15 seconds remaining.

Ultrilliam:

5

wo1f0mon:

<?php

Ultrilliam:

4

Ultrilliam:

3

Ultrilliam:

2

Ultrilliam:

1

wo1f0mon:

was i right?

Ultrilliam:

Times up Josh.

joshiscool:

wait

joshiscool:

your site was lagging me

joshiscool:

i froze

wo1f0mon:

so was mine

joshiscool:

and had to refesh

Ultrilliam:

Incorrect Wolf, the answer was: ``` $variableName = value; ```

joshiscool:

the answer is ?php $txt = "!"; $x = 5; $y = 10.5; ?>

wo1f0mon:

oh im learning at leat

wo1f0mon:

least

Ultrilliam:

Good job on the copy+paste Josh xD

Ultrilliam:

(sarcasm)

joshiscool:

wow no i got the from my previous coding

joshiscool:

no need to copy

joshiscool:

im above that

Ultrilliam:

Question 3: How to define a function in JavaScript.

joshiscool:

xD

wo1f0mon:

i k html its <!doctype html>

joshiscool:

var functionName = value;

Ultrilliam:

Wrong...

joshiscool:

is that right?

joshiscool:

Oh

joshiscool:

well i would do great on design

Ultrilliam:

The answer was: ``` function functionName() {} ```

joshiscool:

look at the admin panel on my site

Ultrilliam:

That is one of many ways to define a function in JS btw.

joshiscool:

i designed that

joshiscool:

well gimmie me a html on

joshiscool:

im very good at that

Ultrilliam:

HTML does us squat without at the very least CSS and JavaScript knowledge x'D

joshiscool:

OKay gimmie css im know some of it\

Ultrilliam:

Question 5: How do you define a KeyFrame in CSS

joshiscool:

***

joshiscool:

i have to reload

joshiscool:

gimmie a sec you need to fix the lag

Ultrilliam:

idk what 'lag' your referring to...

joshiscool:

back

joshiscool:

like when i type

joshiscool:

/* Chrome, Safari, Opera */ @-webkit-keyframes mymove { from {top: 0px;} to {top: 200px;} } thats all i got

wo1f0mon:

im slow cuz i spiled milk on my touch screen pc so im typing on the screen

Ultrilliam:

http://prntscr.com/cocyjt Nice try josh...

wo1f0mon:

lol

joshiscool:

***it you got me

wo1f0mon:

where is that?

Ultrilliam:

W3 :P

wo1f0mon:

?

Ultrilliam:

http://www.w3schools.com/

joshiscool:

i just wanna help you with this site please give a try

joshiscool:

us*

wo1f0mon:

wow that site looks esier i was learning from my dad yesterday he taught me some but not that much

joshiscool:

Utrilliam please give us a try and plus im good with moderator

Ultrilliam:

Oh, and as for your PHP code Josh... http://www.w3schools.com/php/php_variables.asp reusing old code huh? :P

joshiscool:

dude just get pass that ima show you a script i did today

joshiscool:

you ready

joshiscool:

utrilliam you see i can code

joshiscool:

thats only html

wo1f0mon:

hey ultri can i help tho i dont need to be mod on this site all i want to do is help develop

Ultrilliam:

``` <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content=""> <meta name="author" content=""> <title>SB Admin - Bootstrap Admin Template</title> <!-- Bootstrap Core CSS --> <link href="css/bootstrap.min.css" rel="stylesheet"> <!-- Custom CSS --> <link href="css/sb-admin.css" rel="stylesheet"> <!-- Custom Fonts --> <link href="font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css"> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div id="wrapper"> <!-- Navigation --> <nav class="navbar navbar-inverse navbar-fixed-top" role="navigation"> <!-- Brand and toggle get grouped for better mobile display --> <div class="navbar-header"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-ex1-collapse"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand" href="index.html">SB Admin</a> </div> <!-- Top Menu Items --> <ul class="nav navbar-right top-nav"> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown"><i class="fa fa-envelope"></i> <b class="caret"></b></a> <ul class="dropdown-menu message-dropdown"> <li class="message-preview"> <a href="#"> <div class="media"> <span class="pull-left"> <img class="media-object" src="http://placehold.it/50x50" alt=""> </span> <div class="media-body"> <h5 class="media-heading"><strong>John Smith</strong> </h5> <p class="small text-muted"><i class="fa fa-clock-o"></i> Yesterday at 4:32 PM</p> <p>Lorem ipsum dolor sit amet, consectetur...</p> </div> </div> </a> </li> <li class="message-preview"> <a href="#"> <div class="media"> <span class="pull-left"> <img class="media-object" src="http://placehold.it/50x50" alt=""> </span> <div class="media-body"> <h5 class="media-heading"><strong>John Smith</strong> </h5> <p class="small text-muted"><i class="fa fa-clock-o"></i> Yesterday at 4:32 PM</p> <p>Lorem ipsum dolor sit amet, consectetur...</p> </div> </div> </a> </li> <li class="message-preview"> <a href="#"> <div class="media"> <span class="pull-left"> <img class="media-object" src="http://placehold.it/50x50" alt=""> </span> <div class="media-body"> <h5 class="media-heading"><strong>John Smith</strong> </h5> <p class="small text-muted"><i class="fa fa-clock-o"></i> Yesterday at 4:32 PM</p> <p>Lorem ipsum dolor sit amet, consectetur...</p> </div> </div> </a> </li> <li class="message-footer"> <a href="#">Read All New Messages</a> </li> </ul> </li> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown"><i class="fa fa-bell"></i> <b class="caret"></b></a> <ul class="dropdown-menu alert-dropdown"> <li> <a href="#">Alert Name <span class="label label-default">Alert Badge</span></a> </li> <li> <a href="#">Alert Name <span class="label label-primary">Alert Badge</span></a> </li> <li> <a href="#">Alert Name <span class="label label-success">Alert Badge</span></a> </li> <li> <a href="#">Alert Name <span class="label label-info">Alert Badge</span></a> </li> <li> <a href="#">Alert Name <span class="label label-warning">Alert Badge</span></a> </li> <li> <a href="#">Alert Name <span class="label label-danger">Alert Badge</span></a> </li> <li class="divider"></li> <li> <a href="#">View All</a> </li> </ul> </li> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown"><i class="fa fa-user"></i> John Smith <b class="caret"></b></a> <ul class="dropdown-menu"> <li> <a href="#"><i class="fa fa-fw fa-user"></i> Profile</a> </li> <li> <a href="#"><i class="fa fa-fw fa-envelope"></i> Inbox</a> </li> <li> <a href="#"><i class="fa fa-fw fa-gear"></i> Settings</a> </li> <li class="divider"></li> <li> <a href="#"><i class="fa fa-fw fa-power-off"></i> Log Out</a> </li> </ul> </li> </ul> <!-- Sidebar Menu Items - These collapse to the responsive navigation menu on small screens --> <div class="collapse navbar-collapse navbar-ex1-collapse"> <ul class="nav navbar-nav side-nav"> <li> <a href="index.html"><i class="fa fa-fw fa-dashboard"></i> Dashboard</a> </li> <li> <a href="charts.html"><i class="fa fa-fw fa-bar-chart-o"></i> Charts</a> </li> <li class="active"> <a href="tables.html"><i class="fa fa-fw fa-table"></i> Tables</a> </li> <li> <a href="forms.html"><i class="fa fa-fw fa-edit"></i> Forms</a> </li> <li> <a href="bootstrap-elements.html"><i class="fa fa-fw fa-desktop"></i> Bootstrap Elements</a> </li> <li> <a href="bootstrap-grid.html"><i class="fa fa-fw fa-wrench"></i> Bootstrap Grid</a> </li> <li> <a href="javascript:;" data-toggle="collapse" data-target="#demo"><i class="fa fa-fw fa-arrows-v"></i> Dropdown <i class="fa fa-fw fa-caret-down"></i></a> <ul id="demo" class="collapse"> <li> <a href="#">Dropdown Item</a> </li> <li> <a href="#">Dropdown Item</a> </li> </ul> </li> <li> <a href="blank-page.html"><i class="fa fa-fw fa-file"></i> Blank Page</a> </li> <li> <a href="index-rtl.html"><i class="fa fa-fw fa-dashboard"></i> RTL Dashboard</a> </li> </ul> </div> <!-- /.navbar-collapse --> </nav> <div id="page-wrapper"> <div class="container-fluid"> <!-- Page Heading --> <div class="row"> <div class="col-lg-12"> <h1 class="page-header"> Tables </h1> <ol class="breadcrumb"> <li> <i class="fa fa-dashboard"></i> <a href="index.html">Dashboard</a> </li> <li class="active"> <i class="fa fa-table"></i> Tables </li> </ol> </div> </div> <!-- /.row --> <div class="row"> <div class="col-lg-6"> <h2>Bordered Table</h2> <div class="table-responsive"> <table class="table table-bordered table-hover"> <thead> <tr> <th>Page</th> <th>Visits</th> <th>% New Visits</th> <th>Revenue</th> </tr> </thead> <tbody> <tr> <td>/index.html</td> <td>1265</td> <td>32.3%</td> <td>$321.33</td> </tr> <tr> <td>/about.html</td> <td>261</td> <td>33.3%</td> <td>$234.12</td> </tr> <tr> <td>/sales.html</td> <td>665</td> <td>21.3%</td> <td>$16.34</td> </tr> <tr> <td>/blog.html</td> <td>9516</td> <td>89.3%</td> <td>$1644.43</td> </tr> <tr> <td>/404.html</td> <td>23</td> <td>34.3%</td> <td>$23.52</td> </tr> <tr> <td>/services.html</td> <td>421</td> <td>60.3%</td> <td>$724.32</td> </tr> <tr> <td>/blog/post.html</td> <td>1233</td> <td>93.2%</td> <td>$126.34</td> </tr> </tbody> </table> </div> </div> <div class="col-lg-6"> <h2>Bordered with Striped Rows</h2> <div class="table-responsive"> <table class="table table-bordered table-hover table-striped"> <thead> <tr> <th>Page</th> <th>Visits</th> <th>% New Visits</th> <th>Revenue</th> </tr> </thead> <tbody> <tr> <td>/index.html</td> <td>1265</td> <td>32.3%</td> <td>$321.33</td> </tr> <tr> <td>/about.html</td> <td>261</td> <td>33.3%</td> <td>$234.12</td> </tr> <tr> <td>/sales.html</td> <td>665</td> <td>21.3%</td> <td>$16.34</td> </tr> <tr> <td>/blog.html</td> <td>9516</td> <td>89.3%</td> <td>$1644.43</td> </tr> <tr> <td>/404.html</td> <td>23</td> <td>34.3%</td> <td>$23.52</td> </tr> <tr> <td>/services.html</td> <td>421</td> <td>60.3%</td> <td>$724.32</td> </tr> <tr> <td>/blog/post.html</td> <td>1233</td> <td>93.2%</td> <td>$126.34</td> </tr> </tbody> </table> </div> </div> </div> <!-- /.row --> <div class="row"> <div class="col-lg-6"> <h2>Basic Table</h2> <div class="table-responsive"> <table class="table table-hover"> <thead> <tr> <th>Page</th> <th>Visits</th> <th>% New Visits</th> <th>Revenue</th> </tr> </thead> <tbody> <tr> <td>/index.html</td> <td>1265</td> <td>32.3%</td> <td>$321.33</td> </tr> <tr> <td>/about.html</td> <td>261</td> <td>33.3%</td> <td>$234.12</td> </tr> <tr> <td>/sales.html</td> <td>665</td> <td>21.3%</td> <td>$16.34</td> </tr> <tr> <td>/blog.html</td> <td>9516</td> <td>89.3%</td> <td>$1644.43</td> </tr> <tr> <td>/404.html</td> <td>23</td> <td>34.3%</td> <td>$23.52</td> </tr> <tr> <td>/services.html</td> <td>421</td> <td>60.3%</td> <td>$724.32</td> </tr> <tr> <td>/blog/post.html</td> <td>1233</td> <td>93.2%</td> <td>$126.34</td> </tr> </tbody> </table> </div> </div> <div class="col-lg-6"> <h2>Striped Rows</h2> <div class="table-responsive"> <table class="table table-hover table-striped"> <thead> <tr> <th>Page</th> <th>Visits</th> <th>% New Visits</th> <th>Revenue</th> </tr> </thead> <tbody> <tr> <td>/index.html</td> <td>1265</td> <td>32.3%</td> <td>$321.33</td> </tr> <tr> <td>/about.html</td> <td>261</td> <td>33.3%</td> <td>$234.12</td> </tr> <tr> <td>/sales.html</td> <td>665</td> <td>21.3%</td> <td>$16.34</td> </tr> <tr> <td>/blog.html</td> <td>9516</td> <td>89.3%</td> <td>$1644.43</td> </tr> <tr> <td>/404.html</td> <td>23</td> <td>34.3%</td> <td>$23.52</td> </tr> <tr> <td>/services.html</td> <td>421</td> <td>60.3%</td> <td>$724.32</td> </tr> <tr> <td>/blog/post.html</td> <td>1233</td> <td>93.2%</td> <td>$126.34</td> </tr> </tbody> </table> </div> </div> </div> <!-- /.row --> <div class="row"> <div class="col-lg-6"> <h2>Contextual Classes</h2> <div class="table-responsive"> <table class="table table-bordered table-hover table-striped"> <thead> <tr> <th>Page</th> <th>Visits</th> <th>% New Visits</th> <th>Revenue</th> </tr> </thead> <tbody> <tr class="active"> <td>/index.html</td> <td>1265</td> <td>32.3%</td> <td>$321.33</td> </tr> <tr class="success"> <td>/about.html</td> <td>261</td> <td>33.3%</td> <td>$234.12</td> </tr> <tr class="warning"> <td>/sales.html</td> <td>665</td> <td>21.3%</td> <td>$16.34</td> </tr> <tr class="danger"> <td>/blog.html</td> <td>9516</td> <td>89.3%</td> <td>$1644.43</td> </tr> <tr> <td>/404.html</td> <td>23</td> <td>34.3%</td> <td>$23.52</td> </tr> <tr> <td>/services.html</td> <td>421</td> <td>60.3%</td> <td>$724.32</td> </tr> <tr> <td>/blog/post.html</td> <td>1233</td> <td>93.2%</td> <td>$126.34</td> </tr> </tbody> </table> </div> </div> <div class="col-lg-6"> <!-- /.row --> </div> <!-- /.container-fluid --> </div> <!-- /#page-wrapper --> </div> <!-- /#wrapper --> <!-- jQuery --> <script src="js/jquery.js"></script> <!-- Bootstrap Core JavaScript --> <script src="js/bootstrap.min.js"></script> </body> </html> ```

Ultrilliam:

much better...

joshiscool:

yassssssssssssssssssss

Ultrilliam:

the above was a paste from josh...

Ultrilliam:

with that i'm going to review it :P

joshiscool:

plz do

wo1f0mon:

lol

joshiscool:

i guess you can call it a templat

Ultrilliam:

https://startbootstrap.com/template-overviews/sb-admin-2/ Coded yourself huh?

joshiscool:

yup

joshiscool:

i used source codes okay

Ultrilliam:

suuuuuurree... x'D

joshiscool:

there i said it i use source codes

joshiscool:

you don't have to believe me

wo1f0mon:

it doesnt look believable but its josh hes good at coding l

wo1f0mon:

brb

joshiscool:

go to my website

wo1f0mon:

i can help alot in html now cuz of dat link u showed me ultri

joshiscool:

Utrilliam give us a chance to shine

wo1f0mon:

lol

joshiscool:

ill show you what the admin table looks like in the site i made

wo1f0mon:

ultri can i do small tasks for html?

wo1f0mon:

*waits hella long*

Ultrilliam:

Ehh... No. XD

wo1f0mon:

lol

joshiscool:

oh course i knew you were gonna say something like that

wo1f0mon:

me?

Angle:

wolf, you know where you can practice helping people make pretty html? wattpad

joshiscool:

we might as wellpay someone to build for us

wo1f0mon:

wattpad? ive hered of it idk whrer tho

Angle:

wattpad.com they have forums where people ask for people like you to design them good html designs

Angle:

it's better than begging ultri to allow you to help here, it's hopeless - ultri ain't letting anyone mess with his baby

joshiscool:

this sucks ima work on my baby

joshiscool:

ill show you all the money i have made on my site

joshiscool:

ill take snapshots of the payment logs

Angle:

you'll never get anywhere if all you see is money at the end of the tunnel

joshiscool:

i don't just see money

joshiscool:

http://prntscr.com/cod78b

wo1f0mon:

im not so great with html and i dont know another coding

joshiscool:

as you can see i can buy my own site just a little better than this one

wo1f0mon:

what site do you have?

joshiscool:

www.chathaven.cf

wo1f0mon:

i cant go on that site dude

joshiscool:

i have to get a ssl so my site can be encrypted

wo1f0mon:

send screen shot of how it looks im curious

wo1f0mon:

th cf site

joshiscool:

i am gonna make a .com site

wo1f0mon:

yay

joshiscool:

ill transfer all my data to there

wo1f0mon:

can i help with the html on that site?

wo1f0mon:

i think the reson ultri wont let us iz cuz he dont truse

joshiscool:

well i trust you bro

joshiscool:

and yes you can help me

wo1f0mon:

ok wait brb

wo1f0mon:

back so what do we do now?

wo1f0mon:

wheres bleach where is the fool when i need him

joshiscool:

lol

wo1f0mon:

hey ultri do u earn mony from this site?

Ultrilliam:

also, so you say your making money... https://github.com/gemfarmer/Dashboard-Boilerplate/blob/master/sb-admin/tables.html But yea... No... LOL

wo1f0mon:

whats dat?

Ultrilliam:

that is the code that contains the EXACT table thats on his "admin panel"

joshiscool:

lame trying to make me look stupid but i already showed you what i have done

wo1f0mon:

somethigs gonna go down right??? alright let me get my pop corn

joshiscool:

i can get this place shutdown

joshiscool:

i know you trying to learn

wo1f0mon:

what going on?

Ultrilliam:

and the place he got the fox image from: https://www.youtube.com/channel/UC-x7GeYFz97-wRir0NAkmhw

Ultrilliam:

i'm pointing out that his entire site is copied and pasted from other places x'D

joshiscool:

he is being an as

joshiscool:

Don't believe his as

Ultrilliam:

Sorry josh. Nothing gets passed me.

joshiscool:

let e point out your site

joshiscool:

matter of fact im gonna shut this place down

wo1f0mon:

how bout this we pretend we did not try to kill each other and we all made the codes we said we made idec anymore

Ultrilliam:

Have fun with that josh :)

joshiscool:

i can see your server and i can stop it right now

joshiscool:

mister ftp server

joshiscool:

10.1.10.79

Ultrilliam:

That moment when I don't even have a FTP server... lmao

Ultrilliam:

Congratulations, you found a random IP josh xD

joshiscool:

lol you have a ftp server i see it

Ultrilliam:

Incorrect... :P

Ultrilliam:

You know nothing of site structure or networking, please stop pretending you do :/

Ultrilliam:

I'm not trying to be mean, i'm trying to teach you some life lessons here ._.

Ultrilliam:

BTW, FTP stands for File Transfer Protocol.

wo1f0mon:

josh make ur site already im getting bored on here

joshiscool:

look negro

joshiscool:

http://prntscr.com/codfd9

wo1f0mon:

?

Ultrilliam:

well, congrats, you still found a random IP... LOL

joshiscool:

tf thats the server i made earlier im done fight ing with you im leaving this site and dragging people along with me

wo1f0mon:

plz dont drag me i can walk

Ultrilliam:

"server I made earlier" That in tales that its YOUR server, not mine... Congrats... LOL

joshiscool:

duh dufous

wo1f0mon:

hey josh go to my site

Ultrilliam:

"i can see your server and i can stop it right now. mister ftp server."

wo1f0mon:

ultri shut the *** up already and stop fihting

wo1f0mon:

josh said he was not going to fight so stop

joshiscool:

Utrilliam i needs the helps

joshiscool:

ima go to roblox

joshiscool:

Peace

joshiscool:

if you wanna join me you can

wo1f0mon:

@Arcadiouse

wo1f0mon:

ultri you should let me help with the front end for this site

Elsa213:

Weeeeee I learned nuffin doe <\3

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!