Tuesday, February 3, 2015

Keep your GPS on check with GPS Ready

Hello all,

This has been a very very long time since my last article but I want to share something today with you.

As few of you know, I am currently travelling around the world. I am constantly relying on my GPS to find my location, get driving directions, pin my hostels and places of interests, etc. Unfortunately, sometimes my GPS takes a long time to acquire a precise location.

So I made an android app to help my phone find my GPS location faster. It is installed on my phone for a while now and it works perfectly! Today I want to share with you what was causing my problems and how I resolved them.

Wednesday, December 5, 2012

Nexus 4 LTE with Fido (Canada)

I'm one of the few fortunate to have its hands on a Nexus 4 in Canada. I was with Vidéotron and the phone was working fine. But I wanted to try LTE and I got it quickly with Fido!

Monday, June 25, 2012

Velocity 2012, iWeb is there!

It's been a while since my last blog post but I'm happy today to take back the keyboard and announce you that I'll be today at the Velocity Conference 2012 in Santa Clara, California.

Wednesday, May 2, 2012

Javascript Woes - NaN

Just think about this:
isNaN('');
// false

parseInt('');
// NaN

parseInt(+'');
// 0
I found a bug in knockout's documentation and after reviewing the code, I found that this was the root of the confusion. I'm happy to leave you confused as well :)

Saturday, October 8, 2011

Localized Ads Service Launched in Preview!

Fellow bloggers and site owners,

If you are using Amazon Associates, eBay Partner Network or any other affiliate program to monetize you blog/site, I've just launched a free service to help us make more money.

The service lets you display different ads according to the country of origin of your visitors. It is self hosted and it is as simple to use as Google Analytics. There is only a JavaScript snippet to include in your pages!

Monday, July 18, 2011

Your Own Google Earth Web Page Screensaver in C#


Here's my latest blog post... I'm saying 'post' instead of 'article' because this is more of a showcase than a tutorial. Code is provided as usual so the learning process is on your side at your will and your pace :)

What the screensaver actually dipslays is shown above (Earth plugin required). The screensaver is continually fetching the latest North American Tweets containing the #Google Hashtag from Twitter and displays them. Pretty nice!

Sunday, July 10, 2011

SEO Tip: Dynamic Google XML Sitemaps Generation in C#

Sitemaps are a way to tell Google about pages on your site we might not otherwise discover. In its simplest terms, a XML Sitemap—usually called Sitemap, with a capital S—is a list of the pages on your website. Creating and submitting a Sitemap helps make sure that Google knows about all the pages on your site, including URLs that may not be discoverable by Google's normal crawling process.

Sunday, July 3, 2011

Create Zoomable Images Using The Google Maps API




I visited the Google+ Project website the other day and to my surprise, it was powered by the Google Maps engine! It is somewhat creative to re-use the Maps engine for any purpose other than mapping. It is just beautiful.

It also reminds me of the Art Project I've seen a while back that uses the Street View engine. A must see.

Anyways, I'm pleased to show you two samples today: they both let you navigate into an image using the Google Maps engine. I'm also giving up the necessary tools to do it yourself. Enjoy!

Wednesday, June 22, 2011

Is Google Maps API v3 Down?

(Today June 22nd 2011, 2:50PM)

There's a problem with the Maps API v3: The inclusion of the main file is ok:

http://maps.google.com/maps/api/js?sensor=false&language=en

But it turns out it includes another file which is currently not found:

http://maps.gstatic.com/intl/en_ALL/mapfiles/api-3/5/7/main.js

Anyone else experiencing this?

Tuesday, June 7, 2011

Happy Father's Day 2011!

"Father's Day is a celebration honoring fathers and celebrating fatherhood, paternal bonds, and the influence of fathers in society."
- http://en.wikipedia.org/wiki/Father's_Day

Don't wait till it's too late to express your love to your father! Like me, you might be interested to some deals on
! Plus, in doing so, you'll support my efforts in bringing more and more articles online! Thanks!

©2009-2011 Mike Gleason jr Couturier All Rights Reserved