Sunday, January 23, 2011

I'm extremely glad for Godaddy File Restore feature ...

I messed up my files by simply uploading an update package without backing up anything. I always take those type of risks and mess things up for myself. I shouldn't do that.

But anyway, my site went down and I got a few errors. But now it's all cool because I was able to restore old files using this feature.

Amazing!

I kinda messed up the files on my site ...

I'm so angry at the moment ....

Will take some time to fix stuff ...

Saturday, January 1, 2011

Lets see what the new year has in store ...

Hoping for better things to happen around the world. An overall better position both economically and peacefully.

I would like to start some further studies this year, hopefully.

I am going to change the layout of this blog. Going to do it my style instead of using some custom made design.

Wishing for health and prosperity and tranquility.

Plus I think I'm going to buy an Xbox360 this year.

Happy New Year All. :)

Thursday, December 9, 2010

Wikileaks sucks!

I think the whole Wikileaks deal is a bunch of B.S. Why? Not because the stories in it might not be true. But because I think it's all about political propaganda. Making people aware of some facts about selective people/governments to achieve some unknown objectives.

Besides I'm least bit interested in politics. I'd rather be watching a movie or something instead of wasting even a minute of my time on that website.

That's my advise to anyone. Don't waste your time around things that don't affect you directly. Do something useful with you time. If you can't do useful stuff with your time, at least don't involve yourself in something that doesn't have positive affects on your brain!

Tuesday, September 28, 2010

Php: Easy way for creating a Global Function.


Starting php script:


echo 'Lets make a global function';

function createglobal() {

global $my_global;
$my_global = 10;


}

$my_global = 5;

echo "The value of \$my_global is '$my_global'
";

createglobal();

echo "The value of \$my_global is '$my_global'
";



ending php script

Before the createglobal(); is called the value of variable stays to local value. Which is 5. But as soon as the function is called the value becomes to 10 which was defined in the createglobal function.

Saturday, September 18, 2010

Free Calls from Gmail could be misused

I think it's fair to say that while this is an amazing service but then again a lot of people could be misusing this service as well.

For example, many people could start making prank calls or sales calls from other countries to U.S. or Canada. Getting the ability for free calls is only going to give air to such acts which is going to make many people very annoyed.

I think Google should introduce some type of credibility before people can use this service from any gmail account.