4

HTML5 will take place web applications on mobile phones, says Opera

Posted by Marcus Antonius - June 1, 2010. in html , mobile

html5 HTML5 fará web tomar lugar das aplicações nos celulares, afirma Opera The Norwegian software developer Opera has high hopes the combination of mobile browsers and HTML 5 language that will allow web applications to better compete with native applications, according to the co-founder John von Tetzchner.

Currently, the combination of operating systems and diversity of native applications on smartphones is bad for both consumers and developers, von Tetzchner said in an interview. For consumers, it makes it more difficult to migrate to a new machine with different operating system, if one wants to keep their applications, developers have almost always have to start from scratch when they create applications for different platforms.

Use the web becomes an antidote to these two issues and, like Google, Opera is betting that HTML5 will make web-based applications more competitive compared to native applications. The browser was not designed for building applications, but the arrival of HTML5 changes this scenario, according to von Tetzchner.
Read more ...

tt twitter micro4 HTML5 fará web tomar lugar das aplicações nos celulares, afirma Opera

Tags: ,

3

Difference between HTML 4 and HTML 5

Posted by Marcus Antonius - September 18, 2009. in html

Continuing the theme of Tuesday, we decided to illustrate the differences between HTML 5 and HTML 4 and you will see that there are no big differences and that the new information only came to help.

For example, let's see a simple page of a blog with the header at the top, the footer at the bottom of some posts, a navigation section, and a sidebar, this shows the code below:



 <div id="page">

 <div id="header">

 <h1> <a href="http://marcusantonius.info"> Marcus Antonius: Web Beta </ ​​a> </ h1>
 </ Div>


 <div id="container">

 <div id="center" class="column">

 <div id="post-102" class="post">

 <h2> <a href="/page-test-2/">
 2 Test Page </ a> </ h2>


 <div class="entry">

 Text Here </ div>
 </ Div>


 <div id="post-101" class="post">

 <h2> <a href="/page-test/">
 Test 1 </ a> </ h2>


 <div class="entry">

 Text Here </ div>
 </ Div>
 </ Div>


 <div class="navigation">

 <div class="alignleft">
 <a href="/blog/page/2/"> "Old Posts </ a> </ div>


 </ Div>
 </ Div>


 <div id="right" class="column">

 <ul id="sidebar">

	 <li>

 <h2> Information </ h2>


 <ul>

	 <li> <a href="/contato"> contact </ a> </ li>


	 <li> <a href="/curriculo/"> curriculum </ a> </ li>

 </ Ul>
 </ Li>


	 <li>

 <h2> Archives </ h2>


 <ul>

	 <li> <a href="/blog/2009/04/"> April 2009 </ a> </ li>


	 <li> <a href="/blog/2009/03/"> March 2009 </ a> </ li>


	 <li> <a href="/blog/2009/02/"> February 2009 </ a> </ li>


	 <li> <a href="/blog/2009/01/"> January 2009 </ a> </ li>

 </ Ul>
 </ Li>

 </ Ul>
 </ Div>


 <div id="footer"> Marcus Antonius: Web Beta © 2009 </ div>
 </ Div> 

Here the same page in the rules of the W3C HTML 5:
Read more ...

tt twitter micro4 Diferença entre HTML 4 e HTML 5

Tags: ,

0

HTML 5 is already among us

Posted by Marcus Antonius - August 11, 2009. in html

The next generation of the primary language of the web is already giving the guys, with examples showing that the next generation of sites will be much more accessible, lively and beautiful thanks to HTML 5. This example of the HTML 5 is sensational. It seems, at first glance what was done with Flash or Silverlight but it is pure HTML.

One advantage is that HTML is a free language, and you can see how this example was made through the source code.

Remember that you need to have Safari 4, Firefox 3.5 or Opera 10 to run it properly.

Source: Web Proffisionais

tt twitter micro4 O HTML 5 já está entre nós

Tags: , ,

Copyright © 2012 Marcus Antonius All rights reserved.
Portfolio | Resume | Contact | Twitter | RSS