70 480 JavaScript and HTML5
date post
02-Mar-2016Category
Documents
view
163download
0
Embed Size (px)
Transcript of 70 480 JavaScript and HTML5
Back in the summer I took the 71-480 (Beta exam Programming in HTML5 with JavaScript and CSS3) and failed it. This is one of the new line of Microsoft developer certifications for both the web platform and for developing Windows Store (formerly known as Metro) applications. At that time I had very little experience in developing HTML5 applications or in using jQuery. Since then I have been using it professionally for about six months. I had a background in HTML and JavaScript before the advent of HTML5 but most of my professional experience was in the data access and what you might consider dev ops Windows Server administration, SQL Server, IIS, and of course SharePoint.HTML5 (Windows) Reference
La etiqueta < address > define la informacin de contacto del autor / propietario de un documento o un artculo.Si el elemento es < address > dentro del elemento , representa la informacin de contacto para el documento.Si el elemento < address > est dentro de un elemento , representa la informacin de contacto de ese artculo.
Internet Explorer 9 Windows Internet Explorer 9 (abbreviated as IE9) was released to the public on March 14, 2011 at 21:00 PDT.....
La etiqueta especifica el contenido independiente, autnomo.Un artculo debe tener sentido por s mismo y que debera ser posible distribuir de forma independiente del resto del sitio.
My family and I visited The Epcot center this summer.
Epcot Center The Epcot Center is a theme park in Disney World, Florida.
La etiqueta define algn contenido al margen de los contenidos que se coloca pulgEl contenido de un lado debe estar relacionado con el contenido circundante.
Your browser does not support the audio tag.
autoplayNewautoplaySpecifies that the audio will start playing as soon as it is ready
controlsNewcontrolsSpecifies that audio controls should be displayed (such as a play/pause button etc).
loopNewloopSpecifies that the audio will start over again, every time it is finished
mutedNewmutedSpecifies that the audio output should be muted
preloadNewautometadatanoneSpecifies if and how the author thinks the audio should be loaded when the page loads
srcNewURLSpecifies the URL of the audio file
EjemploAislar los nombres de usuario de los ajustes de texto de direccin alrededores:
- User hrefs: 60 points
- User jdoe: 80 points
- User : 90 points
BDI es sinnimo de aislamiento bidireccional.La etiqueta asla una parte de texto que pueda ser formateada en una direccin distinta de otro texto fuera de ella.Este elemento es til al incrustar el contenido generado por el usuario con una direccionalidad desconocido.
EjemploDibuja un cuadrado rojo, sobre la marcha, y mostrarlo dentro del elemento :
Your browser does not support the HTML5 canvas tag.
var c=document.getElementById('myCanvas');var ctx=c.getContext('2d');ctx.fillStyle='#FF0000';ctx.fillRect(0,0,80,100);
La etiqueta se utiliza para dibujar grficos, sobre la marcha, a travs de secuencias de comandos (normalmente JavaScript).La etiqueta es slo un contenedor de grficos, debe utilizar un script para llamar la realidad de los grficos.AttributeValueDescription
heightNewpixelsSpecifies the height of the canvas
widthNewpixelsSpecifies the width of the canvas
EjemploUn elemento puede ser marcado de la siguiente manera:
function save(){alert("Some javaScript....");}
Save
Note: The command element is currently only supported in IE9.
La etiqueta define un comando (una casilla, una casilla de verificacin o un botn de comando) que el usuario puede invocar.Un comando puede ser parte de un men contextual o la barra de herramientas, utilizando el elemento , o se puede poner en cualquier otro lugar de la pgina, para definir un atajo de teclado.AttributeValueDescription
checkedNewcheckedSpecifies that the command should be checked when the page loads. Only for type="radio" or type="checkbox"
disabledNewdisabledSpecifies that the command should be disabled
iconNewURLSpecifies an image that represents the command
labelNewtextRequired. Specifies the name of the command, as shown to the user
radiogroupNewgroupnameSpecifies the name of the group of commands that will be toggled when the command itself is toggled. Only for type="radio"
typeNewcheckboxcommandradioSpecifies the type of command
Note: The datalist tag is not supported in Internet Explorer 9 and earlier versions, or in Safari.
La etiqueta especifica una lista de opciones predefinidas para un elemento .La etiqueta se utiliza para proporcionar una funcin de "autocompletar" en elementos .Los usuarios podrn ver una lista desplegable de opciones predefinidas como datos que de entrada.Utilice atributo de lista del elemento para ligarlo con un elemento .
Copyright 1999-2011. - by Refsnes Data. All Rights Reserved.All content and graphics on this web site are the property of the company Refsnes Data.
Note: The details tag is currently only supported in Chrome and in Safari 6.
La etiqueta especifican otros detalles, que el usuario puede ver o esconder bajo demanda.La etiqueta puede utilizar para crear un widget de interactivo que el usuario puede abrir y cerrar.Cualquier tipo de contenido se puede poner dentro de la etiqueta .El contenido de un elemento no debe ser visible a menos que se establece el atributo abierto.
Note: The dialog tag is only supported in Chrome and Safari 6.
January This is an open dialog windowFebruaryMarch
312831
La etiqueta define cuadro de dilogo aa, inpector o ventana.AttributeValueDescription
openNewopenSpecifies that the dialog element is active and that the user can interact with it
La etiqueta define un contenedor para una aplicacin externa o contenido interactivo (un plug-in).
AttributeValueDescription
heightNewpixelsSpecifies the height of the embedded content
srcNewURLSpecifies the address of the external file to embed
typeNewMIME_typeSpecifies the MIME type of the embedded content
widthNewpixelsSpecifies the width of the embedded content
The Pulpit Rock is a massive cliff 604 metres (1982 feet) above Lysefjorden, opposite the Kjerag plateau, in Forsand, Ryfylke, Norway. The top of the cliff is approximately 25 by 25 metres (82 by 82 feet) square and almost flat, and is a famous tourist attraction in Norway.
Fig.1 - A view of the pulpit rock in Norway.
La etiqueta define un ttulo para unelemento.El elemento puede ser colocado como el primer o el ltimo hijo del elemento .
The Pulpit Rock is a massive cliff 604 metres (1982 feet) above Lysefjorden, opposite the Kjerag plateau, in Forsand, Ryfylke, Norway. The top of the cliff is approximately 25 by 25 metres (82 by 82 feet) square and almost flat, and is a famous tourist attraction in Norway.
La etiqueta especifica contenido autnomo, como ilustraciones, diagramas, fotos, listas de cdigos, etcMientras que el contenido del elemento est relacionada con el flujo principal, su posicin es independiente de la corriente principal, y si se quita no debera afectar el flujo del documento.
Posted by: Hege Refsnes Contact information: someone@example.com.
La etiqueta define un pie de pgina de un documento o seccin.Un elemento debe contener informacin acerca de su elemento contenedor.A pie de pgina suele contener el autor del documento, informacin de copyright, enlaces a trminos de uso, informacin de contacto, etcUsted puede tener varios elementos en un solo documento.
Internet Explorer 9 Windows Internet Explorer 9 (abbreviated as IE9) was released to the public on March 14, 2011 at 21:00 PDT.....
La etiqueta especifica un encabezado de un documento o seccin.El elemento debe utilizarse como un contenedor para el contenido de introduccin o un conjunto de enlaces de navegacin.Usted puede tener varios elementos en un solo documento.Nota:Una etiqueta no puede ser colocado dentro de un , u otro elemento .
Username: Encryption:
Note: The keygen tag is not supported in Internet Explorer.
La etiqueta especifica un campo generador de par de claves utilizado para formularios.Cuando se enva el formulario, la clave privada se almacena localmente, y la clave pblica se enva al servidor.AttributeValueDescription
autofocusNewautofocusSpecifies that a element should automatically get focus when the page loads
challengeNewchallengeSpecifies that the value of the element should be challenged when submitted
disabledNewdisabledSpecifies that a element should be disabled
formNewform_idSpecifies one or more forms the element belongs to
keytypeNewrsadsaecSpecifies the security algorithm of the key
nameNewnameDefines a name for the element
Do not forget to buy milk today.
La etiqueta define el texto marcado.Utilice la etiqueta si quieres resaltar partes del texto.
Display a gauge:2 out of 10
60%
Note: The meter tag is not supported in Internet Explorer.
La etiqueta define una medida escalar dentro de un rango conocido, o un valor fraccionario.Esto tambin se conoce como un indicador.Ejemplos: uso de disco, la importancia de un resultado de la consulta, etcNota:La etiqueta no se debe utilizar para indicar el progreso (como en una barra de progreso).Para las barras de progreso, utilice eltag.AttributeValueDescription
formNewform_idSpecifies one or more forms the element belongs to
highNewnumberSpecifies the range that is considered to be a high value
lowNewnumberSpecifies the range that is considered to be a low value
maxNe