background preloader

HTML5 Tutorial

HTML 5, plateforme de sites et applications en ligne Pour succéder à HTML 4 qui est le format des pages Web actuel, le W3C qui établit les standards du Net à repris une spécification en cours du WHATWG. Ce nouveau format qui est implémenté progressivement par tous les navigateurs y compris Internet Explorer, est conçu pour les applications Web et ajoute à la fois des balises et des fonctionnalités nouvelles, c'est devenu une alternative à Flash et Silverlight. Steve Jobs a dit pour Apple: "Apple ne supporte pas Flash parce qu'il est trop bogué. HTML 5 contre Flash et Silverlight Des capacités très étendues pour les applications Web Utiliser les applications Web hors ligne est la tendance majeure dans ce domaine depuis 2008. De nouveaux composants graphiques ont été ajoutés, voir la liste des objets de formulaire en HTML 5 et leur implémentation dans les navigateurs. Les balises section, article, header, footer sont destinées à donner une structure à un document. Une plateforme d'applications Web Les applications de HTML 5

Jeroen Keppens : PHP in the Dark: Input/Output You can find more information on this series, in the PHP in the Dark blog post. Handling Arguments: parsing command line arguments File Descriptors: working with input, output and error streams Interactive Input: interactive input with history and auto-completion Resources: download information for the scripts Handling Arguments If you have worked on the commandline before, you know that one typical way of passing information to the script is using arguments. . PHP and different PHP libraries allow you to process this information in an easy way. Caveman way The $_SERVER global constant variable has elements with keys argc and argv. ./01-basic-input.php -monthly -test=yes -v We get following output: $_SERVER["argc"] = 4 $_SERVER["argv"] = Array ( [0]=> 01-basic-input.php [1]=> -monthly [2]=> -test=yes [3]=> -v ) If you look at it, it's not really useful. PHP getopt() PHP has a function called getopt that will parse the options passed to the script. // Show itprint_r($options); PEAR GetOpt Resources

HTML Tags HTML tags (otherwise known as "HTML elements"), and their respective attributes are used to create HTML documents so that you can view them in browsers and other user agents. Note that not all browsers/user agents support all HTML tags and their attributes, so you should try to test your pages in as many browsers as you can. Complete list of HTML tags Below is a complete list of HTML tags from the HTML 4.01 specification. Also see the HTML 5 version of HTML tags Enjoy this page? Link to this page (copy/paste into your own website or blog): Link to Quackit using one of these banner ads. Thanks for supporting Quackit!

HTML5 for Beginners. Use it now, its easy! | What!? We Like To Talk About Ok, so there are a lot of articles out there on HTML5, especially since Google Wave arrived (because it’s the first major app to run on the language), but all the information that you need to know in order to start using it now is either too complicated, or spread out over various websites / articles / tutorials. Hopefully in this article we’ll be able to amalgamate and condense a lot of this information so that anyone with basic HTML knowledge can start using it. Before I start I’d just like to say a big thank you to the Speak the Web guys who put a series of talks on in the north of England over the last two weeks. The gigs each had a speaker from Opera (amongst others) who enlightened many of us to the true potential of HTML5, and why we should start using it sooner rather than later. As I’m sure you probably already know, Internet Explorer does not support HTML5. 1. Unfortunately this is unavoidable if you want to use HTML5 across all major browsers. You can download it here. 2. 3.

HTML5 This specification defines the 5th major version, second minor revision of the core language of the World Wide Web: the Hypertext Markup Language (HTML). In this version, new features continue to be introduced to help Web application authors, new elements continue to be introduced based on research into prevailing authoring practices, and special attention continues to be given to defining clear conformance criteria for user agents in an effort to improve interoperability. This section describes the status of this document at the time of its publication. Other documents may supersede this document. A list of current W3C publications and the latest revision of this technical report can be found in the W3C technical reports index at This document was published by the Web Platform Working Group as a Editors Draft. Publication as a Editors Draft does not imply endorsement by the W3C Membership.

HTML 5 and CSS 3: The Techniques You’ll Soon Be Using In this tutorial, we are going to build a blog page using next-generation techniques from HTML 5 and CSS 3. The tutorial aims to demonstrate how we will be building websites when the specifications are finalized and the browser vendors have implemented them. If you already know HTML and CSS, it should be easy to follow along. Before we get started, consider using one of our HTML5 Templates or CSS Themes for your next project—that is, if you need a quick and professional solution. HTML 5 is the next major version of HTML. Before we begin marking up the page we should get the overall structure straight: In HTML 5 there are specific tags meant for marking up the header, navigation, sidebar and footer. It still looks like HTML markup, but there are a few things to note: In HTML 5, there is only one doctype. Instead of using divs to contain different sections of the page we are now using appropriate, semantic tags. We have already defined a new section in the document using the section tag.

CD/CDR Game Copy Protection Identifying Tools- GameBurnWorld This page contains tools which will detect which protection is being used on your game CD's, it will report the protection being used on both the CD and installed game content on your hard drive. The CD/CDR utilities and tools below come with a brief description and what they can do. Protection ID v6.4.0 [English] (514KB) Protection ID is a great little tool that can scan games and detect what protection is being used. Scanning Game & Application executables, DLLs and DAT files for protections - CD Lock, Codelok, Laserlock, Safecast, Safedisc, SecuROM, Starforce, VOB Protect CD, CD-Checks plus many more. Previous Versions:Protection ID v6.3.5 [English] (498KB)Protection ID v5.2c [English] (108KB)Protection ID v5.2 [English] (104KB)Protection ID v5.1e [English] (100KB)Protection ID v5.0 Final C [English] (115KB)Protection ID v5.0 Final B [English] (116KB)Protection ID v5.0 [English] (114KB)Protection ID v4.1 [English] (134KB)Protection ID v4.0 [English] (132KB) A-Ray Scanner v2.0.2.3 (345KB)

Simple Website Layout Tutorial Using HTML 5 and CSS 3 Simple Website Layout Tutorial Using HTML 5 and CSS 3 As most of us know HTML 5 has created a big buzz on internet and is sure to give Adobe a hard time. Apple believes that HTML5 is what will define the web and would love to see more developers adopt it instead of Flash. Now that big video sites such as YouTube are testing support for HTML5 (Mashable). HTML 5 is a breakthrough which will improve the sites from design view point, seo etc. It when combined with css3 can make amazing web sites. The Most prominent additions in HTML 5 are tags like <header>, <footer>, <aside>, <nav>, <audio> etc. <header> = Header (Head area of the site)<nav> = Navigation (Menu/Navigation Area)<footer> = Footer Area<aside> = An area on a side (Side Bar) We will make a very very Simple web page with HTML 5 and styling with CSS 3. Demo and Source: View Demo Download this Freebie Simply enter your email address and the download link will be sent right to your inbox. Starting HTML Tutorial Code: <! Defining Header Tag:

HTML5 se dévoile Le brouillon officiel (working draft) de HTML5 a été publié officiellement le 23 avril 2009 et depuis de nombreuses avancées ont été accomplies, les navigateurs supportant toujours plus de fonctionnalités et de nouveautés. La nouvelle génération du langage de balisage HTML remplacera à long terme HTML 4, XHTML 1.x et XHTML 2 qui a été abandonné. Profitons de cette occasion pour faire un tour d'horizon de cette nouvelle version de HTML. Consultez également toutes nos autres ressources HTML5 Qu'est-ce que c'est HTML5 ? Comme son nom l'indique, HTML 5 est le successeur de HTML 4. Le W3C c'est quoi déjà ? Le World Wide Web Consortium, abrégé W3C, est un organisme de standardisation à but non-lucratif, fondé en octobre 1994 comme un consortium chargé de promouvoir la compatibilité des technologies du World Wide Web telles que HTML, XHTML, XML, RDF, CSS, PNG, SVG et SOAP. Quelles sont les nouveautés ? <aside> Welcome! Les balises principales Doctype Le doctype est simplifié : Section Article Aside Nav

HTML: The Markup Language This specification defines the 5th major version, first minor revision of the core language of the World Wide Web: the Hypertext Markup Language (HTML). In this version, new features continue to be introduced to help Web application authors, new elements continue to be introduced based on research into prevailing authoring practices, and special attention continues to be given to defining clear conformance criteria for user agents in an effort to improve interoperability. This section describes the status of this document at the time of its publication. Errata for this document are recorded as issues. All interested parties are invited to provide implementation and bug reports and other comments through the Working Group's Issue tracker. The implementation report produced for this version demonstrates that in almost every case changes are matched by interoperable implementation. This document was published by the Web Platform Working Group as a Recommendation.

Hi Gavi - hope you get a lot from W3Schools. I keep on coming back to its comprehensive references. Yesterday it helps me figure out a CSS that had classes and anchors, lists and spans. by pauljacobson Mar 5

This site is not only HTML 5 - there are tutorials on EVERYTHING! by pauljacobson Jan 18

Related:  HTML5HTMLCoding ReferencesWeb TechWebhtml 5HTML