malloc();

taking up more space on the interweb

  Home  |   Contact  |   Syndication    |   Login
  13 Posts | 0 Stories | 0 Comments | 7 Trackbacks

News



Tag Cloud


Archives

Post Categories

Image Galleries

code

comics

gadgets

tech

Sunday, June 10, 2007 #

I already had the book xUnit Test Patterns: Refactoring Test Code on my Amazon wishlist. But after reading Sam Gentile's xUnit Test Patterns and evolving TDD and test automation post today about the book and its topics I've decided to go ahead and order it now. I still have 3 books that I am currently reading ( 1, 2, 3 ) but this will jump to the front of the line when it arrives.

 

EOF

Technorati tags: , ,

Here is a simple example, lets try and find the following address: 240 St. Joseph Ave, 94115.

Live Maps / Live Local / Local Live / Virtual Earth finds it with no errors or warnings.

Yahoo Local Gets the right location after using the closest match "240 Saint Josephs Ave, San Francisco, CA 94115".

Web 1.0 Mapquest can't find the address but it does suggests the correct location.

Ask Maps & Directions can't find the address but focuses the map on the correct zip code.

Google Maps can't find the address, the closest possible match is someplace in Missouri.

 

I believe that all these mapping sites get their data from the same place, NAVTEQ, but some are better than others at using that data.

 

 

EOF