Database System Concepts
7th Edition
ISBN: 9780078022159
Author: Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher: McGraw-Hill Education
expand_more
expand_more
format_list_bulleted
Question
Earlier, you made a site about two yummy things. Now make a similar site, about yucky things.
A good way to do it is to copy the folder you made earlier. Then change the bits you need.
The site's home page is given below in the picture.
You can have two or three things.
Expert Solution
This question has been solved!
Explore an expertly crafted, step-by-step solution for a thorough understanding of key concepts.
This is a popular solution
Trending nowThis is a popular solution!
Step by stepSolved in 5 steps with 3 images
Knowledge Booster
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.Similar questions
- So my assignment is to display a chart as a webpage using phpMyAdmin running code out of visual studio code. When I try to run the page, which should display my chart, I get a mysqli_connect(): (HY000/1045): Access denied error message. Which I believe has something to do with the permissions in phpMyAdmin, but I don't know how to access that. Thoughts?arrow_forwardWrite an android project that consist of the following: One activity (java file). Two different layouts (XML files). Each layout will have the following: Textview: contains the type of the layout you choose for this layout, for example, ConstraintLayout, table-layout, or LinearLayout (vertically or horizontally)…etc Textview: contains show your full name. Textview: to show your student ID. A button: upon clicking, the button should switch the layout of the activity. For example, the button in layout 1 should change the layout to layout 2, and the button in layout 2 should change the layout to layout 1. Use your own name and ID. The nams is " Alanood " and the ID " 190139479 " .arrow_forwardI've created this project with using C++ before but this time I am trying to create a Tic tac toe using JavaScript (going to use CSS and make it look nice once I figure out to how even it get it working.) but the requirements for the project are..1. Create an html page that display's a Tic Tac Toe grid2. Ask for player one's name (use prompts or HTML Form)3. Ask for player two's name (use prompts or HTML Form)4. Display a message on the page that says "Joe's Turn" (or whatever player one's name is)5. Let "Joe" take his turn by clicking on a square in the grid6. Mark it with an X (or O)7. Display a message on the page that says "Sue's Turn" (or whatever player two's name is)8. Let "Sue" take her turn by clicking on a square in the grid9. Mark it with an O (or X)10. Continue alternating until there is a winner or a tie11. Display a message declaring the winner (or tie)12. Add a Play Again button that functions as follows:- It only appears after the game is over- It disappears once they…arrow_forward
- Using the template engine, build a page that pulls a list of shapes from the ColorShapes database and presents that list, as a form, to the webapp user. The webapp user is then prompted to select a single shape from the list. Menus or radio buttons are acceptable presentation methods for this page (radio buttons preferred). Using the template engine, build a page that takes the Shape the webapp user selected, and generates a list of Colored Shapes for the selected Shape. I will fill in for database , just leave an open spacearrow_forwardThats fantastic, just asking how do I add like a next page to this, how can I transition this after a user has selected an answer to the next one? So like if the next question was "What is your gender" 1. Male 2. Female. 3. Otherarrow_forwardMake a page that looks like the picture attached below. The links in the Contents list should jump to the other lists on the page. You add a link that jumps to a place on the same page. If the link and the destination are both visible already, nothing will change. Try making the browser window small, so that the link and the place it jumps to are not both visible at the same time. Then when you click on the link, you'll see something change.) The other links should jump to external Web sites. Open them in a new tab. Complete the free images and books lists. GIVE ALL CODES. I will open it in my server. Thank you i will upvote.arrow_forward
- Make a site about two yummy things. It should have a page for each thing, and a home page with the URL index.html. Using Bootstrap, give each page a header, content region, and footer. For this exercise, put your home page and the two yummy thing pages in the same folder. I used these classes on the img: A class to float to the left. A class to make the image responsive. A class to give it a border. A class to give it a right margin (me-2) [Remember, me- means at the end of the line, right in English.] A class to give it a little padding. Here's the footer HTML I used: <p class="small mt-4"> No rights reserved. </p> Set up your pages so that the navbar and footer are reused. So, if I change the footer to this: <p class="small mt-4"> Some rights reserved. </p> The page would change to the picture I uploaded below.arrow_forwardUsing DrawingPanel.java (from chapter 3G), draw a grid for filling in a 4 x 4 square of cell containing integers. For this part of the assignment the values are not important, but you are welcome to use the values shown in the magic square from below. Note that the values in any horizontal row, vertical column or main diagonals add up to 34, in addition to various sub-squares in the larger square also add up to the same value. Requirements: The magic square should be centered in the panel The values in each of the cells should be centered in that cell (both horizontally and vertically). You can assume the values will be <= 99 (i.e., at most 2 digits). For this part of the assignment, you can hard-code the values; you will store them in a 2-dimensional array (from chapter 7) when implementing Part B of the assignment. The title "CSC 142 Magic Square" is centered horizontally in the panel and at y = 50 You are free to choose the colors, fonts, font sizes and effects. This is what I used…arrow_forwardUSING PHP : Make a website that shows the current world record holder for your game of choice.The user should be able to enter in the Name of the game, it's category (ANY%, 100%, NG+), and theworld record holder. Those input fields should have placeholder values up to you to decide what those defaultvalues are. Add a message underneath that simply tells the user the current world record holder for thatgame is. When reloading the page the message should have the values the user previously entered which weresaved as cookies. Also these cookies should have a 1 week expirary date. use a cookie and set its value read the cookie's value and print it outarrow_forward
arrow_back_ios
arrow_forward_ios
Recommended textbooks for you
- Database System ConceptsComputer ScienceISBN:9780078022159Author:Abraham Silberschatz Professor, Henry F. Korth, S. SudarshanPublisher:McGraw-Hill EducationStarting Out with Python (4th Edition)Computer ScienceISBN:9780134444321Author:Tony GaddisPublisher:PEARSONDigital Fundamentals (11th Edition)Computer ScienceISBN:9780132737968Author:Thomas L. FloydPublisher:PEARSON
- C How to Program (8th Edition)Computer ScienceISBN:9780133976892Author:Paul J. Deitel, Harvey DeitelPublisher:PEARSONDatabase Systems: Design, Implementation, & Manag...Computer ScienceISBN:9781337627900Author:Carlos Coronel, Steven MorrisPublisher:Cengage LearningProgrammable Logic ControllersComputer ScienceISBN:9780073373843Author:Frank D. PetruzellaPublisher:McGraw-Hill Education
Database System Concepts
Computer Science
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:McGraw-Hill Education
Starting Out with Python (4th Edition)
Computer Science
ISBN:9780134444321
Author:Tony Gaddis
Publisher:PEARSON
Digital Fundamentals (11th Edition)
Computer Science
ISBN:9780132737968
Author:Thomas L. Floyd
Publisher:PEARSON
C How to Program (8th Edition)
Computer Science
ISBN:9780133976892
Author:Paul J. Deitel, Harvey Deitel
Publisher:PEARSON
Database Systems: Design, Implementation, & Manag...
Computer Science
ISBN:9781337627900
Author:Carlos Coronel, Steven Morris
Publisher:Cengage Learning
Programmable Logic Controllers
Computer Science
ISBN:9780073373843
Author:Frank D. Petruzella
Publisher:McGraw-Hill Education