background preloader

Acessibilidade

Acessibilidade

JavaScript Kit- Your comprehensive JavaScript, DHTML, CSS, and Ajax stop Movendo o blog para HTML5: Bloggermin - Aurora Já que vimos alguns artigos sobre HTML5, desde o mais básico até como usá-lo corretamente , é hora de colocar em prática esse bela linguagem. Vamos ver como passar uma página HTML comum, a uma página HTML5 . Sigam o Bloggermin no Twitter e no Google+ , e curta nossa página no Facebook . A primeira coisa que devemos fazer é declarar o DOCTYPE , como já vimos anteriormente, portanto, se seu modelo tem uma declaração deste tipo: Só precisamos mudá-lo para este: e se, não houve essa linha, basta adicioná-lo em seu modelo acima da tag . Pronto! <div id="menu"> <ul id="menu-list"> <li><a href="#">#</a></li> <li><a href="#">#</a></li> <li><a href="#">#</a></li> <li><a href="#">#</a></li> </ul> </div> Devemos atualizar tag que contém/delimita a lista, neste caso, por que é a nova etiqueta para incluir links de navegação: E complementando com os roles ficaria assim: Desta maneira, já passamos o menu para HTML5, vejamos a header , normalmente teria algo como: Em HTML5 o código seria: Seria algo como:

A re-introduction to JavaScript - MDN Docs Why a re-introduction? Because JavaScript is notorious for being the world's most misunderstood programming language. It is often derided as being a toy, but beneath its layer of deceptive simplicity, powerful language features await. JavaScript is now used by an incredible number of high-profile applications, showing that deeper knowledge of this technology is an important skill for any web or mobile developer. It's useful to start with an overview of the language's history. Several months later, Microsoft released JScript with Internet Explorer 3. Because it is more familiar, we will refer to ECMAScript as "JavaScript" from this point on. Unlike most programming languages, the JavaScript language has no concept of input or output. Overview JavaScript is a multi-paradigm, dynamic language with types and operators, standard built-in objects, and methods. Let's start off by looking at the building blocks of any language: the types. And there are some built-in Error types as well. Numbers

Introduction If you want to learn the basics of PHP, then you've come to the right place. The goal of this tutorial is to teach you the basics of PHP so that you can: Customize PHP scripts that you download, so that they better fit your needs. Begin to understand the working model of PHP, so you may begin to design your own PHP projects. Give you a solid base in PHP, so as to make you more valuable in the eyes of future employers. PHP stands for PHP Hypertext Preprocessor. Taken directly from PHP's home, PHP.net, "PHP is an HTML-embedded scripting language. This is generally a good definition of PHP. When someone visits your PHP webpage, your web server processes the PHP code. It is also helpful to think of PHP in terms of what it can do for you. Reduce the time to create large websites. Before starting this tutorial it is important that you have a basic understanding and experience in the following: HTML - Know the syntax and especially HTML Forms.

fancyBox - Fancy jQuery Lightbox Alternative HTML5 Template Design for Blog. - Aurora This is right time to adopt HTML5 semantic markup tags into your website design. W3C has conducted a study of over billion websites and found that the most of common div IDs and classes are footer, header, menu, content, title and nav. HTML5 semantic markup elements that can convey the purpose of the element to developers, browser and search spider algorithms. Download Script Live Demo DOCTYPE The most important deceleration element, this helps your browser to understand what kind of HTML version it is trying to parse. HTML5 dropped type attribute <meta http-equiv=”Content-Type” content="text/html";> to<meta charset=”UTF-8”> <link rel=”stylesheet” href=”style.css” type=”text/css”> to<link rel=”stylesheet” href=”style.css”> You should avoid following tags and attributes in HTML5 <font>, <center>,<frame> align, bgcolor, height, width, size, type Step 1 Web layout divided into four horizontal parts are Hearder, Nav, Section and Footer. HTML Code CSS Code Step 2 Step 3 CSS code Modernizr <!

Tutoriais HTML e CSS - Construa seu website - HTML.net Floatbox About the Markup Language eNode has defined a powerful and flexible markup language for describing user interfaces of interactive web applications — much like HTML is a language for describing web pages . The language is designed to describe complex user interfaces and related collections of objects as completely as possible using a declarative XML-based syntax. More Control Over User Interface The advantages of using HTML to describe user interfaces for browser-based clients are well-known. However, in the final analysis, HTML is still a language for describing web pages , not for describing user interfaces — It takes a lot of low-level code to describe even commonly used controls, and many types of controls just cannot be described in HTML without the support of Java™ applets or other kinds of active objects. Describing and Realizing Objects Your markup data may be authored using a simple text editor or standard XML editing tools, or they may be generated dynamically through servlets or Java Server Pages .

Related: