“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 MoreLINUX THE GREAT
September 3rd, 2010Installing and enabling Audio in Skype in Ubuntu 8.04 – Hardy
August 27th, 2010Download 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
Power of Ruby on Rails
August 20th, 2010The 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 [...]
Handling White Screen of Death in PHP
August 12th, 2010Occasionally 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 [...]
Project Management Principles
August 5th, 2010Project 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
