PHP
All variables in PHP start with this symbol.
$
Which symbol does jQuery use as a short code for "jQuery"
$
Which jQuery function is used to prevent code from running, before the document is finished loading.
$(document).ready()
Variables in Sass must start with which symbol?
&
What is the file extension for a JSON file?
.json
jQuery is used in over.........% of the Top 10k Websites?
79%
What is the correct way to end a PHP statement?
;
What is the correct way to include the file "header.php" in a PHP file?
<?php include 'header.php'; ?>
PHP server scripts are surrounded by which delimiters?
<php>...</php>
What does the following jQuery code select: $('.thumbnail')?
All elements with the class="thumbnail"
Step #1 in the jQuery Plugin Pattern is to Link to the?
CSS File
The quickest way to get up and running with CSS PreProcessing is by using which of the following tools?
Codepen
What does DRY stand for?
Don't Repeat Yourself
It is not possible to pass variable to a mixin in Sass? (True or False)
False
Sass does not allow the us of Variables (True or False)?
False
You can only include a maximum of 5 modular files into your index.php file? (True or False)
False
jQuery 2.0+ supports Internet Explorer 6-8? (True or False)
False
What does JSON stand for?
JavaScript Object Notation
jQuery is a ............ Library
Javascript
MAMP stands for...
Mac Apache Mysql PHP
What language does Mustache not support?
PHP, Objective-C, and ASP
Which is not a feature in the free version of PrePros?
Remote Device Testing
HTML elements / language can run inside of .php files (True or False)
True
How to write "Hello World" in PHP.
document.write("Hello World");
Which is not a benefit of CSS PreProcessors?
Using Software Compilers
As Javascript is to CSS, Sass is to?
jQuery
Which is the proper syntax for calling a JSON variable "url" in a Mustache Template?
{{url}}
What does PHP stand for?
PHP: Hypertext Processor
Which of the following is an argument against using php templates?
Requires internet server software
jQuery is a library for what type of scripting?
Server Scripting
Which is the best CSS PreProcessor?
They're comparable
A mixin lets you make groups of CSS declarations that you want to reuse throughout your site? (True or False)
True
MAMP (or similar software service) must be running in order to test a PHP template locally? (True or False)
True
Mustache Templates make formatting / updating JSON Data easier that standard html code. (True or False)
True
PHP can only be run on a computer that has server software installed? (True of False)
True
PHP is primarily used to access database content? (True or False)
True
jQuery uses CSS Selectors to select elements? (True or False)
True
The jQuery slogan is:
Write Less, Do More
Which file should we use to combine all of our Modular PHP files?
index.php