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
Friday, October 30, 2009
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
Friday, May 29, 2009
MOSS SharePoint Formula example
This is an example of using a formula inside of a Microsoft SharePoint MOSS custom list, that will take a value from another column based upon where it finds a hyphen, and then formats the number with leading zeros.
For instance:
Source value is: "The Really Cool Company - C7"
The result coming out of the formula is: "C-007"
The practical use is to provide an attribute that can be used for alphabetic sorting, without having to perform a lot of data cleanup.
Formula:
=(MID(RIGHT(TRIM(Company),(LEN(TRIM(Company))-FIND("-",TRIM(Company)))),2,1))&"-"&(TEXT(MID(RIGHT(TRIM(Company),(LEN(TRIM(Company))-FIND("-",TRIM(Company)))),3,3),"000"))
Tuesday, April 7, 2009
Gitaar muziek
Thursday, March 12, 2009
Picasa Photo Manager
Picasa is perfect to manage and organize large amount of photo images as it does not load the image in memory, however, rather maintains a link to the image. Therefor processing of many images processes rather quickly.
Within Picasa you can set under Tools | Folder Manager which folders and/or drives Picasa automatically will monitor for new images. You have a choice to only Scan Once or Scan Always.
Subscribe to:
Posts (Atom)


