Javascript

  • submit to reddit

JS Frontends are like Desktop Apps

I noticed a trend recently, among developers, that we need to learn how to work with JS frontends. Obviously, it's great that people want to improve their...

3 replies - 2529 views - 07/23/12 by Andrzej Krzywda in Articles

Programming: Initially a Female Profession

In the 1940s, the first computer programmers were all women. That only changed later. Quoting “Researcher reveals how ‘Computer Geeks’ replaced...

0 replies - 3548 views - 07/15/12 by Axel Rauschmayer in Articles

ExtJS 4 Form: Unique Field Value Validation Example (Server Validation)

Today’s example is an ExtJS 4 Form unique field value validation, done on the server side. Do you know when you are going to register in a new social...

0 replies - 5443 views - 07/07/12 by Loiane Groner in Articles

An Inversion of Control Container in Dojo Javascript Framework

IntroductionThe software community is no stranger to the concept of inversion of control and dependency injection particularly after the popularity of the...

0 replies - 3627 views - 06/20/12 by Archanaa Panda in Articles

The Speed Race Is On: Vert.x and Node.js

Vert.x and Node.js are similar in some ways, and different in others. One such difference is that Node.js only allows you to write code in JavaScript...

1 replies - 15253 views - 05/28/12 by Chad Lung in Articles

Getting Started with Socket.IO and Node.js

Node.js is not the cure for everything, however, it can certainly makes working with Websockets very easy when using the Socket.io library. Using websockets...

3 replies - 24643 views - 05/24/12 by Chad Lung in Articles

Posting a New ATOM Entry to Atom Hopper Using Node.js

Previously I blogged about how you can use Apache Abdera to post ATOM entries to an AtomPub server like Atom Hopper. Today I’ll show you how to do something...

0 replies - 2846 views - 05/18/12 by Chad Lung in Articles

Working With Node.js and Redis

In my previous post I showed you how to install and use Redis with Node.js. Today I’m going to take that a step further and walk through some of the things...

0 replies - 7727 views - 05/12/12 by Chad Lung in Articles

Build a Clustered ATOM Server with Node.js

From the Node.js documentation: A single instance of Node runs in a single thread. To take advantage of multi-core systems the user will sometimes want to...

0 replies - 2923 views - 05/09/12 by Chad Lung in Articles

Five Minute Beginner's Guide to Installing and Testing Redis and Node.js on OS X

Redis is an open source, advanced key-value store. Node.js is a platform built on Chrome’s JavaScript runtime for easily building fast, scalable network...

1 replies - 2722 views - 05/07/12 by Chad Lung in Articles

5 Signs You Should Hire a Programmer on the Spot

Bringing a programmer in for an interview and a coding test can lead to some interesting experiences, both for the interviewer and the interviewee. Most...

8 replies - 22789 views - 05/02/12 by Brian Kelly in Articles

Should the CIO Know How to Code?

Read this Computerworld posting: Should the CIO know how to code? The answer is "Yes." The examples of "well-functioning non-technical...

2 replies - 9215 views - 05/02/12 by Steven Lott in Articles

Node.js and MongoDB, A Beginner’s Approach

This is not a book and I didn’t try to sell a book to you. The term “A Beginner’s Approach” reflects my own tribulations trying to connect Nodejs to...

0 replies - 9524 views - 04/25/12 by Kristiono Setyadi in Articles

6-Step Lucene Multi-Point Spatial Search Algorithm

This post describes a method of augmenting the lucene-spatial contrib package to support multi-point searches. It is quite similar to the method described...

0 replies - 4130 views - 04/17/12 by Kelvin Tan in Articles

Naked Javascript - Object Basics

In this series- Naked JavaScript, we are going to delve into the gory details of javascript and extensively elaborate on its features like objects,...

0 replies - 4508 views - 04/15/12 by Ryan Sukale in Articles