Showing posts with label Google. Show all posts
Showing posts with label Google. Show all posts

Friday, March 18, 2011

This is what YouTube is for

Problems with my tires forced me to replace my shocks and struts yesterday.

My car has 100k miles.  The fuel filter has never been changed.  It idles low and rough, and has been losing power.  So it was time to change it.  The shop where I had my oil changed wanted $30 for the filter and $50 for the labor.

I bought a new fuel filter for $8.  After I had the rear shocks replaced I tried to pull off the old filter.  I have the Haynes repair manual that has step-by-step for stuff like this, and I followed the steps.  I fought with it for half an hour and couldn't get it disconnected.

This morning I googled it and found this YouTube video:




The voice is monotone.  But the instructions are better than the stupid Haynes manual because this guy shows the critically important fuel line disconnect tool!?!?!?!?  I can't believe that the Haynes manual missed this.

That tool is $5 at the local part store, and they have it in stock.

The shop wanted $1300 to do the shocks and struts, and $80 to do the fuel filter.  I'm going to have both done for $300 and about 5-6 hours.

Thursday, January 7, 2010

Google Maps feature idea: Service Areas

I want to be able to type this in to Google and get a pretty map and listing:
"furniture stores that deliver to _my address_" (where _my address_ is actually my address)
I want Google to come back with a list of stores and a link to see those stores plotted on a map.  Obviously Google can't do this on their own, but they can define the standards and help companies get their data up on their websites. 


Each company should be able to define multiple types of service areas.  For instance, they could have a "free" area and a "$5 service charge" service area.  Or they could have a "same day" service area and a "next day" service area.  Or whatever they want.


Obviously this would apply to more than just furniture.  Pizza, chicken, burritos, flowers, plumbers, A/C services, tow trucks, hail repair, insurance, etc.  All of these types of companies, and a whole lot more that I'm not thinking of right now, would love to be able to target customers with specific searches like this.  Some companies that have potentially overlapping service areas, like insurance agents, could even use this to define boundaries for each agency.


This seems pretty easy to accomplish.  We just need to agree on a file spec and let everyone publish their service area data--and then Google has to update their search engine to read the data.  I think that the data should be in a simple XML file stored on the service provider's webserver.  I would call it "service_areas.xml".  That file should contain these minimum data types, but could later expand to contain a whole lot more (like a full menu or service times, etc.):

  • Services: A keyword list of the types of services that they provide.
  • Service Area #1-N: Each service area would have a name and a few other attributes:
  • Cost
  • Time
  • Coordinates: A list of Latitude & Longitude pairs that define the boundaries of the service area.

Google could whip up a Google Map application that would let you fill in some blanks and put some pins on the map, and then press a button to generate an XML file that you could use.  Then you would just copy that file into the root directory of your website and the magic would happen.


Obviously it doesn't have to be XML, that's just the format that I am most familiar with that would suit this purpose.   Yahoo, Microsoft, and other map sites can use the data, too, I guess.  But I only use Google Maps, so I really don't care much about the others. 


Somebody get Google moving on this, please.  Thanks.