R4 WebDev 50 Question Selftest with Answers
created by Ashley Bass
- What types of things cannot go into an About document?
- Fields
- Navigators
- Images
- tables
- Navigators are best used for :
- Pages with infrequent needs for change
- Pages with frequent needs for change
- What can you do with Domino URLs in links ?
- Open objects (servers,databases,views,forms,navigators,agents,documents,image files,attachemtns,OLE objects)
- Create search queries
- Edit and delete existing docs
- Which of the following is not a good reference in a Domino URL link:
- Object name
- NoteID
- Universal ID (UnID)
- While the server will display Notes docs with images in format of the following, only one format will be shipped to the web. Which format is it?
- Metafile
- Bitmap
- What are the REQS for running and testing your web sites:
- Notes Workstation
- Notes Server w/ HTTP running
- TCP/IP protocol
- Which of the following are used to hide a para from WEB users?
- @Contains(@userroles ; "$$WebClient" )
- @isMember( "$$WebClient" ; @userroles )
- !@Contains(@userroles ; "$$WebClient" )
- @isNotMember( "$$WebClient" ; @userroles )
- Which of the following are used to hide a para from NOTES users?
- @Contains(@userroles ; "$$WebClient" )
- @isMember( "$$WebClient" ; @userroles )
- !@Contains(@userroles ; "$$WebClient" )
- @isNotMember( "$$WebClient" ; @userroles )
- Which of the following formulas is valid for a subform display dependent upon web or notes use?
- IsWebClient:=@IsMember("$$WebClient";@UserRoles);
@If(IsWebClient;"WebSubform";"NotesSubform")
- @If(@IsMember("$$WebClient";@UserRoles);"WebSubform";"NotesSubform")
- Which of the following are valid ways to format a notes doc so that it appears on the web as columns?
- Use tables to create the columnar layout
- Use mulitple spaces in a monospaced font to create the columnar layout
- Use a view
- Which of the following are not translated by notes to HTML?
- Interline spacing
- Interpara spacing
- Indentation
- Tab characters
- Multiple spaces in a true-type font
- A notes document has as its font HELV and its point size 12. What HTML tag represents the web translation?
- <H1></H1>
- <H2></H2>
- <FONT size=3></FONT>
- <FONT size=4></FONT>
- Why does Notes default to HELV 10 as its editing font?
- HELV 10 translates to the default font size for web browsers
- HELV 10 is the recognized standard font in business correspondence
- HELV 10 is large enough to see clearly without crowding the browser window
- Which of the following are valid ways to manually incorportate HTML code into a notes document?
- Place the HTML code in square brackets
- Place the HTML code in a paragraph which uses a style named HTML.
- Place the HTML code in a text field named HTML
- Import the HTML code into a text field named HTML
- Place the HTML code in a rich text field named HTML
- Import the HTML code into a rich text field named HTML
- A form has a field named PASSTHRU, a field named HTML, and a field named OPENURL.
In a web browser, you will see the contents of
- The PASSTHRU field
- The HTML field
- The OPENURL field
- All the fields
- For at notes table to translate to a borderless HTML table, the notes table must at a minimum
- Have borders turned off for all cells
- Have borders turned off for the outside of the table
- Have borders turned off for the top left cell
- Have the top and left border turned off for the table
- Elements that translate from notes 4.5 tables to web tables include
- Cell colors
- table border
- Left/Right/Center cell text alignment
- Merged cells
- Which of the following will add a graphical background image to a browser-viewed Notes doc?
- While in design mode, copy an image to the clipboard and
paste it into the doc via the background tab of its properties box
- While in design mode, place
[<BODY background="imagename">]
as static text in doc's form.
- While in design mode, import the image into the top left corner of the doc's form.
- While in edit mode, place
[<BODY background="imagename">]
in any text field of a doc.
- Domino supports transparency in GIF files if they are
- Imported into a document
- Pasted into a document
- Attached to a document
- Referenced via passthru HTML
- Domino supports animation in GIF files if they are
- Imported into a document
- Pasted into a document
- Attached to a document
- Referenced via passthru HTML
- To use Domino for the web, you must
- be configured to use TCP/IP
- maintain a constant connection to intranet or internet
- Which of the following are true of subforms?
- Subforms inherit the backgrounds of their parent forms
- The formula @if(isMember("$$WebClient"; @userroles); "SubformName"; "")
will show a subform only for web viewers
- Subforms are a way to insert consistent headers/footers/banners into web content
- Which of these files enables users to view or launch Domino file attachments automatically from Web pages?
- Win.ini
- Reg.dat
- Httpd.cnf
- Notes.ini
- In which file can you specify that Domino's default directory listing displays the size in bytes for each folder?
- Win.ini
- Reg.dat
- Httpd.cnf
- Notes.ini
- Notes functions can be made available to Web users:
- As actions on view and form action bars
- As action hotspots anywhere in a document or form
- As HTML links anywhere in a document or form
- As menu command
- As Button hotspots
- Actions provide the web browser with its only method of :
- Deleting a doc
- Moving a doc to a folder
- Opening an existing doc in edit mode
- Creating a new doc
- Renaming a doc
- Domino translates actions to HTML if they are:
- Default actions
- Simple actions
- Actions defined by the @function/@command language
- Actions defined by lotusScript
- Which of the following actions will work only in a web-based form?
- @command([compose]; "formname")
- @command([EditDocument])
- @comand([EditClear])
- Which of the following Notes form fields will translate to the HTML tag <TEXTAREA></TEXTAREA>?
- A text field
- A rich text field
- A keyword list
- Which of the following Notes form fields is will translate to a multiline web-based form field?
- A text field
- A rich text field
- A keyword list
- Which of the following statements are true of Notes rich text fields?
- Web users can insert their own HTML into them with square bracket notation
- They translate to multiline textarea web-based form fields
- They can inherit data from a parent doc if included in a response document
- The web-based form field will allow 15 lines of text before needing to scroll if
[rows=15]
is placed in the Help Description field of the field's property dialog box
- Which of the following is the best way to make a web-based form's keyword list appear as a listbox instead of as a dropdown listbox?
- Change the field's ListType property in Notes design from "List" to "Combo"
- In Notes design view use
[<size=5>]
as passthru HTML above the field
- In Notes design view use
[<size=5>]
as passthru HTML in the Help Description field of the field's property dialog box
- Which of the following is the default wrap setting for web-based editable text fields?
- Wrap=off
- Wrap=on
- Wrap=virtual
- Wrap=discrecionary
- Which of the followng web-based form features does Domino autmatically create for you?
- Submit button
- Reset button
- Form Response message page
- In which of the following fields can you specify your own web-based form
Response Message HTML tags and text?
- $$Return
- $$ViewList
- $$Response
- $$HTMLHead
- What @command is required in the custom web-based form Response Message field?
- @Return
- @ViewList
- @Response
- @HTMLHead
- Which of the following is used to load an external web page in place of Domino's web form Response Message?
- An @URLOpen command in the Submit button's Help Description field
- A $$Response field containing
@return("http://hostname/pagename")
- A $$Return field containing
@response("http://hostname/pagename")
- "[http://hostname/pagename]"
- Which of the following view column properties are supported in web use?
- Click column header to sort
- Collasped/Expanded categories
- Resizable columns
- Show (/hide) twisties when row is expanded
- Which of the following view properties are supported in web use?
- Calendar-style views
- Folders
- Multiline column headings
- Multiline rows
- Style options for unread and alternating rows
- Which of the following are explicit commands?
- ?open
- ?openDataFile
- ?openView
- ?edit
- Which of the following is used to require any web users to supply a user ID and password to access your site?
- &Login
- ?Login
- $Login
- $$Login
- Arguments in a Domino URL are separated by what character:
- &
- ?
- $
- $$
- Which of the following are ways to require web users to supply a user ID and password to access your site?
- Appending the Login argument to the end of a Domino URL
- Creating an Anonymous group in the ACL and setting its access level to No Access
- Creating an Anonymous group in the ACL and setting the Database's Default access level to No Access
- Which of the following Database Launch properties is not supported on the Web?
- Launch 1st attachment in "About Database"
- Launch 1st doclink in "About Database"
- Open "About Database" document
- Open designated navigator
- Which of the following are reserved fields for use on web-based forms:
- $$viewBody
- $$viewList
- $$navigatorBody
- $$return
- $$HTMLHead
- Which of the following are reserved form names for use as web-based forms?
- $$viewTemplateDefault
- $$navigatorTemplateDefault
- $$searchTemplateDefault
- $$formTemplateDefault
- Which of the following can be used to customize the appearance of a form called "DataEntry" for web use?
- $$viewDefaultTemplate
- $$viewDefalutTempate for DataEntry
- $$formDefaultTemplate
- $$formDefaultTemplate for DataEntry
- What error number is returned to your browser when the Internet server could not get the proper username and password from the Web Navigator?
- 401
- 403
- 404
- 500
- What error number is returned to your browser when you are requesting access to a page for which you do not have access rights. ?
- 401
- 403
- 404
- 500
- What error number is returned to your browser when you are requesting access to a page for which you do not have access rights. ?
- 401
- 403
- 404
- 500
- What error number is returned to your browser when the document you have requested does not exist any more or the URL you entered is incorrect?
- 401
- 403
- 404
- 500
- What error number is returned to your browser when the Internet server was unable to send the page to the Web Navigator because of an error on the Internet server?
- 401
- 403
- 404
- 500
- Which of the following HTML features does Domino support as passthru HTML?
- <Frameset arguments> </Frameset>
- <I> </I>
- <img src="filename">
- <Font color="blue"> </Font>
- What does Domino allow for creating a home page?
- The About Database document
- A graphical navigator