To Lecture Notes
IT 230 -- 4/1/09
Review Questions
- What is the URL for your homepage on the ectweb2 server?
Ans: If ssmith is your username, then the URL is
http://ectweb2.cs.depaul.edu/ssmith/
- What is your username for the ectweb2 server?
Ans: cstcis\ssmith
- What do you name a webpage to allow the user to enter only
its folder name in a URL?
Ans: Four possible names:
default.htm, default.html, index.htm, index.html.
- You want to change the contents of a Web page.
You download the page, make the changes on the local PC using
a text editor, then upload the edited page. However, the document
that the browser displays is totally blank. What could be wrong?
Ans: (1) When starting with a blank HTML file, you forgot to
save your edits before uploading the page, (2) you forgot
or misspelled one of the following in the head section of your
Web page: </title>, </style>, </script>.
- Explain why JavaScript and C# in ASP.Net are fundamentally
different scripting languages.
Ans: JavaScript is a client-side scripting language, which is
executed by the browser. C# is a server-side scripting language,
which is executed by the server.
Moving Web Pages over the Internet
Examples
Project Proj1