A mostly reasonable approach to JavaScript.
#standards
Code Guide by @mdo
Standards for developing flexible, durable, and sustainable HTML and CSS.
Dynamic Headings in WordPress
One thing that’s always bugged me in writing Posts/Pages content within WordPress is that you have to cater for different presentation possibilities. If you’re into web-standards, then that makes life difficult for things like headings (h1
, h2
, etc), when a block of content is presented in different contexts.
Ideally, your page should be structured with an h1
tag around the title of the most important concept on the page, an h2
around a sub-topic/concept, etc. On your home page, the h1
usually ends up going around your logo/site title, since that’s the over-arching concept. Then under that, you might have a listing of recent posts. Each of those posts should probably have their titles in an h2
. No problem so far, right? You just set up your template like that and you’re good to go. (more…)
Code Conventions for the JavaScript Programming Language
Code Conventions for the JavaScript Programming Language
“This is a set of coding conventions and rules for use in JavaScript programming. It is inspired by the Sun document Code Conventions for the Java Programming Language. It is heavily modified of course because JavaScript is not Java.”
OExchange
“OExchange is an open protocol for sharing any URL with any service on the web.”
Extensible Resource Descriptor (XRD)
Extensible Resource Descriptor (XRD)
“This document defines Extensible Resource Descriptor (XRD), a simple generic format for describing resources.”
Magic Signatures
“This document defines a lightweight, robust mechanism for digitally signing nearly arbitrary messages, along with a basic public key infrastructure for discovering the signing keys.”
Atom Activity Base Schema
“This document presents a base set of Object types and Verbs for use with Atom Activity Extensions.”
hueniverse
Best source for information on a lot of open web and identity technologies.