Posts Tagged ‘blog’

It hurts to be creative

Posted on the February 19th, 2012 under thoughts by

If you are a creative person, then I believe you will have one of the most hardest and the most rewarding life. Many are creative but only few make it because the world doesn’t appreciate create people and if you cave in those amazing ideas are lost forever. I believe the best way to do something different and stay creative is to show the world the finger and just do what you love.

Need to increase the amount of work done at PleaseGuide.ME

Posted on the February 18th, 2012 under thoughts by

It’s 5:40 Am and I can’t yet still open my eyes to the fullest. Damn sleep, I kept an alarm at 4AM but got up at 5Am. Lot of work remain to be done at PleaseGuide.ME. We still haven’t come with the adequate design for the system. But the system is getting popular, people are getting the hang of it. Now my usual days work is eat, sleep and PleaseGuide.ME. Here is the picture of my new work station specially designed so that I can work better on PGME.

Crazy traffic at PleaseGuide.ME

Posted on the February 17th, 2012 under Projects by

Today I had amazing useful traffic at www.PleaseGuide.ME well most of it was useful. Getting them answered is a challenge. I had a little help from friends to whom I am grateful to. I need to really work on this project. I got to catch with my technical team to work together on new features and design.

Getting Started with PHP – Installation, test program and history

Posted on the October 26th, 2011 under PHP by

PHP is a general-purpose server-side scripting language originally designed for web development to produce dynamic web pages. For this purpose, PHP code is embedded into the HTML source document and interpreted by a web server with a PHP processor module, which generates the web page document.

PHP can be deployed on most web servers and as a standalone interpreter, on almost every operating system and platform free of charge. A competitor to Microsoft’s Active Server Pages (ASP) server-side script engine and similar languages, PHP is installed on more than 20 million websites and 1 million web servers, including Facebook.

How to Verify PayPal and buy online without a credit card?

Posted on the June 14th, 2011 under business by

You can verify your PayPal account or buy anything online without a credit by using something called virtual credit card (VCC). In India HDFC Bank, ICICI Bank and Kotak Mahindra Bank provide this facility.

Install Apache, MySQL, PHP and phpMyAdmin On Ubuntu

Posted on the December 31st, 2010 under linux by

In this guide I will show you how to install a LAMP system. LAMP stands for Linux, Apache, MySQL, PHP. Open up the Terminal (Applications > Accessories > Terminal).  Copy/Paste the following line of code into Terminal and then press enter:

1) Install Apache
sudo apt-get install apache2

Test if Apache works Open up any web browser and then enter the following into the web address: http://localhost/