Skip to content

{ Daily Archives } Tuesday, October 2007

Movie List Update

function RollUp1191692147 (targetid, callerid, targettype){target = document.getElementById(targetid); caller = document.getElementById(callerid); if (target.style.display == “none”){target.style.display = targettype; caller.innerHTML = “Hide the Movie List”;} else {target.style.display = “none”; caller.innerHTML = “Show the Movie List”;}}

[...]

How Do You Setup Windows?

A friend sent me this link into the blog of the creator of VirtualDub (a very impressive piece of code.) In it, he describes how he installs Windows XP and how he configures his installation. The thing is that his procedure was freakishly similar to mine! Except that I don’t use Perforce!
By the way, I [...]