javascript

  • submit to reddit

Announcing Scripted: A JavaScript editor from VMware

The first version of the Scripted code editor has been released this week on github and is also downloadable as a package from VMware. Although Scripted is a...

0 replies - 686 views - 10/11/12 by Pieter Humphey in Announcements

Two of My Favorite Javascript Design Patterns

The content of this article was originally written by David Morrow over at the New Relic blog. So you write JavaScript. That’s pretty much a given for...

0 replies - 5802 views - 10/10/12 by Leigh Shevchik in Articles

A JavaScript MapReduce One-Liner

After my post on "Word frequency using MapReduce in Python," I got my paws dirty with some silly Javascript. Once I reduced a whole chunk of code,...

1 replies - 8562 views - 10/01/12 by Hemanth Madhavarao in Articles

Pushing Ajax Responses using Observer Pattern in JavaScript

Last week I'd played around with couple of design patterns in JavaScript (Constructor and Module pattern). I really liked the Module pattern i.e. the...

0 replies - 9287 views - 09/26/12 by Sagar H Ganatra in Articles

Choosing Static vs. Dynamic Languages for Your Startup

Everyone is thinking why in the world would anyone pick static, when you can be dynamic? Usually the thought process is, "what language am I most...

2 replies - 7426 views - 09/25/12 by Mahdi Yusuf in Articles

The First Three Seconds: How Users Are Lost

In the time it takes to read this sentence, someone has viewed this post and moved on. They probably didn't even read this sentence....

0 replies - 4509 views - 09/19/12 by Zac Gery in Articles

How to Deploy node.js Apps to AWS from Mac OS X(I)

After developing my first node.js app I decided to look where to host it. It had to be cheap and fast to deploy. My first attempt was to deploy to heroku. ...

0 replies - 3863 views - 09/11/12 by Javier Manzano in Articles

Why Use Backbone.js?

Even JavaScript language and front-end development has been much matured recent time, I still see a lot of confusion about usage of different...

0 replies - 10727 views - 09/09/12 by Alexander Beletsky in Articles

Test Driven Node.js Development

What would a language and framework be with unit testing, BDD, and other testing methods, frameworks and systems? So once you get beyond casual Node.JS...

0 replies - 6358 views - 09/02/12 by Tim Spann in Articles

Chaining Functions in JavaScript

Most of us are aware of the all-famous Jquery dem: $("p.neat").addClass("ohmy").show("slow");It is a gem of an example of...

1 replies - 6032 views - 08/19/12 by Hemanth Madhavarao in Articles

40+ Resources for the Node.js Developer

I am preparing to give a Brown Bag session on Node.js. Here are some notes: Main WebSite http://www.nodejs.org/ Node.JS on...

0 replies - 28519 views - 08/14/12 by Tim Spann in Articles

Integrating HTML and JavaScript in Vaadin 7: Part Two

In the previous article, we successfully integrated a custom-made tooltip over our hyperlinks. In this article, we'll integrate an already existing tooltip...

1 replies - 5643 views - 08/12/12 by Nicolas Frankel in Articles

Javascript, Javascript, Everywhere

Javascript has been available in the web world for a while. It has become one of the most popular, known and understood (and also hated) languages available....

0 replies - 5384 views - 08/08/12 by Abhishek Jain in Articles

Making High-Performance, Garbage-Collector-Friendly JavaScript

Everyone is JS'ing these days, so making sure you GC well means your VM will have a high IO! :PThe following excerpt is from "High-Performance,...

0 replies - 3606 views - 08/07/12 by Greg Duncan in Articles

Introducing BinaryJS: For Realtime Binary Streaming via WebSockets

BinaryJS is a JavaScript library for bidrectional realtime binary data streaming with WebSockets.  BinaryJS is a lightweight framework that utilizes...

0 replies - 4607 views - 08/02/12 by Hirvesh Munogee in Articles