Microsoft Certification for Programming in HTML5 with JavaScript and CSS3

Completed the Microsoft  Certification for Programming in HTML5 with JavaScript and CSS3(EXAM: 70-480).

The Exam is for 1000 and pass mark is 700,and i managed to score 920/1000.

Following are the Topics we need to prepare for the exam.

Implement and Manipulate Document Structures and Objects (24%)
  • Create the document structure.
    • This objective may include but is not limited to: structure the UI by using semantic markup, including for search engines and screen readers (Section, Article, Nav, Header, Footer, and Aside); create a layout container in HTML
  • Write code that interacts with UI controls.
    • This objective may include but is not limited to: programmatically add and modify HTML elements; implement media controls; implement HTML5 canvas and SVG graphics
  • Apply styling to HTML elements programmatically.
    • This objective may include but is not limited to: change the location of an element; apply a transform; show and hide elements
  • Implement HTML5 APIs.
    • This objective may include but is not limited to: implement storage APIs, AppCache API, and Geolocation API
  • Establish the scope of objects and variables.
    • This objective may include but is not limited to: define the lifetime of variables; keep objects out of the global namespace; use the “this” keyword to reference an object that fired an event; scope variables locally and globally
  • Create and implement objects and methods.
    • This objective may include but is not limited to: implement native objects; create custom objects and custom properties for native objects using prototypes and functions; inherit from an object; implement native methods and create custom methods
Implement Program Flow (25%)
  • Implement program flow.
    • This objective may include but is not limited to: iterate across collections and array items; manage program decisions by using switch statements, if/then, and operators; evaluate expressions
  • Raise and handle an event.
    • This objective may include but is not limited to: handle common events exposed by DOM (OnBlur, OnFocus, OnClick); declare and handle bubbled events; handle an event by using an anonymous function Continue reading

GMAIL’s URL Parameter – shva

Today while logging into Gmail , i observed the URL and it is like this :t

https://mail.google.com/mail/?shva=1

the parameter shva interested me. I know about the SHA-1 Algorithm for Encrypting the data,so i thought it might be related to that.

But after some googling i found that,this paramter shva is an acronym for  -“SHOULD HAVE VALID AUTHENTICATION

This comes only after the authentication is successful.