Resume
Weblog
Services
Portfolio
Contact
Xtras
Top
Back to homepageView sitemap

Tuesday, November 20th, 2007

Google & Apple now focusing on Mexico

It’s been a while since my last post. As a brief summary, here’s some of what I’ve been doing:

  • I was involved in a huge Proof of Concept, focused on WebSphere Process Server and WebSphere Business Monitor
  • I did some remodelling at home, and had to rearrange everything and get rid of a few things.
  • I got an iPhone, and after going through the unlock procedure it’s working with the Telcel network. The only issue so far is that SMS messages from Telcel or from my bank appear empty or garbled.
  • Upgraded to Leopard.
  • Been playing The Legend of Zelda: Phantom Hourglass for Nintendo DS, as well as Bioshock on Xbox 360, and Mario Galaxy on Wii

The point of this post was to note that finally some California based companies are finally turning their heads to Mexico.

The first case is Google Maps, which now includes street level maps for most of Mexico. Some rural areas are still not mapped, and as of this post address search is not working. You can search for a business and if you’re lucky enough someone might have added it. Because of this, I decided to add a new geolocator to my custom implementation of Google Maps. I found a geolocator with pretty good results at map24. I added a new control to my map to select a geolocator, and the results are pretty accurate. Try it out by typing address, zip code and city into the query field (comma separated works best), selecting the map24 geolocator and pressing on search maps:

Global Access Maps

Global Access Maps Now with map24 geolocator! (but still alpha code)

The second case is Apple that finally opened an online store for Mexico. This is great news for all Apple fans in Mexico. Prices are much more reasonable than what you’d find in any physical store that carries Apple products. There’s also much more variety, for example, I wanted to buy a new Apple Keyboard with Spanish layout and had been unable to get one so far. The other great feature is build-to-order, which until now was impossible in Mexico. All prices appear in Mexican Pesos and with tax (IVA) included. I made an order today, and I’ll update this post with any additional details once it ships.

My guess is that the iTunes Online Store should follow sometime soon.

Tags: blog

Wednesday, August 1st, 2007

Real Google Phone

I've been a bit busy working on the redesign of this site, the pressure is growing, since I intend to have it done during 2007. I am also preparing some photos and panoramas that should be available sometime soon. To compensate for the lack of updates I decided to share this exclusive photo of the much rumored "mythical" Google phone. Enjoy!

Google Phone

P.S. People who scrutinize this photo may notice that it has been Photoshopped. I assure you that it is real, and it was slightly blurred, cropped and resized to protect my sources.

Tags: Uncategorized

Friday, June 15th, 2007

San Francisco

I was in the San Francisco Bay Area earlier this year while interviewing for an Enterprise Sales Engineer position at Google. As usual, I took a few pictures of my trip.
Being an Apple Fan I couldn’t resist buying some expensive souvenirs at the Apple Company Store, and also decided to check if the Infinite Loop was truly infinite (it’s not :P).

Enjoy the gallery:

Update (2007-08-01): I have added a few pictures from the Googleplex.

Tags: Uncategorized

Monday, March 26th, 2007

Global Access Maps: alpha release

I’m finally releasing the alpha version of Global Access Maps. An alpha release means that the application is working but not necessarily stable and some features are partially implemented or not implemented at all. It might break, but it should be good enough for casual and curious users. It also means that I use this version for development, so some features might unexpectedly stop working for a while as a result of me tweaking the code. Another important note is that I’ve used Firefox 2.0.x mostly during development. Safari 2.0.x should work, but Internet Explorer users might encounter several issues that won’t be taken care of until the beta release.

Features

  • Supports multiple maps
  • Multiple markers per map
  • The user may choose the marker color and style (numbered, circle, square, …). Numbered markers go from 0 to 99, but by choosing different colors up to 1800 numbered markers may be used in a single map.
  • Markers can be tagged with multi word tags.
  • After loading the map, a tag cloud is displayed, with varying sizes an colors to reflect the most popular tags for a specific map.
  • The marker list can be filtered by choosing a tag
  • The Google geocoder is used by default, if this fails or for some specific queries, it can use data from the most appropriate source by querying up to five different geo location services.
  • If multiple results are found for a location, it’s possible to choose and preview each result before adding the marker
  • Supports “inverse markers”, a marker can be added by double clicking on the map and an inverse query is executed to find location details
  • Administration interface may be hidden to maximize map size.
  • All external operations are done through AJAX calls, so the page is never reloaded, not even to load a new set of markers from another map.
  • Can calculate distances from the selected marker to all the other markers. These distances are point to point, not following streets or roads.
  • A user can select a start and end marker and click directions to load directions from Google in the directions panel.
  • Powered by Google Maps with v2.x API

Some future features:

  • Each marker may have several trips associated to it
  • A trip has origin, destination, dates and URLs that point to photographs, or additional information
  • Ability to print maps easily
  • Use Marker Manager to handle lots of markers effectively

Some of the technologies used to create this application are: AJAX (which, for the uninitiated, includes Javascript and XML), XSL (Extensible Stylesheet Language), Java Servlets, JDBC, MySQL database, CSS, DOM.

Here’s a screenshot of the alpha release of Global Access maps. Click on the image for a full size version.

Global Access Maps - Alpha Release Screenshot

I’ve set up a test map for people who’d like to test the maps for themselves. Feel free to add markers and please report any strange behaviors found, except when related to Internet Explorer or the list of limitations described below.

Test Map

Basic instructions

To add a marker, just type the search text in the query field and press search maps. The results will appear in the results tab, on the left of the map. If there’s a single result, the marker preview will appear automatically, otherwise a list of results will be displayed, which can be previewed individually by clicking on the >. To add the marker to the map, just fill the name and the optional tags and url fields, and press the add marker button. The marker will be added and will be displayed at the end of the markers list.

To select a marker, either click on the text link that appears in the markers list or on the marker icon in the map. The information window will appear, and the icon will change to a star. The calculate distances link may be used after selecting a marker to calculate the distance from the current marker to all the other markers.

The rest of the options are pretty self explanatory, but I will expand this brief guide if requested.

Examples

Over the past few years, I’ve created several maps, linked below. Please do NOT add markers to these maps:

Known limitations of the alpha release

  • Editing a marker might result in an error
  • After adding a marker, the tag cloud is not dynamically updated
  • The following features haven’t been implemented: add map, add trip, delete marker, deselect marker
Tags: Uncategorized

Saturday, May 6th, 2006

Maps

It’s been a bit more than a month since my last post. However, I have a good excuse, I’ve been working in the gbtopia Maps application. It started as a simple static AJAX application where I manually created an XML file based on an example at Google’s site, and I had to input the coordinates and information for each marker manually. However, it has evolved into a dynamic application with the following major features:

  • Supports creation of multiple maps
  • Multiple markers per map
  • Each marker may have several trips associated to it
  • A trip has origin, destination, dates and URLs that point to photographs, or additional information
  • Markers can be tagged, a tag cloud is displayed, and the marker list can be filtered by choosing a tag
  • Uses data from the most appropriate source by querying up to five different geo location services
  • If multiple results are found for a location, it’s possibel to choose and preview each result before adding the marker
  • Supports “inverse markers”, a marker is added by double clicking on the map and an inverse query is executed to find location details
  • Administration interface may be hidden to take advantage to maximize map size.
  • All external operations are done through AJAX calls, so the page is never reloaded.
  • Powered by Google Maps with v2 API

Some of the technologies that I’ve been using in this application are: AJAX (which, for the uninitiated, includes Javascript and XML), XSL (Extensible Stylesheet Language), Java Servlets, JDBC, MySQL database, CSS, DOM.

The bad news is that gbtopia maps are not yet ready for the general public. I’m still polishing some details and hope to have an alpha release soon. However, if after reading this description you’re thrilled to try them, leave a comment and we can work something out.

Here’s a screenshot of the maps as of right now. Click on the image for a full size version.

gbtopia maps full size

Update (2007-03-26): I have released an alpha version of Global Access Maps, click here for more information.

Tags: Uncategorized
bottom border