Advertisement
Olkach

CMGT 410 Week 3 Individual

Nov 26th, 2014
293
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.81 KB | None | 0 0
  1.  
  2.  
  3. This pack of CMGT 410 Week 3 Final Draft comprises:
  4.  
  5.  
  6. Kudler Fine Foods: Frequent Shopper Program
  7.  
  8. Deadline: ( ), Computer Science - General Computer Science
  9. I can provide the .jpg, .htm, and .css files for of these tutorials... I just don't have time to finish them while taking both Java and SQL at the same time!
  10.  
  11.  
  12. Data Files needed for this Case Problem: gold.jpg, green.jpg, jpf.jpg, jpftxt.css, left.jpg, stabletxt.css, sudokutxt.htm, topleft.jpg, and topright.jpg
  13. The Japanese Puzzle Factory   Rebecca Peretz has a passion for riddles and puzzles. Her favorites are the Japanese logic puzzles that have become very popular in recent years. Rebecca and a few of her friends have begun work on a new Web site called The Japa- nese Puzzle Factory (JPF), where they plan to create and distribute Japanese-style puzzles. Eventually the JPF Web site will include interactive programs to enable users to solve the puzzles online, but for now Rebecca is interested only in the design and layout of the pages. You’ve been asked to help by creating a draft version of the Web page describing the Sudoku puzzle. Figure 5-76 shows a preview of the design and layout you’ll create for Rebecca.
  14.  
  15. HTML and XHTML
  16. Tutorial 5 Working with Web Tables
  17. Rebecca has created some of the content and designs for this page. Your task is to complete the page by entering the code and styles for the Sudoku table as well as adding some background images to other sections of the page layout.
  18. Complete the following:
  19. 1. Use your text editor to open the jpftxt.css, stabletxt.css, and sudokutxt.htm from the tutorial.05\case1 folder included with your Data Files. Enter your name and the date in the comment section of each file. Save the files as jpf.css, stable.css, and sudoku.htm, respectively, in the same folder.
  20.  
  21.  
  22. 2. Return to the sudoku.htm file in your text editor. Add a link to the jpf.css and stable.css style sheets.
  23.  
  24.  
  25. 3. Scroll down to the links div element. Rebecca wants the list of links to have rounded top corners and a shaded left corner. Mark the corner and sides by nesting the ul element within three div elements with class names of left, topLeft, and topRight.
  26.  
  27.  
  28. 4. Save your changes to the file, and then go to the jpf.css style sheet in your text editor. At the bottom of the style sheet, add the following styles:
  29. •   For the div element belonging to the topLeft class, display the background image file topleft.jpg in the top-left corner of the element. Do not tile the image.
  30. •   For the div element from the topRight class, display the background image file topright.jpg in the top-right corner without tiling.
  31. •   For the div element from the left class, display the left.jpg background image file placed on the left border of the element and tiled in the vertical direction only.
  32.  
  33.  
  34. 5. Save your changes to the file, and then display the sudoku.htm file in your Web browser. Verify that the list of Japanese puzzles on the left margin of the page is dis- played with rounded top corners and a shaded left border.
  35.  
  36.  
  37. 6. Return to the sudoku.htm file in your text editor. Scroll down to the rightColumn div element. Directly below the opening <div> tag, insert a table element that will be used to display the Sudoku puzzle. Give the table element the class name spuzzle.
  38.  
  39.  
  40. 7. Add a caption to the spuzzle table containing the text Sudoku. 8. Create a table head row group containing a single row.
  41.  
  42. To download this tutorial follow the link - https://bitly.com/12BqfCB
  43.  
  44. When researching the price of a college education, understand that the "sticker price", or the price the college or university lists is often not what you will pay. You may end up qualifying for school or state financial aid. You also may end up paying extra fees and costs for textbooks and other materials.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement