Thursday, 15 March 2012

Week 7: Build webpage using page Breeze HTML editor



OBJECTIVE:
  • Create page student access in the page form using template
  • Create page administrator access in the page form template
Content / Procedure:

  • Open exiting page template 
  • Edit heading : i-hostel system
  • Edit title : Student Access
  • Edit Sub-title :Please key the correct ID and Password
  • Insert form field
  • Add text box in the form
  • Add password in the form
  • Add submit button as login button in the form
  • Add reset button as cancel button in the form

Result and Analysis:

Basically, template been use back in next pages to make a consistent format of the pages. With the template, some additional component field able to add easily and in term of time to build the pages, it become short. For this page, 1 form added in the template to process the data entered by web user and will send the result each submission. Then, insert field type of the text box in the form and set field name as namap for declaration. Text box is function as a input box in the web. Afterward, insert field type of password in the form, it is the input space for user to type their password. For this password field type, use a word kelasp as declaration. Some modification must be making onto submit and reset button created once form be inserted. For Submit button change the button label as Login and declare as BtnSubmit. Meanwhile, for the reset button, put the button label as a Cancel and declare as BtnClear .It nessary to put reminder againt web to remind and guide web user to key- in the correct Log in ID and the password to proceed the next pages when they get through the web or system. All the declaration like namap,klasp, BtnSubmit and Btnclear Important to programming in Visual basic. All the data capture from user will be process by identify the declaration. Then the process continue with Visual Basic will read or re-write the database.

Conclusions:
Each of the field type must be declare or put field name for programming process. It is important to declare to make sure all the user data can be store in database.


Figure 1: Web page of Student Access
Figure 2: Log ID
Figure 3: Password
Figure 4: Log-in Button
Figure 5: Clear Button













No comments:

Post a Comment