<?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>Software Associates - India &#187; Web standards</title>
	<atom:link href="http://www.softwareassociates.in/blog/category/web-standards/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.softwareassociates.in</link>
	<description>Synergize with experience and expertise</description>
	<lastBuildDate>Tue, 07 Feb 2012 08:31:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
		<item>
		<title>Getting ready with HTML 5</title>
		<link>http://www.softwareassociates.in/blog/getting-ready-with-html-5/</link>
		<comments>http://www.softwareassociates.in/blog/getting-ready-with-html-5/#comments</comments>
		<pubDate>Fri, 11 Jun 2010 08:08:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Adobe]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[HTML 5]]></category>
		<category><![CDATA[W3C]]></category>
		<category><![CDATA[Web standards]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[Safari]]></category>
		<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[WHATWG]]></category>

		<guid isPermaLink="false">http://www.softwareassociates.in/?p=1434</guid>
		<description><![CDATA[The much awaited HTML5, the major revision of HTML, is expected to take over the world wide web by the end of 2010. It is considered to be the major replacer for HTML 4.01, XHTML 1.0. The most notable feature &#8230; <a href="http://www.softwareassociates.in/blog/getting-ready-with-html-5/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><span style="font-family: arial,helvetica,sans-serif;"><span style="font-size: 14px;"><img alt="" height="100" src="http://www.softwareassociates.in/wp-content/uploads/image/html5.gif" width="126" /></span></span></p>
<p style="text-align: justify;"><span style="font-family: arial,helvetica,sans-serif;"><span style="font-size: 14px;">The much awaited HTML5, the major revision of HTML, is expected to take over the world wide web by the end of 2010. It is considered to be the major replacer for HTML 4.01, XHTML 1.0. The most notable feature of HTML5 is its big foot over the plug-in-based rich internet application (RIA) technologies such as Adobe Flash, Microsoft Silverlight, and Sun Java FX. The reason is that, HTML 5 can do whatever these applications can, in a perfect manner with its powerful set of tags and related attributes. If it is about the origin of HTML5, it&rsquo;s a different story. </span></span></p>
<p style="text-align: justify;"><span style="font-family: arial,helvetica,sans-serif;"><span style="font-size: 14px;">The core developers of HTML, the W3C was found to focus much on XML and XHTML rather than looking forward to real world application needs. The HTML working group felt disturbed over this and they formed a new group called Web Hypertext Application Technology Working Group (WHATWG).It focused purely to evolving web and its future .This group is the core team behind HTML5 and maybe that is why HTML5 is not a W3C recommendation yet. The latest news from Adobe Dreamweaver is that the new version Dreamweaver CS5 will be supporting the HTML5 and CSS3 in its full flavours.<acronym><big> </big></acronym><br />
	</span></span></p>
<p style="text-align: justify;"><span style="font-family: arial,helvetica,sans-serif;"><span style="font-size: 14px;">Now looking over to HTML5 and conventional HTML, the following are the basic changes as an overview.</p>
<p>	1) Simple DOCTYPE</p>
<p>	&nbsp;HTML5 requires very simple DOCTYPE: &lt;!DOCTYPE html&gt;.</p>
<p>	2) Easy attributes for language</p>
<p>	In HTML5 we don&rsquo;t need to remember xml:lang attributes in the &lt;html&gt; tag. &lt;html lang=&rdquo;en&rdquo;&gt; will now make it work.</p>
<p>	3) Trailing slashes taken off</p>
<p>	Void elements in HTML5 such as the br, img and input elements don&rsquo;t require a trailing slash.</p>
<p>	4) Elements disappeared</p>
<p>	These are the following set of element not supported in HTML5:</p>
<p>	&lt;acronym&gt;, &lt;applet&gt;, &lt;basefont&gt;, &lt;big&gt;, &lt;center&gt;, &lt;dir&gt;, &lt;font&gt;, &lt;frame&gt;, &lt;frameset&gt;, &lt;noframes&gt;, &lt;s&gt;, &lt;strike&gt;, &lt;tt&gt;, &lt;u&gt; and &lt;xmp&gt;</p>
<p>	New tags on deck</p>
<p>	HTML5 Introduces, a very distinct set of powerful new tags. <br />
	</span></span></p>
<p style="text-align: justify;"><span style="font-family: arial,helvetica,sans-serif;"><span style="font-size: 14px;">&middot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; audio &ndash; denoting an audio stream<br />
	&middot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; source &ndash; the video or audio source files<br />
	</span><span style="font-size: 14px;">&middot;</span><span style="font-size: 14px;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; video &ndash; denoting a video stream<br />
	&middot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; canvas &ndash; a place to draw dynamic graphics<br />
	&middot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; command &ndash; denotes a command button that has information sent to the server or script<br />
	&middot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; datagrid &ndash; references dynamic data in a tree form or tabular data form<br />
	</span><span style="font-size: 14px;">&middot;</span><span style="font-size: 14px;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; datalist &ndash; references a list of data in a drop-down list<br />
	&middot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; details &ndash; provides additional details of a page element, like pop-up help text<br />
	&middot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; output &ndash; references the output of a script or calculation<br />
	&middot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; progress &ndash; represents a progress bar in the completion of a process<br />
	&middot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; dialog &ndash; a conversation or people talking<br />
	&middot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; hgroup &ndash; a grouping of header tags that should stay together<br />
	&middot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; meter &ndash; a scalar gauge of measurement<br />
	&middot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; time &ndash; a date or time<br />
	</span></span></p>
<p style="text-align: justify;"><span style="font-family: arial,helvetica,sans-serif;"><span style="font-size: 14px;">Features</p>
<p>	High level of user privilege is the most highlighted feature of HTML5.The very new set of tags plays a crucial role for this achievement. . Of all tags&nbsp; &lt;video&gt; takes the videos through web to a new level. HTML 5 video ensures maximum reach by allowing you to encode your video in as many formats as you need, so that your customers don&rsquo;t need an additional plugin for viewing the video. It also lets you control every aspect of your video, from who can view it, how long it is, what the content is, where it&#39;s hosted and how the server performs etc as far we know till now.</p>
<p>	Considering the Browser side, Google chrome, upcoming IE9, Apple safari, firefox 4.0 etc&nbsp;&nbsp; are all set up for providing a perfect support for HTML5 pages.</p>
<p>	Drawbacks</p>
<p>	Some of the drawbacks pointed against HTML5 are based on hosting HTML5 videos to sites like youtube. They are</p>
<p>	&middot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Encoding of video in at least three different codecs is needed<br />
	&middot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Browsers that don&#39;t support HTML 5 will work only with the aid of some set of java scripts<br />
	&middot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Bandwidth requirements of hosting videos must be satisfied</p>
<p>	Another problem developers have to face is the conversion of XHTML 1 to HTML5, unless we have a well formed and valid XHTML document</p>
<p>	HTML Team @ Software Associates<br />
	</span></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.softwareassociates.in/blog/getting-ready-with-html-5/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Android and iPhone tablet browsers</title>
		<link>http://www.softwareassociates.in/blog/website-testing-and-browse-compliance/</link>
		<comments>http://www.softwareassociates.in/blog/website-testing-and-browse-compliance/#comments</comments>
		<pubDate>Tue, 16 Dec 2008 13:11:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[best practices]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[united kingdom]]></category>
		<category><![CDATA[USA]]></category>
		<category><![CDATA[Web standards]]></category>
		<category><![CDATA[Web testing]]></category>
		<category><![CDATA[android application]]></category>
		<category><![CDATA[cross browser testing]]></category>
		<category><![CDATA[London]]></category>
		<category><![CDATA[new york]]></category>
		<category><![CDATA[testcomplete]]></category>
		<category><![CDATA[testing services]]></category>

		<guid isPermaLink="false">http://softwareassociatesuk.com/blog/?p=92</guid>
		<description><![CDATA[Quality is free but no one is ever going to know it unless there is some agreed system of measurement.&#160;A report by Creative Good showed that 39 per cent of test shoppers failed in their buying attempts because sites were &#8230; <a href="http://www.softwareassociates.in/blog/website-testing-and-browse-compliance/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div style="text-align: justify;"><span style="font-family: arial,helvetica,sans-serif;"><span style="font-size: 14px;">Quality is free but no one is ever going to know it unless there is some agreed system of measurement.&nbsp;A report by Creative Good showed that 39 per cent of test shoppers failed in their buying attempts because sites were too difficult to navigate. Additionally, 56 per cent of search attempts failed.</span></span></div>
<div style="text-align: justify;"><span style="font-family: arial,helvetica,sans-serif;"><span style="font-size: 14px;"><br />
	</span></span></div>
<div style="text-align: justify;"><span style="font-family: arial,helvetica,sans-serif;"><span style="font-size: 14px;">Portal development is only half the work done. You need professional web site testers who can unearth hidden bugs and enforce webs standards that would otherwise cost your company thousands of pounds in maintaining and fixing these costly errors. In 2004, the <span class="blsp-spelling-error" id="SPELLING_ERROR_0">UK&#39;s</span> Department of Inland Revenue experienced software errors that resulted in a $3.45 billion tax-credit over payment.&nbsp;</span></span></div>
<div style="text-align: justify;"><span style="font-family: arial,helvetica,sans-serif;"><span style="font-size: 14px;"><br />
	</span></span></div>
<div style="text-align: justify;"><span style="font-family: arial,helvetica,sans-serif;"><span style="font-size: 14px;">Here is a recent report on the horrors of coding errors &#8211; surprisingly from a <a href="http://dealbook.blogs.nytimes.com/2010/06/21/the-tremors-from-a-coding-error/" target="_blank">mutual fund company</a></span></span></div>
<div style="text-align: justify;"><span style="font-family: arial,helvetica,sans-serif;"><span style="font-size: 14px;"><br />
	</span></span></div>
<div style="text-align: justify;"><span style="font-family: arial,helvetica,sans-serif;"><span style="font-size: 14px;">It seems to be happening all over the world &#8211; but who or what is to blame? All web developers understand the need to test their own scripts, but few take the time or make it a priority to test early in the web application development cycle. The result is a vicious cycle of few tests, poor-quality code and an increasing amount of debugging work. This is often due to insufficient resources, lack of technical know how, inadequate planning, scope creep and poor design.</span></span></div>
<div style="text-align: justify;"><span style="font-family: arial,helvetica,sans-serif;"><span style="font-size: 14px;"><br />
	</span></span></div>
<div style="text-align: justify;"><span style="font-family: arial,helvetica,sans-serif;"><span style="font-size: 14px;">Our experienced team of web and application testers could help you save thousands of dollars through our manual and automated testing procedures for ERP applications using <span class="blsp-spelling-error" id="SPELLING_ERROR_1">TestComplete</span> and selenium.<br />
	</span></span></div>
<div style="text-align: justify;"><span style="font-family: arial,helvetica,sans-serif;"><span style="font-size: 14px;"><br />
	</span></span></div>
<div style="text-align: justify;"><span style="font-family: arial,helvetica,sans-serif;"><span style="font-size: 14px;">We do quality assurance testing services for web portals, extranets&nbsp;and intranets; they includ<strong>e tests for cross browsers, website functionality, performance, security and web standards</strong> ; work closely with designers and developers to bring about drastic improvement in code quality and predictability. Our quality assurance projects include big names in United Kingdom such as O2, <span class="blsp-spelling-error" id="SPELLING_ERROR_3">NHS</span>, Honda, Esprit, Dell and <span class="blsp-spelling-error" id="SPELLING_ERROR_4">Cadbury</span>.</span></span></div>
<div style="text-align: justify;"><span style="font-family: arial,helvetica,sans-serif;"><span style="font-size: 14px;"><br />
	</span></span></div>
<div style="text-align: justify;"><span style="font-family: arial,helvetica,sans-serif;"><span style="font-size: 14px;">Whether you are based at London or New York,&nbsp; &#8211; our web standards testing, application testing and web portal application development and testing services are available to you at a short notice.&nbsp;We also provide long term independent testing services for web development companies who build portals and social networks to bring about tangible benefits in testing time and shorter version release cycles</span></span></div>
<div style="text-align: justify;"><span style="font-family: arial,helvetica,sans-serif;"><span style="font-size: 14px;"><br />
	</span></span></div>
<div style="text-align: justify;"><span style="font-family: arial,helvetica,sans-serif;"><span style="font-size: 14px;"><strong>What we provide</strong></span></span></div>
<div style="text-align: justify;"><span style="font-family: arial,helvetica,sans-serif;"><span style="font-size: 14px;"><br />
	</span></span></div>
<div style="text-align: justify;"><span style="font-family: arial,helvetica,sans-serif;"><span style="font-size: 14px;"><strong>#Standard operating checklist with severity of errors</strong></span></span></div>
<ul>
<li style="text-align: justify;"><span style="font-family: arial,helvetica,sans-serif;"><span style="font-size: 14px;">Critical Error</span></span></li>
<li style="text-align: justify;"><span style="font-family: arial,helvetica,sans-serif;"><span style="font-size: 14px;">Lack of Functionality / Logical Error</span></span></li>
<li style="text-align: justify;"><span style="font-family: arial,helvetica,sans-serif;"><span style="font-size: 14px;">Not Living up to Specification</span></span></li>
<li style="text-align: justify;"><span style="font-family: arial,helvetica,sans-serif;"><span style="font-size: 14px;">Spelling or Grammar Error</span></span></li>
<li style="text-align: justify;"><span style="font-family: arial,helvetica,sans-serif;"><span style="font-size: 14px;">Design Problem</span></span></li>
</ul>
<div style="text-align: justify;"><span style="font-family: arial,helvetica,sans-serif;"><span style="font-size: 14px;"><strong># Web security</strong></span></span></div>
<ul>
<li style="text-align: justify;"><span style="font-family: arial,helvetica,sans-serif;"><span style="font-size: 14px;"><span class="blsp-spelling-error" id="SPELLING_ERROR_5">SQL</span> injection</span></span></li>
<li style="text-align: justify;"><span style="font-family: arial,helvetica,sans-serif;"><span style="font-size: 14px;">Bot <span class="blsp-spelling-error" id="SPELLING_ERROR_6">login</span> prevention</span></span></li>
<li style="text-align: justify;"><span style="font-family: arial,helvetica,sans-serif;"><span style="font-size: 14px;">JavaScript loopholes</span></span></li>
<li style="text-align: justify;"><span style="font-family: arial,helvetica,sans-serif;"><span style="font-size: 14px;">Password protection</span></span></li>
<li style="text-align: justify;"><span style="font-family: arial,helvetica,sans-serif;"><span style="font-size: 14px;">Document privacy</span></span></li>
<li style="text-align: justify;"><span style="font-family: arial,helvetica,sans-serif;"><span style="font-size: 14px;">Reader privacy</span></span></li>
<li style="text-align: justify;"><span style="font-family: arial,helvetica,sans-serif;"><span style="font-size: 14px;"><span class="blsp-spelling-error" id="SPELLING_ERROR_7">IP</span> restrictions</span></span></li>
<li style="text-align: justify;"><span style="font-family: arial,helvetica,sans-serif;"><span style="font-size: 14px;">Credit card encryption</span></span></li>
</ul>
<div style="text-align: justify;"><span style="font-family: arial,helvetica,sans-serif;"><span style="font-size: 14px;"><strong># HTML web standards</strong></span></span></div>
<ul>
<li style="text-align: justify;"><span style="font-family: arial,helvetica,sans-serif;"><span style="font-size: 14px;">W3C standards</span></span></li>
<li style="text-align: justify;"><span style="font-family: arial,helvetica,sans-serif;"><span style="font-size: 14px;">Web accessibility</span></span></li>
<li style="text-align: justify;"><span style="font-family: arial,helvetica,sans-serif;"><span style="font-size: 14px;">Section 508 compliance</span></span></li>
<li style="text-align: justify;"><span style="font-family: arial,helvetica,sans-serif;"><span style="font-size: 14px;">AAA compliance</span></span></li>
<li style="text-align: justify;"><span style="font-family: arial,helvetica,sans-serif;"><span style="font-size: 14px;"><span class="blsp-spelling-error" id="SPELLING_ERROR_8">XHTML</span> compliance</span></span></li>
</ul>
<div style="text-align: justify;"><span style="font-family: arial,helvetica,sans-serif;"><span style="font-size: 14px;"><strong># Cross browser compatibility testing</strong></span></span></div>
<ul>
<li style="text-align: justify;"><span style="font-family: arial,helvetica,sans-serif;"><span style="font-size: 14px;">Internet Explorer 6</span></span></li>
<li style="text-align: justify;"><span style="font-family: arial,helvetica,sans-serif;"><span style="font-size: 14px;">Internet Explorer 7</span></span></li>
<li style="text-align: justify;"><span style="font-family: arial,helvetica,sans-serif;"><span style="font-size: 14px;">IE 8</span></span></li>
<li style="text-align: justify;"><span style="font-family: arial,helvetica,sans-serif;"><span style="font-size: 14px;"><span class="blsp-spelling-error" id="SPELLING_ERROR_9">Firefox</span> 1.5 browser</span></span></li>
<li style="text-align: justify;"><span style="font-family: arial,helvetica,sans-serif;"><span style="font-size: 14px;">Safari browser for Mac and Windows <span class="blsp-spelling-error" id="SPELLING_ERROR_10">XP</span></span></span></li>
<li style="text-align: justify;"><span style="font-family: arial,helvetica,sans-serif;"><span style="font-size: 14px;">IE 5.2 for Macintosh</span></span></li>
<li style="text-align: justify;"><span style="font-family: arial,helvetica,sans-serif;"><span style="font-size: 14px;">Netscape browser 7.x</span></span></li>
<li style="text-align: justify;"><span style="font-family: arial,helvetica,sans-serif;"><span style="font-size: 14px;">Opera 8.x</span></span></li>
<li style="text-align: justify;"><span style="font-family: arial,helvetica,sans-serif;"><span style="font-size: 14px;">Android and iPhone tablet browsers<br />
		</span></span></li>
</ul>
<div style="text-align: justify;"><span style="font-family: arial,helvetica,sans-serif;"><span style="font-size: 14px;"><strong># Coding and performance</strong></span></span></div>
<ul>
<li style="text-align: justify;"><span style="font-family: arial,helvetica,sans-serif;"><span style="font-size: 14px;">Portal development standards</span></span></li>
<li style="text-align: justify;"><span style="font-family: arial,helvetica,sans-serif;"><span style="font-size: 14px;">Web services testing</span></span></li>
<li style="text-align: justify;"><span style="font-family: arial,helvetica,sans-serif;"><span style="font-size: 14px;">Web load performance testing</span></span></li>
<li style="text-align: justify;"><span style="font-family: arial,helvetica,sans-serif;"><span style="font-size: 14px;">Automated web testing</span></span></li>
<li style="text-align: justify;"><span style="font-family: arial,helvetica,sans-serif;"><span style="font-size: 14px;">Web site optimization</span></span></li>
<li style="text-align: justify;"><span style="font-family: arial,helvetica,sans-serif;"><span style="font-size: 14px;">Website coder <span class="blsp-spelling-error" id="SPELLING_ERROR_11">matrices</span></span></span></li>
</ul>
<div style="text-align: justify;"><span style="font-family: arial,helvetica,sans-serif;"><span style="font-size: 14px;"><strong># Requirements</strong></span></span></div>
<ul>
<li style="text-align: justify;"><span style="font-family: arial,helvetica,sans-serif;"><span style="font-size: 14px;">Functional specification of the project</span></span></li>
<li style="text-align: justify;"><span style="font-family: arial,helvetica,sans-serif;"><span style="font-size: 14px;">Client / Admin <span class="blsp-spelling-error" id="SPELLING_ERROR_12">login</span> access on staging server</span></span></li>
</ul>
<div style="text-align: justify;"><span style="font-family: arial,helvetica,sans-serif;"><span style="font-size: 14px;"><strong># Engagement models</strong></span></span></div>
<ul>
<li><span style="font-family: arial,helvetica,sans-serif;"><span style="font-size: 14px;">Pay per bug</span></span></li>
<li><span style="font-family: arial,helvetica,sans-serif;"><span style="font-size: 14px;">Fixed hour testing</span></span></li>
<li><span style="font-family: arial,helvetica,sans-serif;"><span style="font-size: 14px;">Agile testing for large projects</span></span></li>
</ul>
<p><span style="font-family: arial,helvetica,sans-serif;"><span style="font-size: 14px;">Write to us to know about skill sets and the services that we can provide to you.&nbsp;</span></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.softwareassociates.in/blog/website-testing-and-browse-compliance/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>HTML 5 is here</title>
		<link>http://www.softwareassociates.in/blog/html-5-is-here/</link>
		<comments>http://www.softwareassociates.in/blog/html-5-is-here/#comments</comments>
		<pubDate>Mon, 12 Nov 2007 14:46:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[Web standards]]></category>

		<guid isPermaLink="false">http://softwareassociatesuk.com/blog/?p=30</guid>
		<description><![CDATA[HTML 5 introduces new elements to HTML for the first time since the last millennium. New structural elements include aside, figure, and section. New inline elements include time, meter, and progress. New embedding elements include video and audio. New interactive &#8230; <a href="http://www.softwareassociates.in/blog/html-5-is-here/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><span style="font-family: arial;"><a href="http://www.ibm.com/developerworks/library/x-html5/">HTML 5</a> introduces new elements to HTML for the first time since the last millennium. New structural elements include </span><code style="font-family: arial;">aside</code><span style="font-family: arial;">, </span><code style="font-family: arial;">figure</code><span style="font-family: arial;">, and </span><code style="font-family: arial;">section</code><span style="font-family: arial;">. New inline elements include </span><code style="font-family: arial;">time</code><span style="font-family: arial;">, </span><code style="font-family: arial;">meter</code><span style="font-family: arial;">, and </span><code style="font-family: arial;">progress</code><span style="font-family: arial;">. New embedding elements include </span><code style="font-family: arial;">video</code><span style="font-family: arial;"> and </span><code style="font-family: arial;">audio</code><span style="font-family: arial;">. New interactive elements include </span><code style="font-family: arial;">details</code><span style="font-family: arial;">, </span><code style="font-family: arial;">datagrid</code><span style="font-family: arial;">, and </span><code style="font-family: arial;">command</code><span style="font-family: arial;">.</span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.softwareassociates.in/blog/html-5-is-here/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- This Quick Cache file was built for (  www.softwareassociates.in/blog/category/web-standards/feed/ ) in 0.32938 seconds, on Feb 8th, 2012 at 3:43 am UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on Feb 8th, 2012 at 4:43 am UTC -->
