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!
Saturday, October 8, 2011
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
Sunday, March 20, 2011
FIX: jQuery JSONP request to the Google Maps API Geo Service
A lot of you guys (including me) had a problem with the Maps Geocoding API. Google seems to have dropped the JSONP feature of their library. Well they still support it (otherwise their own client library would not work) and here's a fix.
Note: this applies to v2 only.
Note: this applies to v2 only.
Labels:
api,
google,
javascript,
jquery,
jsonp,
maps,
programming
Saturday, March 19, 2011
Uncommitted Reads in LINQ: Avoiding Deadlocks and Timeouts!
This short post today is about a performance enhancement in LINQ to SQL: Reading uncommitted data. You have to know that it's not a LINQ to SQL concept but a straight SQL Server concept.
But read on to know how they relate to each other.
But read on to know how they relate to each other.
Labels:
.net,
linq to sql,
optimization,
programming,
query,
transact-sql
Monday, March 14, 2011
ASP.NET Web Forms versus .NET MVC: Comparing apples with.. really old apples
I'll say it up front, I'm tired of using Web Forms :) I'm a professional web architect (it sounds huge, no it's not. I just do that for a living) and I personally think that it's a counter intuitive framework to deal with. I can't do MVC often since nobody around me is using it (I'm not mad at that fact by the way). But it's a shift I'd like we do, and why we should do it is the main goal of this article.
So walk through the light Homer!
So walk through the light Homer!
Labels:
.net,
.net mvc,
.net web forms,
programming,
website
Subscribe to:
Posts (Atom)
©2009-2011 Mike Gleason jr Couturier All Rights Reserved
