Category Archives: Google

Add Google +1 to your WordPress blog

Google’s +1 buttons have been popping up left and right, and according to Google … +1’s from friends and contacts can be a useful signal to Google when determining the relevance of your page to a user’s query. This is … Continue reading

Posted in Google, Wordpress | Leave a comment

Integrating a Google Custom Search Engine into your WordPress blog

It has been a while since I last had a need to integrate a Google Custom Search Engine into a WordPress blog, but it seems a lot has changed. The layout options have changed, and the IFrame option I was … Continue reading

Posted in Google, Wordpress | 11 Comments

Geocoding with Python

The following code snippet is intended to demonstrate how you can leverage Python and the Google Maps/Geocode API to query the coordinates of two zip codes and then determine the distance between them. Both functions have far reaching uses independently … Continue reading

Posted in Google, Python | 1 Comment