Geo-location: redirect based on country/city/IP and stuff like that in WordPress

.. then check out these links:
http://www.ip2nation.com/ip2nation/Sample_Scripts
http://www.geobytes.com/geodirection.htm#AlternatePageName

And finally a real WordPress plugin:
http://geoposty.com/what-is-geoposty/

Also check this old post.

UPDATE 11th of July 2012:
This seems to be the best Geo-IP solution – free with javascript:
http://www.easyjquery.com/detect-get-clients-ip-address-country-using-javascript-php/

These have an API, but not too easy to use with javascript:
http://ipinfodb.com/ip_location_api_json.php

These too have a javascript, but with limitations (link or license)
http://www.maxmind.com/app/javascript
Explained here: http://www.superaffiliatetwins.com/free-geo-ip-javascript-campaigns/

Visual analytics – heatmaps

UPDATE:
Check out this one with 100 free website recordings pr. month: http://www.ghostrec.com/pricing/

Yeah, Googla Analytics IS great  – but quite a few systems provide some valuable data that GA does not. I’m thinking about heatmaps and more visual whowing me what the users are doing on my site..

Here are a few systems that can make great heatmaps:  Continue reading

[DK] SÃ¥dan 301-redirecter du fra en side til en anden i IIS..

[In Danish:]
Det her er en let guide til hvordan man laver 301-redirects i IIS:
http://www.mcanerin.com/en/articles/301-redirect-iis.asp
(Guiden ER på engelsk.)

Info om options:

URL Redirection Options
To customize URL redirection, click to select any of the following check boxes under The client will be sent to:
The exact URL entered above
Click to select this check box to redirect a virtual directory to the destination URL without appending a portion of the original URL. Use this setting if you want to redirect a Web site or virtual directory to a single file. For example, to redirect all requests for the Scripts virtual directory to the Default.htm file in the home directory, type /Default.htm in the Redirect to box, and then click to select this check box.
A directory below this one
Click to select this check box to redirect a parent directory to a child directory. For example, to redirect your home directory (designated by /) to a subfolder named “NewHome”, type /NewHome in the Redirect to box, and then click to select this check box. If you do not use this setting, the Web server maps the parent directory to itself.
A permanent redirection for this resource.
If you click to select this check box, the server sends a “301 Permanent Redirect” message to the client. If you do not use this setting, redirect processes are temporary, and the client browser receives a “302 Temporary Redirect” message. Some browsers can use the “301 Permanent Redirect” message as a signal to permanently change a URL, such as a bookmark.

URL Redirection OptionsTo customize URL redirection, click to select any of the following check boxes under The client will be sent to:The exact URL entered above
Click to select this check box to redirect a virtual directory to the destination URL without appending a portion of the original URL. Use this setting if you want to redirect a Web site or virtual directory to a single file. For example, to redirect all requests for the Scripts virtual directory to the Default.htm file in the home directory, type /Default.htm in the Redirect to box, and then click to select this check box.A directory below this one
Click to select this check box to redirect a parent directory to a child directory. For example, to redirect your home directory (designated by /) to a subfolder named “NewHome”, type /NewHome in the Redirect to box, and then click to select this check box. If you do not use this setting, the Web server maps the parent directory to itself.A permanent redirection for this resource.
If you click to select this check box, the server sends a “301 Permanent Redirect” message to the client. If you do not use this setting, redirect processes are temporary, and the client browser receives a “302 Temporary Redirect” message. Some browsers can use the “301 Permanent Redirect” message as a signal to permanently change a URL, such as a bookmark.

Fra: http://support.microsoft.com/kb/313074