<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>QBurst - Blog &#187; W3C</title>
	<atom:link href="http://www.qburst.com/blog/tag/w3c/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.qburst.com/blog</link>
	<description></description>
	<lastBuildDate>Fri, 18 May 2012 04:31:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>HTML 5.0 – A glance at new elements</title>
		<link>http://www.qburst.com/blog/2009/06/html-50-a-glance-on-few-new-elements/</link>
		<comments>http://www.qburst.com/blog/2009/06/html-50-a-glance-on-few-new-elements/#comments</comments>
		<pubDate>Thu, 11 Jun 2009 06:43:36 +0000</pubDate>
		<dc:creator>Godfrey Wilson</dc:creator>
				<category><![CDATA[Career]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[div]]></category>
		<category><![CDATA[HTML 5]]></category>
		<category><![CDATA[W3C]]></category>
		<category><![CDATA[WhatWG]]></category>

		<guid isPermaLink="false">http://www.qburst.com/blog/?p=280</guid>
		<description><![CDATA[<p>WhatWG (Web Hypertext Application Technology Working Group) was formed in 2004 with focus on HTML and APIs for web applications.  Specification document for HTML 5.0 is in progress.  The document gets updated on a regular basis.  Check out the document at <a href="http://dev.w3.org/html5/spec/Overview.html">http://dev.w3.org/html5/spec/Overview.html</a>.  Getting our head into the document is tedious and cannot be made to fit into one page.  So here we will glance over a few new elements to get a picture of how HTML 5.0 is going to be.</p>
<h2>Div Element</h2>
<p>Header, footer, nav, aside, article and section are new elements that will replace div.  The complexities of div have...</p>]]></description>
			<content:encoded><![CDATA[<p>WhatWG (Web Hypertext Application Technology Working Group) was formed in 2004 with focus on HTML and APIs for web applications.  Specification document for HTML 5.0 is in progress.  The document gets updated on a regular basis.  Check out the document at <a href="http://dev.w3.org/html5/spec/Overview.html">http://dev.w3.org/html5/spec/Overview.html</a>.  Getting our head into the document is tedious and cannot be made to fit into one page.  So here we will glance over a few new elements to get a picture of how HTML 5.0 is going to be.</p>
<h2>Div Element</h2>
<p>Header, footer, nav, aside, article and section are new elements that will replace div.  The complexities of div have paved way for these elements.  Instead of having so many div tags inside the code, HTML 5 gives the capability to use separate element for each purpose.  During modifications, identifying a particular portion thus becomes easy. These two snapshots will give an idea of how the simplification is going to work.</p>
<div style="text-align: left;"><img style="width: 648px; height: 448.749px;" src="http://docs.google.com/a/qburst.com/File?id=ddnr65gz_221hcmxxzdd_b" alt="" /></div>
<h2>Audio Video Elements</h2>
<p>Recently, audio and video have mass migrated to Internet.  HTML 5 provides the ability to treat audio and video as web pages without the need for plug-ins to play them. That is, audio and video will be natively supported by the HTML 5 compliant browsers.  The debate on whether to use a standard format or to support all formats is still on.  These elements are expected to contain textual content for every video, audio brought in the web page.  Such a provision will enable information to be conveyed through non-supportive browsers.  Internet users with debilities will also have the accessibility to web content.  Here is a lookup.</p>
<p>&lt;audio src=&#8221;Martinluther.mp3&#8243;&gt;</p>
<p>&lt;p&gt;I am happy to join with you today in what will go down in history as the greatest demonstration for freedom in the history of our nation.&lt;/p&gt;</p>
<p>&#8230;&lt;/audio&gt;</p>
<h2>Few More Elements</h2>
<p>Time element will help browsers,  search engines and web crawlers identify time from web pages.  Images are brought through the figure element.  Captions of the image are always associated with the image.  This will allow the user agents to understand more about the image.  Dialog is a another new element and it comes up with 2 sub tags: dt, dd.  dt will indicate the speaker and dd will indicate the dialog.  Here is an example:</p>
<p>&lt;dialog&gt;</p>
<p>&lt;dt&gt;Fay&lt;/dt&gt;</p>
<p>&lt;dd&gt;Jerry, could you show me how to hold the racket?&lt;/dd&gt;</p>
<p>&lt;dt&gt;Jerry&lt;/dt&gt;</p>
<p>&lt;dd&gt;Sure Fay, it&#8217;s just like shaking hands. Hold your hand out as though you were going to shake my hand&#8230; &lt;/dd&gt;</p>
<p>&lt;dt&gt;Fay&lt;/dt&gt;</p>
<p>&lt;dd&gt;Do you mean like this?&lt;/dd&gt;</p>
<p>&lt;dt&gt;Jerry&lt;/dt&gt;</p>
<p>&lt;dd&gt;Right, like that. Then put the racket in your hand, like this. &lt;/dd&gt;</p>
<p>&lt;/dialog&gt;</p>
<p>There is more in HTML 5.  Seeing by the way developers are contributing to its specification, we can sure expect fascinating behaviors in web pages soon. Most importantly, you can contribute too. Here&#8217;s how:</p>
<p>Subscribe to the WhatWG mailing list: <a href="http://www.whatwg.org/mailing-list">http://www.whatwg.org/mailing-list</a></p>
<p>Participate in discussions: <a href="http://forums.whatwg.org/">http://forums.whatwg.org/</a></p>
<p>Comment and post blogs: <a href="http://blog.whatwg.org/">http://blog.whatwg.org/</a></p>
<p>Links to articles on HTML 5:</p>
<p><a href="http://radar.oreilly.com/2009/05/google-bets-big-on-html-5.html">http://radar.oreilly.com/2009/05/google-bets-big-on-html-5.html</a></p>
<p><a href="http://www.webmonkey.com/blog/How_HTML_5_Is_Already_Changing_the_Web">http://www.webmonkey.com/blog/How_HTML_5_Is_Already_Changing_the_Web</a></p>
<div style="padding-top:5px;padding-right:0px;padding-bottom:5px;padding-left:0px;;">
											<iframe
												style="height:25px !important; border:0px solid gray !important; overflow:hidden !important; width:550px !important;" frameborder="0" scrolling="no" allowTransparency="true"
												src="http://www.linksalpha.com/social?blog=QBurst+-+Blog&link=http%3A%2F%2Fwww.qburst.com%2Fblog%2F2009%2F06%2Fhtml-50-a-glance-on-few-new-elements%2F&title=HTML+5.0+%E2%80%93+A+glance+at+new+elements&desc=WhatWG+%28Web+Hypertext+Application+Technology+Working+Group%29+was+formed+in+2004+with+focus+on+HTML+and+APIs+for+web+applications.%C2%A0+Specification+document+for+HTML+5.0+is+in+progress.%C2%A0+The+document+gets+updated+on+a+regular+basis.%C2%A0+Check+out+the+document+at&fc=333333&fs=arial&fblname=like&fblref=facebook&fbllang=en_US&fblshow=1&fbsbutton=1&fbsctr=1&fbslang=en&fbsendbutton=0&twbutton=1&twlang=en&twmention=&twrelated1=&twrelated2=&twctr=1&lnkdshow=noshow&lnkdctr=1&buzzbutton=1&buzzlang=en&buzzctr=1&diggbutton=0&diggctr=0&stblbutton=1&stblctr=1&g1button=1&g1ctr=1&g1lang=en-US">
											</iframe>
										</div>]]></content:encoded>
			<wfw:commentRss>http://www.qburst.com/blog/2009/06/html-50-a-glance-on-few-new-elements/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WCAG 2.0</title>
		<link>http://www.qburst.com/blog/2009/05/wcag-20/</link>
		<comments>http://www.qburst.com/blog/2009/05/wcag-20/#comments</comments>
		<pubDate>Wed, 27 May 2009 12:01:53 +0000</pubDate>
		<dc:creator>Godfrey Wilson</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Career]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Utilities]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Accessibility]]></category>
		<category><![CDATA[W3C]]></category>
		<category><![CDATA[WCAG]]></category>
		<category><![CDATA[web site]]></category>

		<guid isPermaLink="false">http://www.qburst.com/blog/?p=194</guid>
		<description><![CDATA[<p>Going through the number of times WCAG is mentioned in Twitter and blogs, I find that it has not got the publicity it deserves. Most developers tend to think of accessibility as a luxury they cannot afford. Consequently it finds its place way down in their priority list. However, as we shall see, making a site accessible will not cost you a lot. And accessibility is not only aimed at addressing the needs of disabled, but people who use text browsers, low resolution monitors etc. Thus if your site is designed with accessibility in mind, you will surely see more...</p>]]></description>
			<content:encoded><![CDATA[<p>Going through the number of times WCAG is mentioned in Twitter and blogs, I find that it has not got the publicity it deserves. Most developers tend to think of accessibility as a luxury they cannot afford. Consequently it finds its place way down in their priority list. However, as we shall see, making a site accessible will not cost you a lot. And accessibility is not only aimed at addressing the needs of disabled, but people who use text browsers, low resolution monitors etc. Thus if your site is designed with accessibility in mind, you will surely see more traffic to your site.</p>
<p>World Wide Web Consortium (W3C) is responsible for developing Web Content Accessibility Guidelines (WCAG) documents. The first version, WCAG 1.0, was published in May 1999. The latest WCAG 2.0 was released on 11<sup>th</sup> December 2008. The primary intent to publish these documents was to make web content easily accessible to everyone irrespective of any disabilities. WCAG 2.0 is designed in such a way that it is simpler and easier to understand for the web developer community. The document is built on four foundational principles. Then, there are few guidelines provided under each principle. Each guideline is challenged by different testable success criteria. Satisfaction of all these criteria will make the web site conform to WCAG. Let us go through the four principles in brief.</p>
<h3>Perceivable</h3>
<p>The first principle implies that any content that is displayed on the website must be perceivable. The dictionary meaning of the word perceivable means &#8216;To achieve understanding of&#8217;, &#8216;To become aware of directly through any of the senses, especially sight or hearing&#8217;. In our context, it means that anyone who accesses the web for content should be able to apprehend the information that is presented.</p>
<p>There are four guidelines furnished to illustrate this principle. The first two coerce to provide text alternatives for non-text content and time-based media. This would enable the user to enlarge or render in whatever tactile form as needed. The third guideline focuses on the structure and presentation of the content. A simple design that complies to the standards will reduce the complexities when there is a requirement to extract content and present to debile users. Sometimes distinguishing foreground information from background can become difficult. The fourth guideline helps avoid this conflict and focuses on making information distinguishable. Success criteria are determined on color, contrast, background audio, text images and many more.</p>
<h3>Operable</h3>
<p>The second principle deals with the operability of the user interface components. Users can come across situations where they are not able to interact with the content due to issues in links, user controls and other navigation.</p>
<p>The first guideline under this principle recommends making all the functionality of the content available from a keyboard. This does not outweigh the use of mouse and other interfaces. On the contrary, it means that complete dependence on these devices must be forgone. The guideline also cautions of keyboard traps and advices methods to keep the user away from them. The other guidelines focus on ensuring that the users will be able to complete the tasks required by the content with their own individual response times. For every time limit automatically set by the content, it requires the user to have options to turn it off, adjust and also extend the limit. They also caution the design about seizures mainly occurring due to excessive use of Flash. The last guideline recommends helping the users in their navigation to find content. There are 10 success criteria listed to check whether a user is properly guided.</p>
<h3>Understandable</h3>
<p>Understandability is the next issue the document addresses. The principle mainly targets the people in the lower part of the intellectual group. It compels the developer to make the content easily available in predictable ways and also help the user avoid and correct mistakes.</p>
<p>The first guideline stresses on making the content readable and understandable. Success criteria are set on languages, abbreviations and pronunciations. It also speaks about restricting unusual words or phrases including idioms and jargon. The other guidelines show light on making the pages predictable and providing assistance to the user in mistake-prone sections. Using instructional labels and help pages can assist the user in different areas.  Detecting errors and reporting immediately, as and when the user is inputting information is also a better method of assistance. These together form the success criteria for this principle.</p>
<h3>Robust</h3>
<p>The last principle is the most important of all the four. It checks the robustness of the content. Accessibility by user agents is checked here. There is only one guideline and it speaks about the compatibility of the content with the current and future technologies. Avoiding deprecated features of W3C technologies makes the site more compatible. Success criteria are designed for custom user interfaces to check compatibility.</p>
<p>Adhere to the guidelines suggested in WCAG 2.0 will bring in more traffic. Therefore it is essential from the developers&#8217; point of view to know these standards and make them a part of our work.</p>
<p>Link for further study:<br />
<a title="http://www.w3.org/TR/WCAG20/" href="http://www.w3.org/TR/WCAG20/">http://www.w3.org/TR/WCAG20/</a></p>
<div style="padding-top:5px;padding-right:0px;padding-bottom:5px;padding-left:0px;;">
											<iframe
												style="height:25px !important; border:0px solid gray !important; overflow:hidden !important; width:550px !important;" frameborder="0" scrolling="no" allowTransparency="true"
												src="http://www.linksalpha.com/social?blog=QBurst+-+Blog&link=http%3A%2F%2Fwww.qburst.com%2Fblog%2F2009%2F05%2Fwcag-20%2F&title=WCAG+2.0&desc=Going+through+the+number+of+times+WCAG+is+mentioned+in+Twitter+and+blogs%2C+I+find+that+it+has+not+got+the+publicity+it+deserves.+Most+developers+tend+to+think+of+accessibility+as+a+luxury+they+cannot+afford.+Consequently+it+finds+its+place+way+down+in+their+priority+list.+However%2C+as+we+shall+see%2C&fc=333333&fs=arial&fblname=like&fblref=facebook&fbllang=en_US&fblshow=1&fbsbutton=1&fbsctr=1&fbslang=en&fbsendbutton=0&twbutton=1&twlang=en&twmention=&twrelated1=&twrelated2=&twctr=1&lnkdshow=noshow&lnkdctr=1&buzzbutton=1&buzzlang=en&buzzctr=1&diggbutton=0&diggctr=0&stblbutton=1&stblctr=1&g1button=1&g1ctr=1&g1lang=en-US">
											</iframe>
										</div>]]></content:encoded>
			<wfw:commentRss>http://www.qburst.com/blog/2009/05/wcag-20/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

