Posts Tagged ‘google’

Google Chrome : The application failed to initialize properly (0xc0000005) « me & PHP

Thursday, September 4th, 2008

If you are getting (like me) the “The application failed to initialize properly (0xc0000005)” error when trying to start Google chrome try to use -no-sandbox option as pointed out in Google Chrome : The application failed to initialize properly (0xc0000005) « me & PHP.

Google Experimental Search

Thursday, May 17th, 2007
  • Keyboard shortcuts. Navigate though google search results (similar to Google Ctrl-Arrow Greasemonkey script).
  • Timeline and map views
  • Left-hand search navigation and Right-hand contextual search navigation

Google Experimental Search

via: Lifehacker

Madrid M-40 traffic cameras

Saturday, February 17th, 2007

If you live in Madrid this Google maps application will help you to check the status of the rings roads surrouding Madrid (Road M-40 and M-45 )before you take the car in the morning.

Direct link to app

Found via bbs keyhole

Wordpress: Search queries that point to your site

Friday, January 26th, 2007

I’ve been using Google Analytics for a while in my site but haven’t look at the reports very closely. One thing is clear when took a look at the reports: most of the traffic come out of google searches.

trafficsources.png

Then I tried to find what exact search queries the users performs to find my site. The google analytics reports for this “search terms” is in my humble opinion a little bit difficult to find. But I found via this post that the report is located at All Reports -> Marketing Optimization -> Search Engine marketing -> Overall keyword Conversion.

searchqueries.png

Note that 80% of the searches are marked as “Other”. Only the top ten searches is shown.

If you don’t want to rely on Google Analytics to obtain this kind of stats. I recommend you either Counterize II or BDP Referral Tracker.

Wordpress plugins

Monday, September 4th, 2006

Wordpress plugins that I’m currently using

Google maps is easy

Monday, September 4th, 2006

I decided to give a try to Google Maps API and I found it pretty easy. Currently I’m looking for a jiu-jitsu school near Madrid so I decided to pinpoint all jiu-jitsu schools in a google map. I’ve got the school addresses in this page and put those directly in the page using the geocoder api. Here’s the result, you can see all the code using View Source in the browser menu it’s all embedded javascript.

Google Sitemap Generator for WordPress v2 Final

Friday, August 25th, 2006

If you host your wordpress blog and want to make it more searchable from google this wordpress plugin Google Sitemap Generator for WordPress v2 Final creates sitemaps automatically. Works for WP 2.0.4.

Useful resources to Eclipse Plugin Development

Thursday, August 24th, 2006

If you are new to Eclipse Plugin Developement like me, you must now that in the Eclipsepedia you can find very useful code snippets like “How to write to the eclipse console view from a plugin“. The best way to find information there is to use google query like “site:wiki.eclipse.org console write“.