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 (14)
- Rails (4)
- Redis (2)
- Repose (1)
- REST (6)
- Reviews (9)
- Ruby (11)
- Silverlight (3)
- Sinatra (3)
- Socket Server (19)
- Ubuntu (34)
- Uncategorized (4)
- Union Framework (8)
- Vaadin (2)
- Vertx (3)
- WebORB (3)
Category Archives: Open Source
Book Review: Creating Mobile Apps with jQuery Mobile
Today I’ll be reviewing the eBook version of Creating Mobile Apps with jQuery Mobile authored by Shane Gliser and published by Packtpub. You can check out Shane’s blog here.
Posted in Android, HTML5, iPhone, JavaScript, Mobile, Open Source, Reviews
Leave a comment
Tutorial: Your first ASP.NET SignalR project
Today we will go over the steps to get up and running with SignalR. SignalR is an open-source .NET library for building web applications that require live user interaction or real-time data updates. We will build a cheesy Twitter clone … Continue reading
Posted in ASP.NET, C#, Open Source
Leave a comment
Project Meniscus: Logging-as-a-Service for the Cloud (built with Python)
OpenStack Portland is currently underway and our team lead will be presenting on Thursday afternoon an introduction and overview of Project Meniscus to the OpenStack attendees. Out teams hopes to get Project Meniscus into OpenStack incubator status so right from … Continue reading
Posted in Open Source, OpenStack, Python
Leave a comment
Getting started with Multiprocessing in Python
Multiprocessing in Python is pretty easy given the amount of work Python is doing for you behind the scenes. Today I’ll show you a few example to get started with Python 2.7.x multiprocessing.
Posted in Open Source, Python
Leave a comment
Getting started with the Falcon Framework (using Python)
Today I’ll show you how to get started with Falcon. What is Falcon? Well, to quote from the GitHub repo for Falcon: “Falcon is a really fast, light-weight framework for building cloud APIs. It tries to do as little as … Continue reading
Posted in Open Source, Python, REST
1 Comment
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
Using Python to build a web project using jQuery (AJAX) and Flask
I’m working on a new project where I need to have a dashboard fetch updates on a regular basis from it’s host server. I decided to use Flask which is a microframework for Python based on Werkzeug and Jinja 2 … Continue reading
Posted in JavaScript, Open Source, Python
Leave a comment
A developer’s take on the OpenStack Summit (2012 San Diego)
I recently returned from San Diego after attending the OpenStack Summit. Estimates are that 1300-1400+ people attended the summit. Most times the conference rooms had standing room only. All the vendors kept busy and I have to give special kudos … Continue reading
Posted in Open Source, OpenStack
Leave a comment
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



