Lecture 4: HTML/CSS Lab Wednesday February 1, /12/2019

Slides:



Advertisements
Similar presentations
Designing Embedded User Assistance for Web- based Applications Scott DeLoach.
Advertisements

Lecture 1 Introduction to the ABAP Workbench
IAEA International Atomic Energy Agency INIS Collection Search: Introduction and main features INIS Training Seminar 7-11 October 2013, Vienna Domenico.
Search Engines. 2 What Are They?  Four Components  A database of references to webpages  An indexing robot that crawls the WWW  An interface  Enables.
Finding Information Online Objectives: Students will be able to distinguish between web search tools and library search tools and understand the types.
Best Practices for Website Design & Web Content Management.
14 1 Chapter 14 Database Connectivity and Web Development Database Systems: Design, Implementation, and Management, Seventh Edition, Rob and Coronel.
Search engines. The number of Internet hosts exceeded in in in in in
Introduction Web Development II 5 th February. Introduction to Web Development Search engines Discussion boards, bulletin boards, other online collaboration.
Internet Research Search Engines & Subject Directories.
Power to the People: The IUB Libraries' Website Digital Asset Management System Doug Ryner, Tadas Paegle, & Julie Hardesty.
The ePortfolio and Student Evaluation A training presentation by: Amy Cannady Robin Drewry Bonnie Hicks.
Of Database Searching workshop for Ruby Certificate presented by: Theresa Mastrodonato February 20, 2007.
Basic Web Applications 2. Search Engine Why we need search ensigns? Why we need search ensigns? –because there are hundreds of millions of pages available.
HTML Hyper Text Markup Language A simple introduction.
Java CGI Lecture notes by Theodoros Anagnostopoulos.
The Business Model and Strategy of MBAA 609 R. Nakatsu.
CS Tutorial 4 Frid. Oct 16 th, 2009 Prototype Tutorial.

CPSC 203 Introduction to Computers Lab 33 By Jie Gao.
AC21001: Tutorial 1 Templates and the Standard Template Library (STL)
The Business Model of Google MBAA 609 R. Nakatsu.
Introduction to CMPT 281. Outline Admin information Textbooks and resources Moodle site Grading Assignments Project.
SERVER web page repository WEB PAGE instructions stores information and instructions BROWSER retrieves web page and follows instructions Server Web Server.
Wijmo Troy Taylor. What is Wijmo? -Wijmo is a kit of over 40 UI widgets, optimized for client-side web development. -HTML5 -jQuery -CSS3 -SVG.
Tools to Create Web Pages Fall Tools Text Editors – Notepad (free) – Notepad++ (free) Word Processor – MS Word (Expensive) HTML – HTML Kit (free,
Search Tools and Search Engines Searching for Information and common found internet file types.
3/18: Microsoft Access Refresher: What is a relational database? Why use a database? Sample database in MS access. –Fields, records, attributes. –Tables,
IN THE NAME OF GOD. Reference Citing Software.
HTML A brief introduction HTML1. HTML, what is? HTML is a markup language for describing web documents (web pages). HTML stands for Hyper Text Markup.
CSC 405: Web Application Engineering II Course Preliminaries Course Objectives Course Objectives Students’ Learning Outcomes Students’ Learning Outcomes.
An Introduction to NHS Evidence
XP Including Comments in an HTML Document On a new blank line in an HTML document, type the start code for a comment:
1 Chapter 5 (3 rd ed) Your library is an excellent resource tool. Your library is an excellent resource tool.
What is Selenium Web Driver? - Selenium Training Collection.
Information Retrieval in Practice
Computer Science skill sets
Internet Made Easy! Make sure all your information is always up to date and instantly available to all your clients.
Fuzzy Searches Fuzzy searching allows you to search for words with similar spelling to the entered search word. It can be a useful way to ensure that you.
Online Free Music Portal “Musizz.com”
Google Tips and Tricks.
PubMed Database Interface (Basic Course Module 4 Part B)
Using Python to Interact with the EPA WATERS Web Services
Human Computer Interaction
Lecture 1. Introduction to Information and Web Technologies
WEB INFO COMPUTER INSTITUTE
Search Engines.
BROWSING THE NET Jinkeelyn P. De Jose Presented by: Master Teacher I
Introduction to Advance Web Technologies
JavaScript.
Search Engines & Subject Directories
Web scraping tools, an introduction
GlobalMMCS Entry Portlets
The Ultimate MP3 Search Engine for the New Millennium
Database Connectivity and Web Development
Agenda What is SEO ? How Do Search Engines Work? Measuring SEO success ? On Page SEO – Basic Practices? Technical SEO - Source Code. Off Page SEO – Social.
International Marketing and Output Database Conference 2005
Search Engines & Subject Directories
Search Engines & Subject Directories
Database Connectivity and Web Development
Network Controllable MP3 Player
Requirements and Specifications
JavaScript Frameworks Lab
Query Interface using Django
Lecture 7: JavaScript/DOM Lab Wednesday February 7, 2018.
Lecture 34: Testing II April 24, 2017 Selenium testing script 7/7/2019
Dreamweaver Prepared by: Lily & John
CSCE156: Introduction to Computer Science II
Book Talks On Google Docs, send me your presentation by Wednesday
Presentation transcript:

Lecture 4: HTML/CSS Lab Wednesday February 1, 2017 4/12/2019 CS132 Lecture 4: HTML/CSS LAB

CS132 Lecture 4: HTML/CSS LAB LAB Assignment I have a database of 2 million+ music CDs. For each CD there is the title, the artist name (or various), and the list of tracks. Each track has a song name and an artist name. Other information (e.g. length of tracks, genre, notes) is available as well. Your job is to create a front end for this. Produce simple HTML/CSS that implements a sample page Both input (query) and output (result) pages if appropriate Query can mean whatever you think is appropriate General search, individual library, creating a play list, … Feel free to use html generation tools (or a simple text editor) Dreamweaver, Pencil, Word, Chrome debugger, iWeb … Online tools: https://html-online.com, Google Docs … But extract and understand the actual html in the end Query should be taken loosely. Your interface can be general or specialized. It can be for showing the oeuvre of a particular artist. It can be based on songs. It can be a personal library. It can also be a fully general search index, either with specific information or simply keyword based. 4/12/2019

Mechanics Work in teams (2-4 ideally) Lab on course web site CS132 Lecture 4: HTML/CSS LAB Mechanics Work in teams (2-4 ideally) Lab on course web site http://cs.brown.edu/courses/cs132/labs/lab1/lab1.html 4/12/2019

Next Time JavaScript Lecture Prep: CS132 Lecture 4: HTML/CSS LAB Next Time JavaScript Lecture Prep: Take a web page of your choosing. List all the things on the web page that are dynamic (i.e. react to keyboard or mouse interactions but don’t actually refresh or reload the page). Think of other dynamics that might be appropriate Come prepared to discuss. 4/12/2019