Modern Web Development
5 weeks ago by rybesh
Great deep dive into the WebKit developer tools: #webinf #web #development #tools #html #css #javascript
css
web
html
tools
development
webinf
javascript
from twitter
5 weeks ago by rybesh
10 The HTML syntax — HTML5 — Edition for Web Developers
8 weeks ago by rybesh
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
8 weeks ago by rybesh
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
8 weeks ago by rybesh
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
8 weeks ago by rybesh
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
8 weeks ago by rybesh
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
12 weeks ago by rybesh
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
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.
12 weeks ago by rybesh
CodeMirror
february 2012 by rybesh
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
january 2012 by rybesh
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
january 2012 by rybesh
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
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.
january 2012 by rybesh
flatiron/plates at perf-improvements - GitHub
november 2011 by rybesh
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
october 2011 by rybesh
a DOM implementation in ANSI escape codes, render HTML to your terminal.
html
cli
interface
nodejs
october 2011 by rybesh
combyne @ GitHub
september 2011 by rybesh
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
september 2011 by rybesh
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
may 2011 by rybesh
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
april 2011 by rybesh
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
april 2011 by rybesh
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
march 2011 by rybesh
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.
march 2011 by rybesh
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.
march 2011 by rybesh
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
january 2010 by rybesh
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)
april 2009 by rybesh
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
april 2009 by rybesh
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
Sizzle JavaScript Selector Library
march 2009 by rybesh
A pure-JavaScript CSS selector engine designed to be easily dropped in to a host library.
code
javascript
dom
html
march 2009 by rybesh
related tags
abbreviation ⊕ architecture ⊕ archives ⊕ cli ⊕ code ⊕ coffeescript ⊕ css ⊕ data ⊕ datamining ⊕ design ⊕ development ⊕ django ⊕ dom ⊕ editing ⊕ extraction ⊕ html ⊖ html5 ⊕ hypertext ⊕ inls520 ⊕ interface ⊕ javascript ⊕ json ⊕ language ⊕ latex ⊕ linkeddata ⊕ linking ⊕ links ⊕ markdown ⊕ markup ⊕ metadata ⊕ microdata ⊕ microformats ⊕ nlp ⊕ nodejs ⊕ parsing ⊕ pdf ⊕ programming ⊕ python ⊕ rdfa ⊕ reference ⊕ scraping ⊕ semantics ⊕ semweb ⊕ standard ⊕ standards ⊕ syntax ⊕ templates ⊕ textanalysis ⊕ tools ⊕ versioning ⊕ web ⊕ webinf ⊕ webinfo ⊕ webservices ⊕Copy this bookmark: