Search This Blog

Sunday, June 17, 2012

Day 6, Day 7 - Javascript

W3School Javascript Tutorial

Day  6 -


Day 7 -
  • JS Objects
    • RegExp, RegExp-Ref, RegExp Helpsheet from Reglib
    • try some regular expression, and test here
    • Form Validation -( input type="text")
      • check if a required fields left empty
      • validate username - allows alphabets only and character between 4 to 20
      • validate email
      • validate password to be at least 6 characters, only alphanumeric & underscore symbol allowed
      • validate Malaysia zipcode
  • JS Advance, Browser Objects
    • Window - link using img/button/a/div/etc
    • History - create a 'prev page' and 'next page' button which will backward or forward user's navigated pages.

7 comments:

  1. Question 1:http://jsfiddle.net/fieza_yarani/UTFL9/ -->> Fieza

    ReplyDelete
    Replies
    1. need your explanation for your codes tomorrow.

      Delete
  2. http://jsfiddle.net/slaive/PufqZ/9/

    ReplyDelete
  3. http://jsfiddle.net/nizam/QSshh/56/

    ReplyDelete
  4. This is my correct answer..heheh -->> http://jsfiddle.net/fieza_yarani/YzFNW/

    ReplyDelete