June 10, 2009

Google have an interesting webmaster tool safe browsing you can use it to check from time to time if your website or server is victim of malicious software or exploits. Sometimes your server might be attacked and the owner is not aware about it, so if you want to check simply open :

http://www.google.com/safebrowsing/diagnostic?site=phpmagazine.net

And put your website after site=, the diagnostic page will include the current status, previous status during the last 90 days. Exploits are mainly scripting exploits, and google record also the server IP which host the malicious software.

safebrowsing

The diagnostic will tell you also if your website have acted as intermediary in the distribution of malware, probably not very useful information for you, but it is safe to know if something was going wrong.

I think it's an excellent diagnostic that you can get for FREE for your website to make sure that it is safe to browse on your website.

June 7, 2009

We have previously talked about Google Analytics PHP API, in that time there was no official API available yet. Today Google Analytics API is officially available to developers, so you can get your code working with a real API instead of hacks that might broke anytime if Google update their service... etc.

Doug Tan, Ask about PHP, have written Google Analytics PHP Class using the new API and a good tutorial on how to use it. Pretty simple and very easy to use, you will get Analytics data right in your applications in minutes. Below a sample code :

April 12, 2009

Darren pointed to a new feature in Google images search letting you to filter results by color ! The results looks very accurate that you will be interested to know how google are indexing colors ? Are they using image recognition techniques to index every image in their database ? That will be crazy if you think about it, but the answer could be easily found in something launched about three years ago, an ajax game, letting everyone to tag images and get scored on that : The image labeler.

image-search-colors

Because the results are very accurate and fast, it can only be something based on a real human indexing ! You can see below for example if you search for a car model, you can get the result you are looking for, but imagine you want to see only gray cars in results, the filter can really give you what you are looking for. While if you used "gray" as keyword in search you will get something else completely different.

image-search-mercedes1
image-search-mercedes2

I find the color filter implementation very successful. Image search is getting more and more powerful search features and I expect to see more amazing filtering options, who knows !

January 1, 2009

I just wanted to profit from Google new year Doodle to wish happy new year to all Googling Magazine readers and PHP Magazine readers ! During more than three years I - and many others contributors - really enjoyed sharing ideas and thoughts with all of you. Thanks for your support and hope you will enjoy even more reading us in 2009.

newyear09

December 21, 2008

Holidays already here, so are you ready to celebrate ? Like every year, google celebrate it with a serie of Doodles, numbered 15. As usual we will keep this post updated everyday with the new doodle as it will be available.

holiday08_5
holiday08_4

Continue reading "2008 Holiday Doodle - Updated" »

September 3, 2008

Google chrome
Google have just announced their entrance to the browsers war to join Microsoft IE, Mozilla FF, Safari, Opera and others. Chrome the new google browser, is very simple and very fast ! Chrome uses components from Apple's WebKit and Mozilla's Firefox, among others - and that's not everything because Google is willing to make it Open Source.
google chrome
All of us at Google spend much of our time working inside a browser. We search, chat, email and collaborate in a browser. And in our spare time, we shop, bank, read news and keep in touch with friends -- all using a browser. Because we spend so much time online, we began seriously thinking about what kind of browser could exist if we started from scratch and built on the best elements out there.

For more information and download : http://www.google.com/chrome

Want more?