<?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>HTML 5 Tutorial &#187; General</title>
	<atom:link href="http://html5tutorial.net/category/general/feed" rel="self" type="application/rss+xml" />
	<link>http://html5tutorial.net</link>
	<description>Tutorials, Tips &#38; News for the Designer</description>
	<lastBuildDate>Sat, 05 May 2012 10:21:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>HTML5 Audio Standards</title>
		<link>http://html5tutorial.net/general/html5-audio-standards.html</link>
		<comments>http://html5tutorial.net/general/html5-audio-standards.html#comments</comments>
		<pubDate>Fri, 29 Apr 2011 18:08:03 +0000</pubDate>
		<dc:creator>the Editor</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[audio tags]]></category>
		<category><![CDATA[HTML5 audio]]></category>
		<category><![CDATA[HTML5 audio tags]]></category>

		<guid isPermaLink="false">http://html5tutorial.net/?p=461</guid>
		<description><![CDATA[HTML5 is exciting and anyone who builds web pages is looking forward to implementing these new tags into their sites. HTML5 audio tags are definitely one of the ones on the list meant to make life much easier for both webmasters and end users. Until now there has never been a standard audio player for [...]]]></description>
			<content:encoded><![CDATA[<p>HTML5 is exciting and anyone who builds web pages is looking forward to implementing these new tags into their sites. HTML5 audio tags are definitely one of the ones on the list meant to make life much easier for both webmasters and end users.</p>
<p>Until now there has never been a standard audio player for browsers. If you wanted to place audio on your site you either had to use one of the available players such as Windows Media Player or Quicktime player. With HTML5 audio there is just simple code to use to place audio anywhere on the page without have to have a separate audio player or 3rd party service hosting your audio.</p>
<p>Here is an example of how to use the HTML5 audio tags in your web code.</p>
<div id='stb-box-8269' class='stb-info_box' >&lt;audio src=&#8221;song.ogg&#8221; controls=&#8221;controls&#8221;&gt;This is alternate text that is seen if the users browser does not recognize the html5 tag&lt;/audio&gt;</div>
<p>There are several attributes you can use along with your tag to customize your player. The attributes include autoplay, control customization, looping and pre-loading. Which means you can start your video when someone opens your page, customize what controls they see on the audio player and even loop the video so it plays continuously over and over.</p>
<p>So with the implementation of this tag it is going to become much easier for the average webmaster to add audio to their websites and blogs. The <a href="http://html5tutorial.net/general/html5-video-should-i-use-it.html">HTML5 video tag</a> is also new and is similar in that it provides and across the board video player for putting videos on your site.</p>
<p>Right now HTML5 tags especially the audio and video tags are very experimental. Browser support while getting better is still in its infancy stages which means that as cool as these tags are implementing them into your designs now is going to leave a huge part of the PC internet users unable to see the content on your site.</p>
<p>One also has to wonder what the effects of HTML5 audio and video tags on <a href="http://www.webhostingsearch.com" target="_blank">web hosting</a>. Until now most web hosts could depend on the fact that if a blog or small website wanted to use video or audio it was likely they would host it elsewhere.</p>
<p>With the ease of using these tags I have a feeling once they become more of a standard and are more widely used web hosts are going to see far more people hosting big audio and video files on their servers. Which could mean a rise in web hosting costs depending on how much extra storage space and bandwidth is being used.</p>
<p>HTML5 is coming there is no way around it but it is going to take some time before you can safely use it in your websites. Tags like the HTML5 audio tag are going to make certain elements of design so much easier, so until then we will just wait.</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fhtml5tutorial.net%2Fgeneral%2Fhtml5-audio-standards.html&amp;title=HTML5%20Audio%20Standards" id="wpa2a_2"><img src="http://html5tutorial.net/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="share save 171 16 HTML5 Audio Standards"  title="HTML5 Audio Standards" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://html5tutorial.net/general/html5-audio-standards.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>HTML5 Video &#8211; Should I Use It?</title>
		<link>http://html5tutorial.net/general/html5-video-should-i-use-it.html</link>
		<comments>http://html5tutorial.net/general/html5-video-should-i-use-it.html#comments</comments>
		<pubDate>Thu, 21 Apr 2011 17:58:14 +0000</pubDate>
		<dc:creator>the Editor</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[HTML5 Video]]></category>

		<guid isPermaLink="false">http://html5tutorial.net/?p=455</guid>
		<description><![CDATA[One of the most exciting buzz these days in web circles is about HTML5 and specifically video on HTML5. HTML5 video tag has solved the age old problem site owners and designers face on how to best embed video on websites. Prior to the new HTML5 video tag you basically had two options for embedding [...]]]></description>
			<content:encoded><![CDATA[<p>One of the most exciting buzz these days in web circles is about HTML5 and specifically video on HTML5. HTML5 video tag has solved the age old problem site owners and designers face on how to best embed video on websites.</p>
<p>Prior to the new HTML5 video tag you basically had two options for embedding video on your site to get a video player or to use a 3rd party service like YouTube to host your video and them use their embed code to put the video on your site.</p>
<p>Most people are currently using the 2nd option of using services like YouTube to host their videos and them embedding them on their own site. This option is not really a better design standard than getting a video player and <a href="http://www.webhostingsearch.com" target="_blank">hosting</a> your own videos but it is quicker and free which is why most people end up using this configuration for videos.</p>
<p>For people who do decide to have their own video player they quickly find out that a quality one can be costly and customization may require both a graphic designer and a web designer all just to place a video on their site.</p>
<p>That is where the magic of HTML5 video comes in. It has a simple straight forward tag that is similar to an image tag with a source and attributes. It looks like this.</p>
<div id='stb-box-4272' class='stb-info_box' >&lt;video src=&#8221;movie.webm&#8221; poster=&#8221;movie.jpg&#8221; controls&gt;I am ALT text&lt;/video&gt;</div>
<p>If you have ever added video to a website you know how much simpler that is. However, the problem is that the browsers of the world are not quite ready for what HTML5 has to offer.</p>
<p>Currently only one browser has a robust support for HTML5 video tags and that is chrome, firefox also has limited support and IE hasn’t even touched video in HTML5 in its current browsers yet. So what does that mean for you? It means a good percentage of people using computers to access the internet will not be able to render the video on your page.</p>
<p>Which is why for now when it comes to building websites video in HTML5 is like that golden egg sitting just out of your reach that you really want but you just cannot have. The push for HTML5 compliance is getting louder and louder everyday though so before you know it HTML5 will have enough standards in browsers to make 2.0 web design much easier.</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fhtml5tutorial.net%2Fgeneral%2Fhtml5-video-should-i-use-it.html&amp;title=HTML5%20Video%20%E2%80%93%20Should%20I%20Use%20It%3F" id="wpa2a_4"><img src="http://html5tutorial.net/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="share save 171 16 HTML5 Video   Should I Use It?"  title="HTML5 Video   Should I Use It?" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://html5tutorial.net/general/html5-video-should-i-use-it.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Which Browsers Support HTML5?</title>
		<link>http://html5tutorial.net/general/which-browsers-support-html5.html</link>
		<comments>http://html5tutorial.net/general/which-browsers-support-html5.html#comments</comments>
		<pubDate>Thu, 14 Apr 2011 11:26:20 +0000</pubDate>
		<dc:creator>the Editor</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[html5 browsers]]></category>

		<guid isPermaLink="false">http://html5tutorial.net/?p=451</guid>
		<description><![CDATA[All the buzz these days when seems to be about HTML5. Web designers and techies everywhere have very strong feelings about HTML5 and either love it or hate it depending on who you talk to. First let’s take a look at what HTML5 actually is and what it is used for. HTML is a markup [...]]]></description>
			<content:encoded><![CDATA[<p>All the buzz these days when seems to be about HTML5. Web designers and techies everywhere have very strong feelings about HTML5 and either love it or hate it depending on who you talk to.</p>
<p>First let’s take a look at what HTML5 actually is and what it is used for. HTML is a markup language used to design and layout web pages. HTML5 is a new version of that language that has more tags and hence more design options.</p>
<p>Most people can agree more design options is a good thing. The controversy comes in mostly because certain companies like Apple are acting as if HTML5 is a standard when the reality is no browser fully supports it yet.</p>
<p>Essentially that means that for people using certain elements of it they will look nothing like they intended to most of the people who view the pages. So while HTML5 and its applications are definitely going to offer us some much cooler websites it is just not practical yet to use for your web designs.</p>
<p>We tested out a few of the most popular browsers to see how ready they are for HTML5 and this is what we found out. For this test we used <a href="http://www.html5test.com" target="_blank">http://www.html5test.com</a> which offers an HTML5 testing page and a rating system that goes up to 400 points depending on how many HTML5 features are already implemented into the browser.</p>
<p>Chrome 10.0 was the big winner coming in at 301 points out of 400 possible. They have already implemented most of the functionality to be a compatible HTML5 browser. In addition, many of the features that are not added are partially added. So Google Chrome is definitely way out in front in the race for HTML compatible browsers.</p>
<p>Firefox 4.0 is next in line and they scored pretty decently getting 249 out 400 possible points. They are still missing a lot of key elements but got bonus points for the audio and video implementation as well as their parsing rules.</p>
<p>Internet Explorer 8 is pretty far behind the curve. IE scored a total of 32 points out of 400. Pretty dismal showing for what used to be the top internet browser in the world. Internet Explorer has been playing catch up with rendering design since the implementation of CSS and their poor showing here tells us it does not seem like much will change in the future.</p>
<p>So those are the statistics. At the moment the only HTML5 browser that is going to get you very far is Google Chrome and until browsers catch up with the newer language it is probably a good idea to use it sparingly in your designs until it actually is a true and tested standard.</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fhtml5tutorial.net%2Fgeneral%2Fwhich-browsers-support-html5.html&amp;title=Which%20Browsers%20Support%20HTML5%3F" id="wpa2a_6"><img src="http://html5tutorial.net/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="share save 171 16 Which Browsers Support HTML5?"  title="Which Browsers Support HTML5?" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://html5tutorial.net/general/which-browsers-support-html5.html/feed</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
		<item>
		<title>Learn HTML 5</title>
		<link>http://html5tutorial.net/general/learn-html-5.html</link>
		<comments>http://html5tutorial.net/general/learn-html-5.html#comments</comments>
		<pubDate>Sun, 06 Dec 2009 19:53:31 +0000</pubDate>
		<dc:creator>the Editor</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[HTML 5]]></category>
		<category><![CDATA[learn]]></category>

		<guid isPermaLink="false">http://html5tutorial.net/?p=330</guid>
		<description><![CDATA[HTML is essentially how people communicate and acknowledge each other on the World Wide Web as it is the core markup language. The latest version of Hypertext Markup Language, HTML5, has recently been launched with new features and elements to boast about. Here is some information to help you learn HTML 5. HTML5 is the [...]]]></description>
			<content:encoded><![CDATA[<p>HTML is essentially how people communicate and acknowledge each other on the World Wide Web as it is the core markup language. The latest version of Hypertext Markup Language, HTML5, has recently been launched with new features and elements to boast about. Here is some information to help you learn HTML 5.</p>
<p>HTML5 is the proposed next standard for HTML 4.01, XHTML 1.0 and DOM Level 2 HTML. Its goal is to reduce the need for proprietary RIA technologies, which include the likes of Adobe Flash, Microsoft Silverlight and Sun JavaFX.</p>
<p>The ideas for the revised HTML began all the way back in 2004 by the WHATWG and are just now making way. Although parts of the revision have been completed and are ready for use, it is an ongoing work that is expected to continue for many years to come.</p>
<p>It certainly features a number of new elements and attributes that will assist modern web sites. Some of the basic elements that have been added include semantic replacements for common uses of generic block and inline elements. Other elements will work with standardized interface like &lt;audio&gt; and &lt;video&gt; elements.</p>
<p>As you learn HTML 5, you will find there are some elements that have been dropped from HTML 4.01. One such feature is the presentational elements of &lt;font&gt; and &lt;centers&gt; which are now achieved using CSS.</p>
<div><span>Lastly, you will find the HTML syntax is no longer based on SGML. It now comes with a new introductory line that is similar to SGML document type declaration, allowing standards-compliant rendering in all browsers that use &#8220;DOCTYPE sniffing.&#8221;</span></div>
<p><span> </p>
<p></span></p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fhtml5tutorial.net%2Fgeneral%2Flearn-html-5.html&amp;title=Learn%20HTML%205" id="wpa2a_8"><img src="http://html5tutorial.net/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="share save 171 16 Learn HTML 5"  title="Learn HTML 5" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://html5tutorial.net/general/learn-html-5.html/feed</wfw:commentRss>
		<slash:comments>26</slash:comments>
		</item>
		<item>
		<title>New Canvas Examples</title>
		<link>http://html5tutorial.net/general/new-canvas-examples.html</link>
		<comments>http://html5tutorial.net/general/new-canvas-examples.html#comments</comments>
		<pubDate>Wed, 28 Oct 2009 05:12:13 +0000</pubDate>
		<dc:creator>the Editor</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[New Canvas Example]]></category>

		<guid isPermaLink="false">http://html5tutorial.net/?p=206</guid>
		<description><![CDATA[Today we would like to showcase a couple of new HTML 5 Canvas Examples, the first canvas example is that of  Super Mario bros as pictured below: To see a live preview of this please CLICK HERE. Isn&#8217;t it just amazing to see were the future of HTML 5 is heading. Another Canvas example this [...]]]></description>
			<content:encoded><![CDATA[<p>Today we would like to showcase a couple of new HTML 5 Canvas Examples, the first canvas example is that of  Super Mario bros as pictured below:</p>
<div id="attachment_207" class="wp-caption aligncenter" style="width: 526px"><img class="size-full wp-image-207" title="mario" src="http://html5tutorial.net/wp-content/uploads/2009/10/mario.png" alt="mario New Canvas Examples" width="516" height="420" /><p class="wp-caption-text">HTML 5 canvas example - Super Mario Bros</p></div>
<p>To see a live preview of this please <a title="HTML 5 Canvas example - Super Mario Bros" href="http://www.nihilogic.dk/labs/mario/mario_large_nomusic.htm" target="_blank">CLICK HERE</a>. Isn&#8217;t it just amazing to see were the future of HTML 5 is heading.</p>
<p>Another Canvas example this time showcasing a First Person Shooter using HTML 5 canvas elements again pictured below:</p>
<div id="attachment_208" class="wp-caption aligncenter" style="width: 544px"><img class="size-full wp-image-208" title="3d-fps" src="http://html5tutorial.net/wp-content/uploads/2009/10/3d-fps.png" alt="3d fps New Canvas Examples" width="534" height="357" /><p class="wp-caption-text">HTML 5 canvas - Fisrt Person Shooter</p></div>
<p>To see a live preview of this example <a title="HTML 5 First Person Shooter" href="http://www.benjoffe.com/code/demos/canvascape/textures" target="_blank">CLICK HERE</a>.</p>
<p>AS HTML 5 is still a work in progress we here at <a title="HTML 5 Tutorial" href="http://html5tutorial.net/" target="_blank">HTML 5 Tutorial</a> are still trying to get a grip on the upcoming canvas elements and properties, so please bare with us as we are in the process of creating some HTML 5 canvas tutorials, these should be ready in the coming weeks, so bookmark us and check back soon.</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fhtml5tutorial.net%2Fgeneral%2Fnew-canvas-examples.html&amp;title=New%20Canvas%20Examples" id="wpa2a_10"><img src="http://html5tutorial.net/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="share save 171 16 New Canvas Examples"  title="New Canvas Examples" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://html5tutorial.net/general/new-canvas-examples.html/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>A new take on Audio</title>
		<link>http://html5tutorial.net/general/a-new-take-on-audio.html</link>
		<comments>http://html5tutorial.net/general/a-new-take-on-audio.html#comments</comments>
		<pubDate>Sun, 06 Sep 2009 09:19:59 +0000</pubDate>
		<dc:creator>the Editor</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[HTML 5 audio]]></category>

		<guid isPermaLink="false">http://html5tutorial.net/?p=148</guid>
		<description><![CDATA[A big talking point of the upcoming (Hyper Text Markup Language) HTML5 is the implementation of native audio, As you should already know if you visit a website or are using web based applications in order to play the Audio content you need to have installed a 3rd party application &#8220;Adobe Flash Player&#8221; sometimes this [...]]]></description>
			<content:encoded><![CDATA[<p>A big talking point of the upcoming (Hyper Text Markup Language) HTML5 is the implementation of native audio, As you should already know if you visit a website or are using web based applications in order to play the Audio content you need to have installed a 3rd party application &#8220;Adobe Flash Player&#8221; sometimes this can cause some grief to webmasters and web designers, don&#8217;t get me wrong Adobe flash player is without a doubt the best 3rd party plugin for supporting audio,video and streaming content.</p>
<p>HTML5 / HTML 5 is about to change the way we go about implementing Audio into websites and apps with this tag= <strong>&lt;audio&gt; </strong>this new tag<strong> </strong>will enable us to play Audio natively from your preferred browser, we are still a while away from all browsers supporting HTML 5 however you can use the Safari browser which is already taking advantage of html 5.</p>
<ul>
<li><strong><code>&lt;span&gt;src&lt;/span&gt;</code></strong> – a valid URL specifying the content source.</li>
<li><strong><code>&lt;span&gt;autobuffer&lt;/span&gt;</code></strong> – a boolean specifying whether the file is to be buffered in advance.</li>
<li><strong><code>&lt;span&gt;autoplay&lt;/span&gt;</code></strong> – a boolean specifying whether the file should play as soon as it can.</li>
<li><strong><code>&lt;span&gt;loop&lt;/span&gt;</code></strong> – a boolean specifying whether the file should be repeatedly played.</li>
<li><strong><code>&lt;span&gt;controls&lt;/span&gt;</code></strong> – a boolean that if set tells the browser to display its default media controls.</li>
</ul>
<p>As you will notice from the above attributes, these tags usually control video content, this is a great move forward many sites rely on Audio within their websites, not everyone has adobe flash installed this can often lead to a higher bounce rate. Anyhow we will keep you posted on this matter.</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fhtml5tutorial.net%2Fgeneral%2Fa-new-take-on-audio.html&amp;title=A%20new%20take%20on%20Audio" id="wpa2a_12"><img src="http://html5tutorial.net/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="share save 171 16 A new take on Audio"  title="A new take on Audio" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://html5tutorial.net/general/a-new-take-on-audio.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML structure</title>
		<link>http://html5tutorial.net/general/html-structure.html</link>
		<comments>http://html5tutorial.net/general/html-structure.html#comments</comments>
		<pubDate>Wed, 02 Sep 2009 15:42:01 +0000</pubDate>
		<dc:creator>the Editor</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[HTML structure]]></category>

		<guid isPermaLink="false">http://html5tutorial.net/?p=51</guid>
		<description><![CDATA[Lets have a look at the structure of a HTML 5 website, as many of you will be familiar with the content management dubbed &#8220;WordPress&#8221; we will emulate a basic 2 column HTML 5 web page. The picture below represents how a HTML 4 page would look. And the picture below represents how a HTML [...]]]></description>
			<content:encoded><![CDATA[<p>Lets have a look at the structure of a HTML 5 website, as many of you will be familiar with the content management dubbed &#8220;WordPress&#8221; we will emulate a basic 2 column HTML 5 web page.</p>
<p>The picture below represents how a HTML 4 page would look.</p>
<div id="attachment_53" class="wp-caption aligncenter" style="width: 550px"><img class="size-full wp-image-53" title="html4-structure-div" src="http://html5tutorial.net/wp-content/uploads/2009/09/html4-structure-div.gif" alt="html4 structure div HTML structure" width="540" height="270" /><p class="wp-caption-text">HTML 4 structure</p></div>
<p>And the picture below represents how a HTML 5 page would look.</p>
<div id="attachment_54" class="wp-caption aligncenter" style="width: 550px"><img class="size-full wp-image-54" title="html5-structure-div" src="http://html5tutorial.net/wp-content/uploads/2009/09/html5-structure-div1.gif" alt="html5 structure div1 HTML structure" width="540" height="270" /><p class="wp-caption-text">HTML 5 structure</p></div>
<p>As you can see above the page is very simple yet also very clean, HTML 5 has plenty of new elements which effectively make it easier to structure pages and also helps browsers have more control as to how the web pages are displayed. Once all the big named browsers are compatible with HTML 5 you should notice faster loading times, easier navigation and much richer content.</p>
<p>We will create a tutorial for the above layout shortly so that you can get a grip on the new coding.</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fhtml5tutorial.net%2Fgeneral%2Fhtml-structure.html&amp;title=HTML%20structure" id="wpa2a_14"><img src="http://html5tutorial.net/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="share save 171 16 HTML structure"  title="HTML structure" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://html5tutorial.net/general/html-structure.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Should i learn HTML 5 ?</title>
		<link>http://html5tutorial.net/general/should-i-learn-html-5.html</link>
		<comments>http://html5tutorial.net/general/should-i-learn-html-5.html#comments</comments>
		<pubDate>Wed, 02 Sep 2009 14:55:53 +0000</pubDate>
		<dc:creator>the Editor</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Should i learn HTML 5 ?]]></category>

		<guid isPermaLink="false">http://html5tutorial.net/?p=48</guid>
		<description><![CDATA[We are getting a few emails with people asking if they should learn HTML 5 so today we will try and clear a few things up. As you know HTML 5 is going to be the next installment in Hyper Text Markup Language, this is quite a leap forward in terms of what has changed [...]]]></description>
			<content:encoded><![CDATA[<p>We are getting a few emails with people asking if they should learn HTML 5 so today we will try and clear a few things up. As you know HTML 5 is going to be the next installment in <strong>Hyper Text Markup Language</strong>, this is quite a leap forward in terms of what has changed in the last five or so years, currently HTML 4.01 is the standard HTML being used and it wasn&#8217;t all that much of a change since upgrading from the previous HTML 2.0.</p>
<p>HTML 5 is going to be he next biggest thing since sliced bread(<em>pardon my lame phrase it&#8217;s getting late</em>) the new standard of code is going to allow for website developers, web masters and newcomers to create rich feature packed websites, not only websites in general HTML 5 can even be used to make desktop applications, online applications.</p>
<p>If your even slightly interested in making websites or applications then you really should learn HTML 5, the code itself is not all that different from the current code, all tho as this is a huge update to Hyper Text Markup Language there are plenty of new features and a whole lot of extra coding, it may sound a little scary at the moment as there are not many sites actually using HTML 5 this will start to change in the coming months. The reason not many sites are using HTML 5 already is due to the fact that only 2 out of about 20 different browsers can understand the new HTML 5 markup, In the coming weeks we will be making a HTML 5 website so that you can see just what it is capable of (you will need to download the Safari browser in order to view our HTML 5 examples).</p>
<p>We will be adding HTML 5 tutorials every few days so please come back shortly and you can learn HTML 5 with us.</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fhtml5tutorial.net%2Fgeneral%2Fshould-i-learn-html-5.html&amp;title=Should%20i%20learn%20HTML%205%20%3F" id="wpa2a_16"><img src="http://html5tutorial.net/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="share save 171 16 Should i learn HTML 5 ?"  title="Should i learn HTML 5 ?" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://html5tutorial.net/general/should-i-learn-html-5.html/feed</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>What is HTML 5</title>
		<link>http://html5tutorial.net/general/what-is-html-5.html</link>
		<comments>http://html5tutorial.net/general/what-is-html-5.html#comments</comments>
		<pubDate>Wed, 02 Sep 2009 07:03:57 +0000</pubDate>
		<dc:creator>the Editor</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[What is HTML 5]]></category>

		<guid isPermaLink="false">http://html5tutorial.net/?p=5</guid>
		<description><![CDATA[HTML 5 is to be the new standard of HTML (Hyper Text Markup Language) HTML 5 has been on the drawing boards to quite some time now all tho it seemed like it was to far into the future to start worrying about now, that said we are getting ever closer to HTML 5 being [...]]]></description>
			<content:encoded><![CDATA[<p><a title="HTML 5" href="http://html5tutorial.net/" target="_blank">HTML 5</a> is to be the new standard of HTML (Hyper Text Markup Language) HTML 5 has been on the drawing boards to quite some time now all tho it seemed like it was to far into the future to start worrying about now, that said we are getting ever closer to HTML 5 being a common practice amongst webmasters.</p>
<p>Some people believe that HTML 5 coding is only being introduced to make browsers manufacturers (browser/ software companies) while other webmasters see this as a great step forward to being able to develop more powerful multimedia. HTML 5 will change the way we work with general HTML as the soon to be standard code is not just a markup from HTML 4 but more that of a new language, HTML will make life easier for everyone including not just browser manufactures but also developers, there are already some example JavaScript applications and APIs using the upcoming HTML5 code.</p>
<p>Most HTML based websites are using HTML 4 as we speak but this will start to change over the coming months and years, up until now the HTML code has hardly evolved from HTML 2.0 only some issues were addressed with the release of HTML 4 along with a small amount of new code references, HTML 5 is based from HTML 4 but in it&#8217;s own right it will be completely different and will change the way your browsers render websites on your PC screen, HTML 5 will rely heavily on JavaScript, should you have JavaScript turned off the website / pages are unlikely to render correctly.</p>
<p>Please check back soon as we will have a more detailed look into the new code.</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fhtml5tutorial.net%2Fgeneral%2Fwhat-is-html-5.html&amp;title=What%20is%20HTML%205" id="wpa2a_18"><img src="http://html5tutorial.net/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="share save 171 16 What is HTML 5"  title="What is HTML 5" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://html5tutorial.net/general/what-is-html-5.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

