Live is now bing and bing is now Live!
Microsoft changed again its search technology and name. You can search in bing.

Live is now bing and bing is now Live!
Microsoft changed again its search technology and name. You can search in bing.

Many wordpress users are facing the problem of browser crash when uploading image(or any other attachment like video, document, audio etc) in wordpress. This happens when you click "Add an image" button in wordpress near "Upload/insert"

Crash window will be like this:

It says "We 're sorry. Firefox had a problem and crashed. We'll try to restore your tabs and windows when it restarts"
If you are facing this problem, try disabling Google Gears. Go to Tools-> Add-ons, select Extensions. Look for Google Gears in the list and click disable. Try uploading the image after the restart.
Wordpress error: Your attempt to edit this post: "abc" has failed. Please try again.
Have encounter this error in wordpress? If yes then here is the solution.
Here is the plugin which does the following things. Continue reading this post...
A new malware virus MediaControl.exe found in some parts of central asia late this month.
It changes the extension of all the media files like AVI (.avi), Music (mp3, ...) to .jpg.
This just canges the file extension. Not the file format. To play the media file, you need to re-change the file extension to the previous type, or open the file using the media player. Malware name is MediaControl.exe. Continue reading this post...
Microsoft is going to re-brand its search engine, known as Live Search to Kumo, as early as next year. Although mocrosoft has not announced it officially, Analysts are seeing background works are happaning in this direction. The domain kumo.com was moved to Microsoft recently.
Microsoft had given a hint about re-branding its search engine last year telling current branding as Windows live and MSN are confusing users.
Php codes will starts with <?php and ends with ?>.
Here is the first php program.
<html>
<body>
<?php
echo "MY First PHP Program";
?>
</body>
</html>
Write the above codes in notepad and save it as first.php. Now run the this file on localhost, you should be able to see MY First PHP Program. Here echo is a print command.
1. First download the xampp from http://www.apachefriends.org/en/xampp.html
2. Extract the file and double click the exe. This will install Mysql and Apache servers.
3. Once the installation is complete, you will find XAMPP under Start / Programs / XAMPP. You can use the XAMPP Control Panel to start/stop all servers. Start Mysql and Apache servers.
4. Write a test.php file and copy it in to C:/Program Files/XAMPP/htdocs/
5. To run the php file, you just need to brows http://localhost/test.php
Note: You can also create any folder inside htdocs and past test.php inside the folder. If you create a folder called test then the address will become http://localhost/test/test.php
This is very simple using XAMPP.
Google has introduced an new feature for its popular adsense program that makes you able to track your clicks by using google analytis. Adwords users already have the facility to track the visitors through analytis. By combining adsense and analytics, publishers will be able to track more details like visitors from which country/which refering site bring more revenue for your website.
According to this blog post of adsense official blog, they are gradually rolling out this functionality to publishers, and publishers will see an invitation link at the top of your 'Overview' and 'Advanced Reports' pages when it's been enabled for their account.
