public marks

PUBLIC MARKS from decembre with tag reference

2019

OPENSOURCE - Kickball/awesome-selfhosted: This is a list of Free Software network services and web applications which can be hosted locally. Selfhosting is the process of locally hosting and managing applications instead of renting from SaaS providers.

This is a list of Free Software network services and web applications which can be hosted locally. Selfhosting is the process of locally hosting and managing applications instead of renting from SaaS providers. https://reddit.com/r/selfhosted

2018

IMAGES - Guide 2018 de la taille des images sur les réseaux sociaux - Blog du Modérateur

by 1 other (via)
Pour faciliter la tâche des community managers et des designers, retrouvez ci-dessous toutes les tailles à connaître sur les réseaux sociaux. Nous mettrons régulièrement à jour cette page pour que les tailles des photos sur les réseaux sociaux soient correctes. N’hésitez pas à nous contacter si vous remarquez un changement de dimensions des images. Vous pouvez cliquer sur le réseau social de votre choix pour accéder aux tailles des images : Facebook, Twitter, Google+, Instagram, Pinterest, LinkedIn, YouTube, Tumblr, Snapchat, Weibo et WeChat

SOCIAL - Allocation Départementale Personnalisée d’Autonomie - (ADPA) - Renseignements et Dossiers à telecharger - seinesaintdenis.fr / Seniors /

(via)
Allocation Départementale Personnalisée d’Autonomie Qu’est-ce que c’est ? C’est une aide personnalisée qui a pour objet de prendre en charge une partie des frais liés à la perte d’autonomie des personnes âgées résidant à domicile ou en établissement. A domicile, l’ADPA permet de bénéficier d’aide humaine pour l’accomplissement des gestes de la vie quotidienne, de portage de repas, de téléassistance, d’aides techniques favorisant l’autonomie (exemple : barres d’appui), de solutions de répit pour les aidants (accueil de jour, hébergement temporaire, relais en cas d’hospitalisation de l’aidant). En établissement, l’ADPA permet de prendre en charge le tarif dépendance facturé par l’établissement selon le degré de perte d’autonomie. Les bénéficiaires de l’ADPA peuvent également demander la Carte Mobilité Inclusion (CMI) qui remplace les anciennes cartes invalidité, priorité et stationnement. Qui peut en bénéficier ? Pour percevoir l’ADPA, il faut : - Être âgé(e) de 60 ans au moins - Avoir une résidence en France stable et régulière - Être en perte d’autonomie, c’est à dire rencontrer des difficultés pour accomplir les gestes de la vie quotidienne.

CSS - FONT - Deep dive CSS: font metrics, line-height and vertical-align - Vincent De Oliveira

(via)
Line-height and vertical-align are simple CSS properties. So simple that most of us are convinced to fully understand how they work and how to use them. But it’s not. They really are complex, maybe the hardest ones, as they have a major role in the creation of one of the less-known feature of CSS: inline formatting context.

CSS - @font-face | Codrops CSS Reference

The @font-face CSS at-rule allows you to define and use your own custom fonts, thus allowing you to extend the limited set of standard system fonts that are installed by default on a computer, and that browsers can access and use.

CSS - will-change | Codrops CSS Reference

The will-change property allows you to inform the browser ahead of time of what kinds of changes you are likely to make to an element in order to allow the browser to optimize how it handles the element ahead of time. Using will-change, you allow the browser to prepare for certain changes that are likely to take place in the future, ahead of time. This allows it to make appropriate optimizations to render the page more quickly when these changes occur, therefore avoiding a non-trivial start-up cost which can have a negative impact on the responsiveness of a page. This way, when the actual change happens, the page updates in a snappy manner.

CSS- transform-style | Codrops CSS Reference

CSS3 3D Transforms Method of transforming an element in the third dimension using the `transform` property. Includes support for the `perspective` property to set the perspective in z-space and the `backface-visibility` property to toggle display of the reverse side of a 3D-transformed element.

CSS - object-position | Codrops CSS Reference

CSS3 object-fit/object-position Method of specifying how an object (image or video) should fit inside its box. object-fit options include "contain" (fit according to aspect ratio), "fill" (stretches object to fill) and "cover" (overflows box but maintains ratio), where object-position allows the object to be repositioned like background-image does.

2017

FIR - CSS - What is userChrome.css? What can it do?

userChrome.css is a style sheet with special importance to Firefox. The rules in userChrome.css are applied to the user interface, and can override nearly every built-in style rule. Unfortunately, you cannot use userChrome.css to change the functional operation of Firefox; that's what extensions are for. Creating a userChrome.css file and adding style rules allows you to make changes to fonts and colors, hide unnecessary items, adjust spacing, and make other changes to the appearance of Firefox. The following examples illustrate the wide range of effects you can create, either by creating your own style recipes, or building on the work of CSS wizards sharing their talents on the web.

FIR - DEV - Éxaminer et modifier le code HTML - Outils de développement | MDN

Recherche: À partir de Firefox 45, la boite de recherche de l'Inspecteur trouve les correspondances dans tout le markup du document ouvert, ainsi que dans toutes les frames. Pour commencer une recherche, il suffit de cliquer sur la boîte de recherche pour l'agrandir ou bien d'utiliser les raccourcis clavier Ctrl + F , ou Cmd + F sous Mac. Lors de la saisie, une pop-up d'autocomplétion affiche toutes les classes ou ID qui correspondent à la recherche en cours :

JQUERY - API - .prop() | jQuery API Documentation

.prop() Categories: Attributes | Manipulation > General Attributes Get the value of a property for the first element in the set of matched elements or set one or more properties for every matched element. Contents: .prop( propertyName ) .prop( propertyName ) .prop( propertyName, value ) .prop( propertyName, value ) .prop( properties ) .prop( propertyName, function )

DEV - Web developer guides | MDN

Web developer guides. These articles provide how-to information to help you make use of specific technologies and APIs.

HTLM - REFERENCE - HTML Standard

(via)
HTML ← 4.5 Text-level semantics — Table of Contents — 4.7 Edits → 4.6 Links 4.6.1 Introduction 4.6.2 Links created by a and area elements 4.6.3 API for a and area elements 4.6.4 Following hyperlinks 4.6.5 Downloading resources 4.6.5.1 Hyperlink auditing 4.6.6 Link types 4.6.6.1 Link type "alternate" 4.6.6.2 Link type "author" 4.6.6.3 Link type "bookmark" 4.6.6.4 Link type "canonical" 4.6.6.5 Link type "dns-prefetch" 4.6.6.6 Link type "external" 4.6.6.7 Link type "help" 4.6.6.8 Link type "icon" 4.6.6.9 Link type "license" 4.6.6.10 Link type "nofollow" 4.6.6.11 Link type "noopener" 4.6.6.12 Link type "noreferrer" 4.6.6.13 Link type "pingback" 4.6.6.14 Link type "preconnect" 4.6.6.15 Link type "prefetch" 4.6.6.16 Link type "preload" 4.6.6.17 Link type "prerender" 4.6.6.18 Link type "search" 4.6.6.19 Link type "serviceworker" 4.6.6.20 Link type "stylesheet" 4.6.6.21 Link type "tag" 4.6.6.22 Sequential link types 4.6.6.22.1 Link type "next" 4.6.6.22.2 Link type "prev" 4.6.6.23 Other link types

JAVASCRIPT - jQUERY - TUTO (trés facile ett documenté) - Simplifiez vos développements JavaScript avec jQuery

Avec ce cours, je vous propose de découvrir les multiples facettes du framework jQuery. De la sélection d'éléments à la manipulation du DOM, en passant par l'animation, les requêtes AJAX, l'utilisation et la création de plugins, la création de jeux et bien d'autres choses encore !

JAVASCRIPT - TUTO - function - How do JavaScript closures work? - Stack Overflow

How would you explain JavaScript closures to someone with a knowledge of the concepts they consist of (for example functions, variables and the like), but does not understand closures themselves?

JAVASRIPT - JavaScript Style Guide

JavaScript Coding Conventions Coding conventions are style guidelines for programming. They typically cover: Naming and declaration rules for variables and functions. Rules for the use of white space, indentation, and comments. Programming practices and principles Coding conventions secure quality: Improves code readability Make code maintenance easier

CSS - Flexbox Cheatsheet (pense-bête) - Alsacreations

rassemble les informations techniques nécessaires à un usage de Flexbox au quotidien. Ce memento est composé des sections suivantes : propriétés Flexbox applicables sur le parent (avec valeurs par défaut) propriétés applicables sur les enfants support des navigateurs (et version de spécification supportée) liste des bugs navigateurs et contournements les plus courants ordre de priorité des propriétés (voir cette présentation PDF) quelques modèles classiques : objet "media", centrage multiple, grille mono-ligne avec et sans gouttières les propriétés CSS qui ne s'appliquent pas sur les parents et les enfants flexbox liens vers des ressources incontournables

2016

GOOGLE - 7.2 - Request Format

(via)
The information in this section helps you create custom searches for your web site. By using search parameters, special query terms and filters in your search requests, you can refine and enhance searches to serve your needs

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.

Google Maps Javascript API V3 Reference - Google Maps JavaScript API v3 — Google Developers

(via)
google.maps.MapTypeStyleFeatureType object specification Possible values for feature types. Specify these values as strings, i.e. 'administrative' or 'poi.park'. Stylers applied to a parent feature type automatically apply to all child feature types. Note however that parent features may include some additional features that are not included in one of their child feature types.

Google ccTLDs and associated Languages & codes Reference Sheet | Distilled

(via)
This list is only identifying what languages Google uses per international top level domain.

jQuery - jQAPI - Alternative jQuery Documentation Browser

by 2 others
This is a alternative interface to browse the Official jQuery Documentation that can be found on GitHub . The aim of this project is to get out of the way of your development work. Quickly switch to this docs and find what you are looking for.

2013

CSS - FUTUR - CSS Working Group Wiki [CSS Working Group Wiki]

The CSS Working Group is the W3C working group chartered to develop Cascading Style Sheets (CSS). We are responsible both for the CSS specifications and for their conformance test suites