Home 2011

Yearly Archives: 2011

Lots of questions this time...

CodeSport

2
Welcome to CodeSport! In this month's column, we feature a set of programming questions, as requested by a few of our student readers. In last...
Groovy, baby!

Exploring Software: Extending J2EE Applications Using Grails

0
We look at how J2EE users can benefit from agile development methodologies by using Grails to maximise the returns from their middleware layer. Exploring Grails...
Radiant CMS

Less is More: Exploring the Radiant CMS

0
Need to build a website or weblog? Just want a simple CMS that makes your life easier? Radiant is for you! In this article,...
Debian time...

Debian 6.0 ‘Squeeze’: What’s New?

14
With its extremely long release cycle (this one took two years), Debian 6.0 Squeeze was rolled out on February 6th, amidst jokes like, "See...
GUIs using Python

Play with GUIs using Python

5
The GUI (Graphical User Interface) is the simplest way to let users interact with the system. If you know how to create GUIs, you...
MapReduce

(Hadoop) MapReduce: More Power, Less Code

1
This is an introduction to MapReduce as a framework for beginners in distributed computing, and a short tutorial on Hadoop, an open source MapReduce...
Web frameworks

All You Need to Know About Web Application Frameworks

0
Jargon fills our everyday lives on the Internet. The days when HTML and JavaScript used to be "cool" technologies are long gone. They are...
Python + C

When Python Weds C

1
It is a well-known fact that the C language is closely related to many programming languages. This article discusses the Application Programming Interfaces (APIs)...
Getting started with Clojure

Getting Started with Clojure

0
Clojure is a dynamic, general purpose programming language that targets the Java Virtual Machine (JVM) and the Common Language Runtime (CLR). It is designed...
Time to debug

KGDB with VirtualBox: Debug a Live Kernel

5
Debugging an application live has always been easy for application developers, but debugging a live kernel has never been a simple option for kernel...