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!
Wednesday, December 5, 2012
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.
Labels:
conference,
velocityconf
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 :)
Labels:
javascript,
javascript woes,
programming
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!
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!
Labels:
las
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!
Labels:
.net,
api,
earth plugin,
google,
programming
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!
Labels:
api,
google,
javascript,
maps,
programming
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:
But it turns out it includes another file which is currently not found:
Anyone else experiencing this?
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!
- 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!
Labels:
other
Wednesday, March 30, 2011
HTML Validation: Let Your Browser Be The Markup Validator!
Here's a quick article on XHTML conformance. Learn how to serve your pages in ASP.NET with another content-type to make your browser stop on any parsing error.
Read on!
Read on!
Labels:
html,
programming,
website,
xhtml
Subscribe to:
Posts (Atom)
©2009-2011 Mike Gleason jr Couturier All Rights Reserved
