| |
HTML Dinâmico
DHTML - HTML Dinâmico
Dynamic HTML (DHTML) é o termo usado para descrever páginas
HTML com apresentação ou funcionalidade dinâmica
em seu conteúdo. DHTML tem 3 componentes básicos: o DOM
(modelo de objetos do documento, que permite acesso e manipulação
programáticos do documento HTML), JavaScript (programação)
e CSS (estilos).
-
Mozilla Developer Center - DevMo
Originado do Netscape DevEdge.
-
DevMo Documentation - DHTML
DHTML é uma abreviatura para "HTML dinâmico".
DHTML é geralmente usado para referir ao código por trás de
páginas web interativas não baseadas em plug-ins como Flash ou Java.
O termo agrega a funcionalidade combinada disponível aos
desenvolvedores web usando
HTML,
CSS, o
Document Object Model (DOM),
JavaScript.
-
DevMo Documentation - AJAX
Asynchronous JavaScript and XML (AJAX) não é uma tecnologia em si,
mas é um termo que descreve uma "nova" abordagem de usar certas
tecnologias existentes juntas, incluindo: HTML ou XHTML,
Cascading Style Sheets (CSS), JavaScript, o Document Object
Model (DOM), XML, XSLT, e o objeto XMLHttpRequest.
-
Mozilla Gecko
Gecko é um mecanismo para navegadores (browsers) conformante
com padrões, baseado no Projeto Mozilla e embutido no Netscape 6+,
Mozilla, CompuServe 7, AOL para Mac OS X, bem como outros browsers.
Gecko
DOM Reference,
Gecko Compatibility Handbook.
-
Client Object Cross References
Published 2002-07-16, modified 2002-09-04. These Client Object References
provide information on the common objects used in DHTML (DOM 0) for
Gecko 0.9.4 (Netscape 6.2.x and CompuServe 7), Gecko 1.0.1 (Netscape 7),
Internet Explorer 6.0 as well as the W3C DOM standards.
-
Netscape Standards Challenge
W3C Standards Support in IE and the Netscape Gecko Browser Engine.
Testes comparativos: DOM, XML, RDF, CSS-1, HTML 4.0.
-
Web developer documentation for Mozilla
Writing for Mozilla, Document Formats (HTML, XML), Style (CSS),
Scripting (JavaScript, Mozilla DOM, DOM Level 0, W3C DOM Level 1/2).
-
MSDN Library - Web Development - HTML and CSS
HTML and Dynamic HTML.
Sobre conteúdo dinâmico e Modelo de Objetos DHTML,
Apresentações e Tutoriais sobre DHTML,
Referência de DHTML, Introdução a formulários,
Introdução a persistência.
- DHTML Lab
Dynamic HTML Lab by WebReference - internet.com.
Free Dynamic HTML Tutorials, DHTML Scripts, Programming,
Tools, Code, and Examples.
- JavaScript Kit
JavaScript Kit (anteriormente Website Abstraction) disponibiliza abrangentes
tuturiais de JavaScript, DHTML e CSS e mais de over 400 JavaScripts gratuitos.
DHTML/ CSS Tutorials.
- Dynamic HTML Guru - HTMLguru.com
Por Jeff Rouyer, autor dos livros
Dynamic
HTML Web Magic (New Riders, 1998, ISBN 1568304218) e Dynamic HTML Unleashed.
-
Jeff Rule's Dynamic HTML Demos
Cross Browser Dynamic HTML by Jeff Rule, author of book
Dynamic Html: The Html Developer's Guide
(Addison-Wesley, 1998, ISBN: 0201379619, 288 pp).
-
getElementById
DHTML Code Samples, Scripts and Tutorials.
-
DHTML Shock
Free Dynamic HTML and JavaScript. Script Library, Articles/Tutorials,
Discussion Forum, FAQs, Resources.
-
ASP-RS - Em Português
Portal brasileiro de notícias e informação sobre
desenvolvimento para Web, principalmente voltado para plataforma .NET/ASP e DHTML.
Linguagens: ASP, ASP.NET, C#, CSS, DHTML, JavaScript, VB.NET, Web Services, XML.
Comparativo de Web hostings brasileiros, Fórum, Newsletter, Notícias.
Document Object Model (DOM)
O DOM (Modelo de Objetos para Documentos) se refere a como os browsers e outros
softwares representam documentos como objetos que podem ser usados para consultar
e modificar conteúdo no documento.
Apesar de existir muitas diferenças nos browsers de 4ª
geração (Netscape 4 e Internet Explorer 4), vários aspectos
de como eles tratavam formulários, frames e outros eram os mesmos.
Este comportamento comum entre Netscape 4 e Internet Explorer 4 é o que
é conhecido como DOM 0. DOM 0 (zero) não é um padrão
oficial, mas se refere ao comportamento que você pode esperar que seja
similar (se não idêntico) nestes dois browsers geração 4.
Atualmente, o termo DOM usualmente significa W3C DOM que é o padrão
para todos os browsers modernos e a principal base para o desenvolvimento web.
- W3C - Document Object Model (DOM)
W3C User Interface domain - W3C DOM Working Group
Document Object Model FAQ.
Document Object Model (DOM) Technical Reports (TR) - Especificações:
-
Document Object Model (DOM) Level 1, Versão 1.0, 01/Out/1998
(errata).
Segunda Edição (rascunho), 29/Set/2000.
-
Document Object Model (DOM) Level 2 Core,
Views,
Events,
Style,
Traversal-Range, 13/Nov/2000.
HTML,
09/Jan/2003
(errata).
-
Document Object Model (DOM) Level 3 Core,
Load and
Save, 05/Fev/2004.
Validation, 15/Dez/2003
(errata).
XPath, 31/Mar/2003.
-
XML Cover Pages - W3C Document Object Model (DOM)
By Robin Cover.
-
Document Object Model
From Wikipedia, the free encyclopedia.
-
DOM Events
From Wikipedia, the free encyclopedia.
DOM Events allow event-driven programming languages like JavaScript,
JScript, ECMAScript, VBScript and Java to register various event
handlers/listeners on the element nodes inside a DOM tree, e.g. HTML,
XHTML, XUL and SVG documents.
-
dmoz Open Directory Project - W3C DOM
-
The Document Object Model in Mozilla
Extensive Index, Maintained by Fabian Guisset.
Mozilla/Gecko DOM Reference.
-
Mozilla Developer Center - Document Object Model (DOM)
Documentation
Category: DOM.
-
Microsoft HTML and DHTML Reference
Dynamic HTML (DHTML) Object Model References, HTML References,
Cascading Style Sheets (CSS) References, Additional References.
MSDN Library - Web Development - HTML and CSS.
- Mozilla Object Reference
The Mozilla Object Reference is intended as a guide to help unwary
Mozilla application developers find their way through the largely
undocumented Mozilla Application Object Model (AOM).
-
XML User Interface Language ( XUL ) Project
XUL Reference.
By DevMo - Mozilla Developer Center.
- XUL Planet
Tudo que você precisa saber sobre XUL e objetos do Mozilla tudo em um só
lugar. Tutoriais, Referências, Fórum, Downloads.
XUL Element
Reference to all XUL elements, including their attributes and script
properties and methods. It also includes some JavaScript global objects
and parts of the DOM.
Scriptable Objects
Reference, available from unprivileged JavaScript.
-
Jeremie Tech DOM Level-1 Test Suite
AJAX - Asynchronous JavaScript and XML
O primeiro uso conhecido do termo AJAX em público foi por Jesse James Garrett
em seu artigo de fevereiro de 2005 “Ajax: A New Approach to Web Applications”.
- AJAX
Origem: Wikipédia, a enciclopédia livre.
- AJAX
From Wikipedia, the free encyclopedia.
-
Ajax: A New Approach to Web Applications
Artigo por Jesse James Garrett, 2005-02-18.
- Livro:
Ajax: The Complete Reference (654 p.)
Autor: Thomas A. Powell /
Publisher: McGraw-Hill Professional,
fevereiro 2008.
ISBN-13:
978-0-07-149216-4.
-
10 things IT needs to know about Ajax
Web development expert says watch for security, network performance issues in
new Ajax applications.
Artigo por Thomas A. Powell, Network World Lab Alliance, Network World,
2008-03-28.
10 tips for deploying Ajax applications, slides, 2008-03-28:
Take the network mystery out of your Ajax apps. Ajax-based Web applications
promise end users a rich interface that approaches what they are used to with
desktop software. However, this promise comes with a price for the network.
Here are some stepping stones on the road to Ajax enlightenment.
- Open AJAX Alliance
The OpenAjax Alliance is an organization of leading vendors, open source
projects, and companies using Ajax that are dedicated to the successful
adoption of open and interoperable Ajax-based Web technologies.
-
DevMo Documentation - AJAX
Asynchronous JavaScript and XML (AJAX) não é uma tecnologia em si,
mas é um termo que descreve uma "nova" abordagem de usar certas
tecnologias existentes juntas, incluindo: HTML ou XHTML,
Cascading Style Sheets (CSS), JavaScript, o Document Object
Model (DOM), XML, XSLT, e o objeto XMLHttpRequest.
- AJAX Impact
AJAX portal. Notícias, tutoriais, artigos, ferramentas, recursos.
- Ajaxian
Notícias e artigos sobre
AJAX e tópicos relacionados.
-
Sun Developer Network (SDN) - AJAX Developer Resource Center
AJAX e Java. This is your source for Java tools, technologies and
expert advice on AJAX.
|