JS> Node

A developer blog about js, node.js and other modern tools

Shared List : a new tool by G33k Labs !

Par G33K, 12 Jan 2013 15:32

The easiest way to share list anonymously with your friends !

Shared List I'm pleased to present my last project : Shared List ! It's an open source and anonymous web application that offer you the simplicity to share lists or other text content with [...]

Nodejs packer for HTML, CSS & JS

Par G33K, 10 Oct 2012 11:09

Here's a complete tool for packing assets with node.js

Node.js is a great tool to serve packed assets and some libraries already exists for that : html-minifier and uglify for JS and CSS compression. For those needs, I wrote a little snippet to cover [...]

A Markdown live editor in JS !

Par G33K, 24 Sep 2012 22:03

How to make a live WYSIWYG editor with Mardown syntax in javascript ?

Why markdown ? For this blog, I've build a post admin based on Markdown syntax used for github readme.md files. I found this writing method really simple and fast for creating posts, and as it&# [...]

Snippet : Kill lazyload on mobile devices for performances

Par G33K, 14 Sep 2012 14:26

It's the easiest way to cancel lazyload plugin effects on mobile devices !

Why use this snippet ? The goal of this snippet is to detect if we are on mobile devices, and if yes, inject directly images normally loaded by jQuery Lazyload plugin. As this, image loading is [...]

Install Node.VaSH with NGINX !

Par G33K, 06 Sep 2012 14:17

How to serve a node.js application with nginx web server ?

Some explanations This article will explain you how to configure Node.VaSH with NginX. It has two pros for that : Host others websites (php or other node.js apps) on same port (80) Serve static [...]

Install Redis.io 2.4.17 on Mac OSX as service

Par G33K, 03 Sep 2012 16:01

How to install Redis.io on your Mac ?

Redis.io is a memory key DataStore which starts to be used in a lot of node projects. As I'd some difficulties to install it from tutorial I found, here's mine, fresh and I hope complete :) [...]

Node.js can replace WordPress !

Par G33K, 01 Sep 2012 11:54

How to build a multiblog platform with Node.VaSH ?

Hey ! Welcome to my new blog talking about node.js , jQuery and new web technologies around this community. For the occasion, I wanted to test if it was possible easily to replace wordpress by a self [...]