<< Prev Showing: 121-125 of 127 Next >>
· 81-85 · 86-90 · 91-95 · 96-100 · 101-105 · 106-110 · 111-115 · 116-120 · 121-125 · 126-130 ·(made up)County Line Records Store Questionnaire – looking for information on listeners’ musical taste. Create a short survey as a Web page form.
Subject:
Computer Science
Topic:
Web Design
Posting ID:
187866
OTA ID:
105746
Create an external style sheet. In the style sheet create three classes called “header1”, “header2”, and “header3”. The first header class should make the font text twice as large as the browser’s default font size; the second one should be 1.75 times as large; and, the third should be 1.5 times as large. They should also bold and center the text. Apply these three classes to your three paragraph tags, in descending size order. Create a style that will place a light gray background on the web page. Set your body tag selector to default to the Verdana 12 pt. font
Subject:
Computer Science
Topic:
Web Design
Posting ID:
193881
OTA ID:
105681
Please see attached. Thanks. Web Form and Advanced XHTML Instructions /* External Style Sheet */ body { background-color:#EFEFEF; font-color:#000000; font-family: Verdana, Geneva, serif; font-size: 12px; } .header1 { text-align: center; font-size: 200%; font-weight: bold; } .header2 { text-align: center; font-size: 175%; font-weight: bold; } .header3 { text-align: center; font-size: 150%; font-weight: bold; } Step 1: Modify your external style sheet as follows: • In your stylesheet give the table tag selector a border with a width of 3 pixels, dark blue in color and the border style should be da... click for more
Subject:
Computer Science
Topic:
Web Design
Posting ID:
194774
OTA ID:
102833
This question deals with the role played by AJAX in pushing software as a service on the web.
AJAX will help the trend of pushing software as a service on the Web! Discuss this aspect of AJAX in relation to the Service Oriented Architecture of Web services. Are the two really doing the same thing, or is AJAX fundamentally used for a more responsive User Interface?
Subject:
Computer Science
Topic:
Web Design
Posting ID:
195727
OTA ID:
105821
The purpose of the attach php code searches a MYSQL database and then return the results to the screen. It works very well, just that it displays all the search results all in one screenful. If it found 100 records then that's how many records it displays to the screen at a time. Need help making it display 10 records at a time, if search results returns more than 10 records, then it should display a previous and next links as well as page numbers linking to each page. In brief I need help adding pagination to the existing PHP codes. Please let me know how many more credits are require.
Subject:
Computer Science
Topic:
Web Design
Posting ID:
196497
OTA ID:
105746
<< Prev Showing: 121-125 of 127 Next >>
· 1-5 · 6-10 · 11-15 · 16-20 · 21-25 · 26-30 · 31-35 · 36-40 · 41-45 · 46-50 · 51-55 · 56-60 · 61-65 · 66-70 · 71-75 · 76-80 · 81-85 · 86-90 · 91-95 · 96-100 · 101-105 · 106-110 · 111-115 · 116-120 · 121-125 · 126-127 ·Page generated in 0.0131 seconds