Jonathan Prater

Today we’re with Donationcoder’s NANY participant Jonathan Prater.
[Read more...]

Using MS-SQL Server Express

Earlier I have written beginners guide on MS-SQL server. In this post i’ll cover few more things about ms-sql server which are intended towards beginners. If you are beginner then I suggest you to read this post first. [Read more...]

Smallbasic

Smallbasic is simple language targeted for beginners. It tries to make it easier for newbies to start with programming.
[Read more...]

Developing C/C++ programs under ubuntu

I already covered how to write c++ programs in linux. But in that article, i didn’t mentioned about how to install compilers and stuff. So this post will cover how to install compilers in ubuntu and to write, compile and run program. [Read more...]

Libraries and Namespaces

C++ comes with a number of standard libraries.Some libraries are commercial & limited to perticular compiler while some are included in every compiler.These libraries place their definitions inside namespace.So we’ll discuss what namespace is,but before moving onto namespace let’s clear few things about libraries. [Read more...]

Generate Javadoc using Eclipse

If your java project is getting bigger then it is good idea to create Javadoc of the project. So that it gets easy to understand the class and method usage. [Read more...]

Locale

Sometimes the question is asked to students that “What is locale?” during interviews. Let’s talk about it in this post. [Read more...]

Python Graphic Libraries

Python doesn’t have native core graphics library or toolkits.But there are plenty of extentions available for python.This article discusses some of available python libraries. [Read more...]

Processing language

When it comes of data visualization there are plenty of options available like Prefuse,Flash,Java,Lingo,DBN.There is one more options that is worth to be on the list : Processing.Processing allows you to create sophisticated visual & conceptual structures. [Read more...]

Carl Danley

The develper of WordByter & member of donationcoder gives us an insight into his life. [Read more...]