Home Tags LFY March 2011

Tag: LFY March 2011

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 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...

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...

(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...

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...

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

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...

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...

The Selenium Web Application Testing Framework

2
The more Web applications we use, the more tools are needed to automate the testing process, for which there are many options that simplify...

Rails Plugins — Making Website Development Easy!

1
This article is a tutorial on how to use Rails plugins for pagination, authentication and file attachments. It is aimed at readers with a...