The Lat Lan Google blog describes a few of the highlights of the tour… and some of the new functionality: face blurring, number plate blurring… so no more porno busts?
Today marks the beginning of one of my favorite summer events: the Tour de France. I’m always amazed when I hear about the long, steep climbs […]
There are a few resources making the Joomla source code easier to browse…
Joomla-Tipps produced using Doxygen, includes reference graphs. Which were particularly useful in working out where I should be looking for this save action! Unfortunately the notes are in German… but the Joomla source comments are still in English…
Digression: Do people think that language […]
August 30, 2007 – 2:39 am
function update() {
var height = 0;
if (sIe()){
height = document.documentElement.clientHeight;
} else {
height = window.innerHeight;
}
div.style.height = (height-20) + “px”;
}
I’ve been trying to snatch this code from somewhere… so I was […]