public marks

PUBLIC MARKS from decembre with tags dev & development

2014

FLICKR - WEB Flickr API Forum

(via)
Discussion group and support for the Flickr API

Freebox - DevDays - SDK Qt + fbx

SDK Qt + fbx: Qml est un langage. Il permet de mélanger une scène déclarative (penser HTML) et du Javascript pour réaliser l'interactivité. QtQuick est la bibliothèque standard fournie par Qt avec ce langage (objets visuels, images, timers, etc.). QtQuick fournit une interface avec le monde extérieur à travers l'API XMLHttpRequest. Qt est une bibliothèque pour développer des applications graphiques portables. QtDeclarative est la partie de Qt qui fournit le support de QML et QtQuick. Freebox ajoute une bibliothèque fbx

DEV - Firefox 32.0 - Page Inspector - Firefox Developer Tools | MDN

Use the Inspector to examine and modify the structure and layout of a page. There are two main ways to open the Inspector: - without an element selected: choose the "Inspector" option from the "Web Developer" menu or the equivalent keyboard shortcut - with an element selected: right-click an element on a web page and select "Inspect Element"

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.

CSS - IMAGES RESPONSIVE - ResponsiveImages.org

(via)
A group of developers working towards a client-side solution for delivering alternate image data based on device capabilities to prevent wasted bandwidth and optimize display for both screen and print.

PIN BUTTON : Bookmarklet Builder

by 8 others (via)
To compress your code into a single-line as is required by bookmarklets, you could use this tool:

2013

CSS - Super useful tools for CSS coding | CatsWhoCode.com

by 3 others (via)
Lorsque vous développez un site Web ou une application Web, avoir les bons outils peut certainement vous aider à économiser beaucoup de temps. Dans cet article, j'ai compilé une liste d'outils utiles et super pour le codage CSS

2009

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 Inspector (also known as DOMi) - developer tool - MDC

The DOM Inspector (also known as DOMi) is a developer tool used to inspect, browse, and edit the Document Object Model of documents - usually web pages or XUL windows. The DOM hierarchy can be navigated using a two-paned window that allows for a variety of different views on the document and all nodes within.

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.