public marks

PUBLIC MARKS from parmentierf with tags html & webdev

2010

HTML: The Markup Language

by 2 others (via)
This document describes the HTML language and provides details necessary for producers of HTML content to create documents that conform to the language. By design, it does not define related APIs nor attempt to specify how consumers of HTML content are meant to process documents.

2009

A List Apart: Articles: Get Ready for HTML 5

With support in Chrome, Firefox 3.5, Opera, and Safari, HTML 5 is coming at you like a runaway train. Here are some suggestions to help you prepare to get on board rather than be left at the platform or tied to the tracks.

2008

TinyMCE Javascript Content Editor by Moxiecode Systems AB

by 30 others
TinyMCE is a platform independent web based Javascript HTML WYSIWYG editor control released as Open Source under LGPL by Moxiecode Systems AB. It has the ability to convert HTML TEXTAREA fields or other HTML elements to editor instances. TinyMCE is very easy to integrate into other Content Management Systems.

ACCESS-KEY» Tutoriels vidéo » Tutoriel vidéo n°6 : Des images liens accessibles

by 1 other
Lorsqu’une image est utilisée comme lien, il est encore plus important de bien renseigner l’image sur l’action qu’elle engage. Jean réalise dans cette vidéo une petite démonstration des problèmes que les images-liens peuvent créer pour une personne utilisant une aide technique…

Google Doctype - Google Code

by 5 others (via)
Google Doctype is an open encyclopedia and reference library. Written by web developers, for web developers. It includes articles on web security, JavaScript DOM manipulation, CSS tips and tricks, and more. The reference section includes a growing library of test cases for checking cross-browser and cross-platform compatibility. Google Doctype is 100% open. * Open source * Open content * Open to contributions from anyone

HTML 5, un grand pas...

by 3 others
La publication par le W3C de la première version de travail de la spécification HTML 5 marque la reprise de travaux interrompus depuis HTML 4.01 publié en décembre 1999. Elle représente donc un grand pas, mais dans quelle direction?

2007

HTML and CSS Tutorials, References, and Articles | HTML Dog

by 6 others (via)
the web designer's resource for everything HTML and CSS, the most common technologies used in making web pages.

Main Page - Htmlpedia

by 1 other (via)
The HTML Encyclopedia that anyone can edit. Goal The goal of this site is to help every Web Developer to follow the HTML standard as well as possible. Mostly help for error messages of well known algorithms.

Prototype Window Class : Introduction

by 18 others (via)
This javascript class allows you to add window in a HTML page. This class is based on Prototype. The code is inspired by the powerful script.aculo.us library. You can even use all script.aculo.us effects to show and hide windows if you include effects.js file , but it's not mandatory. It has been tested on Safari, Camino, Firefox and IE6, Opera looks fine.

Welcome To CodeDread 1.1

(via)
This PHP file allows you to embed an SVG document into your HTML web pages with a single PHP function call. This avoids the inconsistencies across various deployment configurations (for example IE ASV only like embed, Firefox/Opera like object. Instructions for use are included in the file.

2006

Use PHP and XSL to create a DHTML link graph

In this tutorial, you learn to build a link graph with XML, PHP, and JavaScript code. Link graphs are paragraphs of keywords in which the size of each word depends on some data value -- in this case, the frequency of the term. The more often the term occurs, the larger the font size of the word. This tutorial shows how to build an RSS parser that in turn builds a keyword list along with the word frequencies. It also demonstrates how to use XSLT to create an HTML page that shows the link graph and relates its term to its original article.