| |

November 2012 – HTML-5

Rethinking the way a web page HTML is constructed – using the new HTML 5 syntax to create a web page with better structure and leaner code. It allows grouping of elements and the ability to differentiate between sections of a page. Making tags uniform allows everyone to consistently define content, makes it easier for web applications and user agents to parse that content and return the proper data. The appropriate content is also easier to syndicate. It standardizes the tags used.

Before HTML5 developers could use any tag names they liked, and the new tags are based on those that are most common. See this page for most used tag names:
http://devfiles.myopera.com/articles/572/idlist-url.htm

Can further identify tags as needed, for instance <article> can become <article id=”main”> etc.  It’s not for the viewer.. but browsers and user agents will notice the difference.

Limited use of the div tag! Yes, it has it’s place, but not as much as before.

HTML5 simplifies. Identify content!
New doctype
html tag- good to include the lang=”en”
Simpler charset meta tag

Not as strick as XHTML. Can do without closing tags
MIME types are optional
On styleheet link tag, don’t need the “type” specified

Don’t need the self-closing tag: <br /> can be <br>

Aside tags, where it is used affects the meaning and relationship of the content around it.

Install and use the IE fix by linking to the .js files. HTML5 enabling script
http://code.google.com/p/html5shim/
http://www.w3.org/TR/2012/WD-html5-diff-20121025/

Links:

http://blog.chromium.org/2010/05/security-in-depth-html5s-sandbox.html
Interesting information about iframes and the ‘sandbox’.

———————————-

http://code.google.com/p/h5o/ Install that Outliner into Chrome, and/or download the bookmarket html file, put on hardrive and use as a favorite in Firefox.

Similar Posts

  • |

    WordPress SEO

    A good way to help optimizing a WordPress website is to use the “All-in-One SEO Pack” plugin. When activated it adds several fields to the bottom of the posts or page interface, where one can add post/page-specific details, which will override…

  • | |

    Facebook & Adobe

    Best ways to install a Facebook Like button Using the Facebook code generator and the .js scrip to the head section of a page, and the code in the body of the page. Facebook offers a variety of coding options. There are also plug-ins for WordPress which make it “easy” for the no-coder but hand coding…

  • | | | |

    June 21, 2011 – WordPress Gallery Plug-ins

    There are many image gallery plug-ins for WordPress which provide a way of showing images in galleries and albums and use the version of the ‘lightbox’ overlay. NextGen Gallery by Alex Rabe – Download the NextGen Gallery plug in. (The current version needs PHP 5.2 to run) http://alexrabe.de/wordpress-plugins/nextgen-gallery/ Older versions can be downloaded which run…

  • |

    December 2012

    Thoughts about the effects of color – How does color affects your target audience. (Know your audience!) There are many factors that contributes to how someone perceives color. Taking color choices into consideration when developing a web design/color sceme can contribute to succuss – or failure. Colors have different meaning in different cultures and religions, so…

  • | |

    May 2013, Divs, Floats and Clears

    Using CSS and Div’s for layout. Div’s contain the information to layout the site, but making them behave in a predictable manor is not always easy. Floats are used to control positioning, (left or right) but multiple elements will need to be “cleared” to line up correctly. http://www.sitepoint.com/using-css-grid-layout-and-blend-5-to-build-a-game/ http://960.gs/ http://unsemantic.com/ http://caniuse.com/css-grid http://designfestival.com/design-organized-websites-rapidly-with-960-grid/ http://layouts.ironmyers.com/ http://css-tricks.com/all-about-floats/ http://www.quirksmode.org/css/clearing.html

  • | |

    Where is web DESIGN heading?

    With Windows 8/touch screens, iPads and cell phones becoming mainstream for web browsing, what should designers take into consideration when planning a new website layout? Start by understanding the user experience, and your potential viewer. What kind of content will the user be looking at? Will they be shopping, reading, viewing image galleries – and…