Blog by Corentin


javascript

Displaying my vinyl collection from the Discogs API

Displaying my vinyl collection from the Discogs API

I recently started to collect vinyls and I wanted to display my collection on my website. I found that Discogs, a service that allows to catalog your vinyls, has a public API that can be used to retrieve the data of a user’s collection.

How to create an Imperavi Redactor plugin

How to create an Imperavi Redactor plugin

Redactor is a WYSIWYG editor for the web, it has a lot of official plugins but you may want to make your own in order to support a particular feature.

Générer un nombre aléatoire en Jquery

Générer un nombre aléatoire en Jquery

Dernièrement, j’ai du déterminer le gagnant du concours lancé sur Geek Mexicain pour gagner Hitman Absolution. J’ai donc créé un code en Jquery qui permet de tirer un nombre aléatoire entre deux bornes.

Détecter si un stream Dailymotion est live en PHP ou Javascript

Détecter si un stream Dailymotion est live en PHP ou Javascript

Dans ce tutoriel je vias vous apprendre a détecter si un stream dailymotion est live ou pas et ce en PHP et en Javascript. Vous allez voir, le code est assez simple et nécessitera sans doute un fichier cache si vous voulez detecter plusieurs streams à la fois sans surcharger le chargement de votre site.