Search
-
Categories
- ActionScript (33)
- Adobe (18)
- AIR (3)
- AJAX (12)
- Amazon Web Services (3)
- Android (14)
- Apache Abdera (10)
- Apache Mina (2)
- Apache Tomcat (10)
- App Engine (6)
- ASP.NET (10)
- Atom Hopper (15)
- AtomNuke (3)
- BlazeDS (1)
- C# (15)
- CherryPy (1)
- CoffeeScript (11)
- Comet (3)
- CouchDB (2)
- Design Patterns (4)
- Dojo (1)
- Erlang (1)
- Flash (25)
- Flex (31)
- Go (1)
- GWT (20)
- HTML5 (25)
- iPhone (3)
- Java (74)
- JavaFX (1)
- JavaScript (65)
- JSON Feed Server (1)
- Luvit (1)
- Mobile (19)
- MongoDB (6)
- Netbeans (22)
- Node.js (40)
- Online Games (13)
- Open Source (88)
- OpenStack (4)
- Perl (1)
- PHP (23)
- Python (15)
- Rails (4)
- Redis (2)
- Repose (1)
- REST (6)
- Reviews (9)
- Ruby (11)
- Silverlight (3)
- Sinatra (3)
- Socket Server (19)
- Ubuntu (35)
- Uncategorized (4)
- Union Framework (8)
- Vaadin (2)
- Vertx (3)
- WebORB (3)
Author Archives: Chad Lung
Tutorial: Embedded JavaScript templates (EJS) and Node.js
There are several ways to create web applications with Node.js. One popular way is to use Jade. Today, I’ll show you how to use EJS (Embedded JavaScript templates) with Node.js to create a simple web application. If you’ve used PHP … Continue reading
Posted in JavaScript, Node.js, Open Source
2 Comments
An easy tutorial on using callbacks in Node.js
In a previous post I showed you how to use the EventEmitter to give a notification when a webpage had been downloaded (or ran into an error). Today I’ll show you the same project but using a callback instead.
Posted in JavaScript, Node.js, Open Source
Leave a comment
A quick guide to JavaScript classes and inheritance
Today I’m going to go over how to create classes in JavaScript and how to work with inheritance. The first thing to confess is that JavaScript doesn’t actually have classes (please keep this in mind as I mention class in … Continue reading
Posted in JavaScript, Node.js
Leave a comment
Working with Events in Node.js using EventEmitter
The EventEmitter class in Node.js is pretty easy to work with when it comes to triggering custom events in your projects. Today I’m going to show you a simple demo project to fetch the contents of a website and then … Continue reading
Posted in JavaScript, Node.js, Open Source
1 Comment
Performing content-negotiation with Express 3 and Node.js (examples in CoffeeScript and JavaScript)
Express version 3 introduces a nice feature that performs content-negotiation on the request accept header field when present. This makes it easy to respond to a client request with the requested format. In this article I’ll show you how to … Continue reading
Posted in JavaScript, Node.js
1 Comment
The 2 minute guide to creating a new module in CoffeeScript for Node.js
Using modules in Node.js is an everyday task for most Node programmers. Today I’ll show you how to quickly create a class using CoffeeScript and to make it exportable into a Node.js project.
Posted in CoffeeScript, JavaScript, Node.js, Open Source
Leave a comment
Getting started with OpenStack using the free Rackspace Private Cloud software
Getting started with OpenStack just got a lot easier today with Rackspace’s announcement of the private cloud software. Today I’ll go over your options to get started with OpenStack. Keep in mind this software is offered free and is open … Continue reading
Posted in Open Source, OpenStack
Leave a comment
Finding specific ATOM categories using Atom Nuke and Java
This is the third article I’ve written now on the new Atom Nuke framework. Today I’m going to go over turning ATOM feeds and entries into selectable events. This is built into Nuke via the EPS, or Event Processing System. … Continue reading
Posted in Atom Hopper, AtomNuke, Java, Open Source
Leave a comment
Create an ATOM feed with Atom Nuke, NetBeans 7.2 and Java
I’ve been blogging on Atom Nuke which is a collection of utilities built on a simple and fast ATOM implementation. Check out my previous post on creating a simple ATOM feed crawler. Today I’ll show you another feature which is … Continue reading
Posted in AtomNuke, Java, Netbeans, Open Source
Leave a comment
Building a simple ATOM crawler with Atom Nuke, Netbeans 7.2 and Java
Atom Nuke is a new project created by John Hopper who incidentally is also the creator of Atom Hopper and Repose. Atom Nuke, or “Nuke” as we call it is a collection of utilities built on a simple and fast … Continue reading
Posted in Atom Hopper, AtomNuke, Java, Netbeans, Open Source
1 Comment



