Login or Sign Up to become a member!
LessThanDot Sit Logo

LessThanDot

All Blogs

Less Than Dot is a community of passionate IT professionals and enthusiasts dedicated to sharing technical knowledge, experience, and assistance. Inside you will find reference materials, interesting technical discussions, and expert tips and commentary. Once you register for an account you will have immediate access to the forums and all past articles and commentaries.

LTD Social Sitings

Lessthandot twitter Lessthandot Linkedin Lessthandot friendfeed Lessthandot facebook Lessthandot rss

Note: Watch for social icons on posts by your favorite authors to follow their postings on these and other social sites.

Your profile

    Search

    XML Feeds

    Google Ads

    Tags: node.js

    comments

    node.js using mustache.js for templating

    by Christiaan Baes (chrissie1) on Jun 13, 2011 in categories Javascript. Article views: 2933 views

    Introduction In my previous posts I installed node.js and I made the code be a bit more readable. Now I want to make the view a bit more HTML like so that it reads a bit better and to separate concerns. I selected mustache.js out of the many that are…

    Read More...
    comments

    node.js making it a bit more readable

    by Christiaan Baes (chrissie1) on Jun 13, 2011 in categories Javascript. Article views: 1198 views

    Let's be honest the default Hello world code is far from readable and there is a bit of a mix of concerns there. So let's make it better.

    Read More...
    comments

    Trying out node.js

    by Christiaan Baes (chrissie1) on Jun 13, 2011 in categories Javascript. Article views: 1185 views

    Node.js is kind of a new kid on the block. You might have heard about it since it uses javascript and in the future everything will be using javascript. node.js is server-side javascript.

    Read More...