Archive for the ‘Programming’ Category
Small basic language tutorial – programming is fun!
Introduction It was probably in 1989 that I got a chance to work with computers. Our school had one of those machines (don’t remember what it was!) which came with pre-installed BASIC interpreter. Two things stand out in my mind – it had a color display and I could program games in it! From the [...]
Configuring Apache in front of JBoss Application Server Using mod_jk
Introduction Apache HTTP server is a highly reliable and proven open source/free web server. It is under development for over 15 years and is used extensively to host web sites. Since Apache is very popular and the source code is available, security experts are always looking for any vulnerability. This makes it one of the [...]
Pie Chart Drawing in iPhone Using Core Plot Library
Introduction to Core Plot Core Plot is an open source and free charting library for building iPhone and Mac applications. In this article I will show you how you can create a Pie Chart in an iPhone application using Core Plot. Once you learn the basics of Core Plot, it is quite easy to generate [...]
How to write a software requirements specification (SRS) document?
Introduction Software Requirement Specification (SRS) document usually contains a software vendor’s understanding of a customer’s software requirements. This document ensures that the software vendor and the customer are in agreement as to the features required in the software system being built. SRS is created after the initial requirement elicitation phase in which Software vendor interacts [...]

