Estelle Weyl | August 18, 2011
There are several coding rules required for XHTML that were optional or even unsupported in HTML 4. While HTML5 supports both coding formats, there are some non-required best practices. We cover the top 6 in this post.
Category: HTML5, Web Development |
Comments Off
Tags: best practices, HTML5, web standards
Estelle Weyl | November 6, 2010
People, including someone from the W3C, have stated that HTML5 is not ready for production. I’ve been asked several times “do you have any HTML5 websites.” This article provides for a list of some HTMl5 websites I have done and others have produced, and some resources to look into to help get you started.
Category: HTML5 |
Comments Off
Tags:
Estelle Weyl | October 29, 2010
There is no reason to NOT use HTML5 form attributes. HTML5 form elements enhance forms. In this quick snippet, we show how easy it is to get old browsers to pretend that they support the placeholder attribute
Category: HTML5, javascript |
5 Comments »
Tags: HTML5, javascript, web development, web forms, web tutorial
Estelle Weyl | October 26, 2010
Introduction to mobile web application development — using HTML5 and CSS3 — for mobile. Learn how to target mobile devices, including iPad, iPhone and Android.
Category: css3, HTML5, iphone, Web Development |
4 Comments »
Tags:
Estelle Weyl | August 15, 2010
Geolocation allows users to share their physical location with your application if they choose to. Especially useful in social networking, geo tagging, and mapping, but applicable to any type of application, geolocation enables developers to enhance the user experience, making content, social graphs and advertisements more relevant to the location of the user. Learn the basic JavaScript to determine your user’s location.
Category: HTML5, javascript |
3 Comments »
Tags: geolocation, javascript, web development
Estelle Weyl | August 12, 2010
The HTML5 Canvas specification is a JavaScript API for coding drawings. The canvas API allows the definition of a canvas context object as the <canvas> element on your HTML page inside which we can draw. In this tutorial we introduce you to the canvas element and the basic canvas javascript properties and methods.
Category: HTML5, javascript, Web Development |
1 Comment »
Tags: canvas, HTML5, javascript, web development, web tutorial
Estelle Weyl | June 27, 2010
There are several new attributes for the HTML5 <input> types. This grid shows what attributes are relevant to what input types, and which browsers support each of these attributes.
Category: browsers, HTML5, Web Development |
14 Comments »
Tags: attributes, browsers, HTML5, web development, web forms
Estelle Weyl | March 14, 2010
I have been asked several times “when do you use <article> and when do you use &let;section> in HTML5?” Here is an analogy to help developers make sense of the two elements.
Category: HTML5 |
11 Comments »
Tags: elements, HTML5, web development, web standards
Estelle Weyl | February 21, 2010
IE6, IE7 and IE8 don’t recognize the HTML elements. This causes a major problem when you’re using the HTML5 elements, such as ‘aside’, as part of (or your complete) selector in your CSS. Add this snippet either in your HTML or as a condionally included file, and IE will be able to handle your HTML5 elements as selectors in your CSS, and as members of your DOM in javascript.
Category: HTML5, Web Development |
7 Comments »
Tags: css, css selectors, css3, DOM, HTML5, tip, web development