Are there any rules that you HAVE to follow when naming files and folders for Web pages?

What will be an ideal response?


Yes. Many Web servers do not handle spaces well in folder and file names, and they might replace each space with the %20 combination, which makes it very difficult for the user to read the actual URL address. Therefore, it is a good habit to avoid using spaces by substituting them with underscores or hyphens, or by using the CamelCase notation.

Computer Science & Information Technology

You might also like to view...

Create a main method for the class DatabaseManager that prints out the first name, last name and age of all the people who are over 30 in the database or who’s last name is “Guzdial”.

What will be an ideal response?

Computer Science & Information Technology

Update queries are used to change the data that is stored in a table

Indicate whether the statement is true or false

Computer Science & Information Technology

The Like comparison operator is used to select records by matching field values to a specific pattern that includes one or more of the wildcard characters (*, ?, #) in a query. ____________________

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

Provide some examples of ethically questionable business decisions that have recently been in the news.

What will be an ideal response?

Computer Science & Information Technology