Develop

Binutils Porting Guide To A New Target Architecture

The article intends to help software engineers who want to port the binutils tools to a new hardware architecture for the first time.

Scripting a Simple Download Scheduler

Here’s how to write a few simple scripts and then schedule them to run at a specified time using the at utility.

VBA Macro Interoperability in OpenOffice.org

This article explains VBA support in OpenOffice.org, including the build process of Go-oo.

Creating a Screencast

In part 16 of the “Programming in Python for Friends and Relations” series, we learn how to create screencasts to demonstrate our products.

Portlet Development With Liferay

A tutorial on developing JSR-286 portlets for the Liferay platform.

Creating Rhythmic Noise

In part 13 of the “Programming in Python for Friends and Relations” series, we learn about Csound, a powerful musical instrument that’s playable from Python.

Secure Communication

Let’s code a simple application to help us stop making silly mistakes while communicating over e-mails. This is part 11 in the series on “Programming In Python for Friends and Relations”.

D-Bus: The Smart, Simple, Powerful IPC

Let’s learn the intricacies of D-Bus and use it to hack some nifty features into programs.

Python on the Net Using CGI and WSGI

In this part 10 of the series on “Programming in Python for Friends and Relations” we build a small classifieds application.

Session Management Using PHP, Part 2: Server-side Sessions

The second part of the article explains the formation of sessions on the server side without the need to store any information on the client machine. This strategy provides better security for the session information and permits sessions to form even if cookies are disabled on the client applications.