Interactive Résumé of Robby Leonardi
rleonardi.com
Interactive Résumé of Robby Leonardi
1–10 of 22 posts
Re: Interactive Résumé of Robby Leonardi
#2Re: Interactive Résumé of Robby Leonardi
#3 function blinkRobbyEyes()
{
if (layersMovement != "not moving 2")
{
$(robbyEyesCloseDiv).fadeTo(0,1);
$(robbyEyesCloseDiv).stop().delay(300).animate({opacity: 0}, 0, function() {});
}
}
"if (layersMovement != "not moving 2")" is a boolean that should be passed as a parameter if you're ever going to write a working unit test against that function. Consequently, it shows a pretty poor knowledge of "making nice looking and maintainable HTML5 scrolly animations" in any sort of a real-life environment. Many people can make fancy webpages; someone with "the best resume ever" would be able to make fancy webpages with code that's relatively well abstracted in to testable, reusable functions.Re: Interactive Résumé of Robby Leonardi
#4Where can I find this list of unchanging objective criteria for how good a resumé is, so that I can apply them to my clearly inadequate CV?
Re: Interactive Résumé of Robby Leonardi
#5Re: Interactive Résumé of Robby Leonardi
#6Re: Interactive Résumé of Robby Leonardi
#7It's a fun and cute resume, but delving in to the code you see things like; function blinkRobbyEyes() { if (layersMovement != "not moving 2") { $(robbyEyesCloseDiv).fadeTo(0,1); $(robbyEyesCloseDiv).stop().delay(300).animate({opacity: 0}, 0, function() {}); } } "if (layersMovement != "not moving 2")" is a boolean that should be passed as a parameter if you're ever going to write a working unit test against that funct…
Re: Interactive Résumé of Robby Leonardi
#8It's a fun and cute resume, but delving in to the code you see things like; function blinkRobbyEyes() { if (layersMovement != "not moving 2") { $(robbyEyesCloseDiv).fadeTo(0,1); $(robbyEyesCloseDiv).stop().delay(300).animate({opacity: 0}, 0, function() {}); } } "if (layersMovement != "not moving 2")" is a boolean that should be passed as a parameter if you're ever going to write a working unit test against that funct…
Re: Interactive Résumé of Robby Leonardi
#9It's a fun and cute resume, but delving in to the code you see things like; function blinkRobbyEyes() { if (layersMovement != "not moving 2") { $(robbyEyesCloseDiv).fadeTo(0,1); $(robbyEyesCloseDiv).stop().delay(300).animate({opacity: 0}, 0, function() {}); } } "if (layersMovement != "not moving 2")" is a boolean that should be passed as a parameter if you're ever going to write a working unit test against that funct…
The animation are fun, but having reviewed main.js and style.css, he can't reasonably pretend he's a "master" in css/javascript.
Please write/amend some ECMA/CSS specs or hack rendering engines first to pretend to be so.
Re: Interactive Résumé of Robby Leonardi
#10Not to mention it's a repost.