|
|
|
|
|
by fein
4642 days ago
|
|
I've been a pretty hardcore PHP guy for 3 years now, and know exactly how long it would have taken me to do all of this: probably 200 days on my own. My biggest issue is stuff like this. Take a look at the JS from day 1-8, then look at day 9. Day 8: http://jenniferdewalt.com/more_drop_shadow.html Day 9: http://jenniferdewalt.com/bouncing_ball.html That's a pretty massive jump in coding proficiency in a delta of one day. This has nothing to do with marginalizing skill, it just seems like there was some outside help here, and that should probably be credited. edit: I see a lot of different indent patterns on the JS as well. That kind of points me towards n different coders with at least two different text editor configs, or a good deal of copy->paste from SO. |
|
This is pretty much a given. The delta from days 8 and 9 is "learned how to use named functions, learned that jQuery has plugins". That's not that much of a leap, but of course any student is going to be using external resources. You might notice that her goal was "make websites", not "hand-code everything".
This is how everyone learns. Copy-paste some code in without understanding it, watch it break, figure out how to fix it, repeat.