The quiz.
Question 1: How do you define a variable in JavaScript?
i dont do java i do html mostly
are they the same? tho?
Java & JavaScript are 2 completely different languages.
HTML is only 1 part of a website...
oh ...
goes to dark coner
*cries*
HTML is the structure of the website, CSS is the style of the website, and JavaScript is the client side functionality of the website.
wow you don't know this?
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.
the answer to the first one is declaring
so wolf, you have just failed, miserably ._.
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
Incorrect Josh.
what?
gimmie another one
i cant do much but i can help wit small html jobs
The correct answer was ``` var variableName = value; ```
wait i missunderstood
*** i need to read correctly
gimmie html
please or php
lol hey do u know what elements are josh if not u need help
Ok, Question 2, How do you declare a variable in PHP?
yay my fav
im lagging
15 seconds remaining.
5
<?php
4
3
2
1
was i right?
Times up Josh.
wait
your site was lagging me
i froze
so was mine
and had to refesh
Incorrect Wolf, the answer was: ``` $variableName = value; ```
the answer is ?php $txt = "!"; $x = 5; $y = 10.5; ?>
oh im learning at leat
least
Good job on the copy+paste Josh xD
(sarcasm)
wow no i got the from my previous coding
no need to copy
im above that
Question 3: How to define a function in JavaScript.
xD
i k html its <!doctype html>
var functionName = value;
Wrong...
is that right?
Oh
well i would do great on design
The answer was: ``` function functionName() {} ```
look at the admin panel on my site
That is one of many ways to define a function in JS btw.
i designed that
well gimmie me a html on
im very good at that
HTML does us squat without at the very least CSS and JavaScript knowledge x'D
OKay gimmie css im know some of it\
Question 5: How do you define a KeyFrame in CSS
***
i have to reload
gimmie a sec you need to fix the lag
idk what 'lag' your referring to...
back
like when i type
/* Chrome, Safari, Opera */ @-webkit-keyframes mymove { from {top: 0px;} to {top: 200px;} } thats all i got
im slow cuz i spiled milk on my touch screen pc so im typing on the screen
lol
***it you got me
where is that?
W3 :P
?
i just wanna help you with this site please give a try
us*
wow that site looks esier i was learning from my dad yesterday he taught me some but not that much
Utrilliam please give us a try and plus im good with moderator
Oh, and as for your PHP code Josh... http://www.w3schools.com/php/php_variables.asp reusing old code huh? :P
dude just get pass that ima show you a script i did today
you ready
utrilliam you see i can code
thats only html
hey ultri can i help tho i dont need to be mod on this site all i want to do is help develop
``` <!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> ```
much better...
yassssssssssssssssssss
the above was a paste from josh...
with that i'm going to review it :P
plz do
lol
i guess you can call it a templat
yup
i used source codes okay
suuuuuurree... x'D
there i said it i use source codes
you don't have to believe me
it doesnt look believable but its josh hes good at coding l
brb
go to my website
i can help alot in html now cuz of dat link u showed me ultri
Utrilliam give us a chance to shine
lol
ill show you what the admin table looks like in the site i made
ultri can i do small tasks for html?
*waits hella long*
Ehh... No. XD
lol
oh course i knew you were gonna say something like that
me?
wolf, you know where you can practice helping people make pretty html? wattpad
we might as wellpay someone to build for us
wattpad? ive hered of it idk whrer tho
wattpad.com they have forums where people ask for people like you to design them good html designs
it's better than begging ultri to allow you to help here, it's hopeless - ultri ain't letting anyone mess with his baby
this sucks ima work on my baby
ill show you all the money i have made on my site
ill take snapshots of the payment logs
you'll never get anywhere if all you see is money at the end of the tunnel
i don't just see money
im not so great with html and i dont know another coding
as you can see i can buy my own site just a little better than this one
what site do you have?
i cant go on that site dude
i have to get a ssl so my site can be encrypted
send screen shot of how it looks im curious
th cf site
i am gonna make a .com site
yay
ill transfer all my data to there
can i help with the html on that site?
i think the reson ultri wont let us iz cuz he dont truse
well i trust you bro
and yes you can help me
ok wait brb
back so what do we do now?
wheres bleach where is the fool when i need him
lol
hey ultri do u earn mony from this site?
also, so you say your making money... https://github.com/gemfarmer/Dashboard-Boilerplate/blob/master/sb-admin/tables.html But yea... No... LOL
whats dat?
that is the code that contains the EXACT table thats on his "admin panel"
lame trying to make me look stupid but i already showed you what i have done
somethigs gonna go down right??? alright let me get my pop corn
this contains the code for his "login" http://stackoverflow.com/questions/11930253/how-to-create-a-login-page-when-username-and-password-is-equal-in-html
i can get this place shutdown
his "user counter" http://www.themesltd.com/online-users-counter/statistics?public_key=41d68fd68142415a9cc6a619b390de9e
i know you trying to learn
what going on?
and the place he got the fox image from: https://www.youtube.com/channel/UC-x7GeYFz97-wRir0NAkmhw
i'm pointing out that his entire site is copied and pasted from other places x'D
he is being an as
Don't believe his as
Sorry josh. Nothing gets passed me.
let e point out your site
matter of fact im gonna shut this place down
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
Have fun with that josh :)
i can see your server and i can stop it right now
mister ftp server
That moment when I don't even have a FTP server... lmao
Congratulations, you found a random IP josh xD
lol you have a ftp server i see it
Incorrect... :P
You know nothing of site structure or networking, please stop pretending you do :/
I'm not trying to be mean, i'm trying to teach you some life lessons here ._.
BTW, FTP stands for File Transfer Protocol.
josh make ur site already im getting bored on here
look negro
?
well, congrats, you still found a random IP... LOL
tf thats the server i made earlier im done fight ing with you im leaving this site and dragging people along with me
plz dont drag me i can walk
"server I made earlier" That in tales that its YOUR server, not mine... Congrats... LOL
duh dufous
hey josh go to my site
"i can see your server and i can stop it right now. mister ftp server."
ultri shut the *** up already and stop fihting
josh said he was not going to fight so stop
Utrilliam i needs the helps
ima go to roblox
Peace
if you wanna join me you can
@Arcadiouse
ultri you should let me help with the front end for this site
Weeeeee I learned nuffin doe <\3
Join our real-time social learning platform and learn together with your friends!