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)
Category Archives: CoffeeScript
Book Review: CoffeeScript Programming with jQuery, Rails, and Node.js
Today I’m going to review the ebook version of CoffeeScript Programming with jQuery, Rails, and Node.js authored by Michael Erasmus and published my Packtpub.
Posted in CoffeeScript, JavaScript, Node.js, Open Source, Rails, Reviews
Leave a 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
Working with JQuery, AJAX, CoffeeScript and Node.js
I often get asked how to get Node.js working with JQuery and AJAX. Of course you can always use something like Socket.IO for realtime, but sometimes you might be dealing with older browsers that don’t support WebSockets and AJAX might … Continue reading
Posted in AJAX, CoffeeScript, JavaScript, Node.js, Open Source
Leave a comment
Node.js is a toy and CoffeeScript is the Devil
Node.js is a toy that just happens to perform very well out of the box and is simple enough for most developers to grasp the general ideas after working with it for a while. I’m still surprised how little has … Continue reading
Posted in CoffeeScript, Node.js
3 Comments
Getting started with Restify using Node.js and CoffeeScript
Today I’ll do a couple quick demos on using Restify with Node.js and CoffeeScript. According to the Restify website, “Restify is a Node.js module built specifically to enable you to build correct REST web services”.
Posted in CoffeeScript, JavaScript, Node.js, Open Source
2 Comments
Using the HTTP HEAD request method with Node.js and CoffeeScript
Your probably familiar with with HTTP methods such as GET, POST, PUT, DELETE, etc. however there are several others including HEAD. HEAD allows you to contact a server and receive only the headers back – no body. This can be … Continue reading
Posted in CoffeeScript, JavaScript, Node.js, Online Games
Leave a comment
Tutorial: Working with SockJS, CoffeeScript and Node.js
I recently did a blog post on Socket.IO. Today I’ll go over an alternative called SockJS. According to the SockJS website: “SockJS is a browser JavaScript library that provides a WebSocket-like object. SockJS gives you a coherent, cross-browser, Javascript API … Continue reading
Posted in CoffeeScript, JavaScript, Node.js, Open Source
1 Comment
CoffeeScript: 10 tips with examples to increase your productivity
CoffeeScript for those that might not know is a language that compiles into JavaScript. Today I’m going to go over ten things that will help you when working with CoffeeScript.
Posted in CoffeeScript, JavaScript
Comments Off
Paging through an ATOM feed using Node.js, CoffeeScript, MongoDB and Atom Hopper
I work daily with Atom Hopper which is a Java ATOMPub server. As we add new features we need to test those features and a lot of times we end up with small scripts just like the one I’ll show … Continue reading
Posted in Atom Hopper, CoffeeScript, JavaScript, Node.js, Open Source
Comments Off
CoffeeScript: The five minute guide to Classes
CoffeeScript is a language that compiles into JavaScript. Once you try CoffeeScript it is very hard to resist not using it for any kind of JavaScript project especially those that use Node.js. Today I’m going to quickly go over how … Continue reading
Posted in CoffeeScript, JavaScript
1 Comment



