Must spend some more time following this up:
http://www.sarahfreelance.co.uk/2006/02/28/10-minute-seo-check/
Must spend some more time following this up:
http://www.sarahfreelance.co.uk/2006/02/28/10-minute-seo-check/
Aparently UTW suffers from an expensive query – this site has a fix:
From xlDynamic.com
File path, file and worksheet name:
=CELL("filename",A1)
File path only:
=LEFT(CELL("filename",A1),FIND("[",CELL("filename",A1),1)-1)
File name only:
=MID(CELL("filename",A1),FIND("[",CELL("filename",A1),1)+1,
FIND("]",CELL("filename",A1),1)-FIND("[",CELL("filename",A1),1)-1)
The sheet name:
=MID(CELL("Filename",A1),FIND("]",CELL("Filename",A1))+1,255)
Restriction: this technique only works for workbooks that have been saved at least once.
I really must get around to implementing these plug-ins to stop clutter in the WordPress category and page lists.
See also here.
Consider the following JavaScript:
// Toggle Show/Hide
function toggle(name) {
if (document.getElementById(name).style.display == "block") {
document.getElementById(name).style.display = "none";
} else {
document.getElementById(name).style.display = "block";
}
}
Titled “Flow in Games” this is the game of flOw created by Jenova Chen for a thesis. On further reading it is based on work by a psychologist called Mihaly Csikszentmihalyi (nope, never heard of him.)
Not only is it elegant in its simplicity, it is also a good way of passing five or ten minutes…
flOw game.
Clever, historically interesting, but probably useless today.
Map of the Internet (IP v4 space 2006).
Adrian, you really ought to keep an eye on this site…