Pages tagged semantics:

fecklessmind - How to create perfect form mark up and style it with CSS
http://fecklessmind.com/2009/01/23/how-to-reliable-forms-with-css/
Headings, heading hierarchy, and document outlines | 456 Berea Street
http://www.456bereastreet.com/archive/200901/headings_heading_hierarchy_and_document_outlines/

An article about html semantics and accessibility
"Recently my coworkers and I have been discussing HTML headings and heading hierarchy. This may not sound like something you need to spend a lot of time discussing, but there are some situations when it seems very difficult to find a solution without compromises."
Should logo be H1 and similar issues
Getting Semantic With Microformats, Introduction ~ A Blog Not Limited
http://www.ablognotlimited.com/articles/getting-semantic-with-microformats-introduction/
Beginning of a great series on basic microformats
The WHATWG Blog » Blog Archive » The Road to HTML 5: Link Relations
http://blog.whatwg.org/the-road-to-html-5-link-relations
Some good information here about how to describe links in you webpage. Most of them aren't implemented yet, but may be worth adding for forward compatibility.
Welcome back to my semi-regular column, "The Road to HTML 5," where I'll try to explain some of the new elements, attributes, and other features in the upcoming HTML 5 specification.
Regular links (<a href>) simply point to another page. Link relations are a way to explain why you're pointing to another page. They finish the sentence "I'm pointing to this other page because..."
A refrence article about HTML5 Link Relations.
Computational Semantics with Functional Programming
http://homepages.cwi.nl/~jve/cs/
Preziosissima risorsa.
This book is on applications of logic in the semantic analysis of language.
Coding Clean and Semantic Templates
http://www.webdesignerwall.com/tutorials/coding-clean-and-semantic-templates/
Coding Clean and Semantic Templates with comparisons examples
Fazladan kullanılan DIV elementleri ile HTML sayfa üzerindeki nesnelerin CSS ile nasıl kontrol edildiğini anlatır belge.
If you are the guy who uses <div> tag for everything, this post is for you. It focuses on how you can write clean HTML code by using semantic markups and minimize the use of <div> tag. Have you ever edited someone’s templates, don’t those messy tags drive you crazy? Not only writing clean templates can benefit yourself, but your team as well. It will save you time when you have to debug and edit (particularly the large projects).
html coding example
Semantic Versioning
http://semver.org/
GitHub
How to version your API correctly so other developers don't get into dependency hell.
"Under this scheme, version numbers and the way they change convey meaning about the underlying code and what has been modified from one version to the next."
Ce document spécifie une manière de numéroter les versions qui je trouve intelligente.
» Absolutely Uniques, Creative and Useful Footers WebAir Blog
http://www.webair.it/blog/2009/03/30/absolutely-uniques-creative-and-useful-footers/
» Absolutely Uniques, Creative and Useful Footers WebAir Blog - http://www.webair.it/blog/2009/03/30/absolutely-uniques-creative-and-useful-footers/
March 30, 2009
creative ideas on footers
Getting Semantic With Microformats, Part 1: rel ~ A Blog Not Limited
http://www.ablognotlimited.com/articles/getting-semantic-with-microformats-part-1-rel
This first installment of the series focuses on microformats for link-based relationships using the rel attribute. Let's get started, shall we?