rybesh + html   25

10 The HTML syntax — HTML5 — Edition for Web Developers
The syntax of HTML, along with rules for how to parse content using those syntaxes.
html  syntax  standards  webinfo 
8 weeks ago by rybesh
3 Semantics, structure, and APIs of HTML documents — HTML5 — Edition for Web Developers
Documents are built from elements. These elements form a tree using the DOM. This section defines the features of this DOM, as well as introducing the features common to all elements, and the concepts used in defining elements.
html  standard  dom  semantics  webinfo 
8 weeks ago by rybesh
2 Common infrastructure — HTML5 — Edition for Web Developers
The conformance classes, algorithms, definitions, and the common underpinnings of the HTML specification.
html  standard  webinfo  inls520 
8 weeks ago by rybesh
2.4 Common microsyntaxes — HTML5 — Edition for Web Developers
There are various places in HTML that accept particular data types, such as dates or numbers. This section describes what the conformance criteria for content in those formats is, and how to parse them.
html  syntax  standard  inls520 
8 weeks ago by rybesh
mauricemach/coffeekup
CoffeeKup is a templating engine for node.js and browsers that lets you to write your HTML templates in 100% pure CoffeeScript.
coffeescript  html  templates 
8 weeks ago by rybesh
HTML Data Guide
Microformats, RDFa and microdata all enable consumers to extract data from HTML pages. This data may be embedded within enhanced search engine results, exposed to users through browser extensions, aggregated across websites or used by scripts running within those HTML pages.

This guide aims to help publishers and consumers of HTML data use it well. With several syntaxes and vocabularies to choose from, it provides guidance about how to decide which meets the publisher's or consumer's needs. It discusses when it is necessary to mix syntaxes and vocabularies and how to publish and consume data that uses multiple formats. It describes how to create vocabularies that can be used in multiple syntaxes and general best practices about the publication and consumption of HTML data.
microdata  microformats  rdfa  html  standards  metadata  semweb  webinfo 
12 weeks ago by rybesh
CodeMirror
CodeMirror is a JavaScript library that can be used to create a relatively pleasant editor interface for code-like content ― computer programs, HTML markup, and similar. If a mode has been written for the language you are editing, the code will be coloured, and the editor will optionally help you with indentation.
programming  interface  html  javascript 
february 2012 by rybesh
nytd/ice - GitHub
Ice is a track changes implementation, built in javascript, for anything that is contenteditable on the web.
editing  interface  versioning  javascript  html 
january 2012 by rybesh
HTML Data Guide
Microformats, RDFa and microdata all enable consumers to extract data from HTML pages. This data may be embedded within enhanced search engine results, exposed to users through browser extensions, aggregated across websites or used by scripts running within those HTML pages.

This guide aims to help publishers and consumers of HTML data use it well. With several syntaxes and vocabularies to choose from, it provides guidance about how to decide which meets the publisher's or consumer's needs. It discusses when it is necessary to mix syntaxes and vocabularies and how to publish and consume data that uses multiple formats. It describes how to create vocabularies that can be used in multiple syntaxes and general best practices about the publication and consumption of HTML data.
html  linkeddata  web  data  standards  reference  webinfo 
january 2012 by rybesh
flatiron/plates at perf-improvements - GitHub
Plates (short for templates) binds data to markup. There's NO special syntax. It works in the browser and in node.js! The right way to do this is with a DOM. Unfortunately, at the moment, the DOM is slow. On the server, it is quite slow. So Plates implements a very loose HTML parser.
nodejs  html  templates 
november 2011 by rybesh
Marak/ANSIdom - GitHub
a DOM implementation in ANSI escape codes, render HTML to your terminal.
html  cli  interface  nodejs 
october 2011 by rybesh
combyne @ GitHub
Designed to be highly portable and available, drawing on Mustache, Django and micro-templating for inspiration.
nodejs  templates  html 
september 2011 by rybesh
hij1nx/weld - GitHub
Weld binds data to markup, and can generate markup based on your data. There's NO special syntax or data reshaping required. It works in the browser and in node.js!
javascript  nodejs  html 
september 2011 by rybesh
existing rel values · Microformats Wiki
This page contains tables of known HTML rel values from specifications, formats, proposals, brainstorms, and non-trivial POSH usage in the wild. In addition, dropped and rejected values are listed at the end for comprehensiveness
html  hypertext  links  metadata 
may 2011 by rybesh
HTML/CSS to PDF converter written in Python - HTML2PDF Converter
XHTML2PDF is a converter for HTML/XHTML and CSS to PDF and a Python package.
css  html  pdf  python  django 
april 2011 by rybesh
Pandoc - About pandoc
If you need to convert files from one markup format into another, pandoc is your swiss-army knife. Need to generate a man page from a markdown file? No problem. LaTeX to Docbook? Sure. HTML to MediaWiki? Yes, that too. Pandoc can read markdown and (subsets of) reStructuredText, textile, HTML, and LaTeX, and it can write plain text, markdown, reStructuredText, HTML, LaTeX, ConTeXt, PDF, RTF, DocBook XML, OpenDocument XML, ODT, GNU Texinfo, MediaWiki markup, textile, groff man pages, Emacs org-mode, EPUB ebooks, and S5 and Slidy HTML slide shows. PDF output (via LaTeX) is also supported with the included markdown2pdf wrapper script.
html  latex  markup  pdf  markdown 
april 2011 by rybesh
Tempo
Javascript templating system for displaying JSON data.
javascript  html  json  interface 
march 2011 by rybesh
List of resources: Article text extraction from HTML documents | My tech blog.
A list of research papers, articles, web APIs, libraries and other software for article text extraction.
datamining  extraction  html  scraping 
march 2011 by rybesh
Overview: Extracting article text from HTML documents | My tech blog.
In the world of web scraping, text mining and article reading utilities (readability bookmarklet) there is an ever growing demand for utilities that are capable of distinguishing parts of a HTML document which represent an article apart from other common website building blocks like menus, headers, footers, ads etc.
datamining  extraction  html  scraping 
march 2011 by rybesh
Blegging for Help: Web Scraping for Content? « LingPipe Blog
In search of a good general-purpose method of pulling the content out of arbitrary web pages and leaving the boilerplate, advertising, navigation, etc. behind. See also http://bit.ly/4SFOIH
web  nlp  html  parsing  textanalysis 
january 2010 by rybesh
Short URL Auto-Discovery ‎(wiki)‎
Short URL auto-discovery is a simple way to link a long URL with a short URL. The following code should be placed in the <head> section of the HTML page: <link rel="shorturl" href="http://short.com/1234" />
web  archives  abbreviation  standards  html  hypertext 
april 2009 by rybesh
rev=canonical: url shortening that doesn't hurt the internet
RevCanonical is url shortening with a twist. Instead of creating its own super short versions of links, it checks to see if the link owner has published a shortened version of the given page using HTML link element. If not, we just return the original URL. And you should bug the link owner about providing a better alternative.
web  architecture  webservices  linking  hypertext  html  standards 
april 2009 by rybesh
Sam Ruby: HTML Reunification
We need to partition the idea of extensibility into two parts: extending the platform vs. extending the language.
web  html  html5  markup  language  design  rdfa  standards 
april 2009 by rybesh
Sizzle JavaScript Selector Library
A pure-JavaScript CSS selector engine designed to be easily dropped in to a host library.
code  javascript  dom  html 
march 2009 by rybesh

Copy this bookmark:



description:


tags: