LINUX THE GREAT

September 3rd, 2010

“The most unfortunate thing is that India still seems to believe in proprietary solutions. In India, open source code software will have to come and stay in a big way for the benefit of our billion people.”                                                                          [...]

Read More

Installing and enabling Audio in Skype in Ubuntu 8.04 – Hardy

August 27th, 2010

Download skype from http://download.skype.com/linux/skype_static-2.1.0.81.tar.bz2

open the executable file using wine.

To enable audio in skype  run the following commands in terminal:
killall pulseaudio
sudo apt-get remove pulseaudio
sudo apt-get install esound
sudo apt-get install pulseaudio

Read More

Power of Ruby on Rails

August 20th, 2010

The Ruby on Rails framework is an open-source web application development framework developed initially by David Heinemeier Hansson. Ruby on Rails is written in the highly-dynamic open-source object-oriented Ruby programming language, developed in the early 1990’s in Japan.
Powerful and Simple
Ruby on Rails questioned prior assumptions and opened up a new way to create web applications [...]

Read More

Handling White Screen of Death in PHP

August 12th, 2010

Occasionally a site user or developer will navigate to a page and suddenly the page content disappears, and is completely blank. No content. No errors. Nothing. This is what is referred to as the White Screen of Death or WSOD.
Work around for this problem is to add the following in beginning of PHP code:
ini_set(“session.save_handler”, “files”);
The [...]

Read More

Project Management Principles

August 5th, 2010

Project management principles are most often learned from experience, and they have universal validity for all projects.   It is up to you to apply them intelligently to your project. It is a matter of emphasis.  Principle Based Project Management begins with these principles:

Rule #1- Figure out what business you are [...]

Read More
Page 1 of 412...Last »