Archives de février 2012

Geekeries

Rien ce mois-là.

Clichés

Toile

  • Ember.js

    Ember.js (which derives from SproutCore) is a javascript framework to crate web apps. It uses a kind of client-side MVC approach, with the backend (not covered in Ember.js) being something REST API-ish.

  • Install Watch Command on OS X

    La commande watch permet de faire tourner de manière continue une commande et de montrer en temps réel le résultat. Super pratique pour monitorer l’espace disque: un petit watch -n 5 du -hk et hop, toute les 5 secondes, vous verrez l’état de vos disques durs.

  • The Awesome Node.js And Its Gang

    Long article présentant brièvement Node.js mais aussi toute une série de projet utilisant Node.js.

  • Continuous.io - Hosted Continuous Integration

    Continuous.io is a web site (free for open source project) that hosts (via Amazon EC2 instances) a continuous integration test suite for your project(s).

  • jQuery News Ticker

    Un plugin pour jQuery pour avoir un ‘news ticker’, vous savez, ces petits bandeaux de textes qui défilent.

    Il est même capable de lire un flux RSS pour s’en servir comme source de news.

  • What the HTTP is CouchApp?

    An clear and quite complete explanation of what is a CouchApp.

    TL;DR: A CouchApp is a web application hosted inside a CouchDB database. CouchDB has an integrated web server, and you served the browser the pages using this server, with templates and client-side code being stored inside the CouchDB database.

  • asciifi

    Asciifi est un petit outil online qui transforme n’importe quelle image en ASCII art”.

  • node-http-proxy

    node-http-proxy est un proxy http complet écrit avec Node.js.

  • Rickshaw

    A Javascript toolkit for rendering time series graph. Really neat !

  • User Interface Design Framework

    Enorme framework de design comprenant des dizaines d’éléments de GUI (boutons, sliders, text input, etc.) facilement intégrable dans photoshop ou illustrator, des centaines d’icônes et 200 styles graphiques.

    Parfait pour les “mockups”.

  • A Pixel Identity Crisis

    Un article de List Apart sur la différence entre pixels “hardwares” et pixels “référentiels” et comment construire des classes css de type @media pour avoir un rendu le plus similaire possible entre différents devices mobiles.

    L’article pourrait parfois aller plus en profondeur, mais c’est un bon début.

  • Inspect Mac .pkg Package Installer Files

    A nice QuickLook plugin for OS X that allows to see what’s inside of a package file (.pkg).

  • 5 key-value coding approaches in Cocoa

    Article relativement complet sur les différentes approches du “key-value coding” dans Cocoa.

  • Scott Hanselman's 2011 Ultimate Developer and Power Users Tool List for Windows

    A huge (too huge ?) list of tools and utilities for Windows. Staggering.

  • Extending templates from a specific Django app

    Nice little trick (along with its companion template loader) that allows to extends easily a template from any Django app without copying it.

Art