• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/22

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

22 Cards in this Set

  • Front
  • Back
HTML (HyperText Markup Language)
HTML describes what each part of a webpage IS to your browser. Ex <title> and <audio> and <video>, <img> and <p>. It says "here's how you should show this. It's marked title, so show it as a title!"
CSS (Cascading Style Sheets)
CSS is the language that makes the web look nice. Ex font colors, background colors, font size, border to a paragraph etc. It's Scarlet O'Hara in her green ball gown.
JavaScript
JavaScript is a programming language that helps make a web page interactive. Ex. Any time anything updates in page (oh hey! like this flashcard site auto saving!!), so tweets, facebook timeline updating, a google spreadsheet, or a google autocomplete.
Programming Languages
Programming languages are what we use to tell computers what to do! Ex. Python, Ruby, C++, PHP, Java.
Databases
Databases are like fancy spreadsheets where information lives. They usually use SQL. Banks and blogs and things use databases for your info.
IP Address
An IP Address is your computer's address on the internet. It looks something like this: 192.168.0.1. It's how your computer gets webpages. It asks another computer how the webpage and the other computer sends it to your IP address.
PHP
PHP is one of the most popular programming languages for the web.
My SQL
MySQL is one of the most popular databases in the world, and no one agrees on how to pronounce it.
API*
API stands for Application Programming Interface, and it's how computers and web applications share information with each other.
Frontend Vs. Backend
The frontend is the part of a website you can see and interact with, while the backend is all the rest. Ex. Frontend is HTML, CSS, and Javascript and Backend is typically a web server, an application and a database.
The cloud
The "cloud" is, simply put, the internet.
Bugs
Bugs are problems or errors in software or computer hardware.
Web server*
A web server is a computer that can be accessed through the internet. Ex: base!
Open Source
Open Source is the practice of sharing how a computer program was made and allowing anyone to customize the program as they see fit! Ex. GitHub, Wordpress... even Firefox!
HTTPS
HTTP is the standard used for shuttling information around the Web. HTTPS is a secure version (S is for secure). *SSL is the security protocol
Ruby
Ruby is a programming language designed for productivity and fun!
SEO
SEO (Search Engine Optimization) is the process of making your site more visible on search engines like Google. Ex: white hat and black hat. White hat uses processes that search engines approve of, black hat does not.
Responsive Design
Responsive design is designing one web page to be easily viewable on multiple screens. CSS3 @ media queries which basically means the web browser knows how big the screen is.
Domain
A domain is a shortcut to a computer that's hooked up to the internet.
Rails
Rails, a.k.a Ruby on Rails, is a framework for building web applications.
Version Control
Version control keeps track of the changes you make to a file.
Command line
A command line interface (or the command line) is a text-only way of browsing and interacting with your computer