How to Embed Fonts in a Document on a PC!Here we are again... its Technology Tuesday! The winner of this weeks poll was How to Embed Fonts in Word and Powerpoint!More than 2/3 of you voted for this option in the poll!Unfortunately this is currently not possibl…Read More
C program to print a message on the screen#include<stdio.h>#include<conio.h>void main(){ clrscr(); //to clear the screen printf(" ***** Welcome to C Programming *****"); getch(); //to stop the screen}…Read More
Peter Drucker on Making Decisions by Peter DruckerLink to article"When leaders made effective decisions, they followed these eight (8) practices:They asked, "What needs to be done?" They asked, "What is right for the enterprise?" They developed action plans. They took respon…Read More
Installing Cassandra on WindowsIn this tutorial you will learn how to install cassandra database and Cqlsh on windows xp/vista/7/8. I face some problems when iam installing cassandra on my windows machine so i decided to share my experience and some import…Read More
Agility on Waterfall projectsSo you find yourself on a strict waterfall project, but you want to inject as many Agile practices as you can, where do you start? There are many agile practices that can be incorporated into your day-to-day activities. Here …Read More