Friday, October 30, 2009

Google Maps Navigator

Wow, has anyone seen the new Google Maps Navigation in action. I would definitely like to try one of those new Motorola Droid phones. It seems that Google Maps Navigator is going to replace my old Garmin after all!

Take a look at this video:





Or read more about it on Garett Rogers' blog entry: http://blogs.zdnet.com/Google/?p=1595

How to redirect a SharePoint website

If you want to redirect a SharePoint website page to another new URL add a Content Editor Web Part to the old site and edit the web part using the Source Editor. Add the following code:

<head>
<meta equiv="refresh" content=".1; URL=http://www.exampleurl.com/">
</head>

Remember that as soon as you click the OK-button to save the web part the page will immediately redirect to the new address

Powered By Blogger