public marks

PUBLIC MARKS from decembre with tags reference & development

2014

DEV - Frontend Development Bookmarks - on Blog on chrispederick.com

Frontend Development Bookmarks “A huge list of frontend development resources collected over time, from general knowledge to concrete problems.

2009

The App Garden on Flickr

by 6 others
Dopiaza's Set Manager by dopiaza Dopiaza's Set Manager is an on-line tool to allow flickr users to automatically create new sets based on a variety of criteria - you can define set...

Development resources - MozillaZine Knowledge Base

Development resources From MozillaZine Knowledge Base Websites that are useful for Mozilla development. This knowledge base also has a few articles on extension development.

XUL (XML User Interface Language) - MDC

XUL (XML User Interface Language) is Mozilla's XML-based language that lets you build feature-rich cross platform applications that can run connected or disconnected from the Internet. These applications are easily customized with alternative text, graphics and layout so they can be readily branded or localized for various markets. Web developers already familiar with Dynamic HTML (DHTML) will learn XUL quickly and can start building applications right away. Open XUL Periodic Table in Firefox or another Gecko-based browser to see some XUL demos.

DOM events - Wikipedia, the free encyclopedia

by 1 other
DOM (Document Object Model) events allow event-driven programming languages like JavaScript, JScript, ECMAScript, VBScript and Java to register various event handlers/listeners on the element nodes inside a DOM tree, e.g. HTML, XHTML, XUL and SVG documents. Historically, like DOM, the event models used by various web browsers had some significant differences. This caused compatibility problems. To combat this, the event model was standardized by the W3C in DOM Level 2.