public marks

PUBLIC MARKS from decembre with tag tuto

2020

🎧 RADIO / AUDIO - ARTE - Audioblogs: Astuces, conseils et expĂ©riences des ingĂ©nieux du son

(via)
TrĂšs bien fait: Astuces, conseils et expĂ©riences des ingĂ©nieux du son Quel micro choisir ? Comment animer un atelier radio en classe ? Quels sont les conseils des pros de l’audio ?

🛠 TELECHARGER avec VLC - VIMEO - download - How to play a Vimeo video in VLC media player? - Super User

(via)
Not sure how long this method will continue working but as of 12/14/2018 it works for me. I only tested with a few videos so it may not work with everything. - A - : 1 - Take the url of the video you want to play https://vimeo.com/xxxxxxxx 2 - Change it to https://player.vimeo.com/video/xxxxxxxx this will be the URL of the player itself. - B - : 1 - Inside the source of that page will be a line: var config = {...} 2 - Within the Curly Braces is JSON Data that contains the actual video URLs for the various qualitys. Look for urls ending with .mp4 and the qualites associated with them. Example within the json data from https://player.vimeo.com/video/304859830 , you can see the entry for 720p with the url associated with it: {"profile":174,"width":1280,"mime":"video/mp4","fps":23,"url":"https://fpdl.vimeocdn.com/vimeo-prod-skyfire-std-us/01/971/12/304859830/1168737254.mp4?token=1544825612-0xf1df440adf1d6f0309e948ed0a31ee471f28c5d4","cdn":"fastly","quality":"720p","id":1168737254,"origin":"gcs","height":720} And you can just take that url and paste it straight into the stream section of VLC

🛠 CHROME - LOADED from FIREFOX ADDON - Linkify Plus Plus

(via)
This extension can be installed on Chrome. However, it is not hosted on Chrome Webstore. You have to download the source code and load the extension as an unpacked extension. Download and extract the ZIP file. Navigate to chrome://extensions/. Enable "Developer mode". Click "LOAD UNPACKED" button and select the extension folder that is previously extracted. Other explanation: https://developer.chrome.com/extensions/getstarted#manifest

🛠TELECHARGER - Comment s'aider de VLC pour enregistrer une vidĂ©o YouTube (testĂ© aussi pour Viemo) ?

(via)
Copiez l'adresse (URL) d'une vidéo YouTube Collez-là dans Ouvrir un flux réseau, via le menu Médias. - Lancez la lecture de votre vidéo dans VLC. - Pendant la lecture (ou en pause), rendez-vous dans le menu Outils et ouvrez Informations sur les codecs (autrement accessible via CTRL+J). - En bas de l'onglet codec, vous verrez un champ emplacement qui contient l'adresse du fichier source diffusé par YouTube. - Faites un clic droit sur cette ligne et Sélectionnez tout (CTRL+A). - Collez ensuite cette longue adresse dans votre navigateur, qui devrait vous ouvrir la vidéo en pleine page (sans l'habillage YouTube). - Là faites un clic droit sur la vidéo et demandez à l'enregistrer sur votre poste.

🛠 COVID19 - CONFINEMENT - Se RĂ©unir - Organiser ou participer Ă  un appel vidĂ©o en groupe avec Zoom - Comment Ça Marche

Les avantages de Zoom: une plateforme trĂšs apprĂ©ciĂ©e en entreprise, qui prĂ©sente plusieurs avantages, et qui peut ĂȘtre utilisĂ©e gratuitement, donc par des particuliers. D'abord, il n'y a pas la moindre application Ă  installer, tout s'effectue en ligne, via un simple navigateur Web – ce qui permet d'utiliser le service aussi bien sous Windows que sous macOS ou Linux. Ensuite, seul celui qui organise la rĂ©union a besoin d'avoir un compte, les invitĂ©s n’en ayant pas besoin pour participer. Enfin, ces rĂ©unions vidĂ©o jusqu’à 100 participants. De quoi voir venir, mĂȘme quand on veut rassembler une grande bande d'amis ! La seule limitation de la version gratuite, c'est que les rĂ©unions sont limitĂ©es Ă  40 minutes. Une durĂ©e raisonnable et tout Ă  fait suffisante dans la plupart des cas. En revanche, il n'y a aucune restriction quant au nombre de rĂ©unions. Et les conversations Ă  deux, en face Ă  face, ne sont pas limitĂ©es en durĂ©e !

SVGvs GITHUB - Why SVG Image Hosting is Hard (and how to do it for free)

Github also has a thing called ‘Gists’. Gists are designed for sharing small code samples of whatever you like. If you create a free Github account, you can add new gists to your account whenever you like. They’re 100% free. The interesting thing about gists is we don’t even have to be logged in to create one. If you open this page, paste in some text in, give it a filename and hit ‘Add file‘, you’ll have a publicly-accessible URL to an anonymous file. Of course, it’s probably easier to keep track of your files if you just create a free GitHub account from the start, but you don’t have to to try it out. How to Host your SVG in a GitHub Gist

FREEBOX - RĂ©alisez vos propres bouquets TV avec la Freebox RĂ©volution et la Freebox Mini 4K – Tutoriels Freebox RĂ©volution

1 comment
RĂ©alisez vos propres bouquets TV avec la Freebox RĂ©volution et la Freebox Mini 4K Avec plus de 500 chaĂźnes et l’annonce de la nouvelle numĂ©rotation de Freebox TV Ă  compter du 3 octobre, il devient difficile de retrouver ses chaĂźnes favorites. Sachez que sur la Freebox RĂ©volution et la Freebox Mini 4K, il est possible de rĂ©aliser vos propres bouquets TV, avec uniquement les chaĂźnes que vous regardez. Il n’est par contre pas possible de modifier les numĂ©ros de canaux.

2018

DEV - Great Resources Every Beginning a Front-end Developer Should Bookmark by vydargis on CodePen

If you just get started your a front-end developer career, it might be overwhelming to learn something every day. To optimize your time, it might be useful to know solid resources, to keep up with a demanding programmers’ environment. In this brief article, you will find 6 useful resources that in my opinion I think every beginning a front-end developer career should bookmark.

2017

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 !

JSON - What is JSON? An Introduction and Guide for Beginners

in this JSON tutorial and guide, I’m attempting to provide a fairly comprehensive discussion of JSON, its history, and its usefulness. I’ll close with a list of some practical JSON tools that might come in handy in future projects. JSON Defined JSON stands for JavaScript Object Notation and it’s a data format. That is, it’s a way to hold bits of information, similar to a database. Although JSON originated outside the ECMAScript specification, it is now closely related to JavaScript with the spec now including a JSON object and many developers incorporating it as a quasi-subset of the language.

CSS - ICON - SVG / Icon FONT (@font-face) - Inline SVG vs Icon Fonts [CAGEMATCH] | CSS-Tricks

by 1 other
If you're building an icon system for a site, you have some options. If you know the icons need to be raster images, then you'll likely be using CSS sprites. If the icons will be vector images (much more common these days), you have some options. Two of those options are using inline SVG and using icon fonts. Let's compare.

CSS - float - All About Floats | CSS-Tricks

All About Floats By Chris Coyier On July 8, 2009

SCROLL - Zoom sur l'effet parallaxe - Alsacreations

Qu'est-ce que l'effet parallaxe ? Il s'agit d'un terme gĂ©nĂ©rique correspondant au dĂ©placement de plusieurs Ă©lĂ©ments sur des couches et Ă  des vitesses diffĂ©rentes. Au scroll (dĂ©filement de la vue) ou en fonction des coordonnĂ©es de la souris, les positions des diffĂ©rents fonds (ou Ă©lĂ©ments Ă  animer) vont changer, ce qui va gĂ©nĂ©rer un effet de profondeur. Ce principe concerne au minimum deux Ă©lĂ©ments et peut ĂȘtre appliquĂ© Ă  plusieurs endroits : sur les images de fond, sur un en-tĂȘte ou un pied de page, sur des images... etc.

DO IT YOURSELEF - Comment fabriquer une caméra thermique DIY - Korben

Si vous voulez vous la jouer Predator avec une camĂ©ra thermique, il va falloir casquer. Ou alors vous pouvez l'assembler vous-mĂȘme en suivant le tuto de la DIY-Thermocam qui permet en utilisant le capteur infrarouge FLIR Lepton et quelques composants Ă©lectroniques de filmer une image thermique de qualitĂ© pour environ 400 euros.

2016

POSCAST - Tiny Tiny RSS : auto-hĂ©bergement des flux RSS – Âźom's blog

by 1 other (via)
Pourquoi et comment installer Tiny Tiny RSS, un gestionnaire de flux RSS sur son serveur.

PODCAST - TUTO - RSS & Podcast - Korben

(via)
Sommaire: Lire des flux RSS et/ou des Podcasts, Créer son flux RSS et/ou des Podcasts pour soi, Créer son flux RSS et/ou des Podcasts pour son site web

2015

jQuery - Tuto - Use jQuery to extract data from HTML lists and tables | Encosia

(via)
Mapping the data within HTML unordered lists. Using .map() against an unordered list is one of the most straightforward examples to start with. Imagine you had this simple HTML markup: .map() like this:

🛠 RegExp - Regular Expressions for the Rest of Us

How to Write Regular Expressions ? The best way to learn regular expressions is by using an example. Let's say you're building a web page with a phone number input.

2014

CSS - ARROW - Using borders to produce angled shapes

by 1 other
Bon tuto (In US) pour créer des flÚches avec les borders

2013

decembre's TAGS related to tag tuto

@font-face +   aggregateur +   analyse +   application +   arduino +   arrow +   article +   astuce +   atelier +   best +   blog +   browser +   camera +   caption +   chrome +   code +   comment +   confinement +   covid19 +   css +   demo +   dev +   download +   effect +   effet +   enregistrer +   extension +   fichier +   films +   firefox +   fleche +   float +   free +   freebox +   github +   guide +   hack +   htlm +   htm +   image +   infrarouge +   installer +   ip +   javascript +   jQuery +   json +   jsonp +   knoledge +   Korben +   learn +   legende +   lenght +   movie +   nth-child +   opml +   overflow +   player +   podcast +   px +   reference +   references +   regexp +   ressources +   router +   rss +   save +   serveur +   shape +   share +   site +   size +   sql +   srcset +   support +   telecharger +   temperature +   testing +   thermal +   thermique +   tool +   transform +   transition +   truc +   turoriel +   tutorial +   tutoriel +   tutriel +   url +   vector +   video +   Viemo +   viewort +   vlc +   vw +   web +   windows +   xml +   youtube +   🎧 +   🛠 +