public marks

PUBLIC MARKS from dzc with tag dom

2017

You Don't Need the DOM Ready Event

by 1 other
It usually takes a long time for the DOM ready event to fire. During this time, many parts of a webpage are inactive as they wait for Javascript to kick in and initialize them. This delay is significant and makes a rich web application become available slower. Creates a bad user experience, doesn't adhere to any design pattern and is, really, not needed...

2015

Yellow Lab Tools - Outil en ligne + logiciel libre : métriques sur la perfomance web

by 2 others
open source project It lets you test a webpage (via an URL) and detects performance and front-end code quality issues. This is done by loading the webpage via PhantomJS and collecting various metrics and statistics with the help of Phantomas. These metrics are categorized and transformed into scores. It also gives in-depth details so developpers can correct the detected issues.

2013

PhantomJS: Headless WebKit with JavaScript API

PhantomJS is a headless WebKit with JavaScript API. It has fast and native support for various web standards: DOM handling, CSS selector, JSON, Canvas, and SVG.

2010

Internet Explorer 9: Testing Center

SVG 1.1 2nd edition CSS3 Borders & Backgrounds CSS3 Selectors DOM Level 2 Core DOM Level 3 Events DOM Level 2 Style

2009

2006

getElementsBy*() function index

by 3 others
reference for all the various getElementsBy*() JavaScript functions that are out there, from the DOM standard getElementById to the very advanced getElementsBySelector functions.

2005