Pointless Website Showcase
- http://cant-not-tweet-this.com/– How NOT to use JavaScript
- http://endless.horse/– Go Mustangs!
- http://www.fallingfalling.com/– Mesmerizing but pointless
- http://www.rrrgggbbb.com/– What does RGB stand for again?
- http://randomcolour.com/– Don’t like your color? Just refresh the page.
- http://chrismckenzie.com/– See what happens when you move your mouse off of the webpage
Web Development Trivia
It’s the seniors vs everyone else! You can use Google or just talk to each other. Each question will have a time limit to find the answer. I will judge the responses and award points!
- What is a browser?
- Name a different search engine besides Google
- What does HTML stand for?
- What does CSS stand for?
- What file extension do you use to save a webpage?
- What is the first tag you use to start a webpage?
- Name an HTML tag that does not have an opening and closing tag; it’s just one, self-contained tag.
- What is the difference between CSS and HTML?
- Name 2 other image file types besides .jpg
- What tags do you use for adding JavaScript code to your webpage?
- What is the difference between http and https?
- What does DOM stand for?
- What does URL stand for?
- What is an IP address?
- What is a text editor?
- Your turn- create a question for the other team
- True or false: most text editors can be used for other code besides HTML, CSS, and JavaScript
- What is the difference between the display property values block and inline?
- When is the last day of school for non-seniors?
- What is the first day of school next year?
- Name the juniors in this class
- Name the 4 values for the CSS position property
- What are the CSS box model properties?
- True or false: your CSS code always goes in your body section
- What is the difference between and external style sheet and an internal style sheet?
- True or false: jQuery is a JavaScript library
- True or false: JavaScript is named for its relationship to Java
- True or false: you can use either double quotes or single quotes with JavaScript
- True or false: JavaScript frameworks and libraries are the same
- What is the importance of the $ symbol used in jQuery?
- What very popular website content management system does our class website use?
- What is Bootstrap?
- What is Skeleton?
- Why are media queries used?
- Name 2 ways you can make your website more “findable” by people and search engines
- Name 2 ways you can make your website more accessible to people with disabilities
- What is information architecture?
- What is the difference between front-end web development and back-end web development?
- Name 3 differences between creating mobile apps for Apple and for Android
- True or false: more people have iPhones than Android phones
- What is a web host and why do you need one?
- How do you register a domain name?
- What is graphic design?
- What is the name of my dog?
- What is malware?
- True or false: it’s a good idea to use the same password for multiple sites and accounts
- True or false: Mac computers do not need anti-virus programs installed
- What is 2 factor authentication?
- True or false: all public Wi-Fi is safe and secure to use
- What is responsive web design?
- How is a mobile app different than a website?
- What is a progressive web app?
- What is the last day of school for seniors?
- When is graduation?
- What year did I graduate from Medford High School?
- Where did I go to college?
- Your turn- create a web design-related question for the other team
- What does a cascading style sheet do?
- What was March’s Harvest of the Month?
- Name a popular website that works better as an app on a mobile device
- Name the 4 different opening and closing HTML tags we start every webpage with
- What is a CDN?
- When we added jQuery to our projects did we download the files and link them or did we use a CDN?
- What 2 steps do you have to take to add a Google Font to your webpage?
- What is Font Awesome?
- Name one of the stock image websites we often use
- What is the site we often use to edit images?
- What is the name of the School Nutritionist who makes us things for Harvest of the Month?
- What is the difference between the internet and the World Wide Web?
- True or false: a semi-colon is used at the end of lines of code with both CSS and JavaScript
- True or false: you can use the same code for CSS comments to comment out lines of JavaScript code